- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 535
- Events
- Routing
- Cache
- Translation 28
- Security
- Twig
- Doctrine 4
- Migrations 15
- Debug
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
-
name01
-
name02
-
-
-
kana01
-
kana02
-
-
postal_code
-
-
pref
-
addr01
-
addr02
-
-
phone_number
-
email
-
contents
-
_token
-
-
-
category_id
-
name
-
contact
"Eccube\Form\Type\Front\ContactType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4423 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4364 …} } |
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() {#4425 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4406 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4424 …} } } |
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 {#4762 -form: Symfony\Component\Form\Form {#4590 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4761 …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 {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4458 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4364 …} } |
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 {#4455 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4456 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | true |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
lastname_name | "" |
lastname_options | [ "attr" => [ "placeholder" => "common.last_name" ] "constraints" => [ Symfony\Component\Validator\Constraints\Length {#4447 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4454 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] ] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
options | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4460 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4406 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4459 …} } } |
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 {#4766 -form: Symfony\Component\Form\Form {#4615 …} -errors: [] } |
firstname_name | "name02" |
form | Symfony\Component\Form\FormView {#4765 …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 {#4467 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4447 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4454 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4467 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4447 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4454 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
error_bubbling | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "common.last_name" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4467 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4447 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4454 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4594 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4364 …} } |
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() {#4596 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4406 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4595 …} } } |
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 {#4792 -form: Symfony\Component\Form\Form {#4618 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4791 …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 {#4468 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4455 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4456 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4468 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4455 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4456 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
error_bubbling | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "common.first_name" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4468 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4455 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4456 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4605 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4364 …} } |
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() {#4607 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4406 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4606 …} } } |
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 {#4793 -form: Symfony\Component\Form\Form {#4621 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4794 …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 {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4478 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4364 …} } |
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 {#4475 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4476 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | true |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
lastname_name | "" |
lastname_options | [ "attr" => [ "placeholder" => "common.last_name_kana" ] "constraints" => [ Symfony\Component\Validator\Constraints\Regex {#4473 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4474 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] ] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
options | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4480 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4406 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4479 …} } } |
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 {#4789 -form: Symfony\Component\Form\Form {#4646 …} -errors: [] } |
firstname_name | "kana02" |
form | Symfony\Component\Form\FormView {#4790 …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 {#4473 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4474 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Regex {#4473 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4474 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
error_bubbling | false |
false
|
required | 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 {#4473 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4474 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4625 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4364 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
purify_html | true |
purify_html_profile | "default" |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#4627 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4406 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4626 …} } } |
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 {#4798 -form: Symfony\Component\Form\Form {#4649 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4797 …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 {#4475 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4476 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Regex {#4475 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4476 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
error_bubbling | false |
false
|
required | 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 {#4475 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4476 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4636 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4364 …} } |
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() {#4638 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4406 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4637 …} } } |
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 {#4799 -form: Symfony\Component\Form\Form {#4652 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4800 …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 {#4512 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 8 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Type {#4513 +payload: null +message: "form_error.numeric_only" +type: "digit" } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4509 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4364 …} } |
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() {#4511 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4406 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4510 …} } } |
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 {#4796 -form: Symfony\Component\Form\Form {#4655 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4795 …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 {#4527 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] "attr" => [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] ] |
addr02_name | "addr02" |
addr02_options | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#4528 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] "attr" => [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] ] |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4530 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4364 …} } |
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() {#4532 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4406 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4531 …} } } |
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 {#4802 -form: Symfony\Component\Form\Form {#4738 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4801 …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 {#4687 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#4718 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#4701 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4700 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4702 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4706 -om: ContainerJ2A2ujO\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#672 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3793 …} -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 {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerJ2A2ujO\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#672 …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 {#4706 -om: ContainerJ2A2ujO\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#672 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3793 …} -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 {#4695 -_em: Doctrine\ORM\EntityManager {#633 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4697 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4698 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4699 #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 {#4696 …} -_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() {#4693 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4406 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4690 …} } } |
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 {#4807 +label: "北海道" +value: "1" +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#3830 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4809 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#4824 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4811 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#4825 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4814 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#4826 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4813 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#4827 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4808 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#4828 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4820 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#4829 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4818 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#4830 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4817 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#4831 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4810 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#4832 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4821 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#4833 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4870 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#4834 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4871 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#4835 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4872 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#4836 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4873 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#4837 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4874 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#4838 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4875 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#4839 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4876 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#4840 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4877 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#4841 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4878 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#4842 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4879 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#4843 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4880 +label: "静岡県" +value: "22" +data: Eccube\Entity\Master\Pref {#4844 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4881 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#4845 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4882 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#4846 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4883 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#4847 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4884 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#4848 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4885 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#4849 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4886 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#4850 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4887 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#4851 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4888 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#4852 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4889 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#4853 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4890 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#4854 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4891 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#4855 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4892 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#4856 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4893 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#4857 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4894 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#4858 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4895 +label: "香川県" +value: "37" +data: Eccube\Entity\Master\Pref {#4859 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4896 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#4860 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4897 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#4861 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4898 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#4862 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4899 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#4863 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4900 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#4864 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4901 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#4865 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4902 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#4866 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4903 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#4867 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4904 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#4868 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4905 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#4869 …} +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 {#4806 -form: Symfony\Component\Form\Form {#4741 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4805 …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) {#4907 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4661 …} } |
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 {#4527 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Length {#4527 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
error_bubbling | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#4527 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4711 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4364 …} } |
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() {#4719 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4406 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4710 …} } } |
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 {#4908 -form: Symfony\Component\Form\Form {#4744 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4909 …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 {#4528 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Length {#4528 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
error_bubbling | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#4528 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4728 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4364 …} } |
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() {#4730 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4406 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4729 …} } } |
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 {#4910 -form: Symfony\Component\Form\Form {#4747 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4911 …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 {#4548 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 14 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Type {#4549 +payload: null +message: "form_error.numeric_only" +type: "digit" } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4545 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4364 …} } |
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() {#4547 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4406 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4546 …} } } |
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 {#4803 -form: Symfony\Component\Form\Form {#4750 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4804 …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 {#4432 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4433 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4432 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4433 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4432 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4433 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4565 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4364 …} } |
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() {#4567 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4406 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4564 …} } } |
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 {#4913 -form: Symfony\Component\Form\Form {#4753 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4912 …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 {#4434 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4435 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 99999 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4434 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4435 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 99999 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4434 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4435 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 99999 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4580 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4364 …} } |
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() {#4582 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4406 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4581 …} } } |
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 {#4914 -form: Symfony\Component\Form\Form {#4756 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4915 …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 | "c1d34cd5963cfbc5892f2aa6152.mvfR-OqzNXC-Z4KH6f_wBHQj0JzA0e6V5DeUGrcitRo.t4ClraCCDRPXALTwhMaRMTla6O70_L_cnkTYaudhh1fOw5CagNwBHuxSyw" |
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 | "c1d34cd5963cfbc5892f2aa6152.mvfR-OqzNXC-Z4KH6f_wBHQj0JzA0e6V5DeUGrcitRo.t4ClraCCDRPXALTwhMaRMTla6O70_L_cnkTYaudhh1fOw5CagNwBHuxSyw" |
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 {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data | "c1d34cd5963cfbc5892f2aa6152.mvfR-OqzNXC-Z4KH6f_wBHQj0JzA0e6V5DeUGrcitRo.t4ClraCCDRPXALTwhMaRMTla6O70_L_cnkTYaudhh1fOw5CagNwBHuxSyw" |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4920 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4364 …} } |
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() {#4922 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4406 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4919 …} } } |
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 | "c1d34cd5963cfbc5892f2aa6152.mvfR-OqzNXC-Z4KH6f_wBHQj0JzA0e6V5DeUGrcitRo.t4ClraCCDRPXALTwhMaRMTla6O70_L_cnkTYaudhh1fOw5CagNwBHuxSyw" |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#4934 -form: Symfony\Component\Form\Form {#4929 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4923 …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 | "c1d34cd5963cfbc5892f2aa6152.mvfR-OqzNXC-Z4KH6f_wBHQj0JzA0e6V5DeUGrcitRo.t4ClraCCDRPXALTwhMaRMTla6O70_L_cnkTYaudhh1fOw5CagNwBHuxSyw" |
(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 {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5791 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4364 …} } |
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() {#5789 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4406 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#5790 …} } } |
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 {#7604 -form: Symfony\Component\Form\Form {#7593 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7605 …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 {#5898 -id: 312 -name: "セール" -hierarchy: 1 -sort_no: 212 -create_date: DateTime @1735090129 {#5904 date: 2024-12-25 10:28:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#5902 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5988 …} -Children: Doctrine\ORM\PersistentCollection {#6144 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6139 -id: 118 -name: "天然石" -hierarchy: 1 -sort_no: 211 -create_date: DateTime @1717439447 {#6143 date: 2024-06-04 03:30:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6142 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6138 …} -Children: Doctrine\ORM\PersistentCollection {#6135 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6134 -id: 309 -name: "トパーズ" -hierarchy: 2 -sort_no: 205 -create_date: DateTime @1728971426 {#6141 date: 2024-10-15 14:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728971426 {#6140 date: 2024-10-15 14:50:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6133 …} -Children: Doctrine\ORM\PersistentCollection {#6129 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6124 -id: 306 -name: "ラヴァストーン" -hierarchy: 2 -sort_no: 204 -create_date: DateTime @1725857600 {#6126 date: 2024-09-09 13:53:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857600 {#6125 date: 2024-09-09 13:53:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6123 …} -Children: Doctrine\ORM\PersistentCollection {#6120 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6117 -id: 305 -name: "リバーストーン" -hierarchy: 2 -sort_no: 203 -create_date: DateTime @1725857595 {#6119 date: 2024-09-09 13:53:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857595 {#6118 date: 2024-09-09 13:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6116 …} -Children: Doctrine\ORM\PersistentCollection {#5901 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6104 -id: 304 -name: "クラック水晶" -hierarchy: 2 -sort_no: 202 -create_date: DateTime @1725857588 {#5899 date: 2024-09-09 13:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857588 {#5920 date: 2024-09-09 13:53:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6106 …} -Children: Doctrine\ORM\PersistentCollection {#6109 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6112 -id: 303 -name: "ゴールドコーラル" -hierarchy: 2 -sort_no: 201 -create_date: DateTime @1725857582 {#6110 date: 2024-09-09 13:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857582 {#6111 date: 2024-09-09 13:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6113 …} -Children: Doctrine\ORM\PersistentCollection {#6151 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6152 -id: 302 -name: "ダルメシアンジャスパー" -hierarchy: 2 -sort_no: 200 -create_date: DateTime @1725857574 {#6149 date: 2024-09-09 13:52:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857574 {#6150 date: 2024-09-09 13:52:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6153 …} -Children: Doctrine\ORM\PersistentCollection {#6156 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6159 -id: 207 -name: "ローズジャスパー" -hierarchy: 2 -sort_no: 199 -create_date: DateTime @1719214717 {#6157 date: 2024-06-24 16:38:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6158 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6160 …} -Children: Doctrine\ORM\PersistentCollection {#6164 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6167 -id: 206 -name: "ローズクォーツ" -hierarchy: 2 -sort_no: 198 -create_date: DateTime @1719214706 {#6165 date: 2024-06-24 16:38:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6166 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6168 …} -Children: Doctrine\ORM\PersistentCollection {#6171 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6174 -id: 205 -name: "レモンクォーツ" -hierarchy: 2 -sort_no: 197 -create_date: DateTime @1719214700 {#6172 date: 2024-06-24 16:38:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6173 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6175 …} -Children: Doctrine\ORM\PersistentCollection {#6178 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6181 -id: 204 -name: "レッドタイガーアイ" -hierarchy: 2 -sort_no: 196 -create_date: DateTime @1719214691 {#6179 date: 2024-06-24 16:38:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6180 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6182 …} -Children: Doctrine\ORM\PersistentCollection {#6185 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6188 -id: 203 -name: "レッドアゲート" -hierarchy: 2 -sort_no: 195 -create_date: DateTime @1719214683 {#6186 date: 2024-06-24 16:38:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6187 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6189 …} -Children: Doctrine\ORM\PersistentCollection {#6192 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6195 -id: 202 -name: "レインボームーンストーン" -hierarchy: 2 -sort_no: 194 -create_date: DateTime @1719214676 {#6193 date: 2024-06-24 16:37:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6194 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6196 …} -Children: Doctrine\ORM\PersistentCollection {#6199 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6202 -id: 201 -name: "ルビー" -hierarchy: 2 -sort_no: 193 -create_date: DateTime @1719214669 {#6200 date: 2024-06-24 16:37:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6201 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6203 …} -Children: Doctrine\ORM\PersistentCollection {#6206 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6209 -id: 200 -name: "ルチルクォーツ" -hierarchy: 2 -sort_no: 192 -create_date: DateTime @1719214664 {#6207 date: 2024-06-24 16:37:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6208 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6210 …} -Children: Doctrine\ORM\PersistentCollection {#6213 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6216 -id: 199 -name: "龍紋メノウ" -hierarchy: 2 -sort_no: 191 -create_date: DateTime @1719214655 {#6214 date: 2024-06-24 16:37:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6215 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6217 …} -Children: Doctrine\ORM\PersistentCollection {#6220 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6223 -id: 300 -name: "リバーストーン" -hierarchy: 2 -sort_no: 190 -create_date: DateTime @1721966548 {#6221 date: 2024-07-26 13:02:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6222 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6224 …} -Children: Doctrine\ORM\PersistentCollection {#6227 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6230 -id: 198 -name: "ラリマー" -hierarchy: 2 -sort_no: 189 -create_date: DateTime @1719214639 {#6228 date: 2024-06-24 16:37:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6229 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6231 …} -Children: Doctrine\ORM\PersistentCollection {#6234 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6237 -id: 197 -name: "ラブラドライト" -hierarchy: 2 -sort_no: 188 -create_date: DateTime @1719214636 {#6235 date: 2024-06-24 16:37:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6236 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6238 …} -Children: Doctrine\ORM\PersistentCollection {#6241 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6244 -id: 196 -name: "ラピスラズリ" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1719214627 {#6242 date: 2024-06-24 16:37:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6243 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6245 …} -Children: Doctrine\ORM\PersistentCollection {#6248 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6251 -id: 195 -name: "モルガナイト" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1719214616 {#6249 date: 2024-06-24 16:36:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6250 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6252 …} -Children: Doctrine\ORM\PersistentCollection {#6255 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6258 -id: 194 -name: "モリオン" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1719214612 {#6256 date: 2024-06-24 16:36:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6257 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6259 …} -Children: Doctrine\ORM\PersistentCollection {#6262 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6265 -id: 193 -name: "モスアゲート" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1719214606 {#6263 date: 2024-06-24 16:36:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6264 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6266 …} -Children: Doctrine\ORM\PersistentCollection {#6269 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6272 -id: 192 -name: "ムーンストーン" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1719214601 {#6270 date: 2024-06-24 16:36:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6271 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6273 …} -Children: Doctrine\ORM\PersistentCollection {#6276 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6279 -id: 191 -name: "ミッドナイトオーラ" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1719214596 {#6277 date: 2024-06-24 16:36:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6278 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6280 …} -Children: Doctrine\ORM\PersistentCollection {#6283 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6286 -id: 289 -name: "MIXアゲート" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1721726889 {#6284 date: 2024-07-23 18:28:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6285 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6287 …} -Children: Doctrine\ORM\PersistentCollection {#6290 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6293 -id: 190 -name: "マザーオブパール" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1719214587 {#6291 date: 2024-06-24 16:36:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6292 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6294 …} -Children: Doctrine\ORM\PersistentCollection {#6297 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6300 -id: 189 -name: "ホワイトカルセドニー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1719214578 {#6298 date: 2024-06-24 16:36:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6299 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6301 …} -Children: Doctrine\ORM\PersistentCollection {#6304 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6307 -id: 188 -name: "北投石" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1719214570 {#6305 date: 2024-06-24 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6306 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6308 …} -Children: Doctrine\ORM\PersistentCollection {#6311 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6314 -id: 187 -name: "ペリドット" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1719214560 {#6312 date: 2024-06-24 16:36:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6313 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6315 …} -Children: Doctrine\ORM\PersistentCollection {#6318 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6321 -id: 186 -name: "ヘマタイト" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1719214555 {#6319 date: 2024-06-24 16:35:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6320 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6322 …} -Children: Doctrine\ORM\PersistentCollection {#6325 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6328 -id: 185 -name: "フローライト" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1719214550 {#6326 date: 2024-06-24 16:35:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6327 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6329 …} -Children: Doctrine\ORM\PersistentCollection {#6332 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6335 -id: 184 -name: "プレナイト" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1719214544 {#6333 date: 2024-06-24 16:35:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6334 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6336 …} -Children: Doctrine\ORM\PersistentCollection {#6339 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6342 -id: 183 -name: "ブルーレースアゲート" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1719214535 {#6340 date: 2024-06-24 16:35:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6341 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6343 …} -Children: Doctrine\ORM\PersistentCollection {#6346 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6349 -id: 182 -name: "ブルータイガーアイ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1719214526 {#6347 date: 2024-06-24 16:35:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6348 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6350 …} -Children: Doctrine\ORM\PersistentCollection {#6353 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6356 -id: 181 -name: "ブルーゴールドストーン" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1719214514 {#6354 date: 2024-06-24 16:35:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6355 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6357 …} -Children: Doctrine\ORM\PersistentCollection {#6360 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6363 -id: 180 -name: "ブラックスピネル" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1719214503 {#6361 date: 2024-06-24 16:35:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6362 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6364 …} -Children: Doctrine\ORM\PersistentCollection {#6367 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6370 -id: 292 -name: "ピーコックヘマタイト" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1721726912 {#6368 date: 2024-07-23 18:28:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6369 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6371 …} -Children: Doctrine\ORM\PersistentCollection {#6374 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6377 -id: 179 -name: "ピンクオパール" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1719214489 {#6375 date: 2024-06-24 16:34:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6376 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6378 …} -Children: Doctrine\ORM\PersistentCollection {#6381 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6384 -id: 178 -name: "ヒマラヤ水晶" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1719214480 {#6382 date: 2024-06-24 16:34:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6383 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6385 …} -Children: Doctrine\ORM\PersistentCollection {#6388 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6391 -id: 177 -name: "翡翠" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1719214472 {#6389 date: 2024-06-24 16:34:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6390 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6392 …} -Children: Doctrine\ORM\PersistentCollection {#6395 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6398 -id: 176 -name: "ピクチャージャスパー" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1719214467 {#6396 date: 2024-06-24 16:34:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6397 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6399 …} -Children: Doctrine\ORM\PersistentCollection {#6402 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6405 -id: 175 -name: "ハウライト" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1719214458 {#6403 date: 2024-06-24 16:34:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6404 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6406 …} -Children: Doctrine\ORM\PersistentCollection {#6409 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6412 -id: 174 -name: "パイライト" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1719214453 {#6410 date: 2024-06-24 16:34:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6411 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6413 …} -Children: Doctrine\ORM\PersistentCollection {#6416 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6419 -id: 173 -name: "パール" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1719214443 {#6417 date: 2024-06-24 16:34:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6418 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6420 …} -Children: Doctrine\ORM\PersistentCollection {#6423 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6426 -id: 172 -name: "トルマリン" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1719214439 {#6424 date: 2024-06-24 16:33:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6425 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6427 …} -Children: Doctrine\ORM\PersistentCollection {#6430 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6433 -id: 171 -name: "テラヘルツ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1719214435 {#6431 date: 2024-06-24 16:33:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6432 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6434 …} -Children: Doctrine\ORM\PersistentCollection {#6437 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6440 -id: 301 -name: "ツリーアゲート" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1721966565 {#6438 date: 2024-07-26 13:02:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6439 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6441 …} -Children: Doctrine\ORM\PersistentCollection {#6444 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6447 -id: 170 -name: "茶黄水晶" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1719214422 {#6445 date: 2024-06-24 16:33:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6446 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6448 …} -Children: Doctrine\ORM\PersistentCollection {#6451 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6454 -id: 169 -name: "チェリークォーツ" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1719214416 {#6452 date: 2024-06-24 16:33:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6453 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6455 …} -Children: Doctrine\ORM\PersistentCollection {#6458 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6461 -id: 168 -name: "タンザナイト" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1719214409 {#6459 date: 2024-06-24 16:33:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6460 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6462 …} -Children: Doctrine\ORM\PersistentCollection {#6465 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6468 -id: 290 -name: "ダルメシアンジャスパー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1721726899 {#6466 date: 2024-07-23 18:28:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6467 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6469 …} -Children: Doctrine\ORM\PersistentCollection {#6472 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6475 -id: 167 -name: "タイガーアイ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1719214404 {#6473 date: 2024-06-24 16:33:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6474 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6476 …} -Children: Doctrine\ORM\PersistentCollection {#6479 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6482 -id: 166 -name: "ターコイズ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1719214392 {#6480 date: 2024-06-24 16:33:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6481 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6483 …} -Children: Doctrine\ORM\PersistentCollection {#6486 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6489 -id: 165 -name: "ソーダライト" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1719214381 {#6487 date: 2024-06-24 16:33:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6488 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6490 …} -Children: Doctrine\ORM\PersistentCollection {#6493 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6496 -id: 164 -name: "スモーキークォーツ" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1719214373 {#6494 date: 2024-06-24 16:32:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6495 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6497 …} -Children: Doctrine\ORM\PersistentCollection {#6500 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6503 -id: 163 -name: "スピネル" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1719214365 {#6501 date: 2024-06-24 16:32:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6502 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6504 …} -Children: Doctrine\ORM\PersistentCollection {#6507 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6510 -id: 162 -name: "ストロベリークォーツ" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1719214359 {#6508 date: 2024-06-24 16:32:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6509 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6511 …} -Children: Doctrine\ORM\PersistentCollection {#6514 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6517 -id: 161 -name: "スギライト" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1719214347 {#6515 date: 2024-06-24 16:32:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6516 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6518 …} -Children: Doctrine\ORM\PersistentCollection {#6521 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6524 -id: 160 -name: "水晶" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1719214342 {#6522 date: 2024-06-24 16:32:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6523 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6525 …} -Children: Doctrine\ORM\PersistentCollection {#6528 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6531 -id: 294 -name: "朱砂パーツ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1721726925 {#6529 date: 2024-07-23 18:28:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6530 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6532 …} -Children: Doctrine\ORM\PersistentCollection {#6535 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6538 -id: 159 -name: "シトリン" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1719214334 {#6536 date: 2024-06-24 16:32:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6537 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6539 …} -Children: Doctrine\ORM\PersistentCollection {#6542 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6545 -id: 158 -name: "サンストーン" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1719214329 {#6543 date: 2024-06-24 16:32:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6544 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6546 …} -Children: Doctrine\ORM\PersistentCollection {#6549 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6552 -id: 157 -name: "珊瑚" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1719214321 {#6550 date: 2024-06-24 16:32:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6551 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6553 …} -Children: Doctrine\ORM\PersistentCollection {#6556 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6559 -id: 156 -name: "サファイア" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1719214302 {#6557 date: 2024-06-24 16:31:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6558 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6560 …} -Children: Doctrine\ORM\PersistentCollection {#6563 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6566 -id: 155 -name: "サードニクス" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1719214295 {#6564 date: 2024-06-24 16:31:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6565 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6567 …} -Children: Doctrine\ORM\PersistentCollection {#6570 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6573 -id: 154 -name: "コスモオーラ" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1719214286 {#6571 date: 2024-06-24 16:31:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6572 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6574 …} -Children: Doctrine\ORM\PersistentCollection {#6577 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6580 -id: 153 -name: "ゴールドヘマタイト" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1719214278 {#6578 date: 2024-06-24 16:31:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6579 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6581 …} -Children: Doctrine\ORM\PersistentCollection {#6584 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6587 -id: 152 -name: "ゴールドストーン" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1719214270 {#6585 date: 2024-06-24 16:31:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6586 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6588 …} -Children: Doctrine\ORM\PersistentCollection {#6591 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6594 -id: 295 -name: "ゴールドコーラル" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1721726932 {#6592 date: 2024-07-23 18:28:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6593 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6595 …} -Children: Doctrine\ORM\PersistentCollection {#6598 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6601 -id: 151 -name: "ゴールデンオーラ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1719214263 {#6599 date: 2024-06-24 16:31:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6600 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6602 …} -Children: Doctrine\ORM\PersistentCollection {#6605 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6608 -id: 150 -name: "クンツァイト" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1719214255 {#6606 date: 2024-06-24 16:30:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6607 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6609 …} -Children: Doctrine\ORM\PersistentCollection {#6612 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6615 -id: 149 -name: "クリソコーラ" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1719214243 {#6613 date: 2024-06-24 16:30:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6614 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6616 …} -Children: Doctrine\ORM\PersistentCollection {#6619 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6622 -id: 148 -name: "グリーンアゲート" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1719214233 {#6620 date: 2024-06-24 16:30:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6621 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6623 …} -Children: Doctrine\ORM\PersistentCollection {#6626 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6629 -id: 296 -name: "クラック水晶" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1721726937 {#6627 date: 2024-07-23 18:28:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6628 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6630 …} -Children: Doctrine\ORM\PersistentCollection {#6633 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6636 -id: 291 -name: "キャンディークォーツ" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1721726906 {#6634 date: 2024-07-23 18:28:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6635 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6637 …} -Children: Doctrine\ORM\PersistentCollection {#6640 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6643 -id: 147 -name: "眼球メノウ" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1719214224 {#6641 date: 2024-06-24 16:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6642 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6644 …} -Children: Doctrine\ORM\PersistentCollection {#6647 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6650 -id: 146 -name: "カルサイト" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1719214207 {#6648 date: 2024-06-24 16:30:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6649 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6651 …} -Children: Doctrine\ORM\PersistentCollection {#6654 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6657 -id: 298 -name: "カラーチェンジフローライト" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1721726951 {#6655 date: 2024-07-23 18:29:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6656 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6658 …} -Children: Doctrine\ORM\PersistentCollection {#6661 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6664 -id: 145 -name: "カイヤナイト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1719214198 {#6662 date: 2024-06-24 16:29:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6663 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6665 …} -Children: Doctrine\ORM\PersistentCollection {#6668 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6671 -id: 144 -name: "カーネリアン" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1719214192 {#6669 date: 2024-06-24 16:29:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6670 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6672 …} -Children: Doctrine\ORM\PersistentCollection {#6675 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6678 -id: 143 -name: "ガーネット" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1719214185 {#6676 date: 2024-06-24 16:29:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6677 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6679 …} -Children: Doctrine\ORM\PersistentCollection {#6682 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6685 -id: 142 -name: "ガーデンクォーツ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1719214182 {#6683 date: 2024-06-24 16:29:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6684 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6686 …} -Children: Doctrine\ORM\PersistentCollection {#6689 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6692 -id: 141 -name: "オレンジムーンストーン" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1719214174 {#6690 date: 2024-06-24 16:29:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6691 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6693 …} -Children: Doctrine\ORM\PersistentCollection {#6696 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6699 -id: 297 -name: "オレンジファントムクォーツ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1721726944 {#6697 date: 2024-07-23 18:29:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6698 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6700 …} -Children: Doctrine\ORM\PersistentCollection {#6703 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6706 -id: 140 -name: "オブシディアン" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1719214165 {#6704 date: 2024-06-24 16:29:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6705 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6707 …} -Children: Doctrine\ORM\PersistentCollection {#6710 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6713 -id: 139 -name: "オニキス" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1719214157 {#6711 date: 2024-06-24 16:29:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6712 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6714 …} -Children: Doctrine\ORM\PersistentCollection {#6717 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6720 -id: 138 -name: "オーロラオーラ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1719214152 {#6718 date: 2024-06-24 16:29:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6719 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6721 …} -Children: Doctrine\ORM\PersistentCollection {#6724 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6727 -id: 293 -name: "エンジェルラダー" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1721726919 {#6725 date: 2024-07-23 18:28:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6726 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6728 …} -Children: Doctrine\ORM\PersistentCollection {#6731 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6734 -id: 137 -name: "エンジェライト" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1719214142 {#6732 date: 2024-06-24 16:29:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6733 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6735 …} -Children: Doctrine\ORM\PersistentCollection {#6738 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6741 -id: 136 -name: "エレスチャル" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1719214136 {#6739 date: 2024-06-24 16:28:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6740 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6742 …} -Children: Doctrine\ORM\PersistentCollection {#6745 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6748 -id: 135 -name: "インカローズ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1719214126 {#6746 date: 2024-06-24 16:28:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6747 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6749 …} -Children: Doctrine\ORM\PersistentCollection {#6752 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6755 -id: 134 -name: "アンバー" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1719214114 {#6753 date: 2024-06-24 16:28:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6754 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6756 …} -Children: Doctrine\ORM\PersistentCollection {#6759 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6762 -id: 133 -name: "アメトリン" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1719214108 {#6760 date: 2024-06-24 16:28:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6761 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6763 …} -Children: Doctrine\ORM\PersistentCollection {#6766 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6769 -id: 132 -name: "アメシスト" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1719214103 {#6767 date: 2024-06-24 16:28:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6768 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6770 …} -Children: Doctrine\ORM\PersistentCollection {#6773 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6776 -id: 131 -name: "アマゾナイト" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1719214098 {#6774 date: 2024-06-24 16:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6775 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6777 …} -Children: Doctrine\ORM\PersistentCollection {#6780 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6783 -id: 130 -name: "アベンチュリン" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1719214091 {#6781 date: 2024-06-24 16:28:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6782 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6784 …} -Children: Doctrine\ORM\PersistentCollection {#6787 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6790 -id: 129 -name: "アパタイト" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1719214076 {#6788 date: 2024-06-24 16:27:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6789 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6791 …} -Children: Doctrine\ORM\PersistentCollection {#6794 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6797 -id: 128 -name: "アクアマリン" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1719214065 {#6795 date: 2024-06-24 16:27:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6796 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6798 …} -Children: Doctrine\ORM\PersistentCollection {#6801 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6804 -id: 121 -name: "アクアオーラ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1717439544 {#6802 date: 2024-06-04 03:32:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6803 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6805 …} -Children: Doctrine\ORM\PersistentCollection {#6808 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6811 -id: 120 -name: "アイリスクォーツ" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1717439529 {#6809 date: 2024-06-04 03:32:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6810 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6812 …} -Children: Doctrine\ORM\PersistentCollection {#6815 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6818 -id: 119 -name: "アイオライト" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1717439519 {#6816 date: 2024-06-04 03:31:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6817 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6819 …} -Children: Doctrine\ORM\PersistentCollection {#6822 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6825 -id: 16 -name: "アイテム" -hierarchy: 1 -sort_no: 210 -create_date: DateTime @1713760183 {#6128 date: 2024-04-22 13:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6127 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6826 …} -Children: Doctrine\ORM\PersistentCollection {#6829 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6830 -id: 317 -name: "シーズンコレクション・サマー" -hierarchy: 2 -sort_no: 209 -create_date: DateTime @1746148832 {#6823 date: 2025-05-02 10:20:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1746148832 {#6824 date: 2025-05-02 10:20:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6831 …} -Children: Doctrine\ORM\PersistentCollection {#6834 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6839 -id: 316 -name: "父の日限定アイテム" -hierarchy: 2 -sort_no: 208 -create_date: DateTime @1743663525 {#6837 date: 2025-04-03 15:58:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1747099714 {#6838 date: 2025-05-13 10:28:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6840 …} -Children: Doctrine\ORM\PersistentCollection {#6843 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6846 -id: 315 -name: "ポスター掲載商品" -hierarchy: 2 -sort_no: 207 -create_date: DateTime @1743385403 {#6844 date: 2025-03-31 10:43:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743385403 {#6845 date: 2025-03-31 10:43:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6847 …} -Children: Doctrine\ORM\PersistentCollection {#6850 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6853 -id: 314 -name: "シーズンコレクション・スプリング" -hierarchy: 2 -sort_no: 206 -create_date: DateTime @1739858412 {#6851 date: 2025-02-18 15:00:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1739858412 {#6852 date: 2025-02-18 15:00:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6854 …} -Children: Doctrine\ORM\PersistentCollection {#6857 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6860 -id: 311 -name: "巳年特集" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1735090009 {#6858 date: 2024-12-25 10:26:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741569182 {#6859 date: 2025-03-10 10:13:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6861 …} -Children: Doctrine\ORM\PersistentCollection {#6864 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6867 -id: 127 -name: "リング" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1718619073 {#6865 date: 2024-06-17 19:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6866 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6868 …} -Children: Doctrine\ORM\PersistentCollection {#6871 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6874 -id: 22 -name: "others" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1713760239 {#6872 date: 2024-04-22 13:30:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6873 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6875 …} -Children: Doctrine\ORM\PersistentCollection {#6878 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6881 -id: 21 -name: "浄化グッズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1713760231 {#6879 date: 2024-04-22 13:30:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6880 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6882 …} -Children: Doctrine\ORM\PersistentCollection {#6885 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6888 -id: 20 -name: "原石" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1713760226 {#6886 date: 2024-04-22 13:30:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6887 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6889 …} -Children: Doctrine\ORM\PersistentCollection {#6892 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6895 -id: 19 -name: "ピアス・イヤリング" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1713760219 {#6893 date: 2024-04-22 13:30:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6894 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6896 …} -Children: Doctrine\ORM\PersistentCollection {#6899 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6902 -id: 18 -name: "ネックレス" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1713760199 {#6900 date: 2024-04-22 13:29:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6901 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6903 …} -Children: Doctrine\ORM\PersistentCollection {#6906 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6909 -id: 17 -name: "ブレスレット" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1713760194 {#6907 date: 2024-04-22 13:29:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6908 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6910 …} -Children: Doctrine\ORM\PersistentCollection {#6913 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6916 -id: 210 -name: "誕生石" -hierarchy: 1 -sort_no: 124 -create_date: DateTime @1719807088 {#6836 date: 2024-07-01 13:11:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6835 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6917 …} -Children: Doctrine\ORM\PersistentCollection {#6920 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6921 -id: 222 -name: "12月生まれ" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1719807143 {#6914 date: 2024-07-01 13:12:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807143 {#6915 date: 2024-07-01 13:12:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6922 …} -Children: Doctrine\ORM\PersistentCollection {#6925 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6930 -id: 221 -name: "11月生まれ" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1719807140 {#6928 date: 2024-07-01 13:12:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807140 {#6929 date: 2024-07-01 13:12:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6931 …} -Children: Doctrine\ORM\PersistentCollection {#6934 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6937 -id: 220 -name: "10月生まれ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1719807137 {#6935 date: 2024-07-01 13:12:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807137 {#6936 date: 2024-07-01 13:12:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6938 …} -Children: Doctrine\ORM\PersistentCollection {#6941 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6944 -id: 219 -name: "9月生まれ" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1719807132 {#6942 date: 2024-07-01 13:12:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807132 {#6943 date: 2024-07-01 13:12:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6945 …} -Children: Doctrine\ORM\PersistentCollection {#6948 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6951 -id: 218 -name: "8月生まれ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1719807128 {#6949 date: 2024-07-01 13:12:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807128 {#6950 date: 2024-07-01 13:12:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6952 …} -Children: Doctrine\ORM\PersistentCollection {#6955 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6958 -id: 217 -name: "7月生まれ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1719807126 {#6956 date: 2024-07-01 13:12:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807126 {#6957 date: 2024-07-01 13:12:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6959 …} -Children: Doctrine\ORM\PersistentCollection {#6962 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6965 -id: 216 -name: "6月生まれ" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1719807123 {#6963 date: 2024-07-01 13:12:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807123 {#6964 date: 2024-07-01 13:12:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6966 …} -Children: Doctrine\ORM\PersistentCollection {#6969 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6972 -id: 215 -name: "5月生まれ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1719807120 {#6970 date: 2024-07-01 13:12:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807120 {#6971 date: 2024-07-01 13:12:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6973 …} -Children: Doctrine\ORM\PersistentCollection {#6976 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6979 -id: 214 -name: "4月生まれ" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1719807117 {#6977 date: 2024-07-01 13:11:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807117 {#6978 date: 2024-07-01 13:11:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6980 …} -Children: Doctrine\ORM\PersistentCollection {#6983 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6986 -id: 213 -name: "3月生まれ" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1719807114 {#6984 date: 2024-07-01 13:11:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807114 {#6985 date: 2024-07-01 13:11:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6987 …} -Children: Doctrine\ORM\PersistentCollection {#6990 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6993 -id: 212 -name: "2月生まれ" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1719807111 {#6991 date: 2024-07-01 13:11:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807111 {#6992 date: 2024-07-01 13:11:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6994 …} -Children: Doctrine\ORM\PersistentCollection {#6997 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7000 -id: 211 -name: "1月生まれ" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1719807107 {#6998 date: 2024-07-01 13:11:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807107 {#6999 date: 2024-07-01 13:11:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7001 …} -Children: Doctrine\ORM\PersistentCollection {#7004 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7007 -id: 310 -name: "誕生石アートブレスレット" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1732076237 {#7005 date: 2024-11-20 13:17:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732776583 {#7006 date: 2024-11-28 15:49:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7008 …} -Children: Doctrine\ORM\PersistentCollection {#7011 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#7014 -id: 223 -name: "天珠" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1719807161 {#6926 date: 2024-07-01 13:12:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6927 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7015 …} -Children: Doctrine\ORM\PersistentCollection {#7018 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7019 -id: 287 -name: "金銭鈎天珠" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1721714336 {#7012 date: 2024-07-23 14:58:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7013 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7020 …} -Children: Doctrine\ORM\PersistentCollection {#7023 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7028 -id: 286 -name: "龍神天珠" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1719807697 {#7026 date: 2024-07-01 13:21:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7027 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7029 …} -Children: Doctrine\ORM\PersistentCollection {#7032 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7035 -id: 285 -name: "寶瓶天珠" -hierarchy: 2 -sort_no: 185 -create_date: DateTime @1719807689 {#7033 date: 2024-07-01 13:21:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7034 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7036 …} -Children: Doctrine\ORM\PersistentCollection {#7039 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7042 -id: 284 -name: "水蓮花天珠" -hierarchy: 2 -sort_no: 184 -create_date: DateTime @1719807682 {#7040 date: 2024-07-01 13:21:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7041 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7043 …} -Children: Doctrine\ORM\PersistentCollection {#7046 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7049 -id: 283 -name: "虎牙天珠" -hierarchy: 2 -sort_no: 183 -create_date: DateTime @1719807676 {#7047 date: 2024-07-01 13:21:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7048 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7050 …} -Children: Doctrine\ORM\PersistentCollection {#7053 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7056 -id: 282 -name: "緑度母天珠" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1719807669 {#7054 date: 2024-07-01 13:21:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7055 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7057 …} -Children: Doctrine\ORM\PersistentCollection {#7060 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7063 -id: 281 -name: "観音天珠" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1719807663 {#7061 date: 2024-07-01 13:21:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7062 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7064 …} -Children: Doctrine\ORM\PersistentCollection {#7067 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7070 -id: 280 -name: "龍眼天珠" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1719807656 {#7068 date: 2024-07-01 13:20:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7069 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7071 …} -Children: Doctrine\ORM\PersistentCollection {#7074 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7077 -id: 279 -name: "陰陽太極天珠" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1719807647 {#7075 date: 2024-07-01 13:20:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7076 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7078 …} -Children: Doctrine\ORM\PersistentCollection {#7081 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7084 -id: 278 -name: "大黒天天珠" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1719807642 {#7082 date: 2024-07-01 13:20:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7083 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7085 …} -Children: Doctrine\ORM\PersistentCollection {#7088 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7091 -id: 277 -name: "鳳凰眼天珠" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1719807636 {#7089 date: 2024-07-01 13:20:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7090 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7092 …} -Children: Doctrine\ORM\PersistentCollection {#7095 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7098 -id: 276 -name: "麒麟天珠" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1719807630 {#7096 date: 2024-07-01 13:20:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7097 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7099 …} -Children: Doctrine\ORM\PersistentCollection {#7102 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7105 -id: 275 -name: "白蛇天珠" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1719807624 {#7103 date: 2024-07-01 13:20:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7104 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7106 …} -Children: Doctrine\ORM\PersistentCollection {#7109 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7112 -id: 274 -name: "弁財天天珠" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1719807618 {#7110 date: 2024-07-01 13:20:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7111 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7113 …} -Children: Doctrine\ORM\PersistentCollection {#7116 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7119 -id: 273 -name: "蔓字天珠" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1719807611 {#7117 date: 2024-07-01 13:20:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7118 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7120 …} -Children: Doctrine\ORM\PersistentCollection {#7123 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7126 -id: 272 -name: "星辰天珠" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1719807605 {#7124 date: 2024-07-01 13:20:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7125 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7127 …} -Children: Doctrine\ORM\PersistentCollection {#7130 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7133 -id: 271 -name: "羊眼板珠" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1719807598 {#7131 date: 2024-07-01 13:19:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7132 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7134 …} -Children: Doctrine\ORM\PersistentCollection {#7137 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7140 -id: 270 -name: "三色線珠" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1719807588 {#7138 date: 2024-07-01 13:19:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7139 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7141 …} -Children: Doctrine\ORM\PersistentCollection {#7144 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7147 -id: 269 -name: "福壽天珠" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1719807583 {#7145 date: 2024-07-01 13:19:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7146 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7148 …} -Children: Doctrine\ORM\PersistentCollection {#7151 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7154 -id: 268 -name: "大鵬鳥天珠" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1719807577 {#7152 date: 2024-07-01 13:19:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7153 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7155 …} -Children: Doctrine\ORM\PersistentCollection {#7158 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7161 -id: 267 -name: "菩提天珠" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1719807570 {#7159 date: 2024-07-01 13:19:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7160 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7162 …} -Children: Doctrine\ORM\PersistentCollection {#7165 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7168 -id: 266 -name: "大人天珠" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1719807564 {#7166 date: 2024-07-01 13:19:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7167 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7169 …} -Children: Doctrine\ORM\PersistentCollection {#7172 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7175 -id: 265 -name: "山形天珠" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1719807557 {#7173 date: 2024-07-01 13:19:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7174 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7176 …} -Children: Doctrine\ORM\PersistentCollection {#7179 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7182 -id: 264 -name: "双天地天珠" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1719807548 {#7180 date: 2024-07-01 13:19:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7181 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7183 …} -Children: Doctrine\ORM\PersistentCollection {#7186 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7189 -id: 263 -name: "天地天珠" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1719807542 {#7187 date: 2024-07-01 13:19:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7188 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7190 …} -Children: Doctrine\ORM\PersistentCollection {#7193 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7196 -id: 262 -name: "日月天珠" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1719807535 {#7194 date: 2024-07-01 13:18:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7195 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7197 …} -Children: Doctrine\ORM\PersistentCollection {#7200 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7203 -id: 261 -name: "黒白天珠" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1719807529 {#7201 date: 2024-07-01 13:18:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7202 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7204 …} -Children: Doctrine\ORM\PersistentCollection {#7207 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7210 -id: 260 -name: "流水紋天珠" -hierarchy: 2 -sort_no: 160 -create_date: DateTime @1719807521 {#7208 date: 2024-07-01 13:18:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7209 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7211 …} -Children: Doctrine\ORM\PersistentCollection {#7214 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7217 -id: 259 -name: "財神天珠" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1719807514 {#7215 date: 2024-07-01 13:18:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7216 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7218 …} -Children: Doctrine\ORM\PersistentCollection {#7221 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7224 -id: 258 -name: "如意鈎天珠" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1719807506 {#7222 date: 2024-07-01 13:18:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7223 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7225 …} -Children: Doctrine\ORM\PersistentCollection {#7228 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7231 -id: 257 -name: "水紋天珠" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1719807499 {#7229 date: 2024-07-01 13:18:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7230 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7232 …} -Children: Doctrine\ORM\PersistentCollection {#7235 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7238 -id: 256 -name: "薬師天珠" -hierarchy: 2 -sort_no: 156 -create_date: DateTime @1719807490 {#7236 date: 2024-07-01 13:18:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7237 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7239 …} -Children: Doctrine\ORM\PersistentCollection {#7242 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7245 -id: 255 -name: "亀甲長壽天珠" -hierarchy: 2 -sort_no: 155 -create_date: DateTime @1719807484 {#7243 date: 2024-07-01 13:18:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7244 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7246 …} -Children: Doctrine\ORM\PersistentCollection {#7249 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7252 -id: 254 -name: "金剛虎牙六眼天珠" -hierarchy: 2 -sort_no: 154 -create_date: DateTime @1719807477 {#7250 date: 2024-07-01 13:17:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7251 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7253 …} -Children: Doctrine\ORM\PersistentCollection {#7256 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7259 -id: 253 -name: "金剛蓮花三眼天珠" -hierarchy: 2 -sort_no: 153 -create_date: DateTime @1719807468 {#7257 date: 2024-07-01 13:17:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7258 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7260 …} -Children: Doctrine\ORM\PersistentCollection {#7263 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7266 -id: 252 -name: "金剛杵天珠" -hierarchy: 2 -sort_no: 152 -create_date: DateTime @1719807459 {#7264 date: 2024-07-01 13:17:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7265 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7267 …} -Children: Doctrine\ORM\PersistentCollection {#7270 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7273 -id: 251 -name: "蓮師法器天珠" -hierarchy: 2 -sort_no: 151 -create_date: DateTime @1719807449 {#7271 date: 2024-07-01 13:17:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7272 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7274 …} -Children: Doctrine\ORM\PersistentCollection {#7277 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7280 -id: 250 -name: "蓮師法帽天珠" -hierarchy: 2 -sort_no: 150 -create_date: DateTime @1719807441 {#7278 date: 2024-07-01 13:17:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7279 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7281 …} -Children: Doctrine\ORM\PersistentCollection {#7284 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7287 -id: 249 -name: "閃電五眼天珠" -hierarchy: 2 -sort_no: 149 -create_date: DateTime @1719807435 {#7285 date: 2024-07-01 13:17:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7286 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7288 …} -Children: Doctrine\ORM\PersistentCollection {#7291 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7294 -id: 248 -name: "蓮花天珠" -hierarchy: 2 -sort_no: 148 -create_date: DateTime @1719807427 {#7292 date: 2024-07-01 13:17:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7293 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7295 …} -Children: Doctrine\ORM\PersistentCollection {#7298 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7301 -id: 247 -name: "四線虎牙天珠" -hierarchy: 2 -sort_no: 147 -create_date: DateTime @1719807420 {#7299 date: 2024-07-01 13:17:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7300 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7302 …} -Children: Doctrine\ORM\PersistentCollection {#7305 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7308 -id: 246 -name: "五福臨門天珠" -hierarchy: 2 -sort_no: 146 -create_date: DateTime @1719807414 {#7306 date: 2024-07-01 13:16:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7307 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7309 …} -Children: Doctrine\ORM\PersistentCollection {#7312 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7315 -id: 245 -name: "如意天珠" -hierarchy: 2 -sort_no: 145 -create_date: DateTime @1719807407 {#7313 date: 2024-07-01 13:16:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7314 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7316 …} -Children: Doctrine\ORM\PersistentCollection {#7319 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7322 -id: 244 -name: "二十一眼天珠" -hierarchy: 2 -sort_no: 144 -create_date: DateTime @1719807400 {#7320 date: 2024-07-01 13:16:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7321 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7323 …} -Children: Doctrine\ORM\PersistentCollection {#7326 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7329 -id: 243 -name: "二十眼天珠" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1719807394 {#7327 date: 2024-07-01 13:16:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7328 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7330 …} -Children: Doctrine\ORM\PersistentCollection {#7333 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7336 -id: 242 -name: "十九眼天珠" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1719807386 {#7334 date: 2024-07-01 13:16:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7335 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7337 …} -Children: Doctrine\ORM\PersistentCollection {#7340 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7343 -id: 241 -name: "十八眼天珠" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1719807380 {#7341 date: 2024-07-01 13:16:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7342 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7344 …} -Children: Doctrine\ORM\PersistentCollection {#7347 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7350 -id: 240 -name: "十七眼天珠" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1719807323 {#7348 date: 2024-07-01 13:15:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7349 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7351 …} -Children: Doctrine\ORM\PersistentCollection {#7354 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7357 -id: 239 -name: "十六眼天珠" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1719807316 {#7355 date: 2024-07-01 13:15:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7356 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7358 …} -Children: Doctrine\ORM\PersistentCollection {#7361 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7364 -id: 238 -name: "十五眼天珠" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1719807308 {#7362 date: 2024-07-01 13:15:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7363 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7365 …} -Children: Doctrine\ORM\PersistentCollection {#7368 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7371 -id: 237 -name: "十四眼天珠" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1719807302 {#7369 date: 2024-07-01 13:15:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7370 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7372 …} -Children: Doctrine\ORM\PersistentCollection {#7375 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7378 -id: 236 -name: "十三眼天珠" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1719807293 {#7376 date: 2024-07-01 13:14:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7377 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7379 …} -Children: Doctrine\ORM\PersistentCollection {#7382 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7385 -id: 235 -name: "十二眼天珠" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1719807286 {#7383 date: 2024-07-01 13:14:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7384 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7386 …} -Children: Doctrine\ORM\PersistentCollection {#7389 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7392 -id: 234 -name: "十一眼天珠" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1719807279 {#7390 date: 2024-07-01 13:14:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7391 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7393 …} -Children: Doctrine\ORM\PersistentCollection {#7396 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7399 -id: 233 -name: "十眼天珠" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1719807272 {#7397 date: 2024-07-01 13:14:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7398 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7400 …} -Children: Doctrine\ORM\PersistentCollection {#7403 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7406 -id: 232 -name: "九眼天珠" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1719807265 {#7404 date: 2024-07-01 13:14:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7405 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7407 …} -Children: Doctrine\ORM\PersistentCollection {#7410 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7413 -id: 231 -name: "八眼天珠" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1719807258 {#7411 date: 2024-07-01 13:14:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7412 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7414 …} -Children: Doctrine\ORM\PersistentCollection {#7417 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7420 -id: 230 -name: "七眼天珠" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1719807251 {#7418 date: 2024-07-01 13:14:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7419 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7421 …} -Children: Doctrine\ORM\PersistentCollection {#7424 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7427 -id: 229 -name: "六眼天珠" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1719807237 {#7425 date: 2024-07-01 13:13:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7426 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7428 …} -Children: Doctrine\ORM\PersistentCollection {#7431 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7434 -id: 228 -name: "五眼天珠" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1719807225 {#7432 date: 2024-07-01 13:13:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7433 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7435 …} -Children: Doctrine\ORM\PersistentCollection {#7438 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7441 -id: 227 -name: "四眼天珠" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1719807216 {#7439 date: 2024-07-01 13:13:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7440 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7442 …} -Children: Doctrine\ORM\PersistentCollection {#7445 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7448 -id: 226 -name: "三眼天珠" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1719807209 {#7446 date: 2024-07-01 13:13:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7447 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7449 …} -Children: Doctrine\ORM\PersistentCollection {#7452 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7455 -id: 225 -name: "二眼天珠" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1719807199 {#7453 date: 2024-07-01 13:13:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7454 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7456 …} -Children: Doctrine\ORM\PersistentCollection {#7459 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7462 -id: 308 -name: "蓮花羊眼板天珠" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1726199960 {#7460 date: 2024-09-13 12:59:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1726199960 {#7461 date: 2024-09-13 12:59:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7463 …} -Children: Doctrine\ORM\PersistentCollection {#7466 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7469 -id: 224 -name: "一眼天珠" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1719807188 {#7467 date: 2024-07-01 13:13:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7468 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7470 …} -Children: Doctrine\ORM\PersistentCollection {#7473 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7474 -id: 116 -name: "ピックアップ" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1717434582 {#7024 date: 2024-06-04 02:09:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7025 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7475 …} -Children: Doctrine\ORM\PersistentCollection {#7478 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7481 -id: 117 -name: "ギフト" -hierarchy: 1 -sort_no: 21 -create_date: DateTime @1717434592 {#7479 date: 2024-06-04 02:09:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7480 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7482 …} -Children: Doctrine\ORM\PersistentCollection {#7485 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7490 -id: 30 -name: "運気" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1713760364 {#7486 date: 2024-04-22 13:32:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7487 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7491 …} -Children: Doctrine\ORM\PersistentCollection {#7494 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7495 -id: 115 -name: "招福" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1717417635 {#7488 date: 2024-06-03 21:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417635 {#7489 date: 2024-06-03 21:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7496 …} -Children: Doctrine\ORM\PersistentCollection {#7499 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7504 -id: 114 -name: "願望達成" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1717417623 {#7502 date: 2024-06-03 21:27:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417623 {#7503 date: 2024-06-03 21:27:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7505 …} -Children: Doctrine\ORM\PersistentCollection {#7508 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7511 -id: 113 -name: "学業・試験運" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1717417608 {#7509 date: 2024-06-03 21:26:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417608 {#7510 date: 2024-06-03 21:26:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7512 …} -Children: Doctrine\ORM\PersistentCollection {#7515 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7518 -id: 112 -name: "家庭運" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1717417591 {#7516 date: 2024-06-03 21:26:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417591 {#7517 date: 2024-06-03 21:26:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7519 …} -Children: Doctrine\ORM\PersistentCollection {#7522 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7525 -id: 111 -name: "結婚運" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1717417586 {#7523 date: 2024-06-03 21:26:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417586 {#7524 date: 2024-06-03 21:26:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7526 …} -Children: Doctrine\ORM\PersistentCollection {#7529 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7532 -id: 110 -name: "開運" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1717417580 {#7530 date: 2024-06-03 21:26:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417580 {#7531 date: 2024-06-03 21:26:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7533 …} -Children: Doctrine\ORM\PersistentCollection {#7536 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7539 -id: 109 -name: "対人運" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1717417576 {#7537 date: 2024-06-03 21:26:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417576 {#7538 date: 2024-06-03 21:26:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7540 …} -Children: Doctrine\ORM\PersistentCollection {#7543 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7546 -id: 108 -name: "魔除け" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1717417566 {#7544 date: 2024-06-03 21:26:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417566 {#7545 date: 2024-06-03 21:26:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7547 …} -Children: Doctrine\ORM\PersistentCollection {#7550 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7553 -id: 107 -name: "健康運" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1717417562 {#7551 date: 2024-06-03 21:26:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417562 {#7552 date: 2024-06-03 21:26:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7554 …} -Children: Doctrine\ORM\PersistentCollection {#7557 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7560 -id: 106 -name: "全体運" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1717417539 {#7558 date: 2024-06-03 21:25:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417539 {#7559 date: 2024-06-03 21:25:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7561 …} -Children: Doctrine\ORM\PersistentCollection {#7564 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7567 -id: 33 -name: "仕事運" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1713760383 {#7565 date: 2024-04-22 13:33:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713760383 {#7566 date: 2024-04-22 13:33:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7568 …} -Children: Doctrine\ORM\PersistentCollection {#7571 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7574 -id: 32 -name: "金運・財運" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1713760378 {#7572 date: 2024-04-22 13:32:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417551 {#7573 date: 2024-06-03 21:25:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7575 …} -Children: Doctrine\ORM\PersistentCollection {#7578 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7581 -id: 31 -name: "恋愛運" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1713760375 {#7579 date: 2024-04-22 13:32:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713760375 {#7580 date: 2024-04-22 13:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7582 …} -Children: Doctrine\ORM\PersistentCollection {#7585 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } ] |
[ Eccube\Entity\Category {#5898 -id: 312 -name: "セール" -hierarchy: 1 -sort_no: 212 -create_date: DateTime @1735090129 {#5904 date: 2024-12-25 10:28:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#5902 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5988 …} -Children: Doctrine\ORM\PersistentCollection {#6144 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6139 -id: 118 -name: "天然石" -hierarchy: 1 -sort_no: 211 -create_date: DateTime @1717439447 {#6143 date: 2024-06-04 03:30:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6142 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6138 …} -Children: Doctrine\ORM\PersistentCollection {#6135 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6134 -id: 309 -name: "トパーズ" -hierarchy: 2 -sort_no: 205 -create_date: DateTime @1728971426 {#6141 date: 2024-10-15 14:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728971426 {#6140 date: 2024-10-15 14:50:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6133 …} -Children: Doctrine\ORM\PersistentCollection {#6129 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6124 -id: 306 -name: "ラヴァストーン" -hierarchy: 2 -sort_no: 204 -create_date: DateTime @1725857600 {#6126 date: 2024-09-09 13:53:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857600 {#6125 date: 2024-09-09 13:53:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6123 …} -Children: Doctrine\ORM\PersistentCollection {#6120 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6117 -id: 305 -name: "リバーストーン" -hierarchy: 2 -sort_no: 203 -create_date: DateTime @1725857595 {#6119 date: 2024-09-09 13:53:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857595 {#6118 date: 2024-09-09 13:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6116 …} -Children: Doctrine\ORM\PersistentCollection {#5901 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6104 -id: 304 -name: "クラック水晶" -hierarchy: 2 -sort_no: 202 -create_date: DateTime @1725857588 {#5899 date: 2024-09-09 13:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857588 {#5920 date: 2024-09-09 13:53:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6106 …} -Children: Doctrine\ORM\PersistentCollection {#6109 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6112 -id: 303 -name: "ゴールドコーラル" -hierarchy: 2 -sort_no: 201 -create_date: DateTime @1725857582 {#6110 date: 2024-09-09 13:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857582 {#6111 date: 2024-09-09 13:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6113 …} -Children: Doctrine\ORM\PersistentCollection {#6151 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6152 -id: 302 -name: "ダルメシアンジャスパー" -hierarchy: 2 -sort_no: 200 -create_date: DateTime @1725857574 {#6149 date: 2024-09-09 13:52:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857574 {#6150 date: 2024-09-09 13:52:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6153 …} -Children: Doctrine\ORM\PersistentCollection {#6156 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6159 -id: 207 -name: "ローズジャスパー" -hierarchy: 2 -sort_no: 199 -create_date: DateTime @1719214717 {#6157 date: 2024-06-24 16:38:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6158 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6160 …} -Children: Doctrine\ORM\PersistentCollection {#6164 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6167 -id: 206 -name: "ローズクォーツ" -hierarchy: 2 -sort_no: 198 -create_date: DateTime @1719214706 {#6165 date: 2024-06-24 16:38:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6166 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6168 …} -Children: Doctrine\ORM\PersistentCollection {#6171 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6174 -id: 205 -name: "レモンクォーツ" -hierarchy: 2 -sort_no: 197 -create_date: DateTime @1719214700 {#6172 date: 2024-06-24 16:38:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6173 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6175 …} -Children: Doctrine\ORM\PersistentCollection {#6178 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6181 -id: 204 -name: "レッドタイガーアイ" -hierarchy: 2 -sort_no: 196 -create_date: DateTime @1719214691 {#6179 date: 2024-06-24 16:38:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6180 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6182 …} -Children: Doctrine\ORM\PersistentCollection {#6185 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6188 -id: 203 -name: "レッドアゲート" -hierarchy: 2 -sort_no: 195 -create_date: DateTime @1719214683 {#6186 date: 2024-06-24 16:38:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6187 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6189 …} -Children: Doctrine\ORM\PersistentCollection {#6192 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6195 -id: 202 -name: "レインボームーンストーン" -hierarchy: 2 -sort_no: 194 -create_date: DateTime @1719214676 {#6193 date: 2024-06-24 16:37:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6194 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6196 …} -Children: Doctrine\ORM\PersistentCollection {#6199 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6202 -id: 201 -name: "ルビー" -hierarchy: 2 -sort_no: 193 -create_date: DateTime @1719214669 {#6200 date: 2024-06-24 16:37:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6201 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6203 …} -Children: Doctrine\ORM\PersistentCollection {#6206 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6209 -id: 200 -name: "ルチルクォーツ" -hierarchy: 2 -sort_no: 192 -create_date: DateTime @1719214664 {#6207 date: 2024-06-24 16:37:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6208 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6210 …} -Children: Doctrine\ORM\PersistentCollection {#6213 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6216 -id: 199 -name: "龍紋メノウ" -hierarchy: 2 -sort_no: 191 -create_date: DateTime @1719214655 {#6214 date: 2024-06-24 16:37:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6215 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6217 …} -Children: Doctrine\ORM\PersistentCollection {#6220 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6223 -id: 300 -name: "リバーストーン" -hierarchy: 2 -sort_no: 190 -create_date: DateTime @1721966548 {#6221 date: 2024-07-26 13:02:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6222 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6224 …} -Children: Doctrine\ORM\PersistentCollection {#6227 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6230 -id: 198 -name: "ラリマー" -hierarchy: 2 -sort_no: 189 -create_date: DateTime @1719214639 {#6228 date: 2024-06-24 16:37:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6229 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6231 …} -Children: Doctrine\ORM\PersistentCollection {#6234 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6237 -id: 197 -name: "ラブラドライト" -hierarchy: 2 -sort_no: 188 -create_date: DateTime @1719214636 {#6235 date: 2024-06-24 16:37:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6236 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6238 …} -Children: Doctrine\ORM\PersistentCollection {#6241 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6244 -id: 196 -name: "ラピスラズリ" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1719214627 {#6242 date: 2024-06-24 16:37:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6243 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6245 …} -Children: Doctrine\ORM\PersistentCollection {#6248 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6251 -id: 195 -name: "モルガナイト" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1719214616 {#6249 date: 2024-06-24 16:36:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6250 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6252 …} -Children: Doctrine\ORM\PersistentCollection {#6255 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6258 -id: 194 -name: "モリオン" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1719214612 {#6256 date: 2024-06-24 16:36:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6257 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6259 …} -Children: Doctrine\ORM\PersistentCollection {#6262 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6265 -id: 193 -name: "モスアゲート" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1719214606 {#6263 date: 2024-06-24 16:36:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6264 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6266 …} -Children: Doctrine\ORM\PersistentCollection {#6269 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6272 -id: 192 -name: "ムーンストーン" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1719214601 {#6270 date: 2024-06-24 16:36:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6271 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6273 …} -Children: Doctrine\ORM\PersistentCollection {#6276 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6279 -id: 191 -name: "ミッドナイトオーラ" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1719214596 {#6277 date: 2024-06-24 16:36:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6278 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6280 …} -Children: Doctrine\ORM\PersistentCollection {#6283 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6286 -id: 289 -name: "MIXアゲート" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1721726889 {#6284 date: 2024-07-23 18:28:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6285 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6287 …} -Children: Doctrine\ORM\PersistentCollection {#6290 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6293 -id: 190 -name: "マザーオブパール" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1719214587 {#6291 date: 2024-06-24 16:36:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6292 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6294 …} -Children: Doctrine\ORM\PersistentCollection {#6297 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6300 -id: 189 -name: "ホワイトカルセドニー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1719214578 {#6298 date: 2024-06-24 16:36:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6299 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6301 …} -Children: Doctrine\ORM\PersistentCollection {#6304 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6307 -id: 188 -name: "北投石" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1719214570 {#6305 date: 2024-06-24 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6306 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6308 …} -Children: Doctrine\ORM\PersistentCollection {#6311 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6314 -id: 187 -name: "ペリドット" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1719214560 {#6312 date: 2024-06-24 16:36:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6313 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6315 …} -Children: Doctrine\ORM\PersistentCollection {#6318 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6321 -id: 186 -name: "ヘマタイト" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1719214555 {#6319 date: 2024-06-24 16:35:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6320 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6322 …} -Children: Doctrine\ORM\PersistentCollection {#6325 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6328 -id: 185 -name: "フローライト" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1719214550 {#6326 date: 2024-06-24 16:35:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6327 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6329 …} -Children: Doctrine\ORM\PersistentCollection {#6332 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6335 -id: 184 -name: "プレナイト" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1719214544 {#6333 date: 2024-06-24 16:35:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6334 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6336 …} -Children: Doctrine\ORM\PersistentCollection {#6339 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6342 -id: 183 -name: "ブルーレースアゲート" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1719214535 {#6340 date: 2024-06-24 16:35:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6341 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6343 …} -Children: Doctrine\ORM\PersistentCollection {#6346 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6349 -id: 182 -name: "ブルータイガーアイ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1719214526 {#6347 date: 2024-06-24 16:35:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6348 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6350 …} -Children: Doctrine\ORM\PersistentCollection {#6353 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6356 -id: 181 -name: "ブルーゴールドストーン" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1719214514 {#6354 date: 2024-06-24 16:35:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6355 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6357 …} -Children: Doctrine\ORM\PersistentCollection {#6360 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6363 -id: 180 -name: "ブラックスピネル" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1719214503 {#6361 date: 2024-06-24 16:35:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6362 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6364 …} -Children: Doctrine\ORM\PersistentCollection {#6367 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6370 -id: 292 -name: "ピーコックヘマタイト" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1721726912 {#6368 date: 2024-07-23 18:28:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6369 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6371 …} -Children: Doctrine\ORM\PersistentCollection {#6374 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6377 -id: 179 -name: "ピンクオパール" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1719214489 {#6375 date: 2024-06-24 16:34:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6376 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6378 …} -Children: Doctrine\ORM\PersistentCollection {#6381 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6384 -id: 178 -name: "ヒマラヤ水晶" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1719214480 {#6382 date: 2024-06-24 16:34:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6383 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6385 …} -Children: Doctrine\ORM\PersistentCollection {#6388 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6391 -id: 177 -name: "翡翠" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1719214472 {#6389 date: 2024-06-24 16:34:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6390 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6392 …} -Children: Doctrine\ORM\PersistentCollection {#6395 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6398 -id: 176 -name: "ピクチャージャスパー" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1719214467 {#6396 date: 2024-06-24 16:34:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6397 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6399 …} -Children: Doctrine\ORM\PersistentCollection {#6402 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6405 -id: 175 -name: "ハウライト" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1719214458 {#6403 date: 2024-06-24 16:34:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6404 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6406 …} -Children: Doctrine\ORM\PersistentCollection {#6409 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6412 -id: 174 -name: "パイライト" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1719214453 {#6410 date: 2024-06-24 16:34:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6411 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6413 …} -Children: Doctrine\ORM\PersistentCollection {#6416 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6419 -id: 173 -name: "パール" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1719214443 {#6417 date: 2024-06-24 16:34:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6418 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6420 …} -Children: Doctrine\ORM\PersistentCollection {#6423 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6426 -id: 172 -name: "トルマリン" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1719214439 {#6424 date: 2024-06-24 16:33:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6425 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6427 …} -Children: Doctrine\ORM\PersistentCollection {#6430 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6433 -id: 171 -name: "テラヘルツ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1719214435 {#6431 date: 2024-06-24 16:33:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6432 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6434 …} -Children: Doctrine\ORM\PersistentCollection {#6437 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6440 -id: 301 -name: "ツリーアゲート" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1721966565 {#6438 date: 2024-07-26 13:02:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6439 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6441 …} -Children: Doctrine\ORM\PersistentCollection {#6444 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6447 -id: 170 -name: "茶黄水晶" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1719214422 {#6445 date: 2024-06-24 16:33:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6446 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6448 …} -Children: Doctrine\ORM\PersistentCollection {#6451 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6454 -id: 169 -name: "チェリークォーツ" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1719214416 {#6452 date: 2024-06-24 16:33:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6453 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6455 …} -Children: Doctrine\ORM\PersistentCollection {#6458 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6461 -id: 168 -name: "タンザナイト" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1719214409 {#6459 date: 2024-06-24 16:33:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6460 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6462 …} -Children: Doctrine\ORM\PersistentCollection {#6465 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6468 -id: 290 -name: "ダルメシアンジャスパー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1721726899 {#6466 date: 2024-07-23 18:28:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6467 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6469 …} -Children: Doctrine\ORM\PersistentCollection {#6472 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6475 -id: 167 -name: "タイガーアイ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1719214404 {#6473 date: 2024-06-24 16:33:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6474 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6476 …} -Children: Doctrine\ORM\PersistentCollection {#6479 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6482 -id: 166 -name: "ターコイズ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1719214392 {#6480 date: 2024-06-24 16:33:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6481 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6483 …} -Children: Doctrine\ORM\PersistentCollection {#6486 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6489 -id: 165 -name: "ソーダライト" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1719214381 {#6487 date: 2024-06-24 16:33:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6488 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6490 …} -Children: Doctrine\ORM\PersistentCollection {#6493 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6496 -id: 164 -name: "スモーキークォーツ" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1719214373 {#6494 date: 2024-06-24 16:32:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6495 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6497 …} -Children: Doctrine\ORM\PersistentCollection {#6500 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6503 -id: 163 -name: "スピネル" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1719214365 {#6501 date: 2024-06-24 16:32:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6502 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6504 …} -Children: Doctrine\ORM\PersistentCollection {#6507 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6510 -id: 162 -name: "ストロベリークォーツ" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1719214359 {#6508 date: 2024-06-24 16:32:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6509 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6511 …} -Children: Doctrine\ORM\PersistentCollection {#6514 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6517 -id: 161 -name: "スギライト" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1719214347 {#6515 date: 2024-06-24 16:32:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6516 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6518 …} -Children: Doctrine\ORM\PersistentCollection {#6521 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6524 -id: 160 -name: "水晶" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1719214342 {#6522 date: 2024-06-24 16:32:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6523 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6525 …} -Children: Doctrine\ORM\PersistentCollection {#6528 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6531 -id: 294 -name: "朱砂パーツ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1721726925 {#6529 date: 2024-07-23 18:28:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6530 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6532 …} -Children: Doctrine\ORM\PersistentCollection {#6535 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6538 -id: 159 -name: "シトリン" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1719214334 {#6536 date: 2024-06-24 16:32:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6537 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6539 …} -Children: Doctrine\ORM\PersistentCollection {#6542 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6545 -id: 158 -name: "サンストーン" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1719214329 {#6543 date: 2024-06-24 16:32:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6544 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6546 …} -Children: Doctrine\ORM\PersistentCollection {#6549 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6552 -id: 157 -name: "珊瑚" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1719214321 {#6550 date: 2024-06-24 16:32:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6551 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6553 …} -Children: Doctrine\ORM\PersistentCollection {#6556 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6559 -id: 156 -name: "サファイア" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1719214302 {#6557 date: 2024-06-24 16:31:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6558 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6560 …} -Children: Doctrine\ORM\PersistentCollection {#6563 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6566 -id: 155 -name: "サードニクス" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1719214295 {#6564 date: 2024-06-24 16:31:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6565 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6567 …} -Children: Doctrine\ORM\PersistentCollection {#6570 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6573 -id: 154 -name: "コスモオーラ" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1719214286 {#6571 date: 2024-06-24 16:31:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6572 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6574 …} -Children: Doctrine\ORM\PersistentCollection {#6577 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6580 -id: 153 -name: "ゴールドヘマタイト" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1719214278 {#6578 date: 2024-06-24 16:31:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6579 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6581 …} -Children: Doctrine\ORM\PersistentCollection {#6584 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6587 -id: 152 -name: "ゴールドストーン" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1719214270 {#6585 date: 2024-06-24 16:31:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6586 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6588 …} -Children: Doctrine\ORM\PersistentCollection {#6591 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6594 -id: 295 -name: "ゴールドコーラル" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1721726932 {#6592 date: 2024-07-23 18:28:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6593 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6595 …} -Children: Doctrine\ORM\PersistentCollection {#6598 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6601 -id: 151 -name: "ゴールデンオーラ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1719214263 {#6599 date: 2024-06-24 16:31:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6600 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6602 …} -Children: Doctrine\ORM\PersistentCollection {#6605 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6608 -id: 150 -name: "クンツァイト" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1719214255 {#6606 date: 2024-06-24 16:30:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6607 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6609 …} -Children: Doctrine\ORM\PersistentCollection {#6612 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6615 -id: 149 -name: "クリソコーラ" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1719214243 {#6613 date: 2024-06-24 16:30:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6614 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6616 …} -Children: Doctrine\ORM\PersistentCollection {#6619 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6622 -id: 148 -name: "グリーンアゲート" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1719214233 {#6620 date: 2024-06-24 16:30:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6621 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6623 …} -Children: Doctrine\ORM\PersistentCollection {#6626 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6629 -id: 296 -name: "クラック水晶" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1721726937 {#6627 date: 2024-07-23 18:28:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6628 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6630 …} -Children: Doctrine\ORM\PersistentCollection {#6633 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6636 -id: 291 -name: "キャンディークォーツ" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1721726906 {#6634 date: 2024-07-23 18:28:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6635 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6637 …} -Children: Doctrine\ORM\PersistentCollection {#6640 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6643 -id: 147 -name: "眼球メノウ" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1719214224 {#6641 date: 2024-06-24 16:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6642 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6644 …} -Children: Doctrine\ORM\PersistentCollection {#6647 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6650 -id: 146 -name: "カルサイト" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1719214207 {#6648 date: 2024-06-24 16:30:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6649 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6651 …} -Children: Doctrine\ORM\PersistentCollection {#6654 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6657 -id: 298 -name: "カラーチェンジフローライト" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1721726951 {#6655 date: 2024-07-23 18:29:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6656 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6658 …} -Children: Doctrine\ORM\PersistentCollection {#6661 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6664 -id: 145 -name: "カイヤナイト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1719214198 {#6662 date: 2024-06-24 16:29:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6663 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6665 …} -Children: Doctrine\ORM\PersistentCollection {#6668 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6671 -id: 144 -name: "カーネリアン" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1719214192 {#6669 date: 2024-06-24 16:29:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6670 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6672 …} -Children: Doctrine\ORM\PersistentCollection {#6675 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6678 -id: 143 -name: "ガーネット" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1719214185 {#6676 date: 2024-06-24 16:29:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6677 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6679 …} -Children: Doctrine\ORM\PersistentCollection {#6682 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6685 -id: 142 -name: "ガーデンクォーツ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1719214182 {#6683 date: 2024-06-24 16:29:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6684 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6686 …} -Children: Doctrine\ORM\PersistentCollection {#6689 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6692 -id: 141 -name: "オレンジムーンストーン" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1719214174 {#6690 date: 2024-06-24 16:29:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6691 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6693 …} -Children: Doctrine\ORM\PersistentCollection {#6696 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6699 -id: 297 -name: "オレンジファントムクォーツ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1721726944 {#6697 date: 2024-07-23 18:29:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6698 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6700 …} -Children: Doctrine\ORM\PersistentCollection {#6703 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6706 -id: 140 -name: "オブシディアン" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1719214165 {#6704 date: 2024-06-24 16:29:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6705 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6707 …} -Children: Doctrine\ORM\PersistentCollection {#6710 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6713 -id: 139 -name: "オニキス" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1719214157 {#6711 date: 2024-06-24 16:29:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6712 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6714 …} -Children: Doctrine\ORM\PersistentCollection {#6717 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6720 -id: 138 -name: "オーロラオーラ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1719214152 {#6718 date: 2024-06-24 16:29:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6719 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6721 …} -Children: Doctrine\ORM\PersistentCollection {#6724 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6727 -id: 293 -name: "エンジェルラダー" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1721726919 {#6725 date: 2024-07-23 18:28:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6726 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6728 …} -Children: Doctrine\ORM\PersistentCollection {#6731 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6734 -id: 137 -name: "エンジェライト" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1719214142 {#6732 date: 2024-06-24 16:29:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6733 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6735 …} -Children: Doctrine\ORM\PersistentCollection {#6738 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6741 -id: 136 -name: "エレスチャル" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1719214136 {#6739 date: 2024-06-24 16:28:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6740 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6742 …} -Children: Doctrine\ORM\PersistentCollection {#6745 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6748 -id: 135 -name: "インカローズ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1719214126 {#6746 date: 2024-06-24 16:28:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6747 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6749 …} -Children: Doctrine\ORM\PersistentCollection {#6752 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6755 -id: 134 -name: "アンバー" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1719214114 {#6753 date: 2024-06-24 16:28:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6754 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6756 …} -Children: Doctrine\ORM\PersistentCollection {#6759 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6762 -id: 133 -name: "アメトリン" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1719214108 {#6760 date: 2024-06-24 16:28:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6761 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6763 …} -Children: Doctrine\ORM\PersistentCollection {#6766 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6769 -id: 132 -name: "アメシスト" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1719214103 {#6767 date: 2024-06-24 16:28:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6768 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6770 …} -Children: Doctrine\ORM\PersistentCollection {#6773 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6776 -id: 131 -name: "アマゾナイト" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1719214098 {#6774 date: 2024-06-24 16:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6775 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6777 …} -Children: Doctrine\ORM\PersistentCollection {#6780 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6783 -id: 130 -name: "アベンチュリン" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1719214091 {#6781 date: 2024-06-24 16:28:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6782 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6784 …} -Children: Doctrine\ORM\PersistentCollection {#6787 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6790 -id: 129 -name: "アパタイト" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1719214076 {#6788 date: 2024-06-24 16:27:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6789 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6791 …} -Children: Doctrine\ORM\PersistentCollection {#6794 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6797 -id: 128 -name: "アクアマリン" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1719214065 {#6795 date: 2024-06-24 16:27:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6796 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6798 …} -Children: Doctrine\ORM\PersistentCollection {#6801 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6804 -id: 121 -name: "アクアオーラ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1717439544 {#6802 date: 2024-06-04 03:32:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6803 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6805 …} -Children: Doctrine\ORM\PersistentCollection {#6808 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6811 -id: 120 -name: "アイリスクォーツ" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1717439529 {#6809 date: 2024-06-04 03:32:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6810 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6812 …} -Children: Doctrine\ORM\PersistentCollection {#6815 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6818 -id: 119 -name: "アイオライト" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1717439519 {#6816 date: 2024-06-04 03:31:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6817 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6819 …} -Children: Doctrine\ORM\PersistentCollection {#6822 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6825 -id: 16 -name: "アイテム" -hierarchy: 1 -sort_no: 210 -create_date: DateTime @1713760183 {#6128 date: 2024-04-22 13:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6127 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6826 …} -Children: Doctrine\ORM\PersistentCollection {#6829 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6830 -id: 317 -name: "シーズンコレクション・サマー" -hierarchy: 2 -sort_no: 209 -create_date: DateTime @1746148832 {#6823 date: 2025-05-02 10:20:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1746148832 {#6824 date: 2025-05-02 10:20:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6831 …} -Children: Doctrine\ORM\PersistentCollection {#6834 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6839 -id: 316 -name: "父の日限定アイテム" -hierarchy: 2 -sort_no: 208 -create_date: DateTime @1743663525 {#6837 date: 2025-04-03 15:58:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1747099714 {#6838 date: 2025-05-13 10:28:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6840 …} -Children: Doctrine\ORM\PersistentCollection {#6843 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6846 -id: 315 -name: "ポスター掲載商品" -hierarchy: 2 -sort_no: 207 -create_date: DateTime @1743385403 {#6844 date: 2025-03-31 10:43:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743385403 {#6845 date: 2025-03-31 10:43:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6847 …} -Children: Doctrine\ORM\PersistentCollection {#6850 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6853 -id: 314 -name: "シーズンコレクション・スプリング" -hierarchy: 2 -sort_no: 206 -create_date: DateTime @1739858412 {#6851 date: 2025-02-18 15:00:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1739858412 {#6852 date: 2025-02-18 15:00:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6854 …} -Children: Doctrine\ORM\PersistentCollection {#6857 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6860 -id: 311 -name: "巳年特集" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1735090009 {#6858 date: 2024-12-25 10:26:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741569182 {#6859 date: 2025-03-10 10:13:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6861 …} -Children: Doctrine\ORM\PersistentCollection {#6864 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6867 -id: 127 -name: "リング" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1718619073 {#6865 date: 2024-06-17 19:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6866 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6868 …} -Children: Doctrine\ORM\PersistentCollection {#6871 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6874 -id: 22 -name: "others" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1713760239 {#6872 date: 2024-04-22 13:30:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6873 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6875 …} -Children: Doctrine\ORM\PersistentCollection {#6878 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6881 -id: 21 -name: "浄化グッズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1713760231 {#6879 date: 2024-04-22 13:30:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6880 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6882 …} -Children: Doctrine\ORM\PersistentCollection {#6885 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6888 -id: 20 -name: "原石" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1713760226 {#6886 date: 2024-04-22 13:30:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6887 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6889 …} -Children: Doctrine\ORM\PersistentCollection {#6892 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6895 -id: 19 -name: "ピアス・イヤリング" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1713760219 {#6893 date: 2024-04-22 13:30:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6894 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6896 …} -Children: Doctrine\ORM\PersistentCollection {#6899 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6902 -id: 18 -name: "ネックレス" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1713760199 {#6900 date: 2024-04-22 13:29:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6901 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6903 …} -Children: Doctrine\ORM\PersistentCollection {#6906 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6909 -id: 17 -name: "ブレスレット" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1713760194 {#6907 date: 2024-04-22 13:29:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6908 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6910 …} -Children: Doctrine\ORM\PersistentCollection {#6913 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6916 -id: 210 -name: "誕生石" -hierarchy: 1 -sort_no: 124 -create_date: DateTime @1719807088 {#6836 date: 2024-07-01 13:11:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6835 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6917 …} -Children: Doctrine\ORM\PersistentCollection {#6920 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6921 -id: 222 -name: "12月生まれ" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1719807143 {#6914 date: 2024-07-01 13:12:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807143 {#6915 date: 2024-07-01 13:12:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6922 …} -Children: Doctrine\ORM\PersistentCollection {#6925 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6930 -id: 221 -name: "11月生まれ" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1719807140 {#6928 date: 2024-07-01 13:12:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807140 {#6929 date: 2024-07-01 13:12:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6931 …} -Children: Doctrine\ORM\PersistentCollection {#6934 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6937 -id: 220 -name: "10月生まれ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1719807137 {#6935 date: 2024-07-01 13:12:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807137 {#6936 date: 2024-07-01 13:12:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6938 …} -Children: Doctrine\ORM\PersistentCollection {#6941 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6944 -id: 219 -name: "9月生まれ" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1719807132 {#6942 date: 2024-07-01 13:12:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807132 {#6943 date: 2024-07-01 13:12:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6945 …} -Children: Doctrine\ORM\PersistentCollection {#6948 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6951 -id: 218 -name: "8月生まれ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1719807128 {#6949 date: 2024-07-01 13:12:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807128 {#6950 date: 2024-07-01 13:12:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6952 …} -Children: Doctrine\ORM\PersistentCollection {#6955 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6958 -id: 217 -name: "7月生まれ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1719807126 {#6956 date: 2024-07-01 13:12:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807126 {#6957 date: 2024-07-01 13:12:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6959 …} -Children: Doctrine\ORM\PersistentCollection {#6962 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6965 -id: 216 -name: "6月生まれ" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1719807123 {#6963 date: 2024-07-01 13:12:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807123 {#6964 date: 2024-07-01 13:12:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6966 …} -Children: Doctrine\ORM\PersistentCollection {#6969 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6972 -id: 215 -name: "5月生まれ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1719807120 {#6970 date: 2024-07-01 13:12:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807120 {#6971 date: 2024-07-01 13:12:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6973 …} -Children: Doctrine\ORM\PersistentCollection {#6976 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6979 -id: 214 -name: "4月生まれ" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1719807117 {#6977 date: 2024-07-01 13:11:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807117 {#6978 date: 2024-07-01 13:11:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6980 …} -Children: Doctrine\ORM\PersistentCollection {#6983 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6986 -id: 213 -name: "3月生まれ" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1719807114 {#6984 date: 2024-07-01 13:11:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807114 {#6985 date: 2024-07-01 13:11:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6987 …} -Children: Doctrine\ORM\PersistentCollection {#6990 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6993 -id: 212 -name: "2月生まれ" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1719807111 {#6991 date: 2024-07-01 13:11:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807111 {#6992 date: 2024-07-01 13:11:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6994 …} -Children: Doctrine\ORM\PersistentCollection {#6997 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7000 -id: 211 -name: "1月生まれ" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1719807107 {#6998 date: 2024-07-01 13:11:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807107 {#6999 date: 2024-07-01 13:11:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7001 …} -Children: Doctrine\ORM\PersistentCollection {#7004 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7007 -id: 310 -name: "誕生石アートブレスレット" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1732076237 {#7005 date: 2024-11-20 13:17:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732776583 {#7006 date: 2024-11-28 15:49:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7008 …} -Children: Doctrine\ORM\PersistentCollection {#7011 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#7014 -id: 223 -name: "天珠" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1719807161 {#6926 date: 2024-07-01 13:12:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6927 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7015 …} -Children: Doctrine\ORM\PersistentCollection {#7018 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7019 -id: 287 -name: "金銭鈎天珠" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1721714336 {#7012 date: 2024-07-23 14:58:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7013 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7020 …} -Children: Doctrine\ORM\PersistentCollection {#7023 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7028 -id: 286 -name: "龍神天珠" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1719807697 {#7026 date: 2024-07-01 13:21:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7027 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7029 …} -Children: Doctrine\ORM\PersistentCollection {#7032 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7035 -id: 285 -name: "寶瓶天珠" -hierarchy: 2 -sort_no: 185 -create_date: DateTime @1719807689 {#7033 date: 2024-07-01 13:21:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7034 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7036 …} -Children: Doctrine\ORM\PersistentCollection {#7039 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7042 -id: 284 -name: "水蓮花天珠" -hierarchy: 2 -sort_no: 184 -create_date: DateTime @1719807682 {#7040 date: 2024-07-01 13:21:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7041 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7043 …} -Children: Doctrine\ORM\PersistentCollection {#7046 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7049 -id: 283 -name: "虎牙天珠" -hierarchy: 2 -sort_no: 183 -create_date: DateTime @1719807676 {#7047 date: 2024-07-01 13:21:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7048 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7050 …} -Children: Doctrine\ORM\PersistentCollection {#7053 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7056 -id: 282 -name: "緑度母天珠" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1719807669 {#7054 date: 2024-07-01 13:21:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7055 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7057 …} -Children: Doctrine\ORM\PersistentCollection {#7060 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7063 -id: 281 -name: "観音天珠" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1719807663 {#7061 date: 2024-07-01 13:21:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7062 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7064 …} -Children: Doctrine\ORM\PersistentCollection {#7067 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7070 -id: 280 -name: "龍眼天珠" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1719807656 {#7068 date: 2024-07-01 13:20:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7069 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7071 …} -Children: Doctrine\ORM\PersistentCollection {#7074 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7077 -id: 279 -name: "陰陽太極天珠" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1719807647 {#7075 date: 2024-07-01 13:20:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7076 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7078 …} -Children: Doctrine\ORM\PersistentCollection {#7081 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7084 -id: 278 -name: "大黒天天珠" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1719807642 {#7082 date: 2024-07-01 13:20:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7083 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7085 …} -Children: Doctrine\ORM\PersistentCollection {#7088 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7091 -id: 277 -name: "鳳凰眼天珠" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1719807636 {#7089 date: 2024-07-01 13:20:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7090 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7092 …} -Children: Doctrine\ORM\PersistentCollection {#7095 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7098 -id: 276 -name: "麒麟天珠" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1719807630 {#7096 date: 2024-07-01 13:20:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7097 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7099 …} -Children: Doctrine\ORM\PersistentCollection {#7102 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7105 -id: 275 -name: "白蛇天珠" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1719807624 {#7103 date: 2024-07-01 13:20:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7104 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7106 …} -Children: Doctrine\ORM\PersistentCollection {#7109 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7112 -id: 274 -name: "弁財天天珠" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1719807618 {#7110 date: 2024-07-01 13:20:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7111 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7113 …} -Children: Doctrine\ORM\PersistentCollection {#7116 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7119 -id: 273 -name: "蔓字天珠" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1719807611 {#7117 date: 2024-07-01 13:20:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7118 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7120 …} -Children: Doctrine\ORM\PersistentCollection {#7123 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7126 -id: 272 -name: "星辰天珠" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1719807605 {#7124 date: 2024-07-01 13:20:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7125 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7127 …} -Children: Doctrine\ORM\PersistentCollection {#7130 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7133 -id: 271 -name: "羊眼板珠" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1719807598 {#7131 date: 2024-07-01 13:19:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7132 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7134 …} -Children: Doctrine\ORM\PersistentCollection {#7137 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7140 -id: 270 -name: "三色線珠" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1719807588 {#7138 date: 2024-07-01 13:19:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7139 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7141 …} -Children: Doctrine\ORM\PersistentCollection {#7144 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7147 -id: 269 -name: "福壽天珠" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1719807583 {#7145 date: 2024-07-01 13:19:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7146 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7148 …} -Children: Doctrine\ORM\PersistentCollection {#7151 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7154 -id: 268 -name: "大鵬鳥天珠" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1719807577 {#7152 date: 2024-07-01 13:19:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7153 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7155 …} -Children: Doctrine\ORM\PersistentCollection {#7158 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7161 -id: 267 -name: "菩提天珠" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1719807570 {#7159 date: 2024-07-01 13:19:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7160 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7162 …} -Children: Doctrine\ORM\PersistentCollection {#7165 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7168 -id: 266 -name: "大人天珠" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1719807564 {#7166 date: 2024-07-01 13:19:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7167 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7169 …} -Children: Doctrine\ORM\PersistentCollection {#7172 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7175 -id: 265 -name: "山形天珠" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1719807557 {#7173 date: 2024-07-01 13:19:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7174 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7176 …} -Children: Doctrine\ORM\PersistentCollection {#7179 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7182 -id: 264 -name: "双天地天珠" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1719807548 {#7180 date: 2024-07-01 13:19:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7181 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7183 …} -Children: Doctrine\ORM\PersistentCollection {#7186 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7189 -id: 263 -name: "天地天珠" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1719807542 {#7187 date: 2024-07-01 13:19:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7188 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7190 …} -Children: Doctrine\ORM\PersistentCollection {#7193 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7196 -id: 262 -name: "日月天珠" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1719807535 {#7194 date: 2024-07-01 13:18:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7195 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7197 …} -Children: Doctrine\ORM\PersistentCollection {#7200 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7203 -id: 261 -name: "黒白天珠" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1719807529 {#7201 date: 2024-07-01 13:18:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7202 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7204 …} -Children: Doctrine\ORM\PersistentCollection {#7207 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7210 -id: 260 -name: "流水紋天珠" -hierarchy: 2 -sort_no: 160 -create_date: DateTime @1719807521 {#7208 date: 2024-07-01 13:18:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7209 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7211 …} -Children: Doctrine\ORM\PersistentCollection {#7214 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7217 -id: 259 -name: "財神天珠" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1719807514 {#7215 date: 2024-07-01 13:18:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7216 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7218 …} -Children: Doctrine\ORM\PersistentCollection {#7221 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7224 -id: 258 -name: "如意鈎天珠" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1719807506 {#7222 date: 2024-07-01 13:18:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7223 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7225 …} -Children: Doctrine\ORM\PersistentCollection {#7228 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7231 -id: 257 -name: "水紋天珠" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1719807499 {#7229 date: 2024-07-01 13:18:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7230 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7232 …} -Children: Doctrine\ORM\PersistentCollection {#7235 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7238 -id: 256 -name: "薬師天珠" -hierarchy: 2 -sort_no: 156 -create_date: DateTime @1719807490 {#7236 date: 2024-07-01 13:18:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7237 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7239 …} -Children: Doctrine\ORM\PersistentCollection {#7242 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7245 -id: 255 -name: "亀甲長壽天珠" -hierarchy: 2 -sort_no: 155 -create_date: DateTime @1719807484 {#7243 date: 2024-07-01 13:18:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7244 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7246 …} -Children: Doctrine\ORM\PersistentCollection {#7249 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7252 -id: 254 -name: "金剛虎牙六眼天珠" -hierarchy: 2 -sort_no: 154 -create_date: DateTime @1719807477 {#7250 date: 2024-07-01 13:17:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7251 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7253 …} -Children: Doctrine\ORM\PersistentCollection {#7256 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7259 -id: 253 -name: "金剛蓮花三眼天珠" -hierarchy: 2 -sort_no: 153 -create_date: DateTime @1719807468 {#7257 date: 2024-07-01 13:17:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7258 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7260 …} -Children: Doctrine\ORM\PersistentCollection {#7263 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7266 -id: 252 -name: "金剛杵天珠" -hierarchy: 2 -sort_no: 152 -create_date: DateTime @1719807459 {#7264 date: 2024-07-01 13:17:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7265 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7267 …} -Children: Doctrine\ORM\PersistentCollection {#7270 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7273 -id: 251 -name: "蓮師法器天珠" -hierarchy: 2 -sort_no: 151 -create_date: DateTime @1719807449 {#7271 date: 2024-07-01 13:17:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7272 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7274 …} -Children: Doctrine\ORM\PersistentCollection {#7277 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7280 -id: 250 -name: "蓮師法帽天珠" -hierarchy: 2 -sort_no: 150 -create_date: DateTime @1719807441 {#7278 date: 2024-07-01 13:17:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7279 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7281 …} -Children: Doctrine\ORM\PersistentCollection {#7284 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7287 -id: 249 -name: "閃電五眼天珠" -hierarchy: 2 -sort_no: 149 -create_date: DateTime @1719807435 {#7285 date: 2024-07-01 13:17:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7286 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7288 …} -Children: Doctrine\ORM\PersistentCollection {#7291 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7294 -id: 248 -name: "蓮花天珠" -hierarchy: 2 -sort_no: 148 -create_date: DateTime @1719807427 {#7292 date: 2024-07-01 13:17:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7293 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7295 …} -Children: Doctrine\ORM\PersistentCollection {#7298 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7301 -id: 247 -name: "四線虎牙天珠" -hierarchy: 2 -sort_no: 147 -create_date: DateTime @1719807420 {#7299 date: 2024-07-01 13:17:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7300 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7302 …} -Children: Doctrine\ORM\PersistentCollection {#7305 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7308 -id: 246 -name: "五福臨門天珠" -hierarchy: 2 -sort_no: 146 -create_date: DateTime @1719807414 {#7306 date: 2024-07-01 13:16:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7307 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7309 …} -Children: Doctrine\ORM\PersistentCollection {#7312 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7315 -id: 245 -name: "如意天珠" -hierarchy: 2 -sort_no: 145 -create_date: DateTime @1719807407 {#7313 date: 2024-07-01 13:16:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7314 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7316 …} -Children: Doctrine\ORM\PersistentCollection {#7319 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7322 -id: 244 -name: "二十一眼天珠" -hierarchy: 2 -sort_no: 144 -create_date: DateTime @1719807400 {#7320 date: 2024-07-01 13:16:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7321 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7323 …} -Children: Doctrine\ORM\PersistentCollection {#7326 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7329 -id: 243 -name: "二十眼天珠" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1719807394 {#7327 date: 2024-07-01 13:16:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7328 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7330 …} -Children: Doctrine\ORM\PersistentCollection {#7333 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7336 -id: 242 -name: "十九眼天珠" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1719807386 {#7334 date: 2024-07-01 13:16:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7335 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7337 …} -Children: Doctrine\ORM\PersistentCollection {#7340 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7343 -id: 241 -name: "十八眼天珠" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1719807380 {#7341 date: 2024-07-01 13:16:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7342 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7344 …} -Children: Doctrine\ORM\PersistentCollection {#7347 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7350 -id: 240 -name: "十七眼天珠" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1719807323 {#7348 date: 2024-07-01 13:15:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7349 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7351 …} -Children: Doctrine\ORM\PersistentCollection {#7354 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7357 -id: 239 -name: "十六眼天珠" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1719807316 {#7355 date: 2024-07-01 13:15:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7356 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7358 …} -Children: Doctrine\ORM\PersistentCollection {#7361 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7364 -id: 238 -name: "十五眼天珠" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1719807308 {#7362 date: 2024-07-01 13:15:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7363 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7365 …} -Children: Doctrine\ORM\PersistentCollection {#7368 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7371 -id: 237 -name: "十四眼天珠" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1719807302 {#7369 date: 2024-07-01 13:15:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7370 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7372 …} -Children: Doctrine\ORM\PersistentCollection {#7375 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7378 -id: 236 -name: "十三眼天珠" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1719807293 {#7376 date: 2024-07-01 13:14:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7377 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7379 …} -Children: Doctrine\ORM\PersistentCollection {#7382 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7385 -id: 235 -name: "十二眼天珠" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1719807286 {#7383 date: 2024-07-01 13:14:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7384 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7386 …} -Children: Doctrine\ORM\PersistentCollection {#7389 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7392 -id: 234 -name: "十一眼天珠" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1719807279 {#7390 date: 2024-07-01 13:14:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7391 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7393 …} -Children: Doctrine\ORM\PersistentCollection {#7396 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7399 -id: 233 -name: "十眼天珠" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1719807272 {#7397 date: 2024-07-01 13:14:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7398 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7400 …} -Children: Doctrine\ORM\PersistentCollection {#7403 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7406 -id: 232 -name: "九眼天珠" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1719807265 {#7404 date: 2024-07-01 13:14:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7405 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7407 …} -Children: Doctrine\ORM\PersistentCollection {#7410 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7413 -id: 231 -name: "八眼天珠" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1719807258 {#7411 date: 2024-07-01 13:14:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7412 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7414 …} -Children: Doctrine\ORM\PersistentCollection {#7417 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7420 -id: 230 -name: "七眼天珠" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1719807251 {#7418 date: 2024-07-01 13:14:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7419 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7421 …} -Children: Doctrine\ORM\PersistentCollection {#7424 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7427 -id: 229 -name: "六眼天珠" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1719807237 {#7425 date: 2024-07-01 13:13:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7426 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7428 …} -Children: Doctrine\ORM\PersistentCollection {#7431 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7434 -id: 228 -name: "五眼天珠" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1719807225 {#7432 date: 2024-07-01 13:13:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7433 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7435 …} -Children: Doctrine\ORM\PersistentCollection {#7438 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7441 -id: 227 -name: "四眼天珠" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1719807216 {#7439 date: 2024-07-01 13:13:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7440 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7442 …} -Children: Doctrine\ORM\PersistentCollection {#7445 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7448 -id: 226 -name: "三眼天珠" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1719807209 {#7446 date: 2024-07-01 13:13:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7447 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7449 …} -Children: Doctrine\ORM\PersistentCollection {#7452 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7455 -id: 225 -name: "二眼天珠" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1719807199 {#7453 date: 2024-07-01 13:13:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7454 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7456 …} -Children: Doctrine\ORM\PersistentCollection {#7459 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7462 -id: 308 -name: "蓮花羊眼板天珠" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1726199960 {#7460 date: 2024-09-13 12:59:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1726199960 {#7461 date: 2024-09-13 12:59:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7463 …} -Children: Doctrine\ORM\PersistentCollection {#7466 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7469 -id: 224 -name: "一眼天珠" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1719807188 {#7467 date: 2024-07-01 13:13:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7468 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7470 …} -Children: Doctrine\ORM\PersistentCollection {#7473 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7474 -id: 116 -name: "ピックアップ" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1717434582 {#7024 date: 2024-06-04 02:09:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7025 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7475 …} -Children: Doctrine\ORM\PersistentCollection {#7478 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7481 -id: 117 -name: "ギフト" -hierarchy: 1 -sort_no: 21 -create_date: DateTime @1717434592 {#7479 date: 2024-06-04 02:09:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7480 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7482 …} -Children: Doctrine\ORM\PersistentCollection {#7485 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7490 -id: 30 -name: "運気" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1713760364 {#7486 date: 2024-04-22 13:32:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7487 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7491 …} -Children: Doctrine\ORM\PersistentCollection {#7494 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7495 -id: 115 -name: "招福" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1717417635 {#7488 date: 2024-06-03 21:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417635 {#7489 date: 2024-06-03 21:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7496 …} -Children: Doctrine\ORM\PersistentCollection {#7499 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7504 -id: 114 -name: "願望達成" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1717417623 {#7502 date: 2024-06-03 21:27:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417623 {#7503 date: 2024-06-03 21:27:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7505 …} -Children: Doctrine\ORM\PersistentCollection {#7508 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7511 -id: 113 -name: "学業・試験運" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1717417608 {#7509 date: 2024-06-03 21:26:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417608 {#7510 date: 2024-06-03 21:26:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7512 …} -Children: Doctrine\ORM\PersistentCollection {#7515 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7518 -id: 112 -name: "家庭運" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1717417591 {#7516 date: 2024-06-03 21:26:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417591 {#7517 date: 2024-06-03 21:26:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7519 …} -Children: Doctrine\ORM\PersistentCollection {#7522 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7525 -id: 111 -name: "結婚運" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1717417586 {#7523 date: 2024-06-03 21:26:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417586 {#7524 date: 2024-06-03 21:26:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7526 …} -Children: Doctrine\ORM\PersistentCollection {#7529 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7532 -id: 110 -name: "開運" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1717417580 {#7530 date: 2024-06-03 21:26:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417580 {#7531 date: 2024-06-03 21:26:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7533 …} -Children: Doctrine\ORM\PersistentCollection {#7536 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7539 -id: 109 -name: "対人運" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1717417576 {#7537 date: 2024-06-03 21:26:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417576 {#7538 date: 2024-06-03 21:26:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7540 …} -Children: Doctrine\ORM\PersistentCollection {#7543 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7546 -id: 108 -name: "魔除け" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1717417566 {#7544 date: 2024-06-03 21:26:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417566 {#7545 date: 2024-06-03 21:26:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7547 …} -Children: Doctrine\ORM\PersistentCollection {#7550 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7553 -id: 107 -name: "健康運" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1717417562 {#7551 date: 2024-06-03 21:26:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417562 {#7552 date: 2024-06-03 21:26:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7554 …} -Children: Doctrine\ORM\PersistentCollection {#7557 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7560 -id: 106 -name: "全体運" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1717417539 {#7558 date: 2024-06-03 21:25:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417539 {#7559 date: 2024-06-03 21:25:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7561 …} -Children: Doctrine\ORM\PersistentCollection {#7564 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7567 -id: 33 -name: "仕事運" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1713760383 {#7565 date: 2024-04-22 13:33:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713760383 {#7566 date: 2024-04-22 13:33:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7568 …} -Children: Doctrine\ORM\PersistentCollection {#7571 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7574 -id: 32 -name: "金運・財運" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1713760378 {#7572 date: 2024-04-22 13:32:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417551 {#7573 date: 2024-06-03 21:25:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7575 …} -Children: Doctrine\ORM\PersistentCollection {#7578 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7581 -id: 31 -name: "恋愛運" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1713760375 {#7579 date: 2024-04-22 13:32:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713760375 {#7580 date: 2024-04-22 13:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7582 …} -Children: Doctrine\ORM\PersistentCollection {#7585 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } ] |
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 {#5728 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5776 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5775 -om: ContainerJ2A2ujO\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#672 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5722 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Category {#5898 -id: 312 -name: "セール" -hierarchy: 1 -sort_no: 212 -create_date: DateTime @1735090129 {#5904 date: 2024-12-25 10:28:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#5902 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5988 …} -Children: Doctrine\ORM\PersistentCollection {#6144 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6139 -id: 118 -name: "天然石" -hierarchy: 1 -sort_no: 211 -create_date: DateTime @1717439447 {#6143 date: 2024-06-04 03:30:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6142 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6138 …} -Children: Doctrine\ORM\PersistentCollection {#6135 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6134 -id: 309 -name: "トパーズ" -hierarchy: 2 -sort_no: 205 -create_date: DateTime @1728971426 {#6141 date: 2024-10-15 14:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728971426 {#6140 date: 2024-10-15 14:50:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6133 …} -Children: Doctrine\ORM\PersistentCollection {#6129 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6124 -id: 306 -name: "ラヴァストーン" -hierarchy: 2 -sort_no: 204 -create_date: DateTime @1725857600 {#6126 date: 2024-09-09 13:53:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857600 {#6125 date: 2024-09-09 13:53:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6123 …} -Children: Doctrine\ORM\PersistentCollection {#6120 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6117 -id: 305 -name: "リバーストーン" -hierarchy: 2 -sort_no: 203 -create_date: DateTime @1725857595 {#6119 date: 2024-09-09 13:53:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857595 {#6118 date: 2024-09-09 13:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6116 …} -Children: Doctrine\ORM\PersistentCollection {#5901 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6104 -id: 304 -name: "クラック水晶" -hierarchy: 2 -sort_no: 202 -create_date: DateTime @1725857588 {#5899 date: 2024-09-09 13:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857588 {#5920 date: 2024-09-09 13:53:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6106 …} -Children: Doctrine\ORM\PersistentCollection {#6109 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6112 -id: 303 -name: "ゴールドコーラル" -hierarchy: 2 -sort_no: 201 -create_date: DateTime @1725857582 {#6110 date: 2024-09-09 13:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857582 {#6111 date: 2024-09-09 13:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6113 …} -Children: Doctrine\ORM\PersistentCollection {#6151 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6152 -id: 302 -name: "ダルメシアンジャスパー" -hierarchy: 2 -sort_no: 200 -create_date: DateTime @1725857574 {#6149 date: 2024-09-09 13:52:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857574 {#6150 date: 2024-09-09 13:52:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6153 …} -Children: Doctrine\ORM\PersistentCollection {#6156 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6159 -id: 207 -name: "ローズジャスパー" -hierarchy: 2 -sort_no: 199 -create_date: DateTime @1719214717 {#6157 date: 2024-06-24 16:38:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6158 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6160 …} -Children: Doctrine\ORM\PersistentCollection {#6164 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6167 -id: 206 -name: "ローズクォーツ" -hierarchy: 2 -sort_no: 198 -create_date: DateTime @1719214706 {#6165 date: 2024-06-24 16:38:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6166 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6168 …} -Children: Doctrine\ORM\PersistentCollection {#6171 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6174 -id: 205 -name: "レモンクォーツ" -hierarchy: 2 -sort_no: 197 -create_date: DateTime @1719214700 {#6172 date: 2024-06-24 16:38:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6173 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6175 …} -Children: Doctrine\ORM\PersistentCollection {#6178 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6181 -id: 204 -name: "レッドタイガーアイ" -hierarchy: 2 -sort_no: 196 -create_date: DateTime @1719214691 {#6179 date: 2024-06-24 16:38:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6180 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6182 …} -Children: Doctrine\ORM\PersistentCollection {#6185 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6188 -id: 203 -name: "レッドアゲート" -hierarchy: 2 -sort_no: 195 -create_date: DateTime @1719214683 {#6186 date: 2024-06-24 16:38:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6187 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6189 …} -Children: Doctrine\ORM\PersistentCollection {#6192 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6195 -id: 202 -name: "レインボームーンストーン" -hierarchy: 2 -sort_no: 194 -create_date: DateTime @1719214676 {#6193 date: 2024-06-24 16:37:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6194 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6196 …} -Children: Doctrine\ORM\PersistentCollection {#6199 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6202 -id: 201 -name: "ルビー" -hierarchy: 2 -sort_no: 193 -create_date: DateTime @1719214669 {#6200 date: 2024-06-24 16:37:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6201 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6203 …} -Children: Doctrine\ORM\PersistentCollection {#6206 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6209 -id: 200 -name: "ルチルクォーツ" -hierarchy: 2 -sort_no: 192 -create_date: DateTime @1719214664 {#6207 date: 2024-06-24 16:37:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6208 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6210 …} -Children: Doctrine\ORM\PersistentCollection {#6213 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6216 -id: 199 -name: "龍紋メノウ" -hierarchy: 2 -sort_no: 191 -create_date: DateTime @1719214655 {#6214 date: 2024-06-24 16:37:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6215 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6217 …} -Children: Doctrine\ORM\PersistentCollection {#6220 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6223 -id: 300 -name: "リバーストーン" -hierarchy: 2 -sort_no: 190 -create_date: DateTime @1721966548 {#6221 date: 2024-07-26 13:02:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6222 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6224 …} -Children: Doctrine\ORM\PersistentCollection {#6227 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6230 -id: 198 -name: "ラリマー" -hierarchy: 2 -sort_no: 189 -create_date: DateTime @1719214639 {#6228 date: 2024-06-24 16:37:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6229 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6231 …} -Children: Doctrine\ORM\PersistentCollection {#6234 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6237 -id: 197 -name: "ラブラドライト" -hierarchy: 2 -sort_no: 188 -create_date: DateTime @1719214636 {#6235 date: 2024-06-24 16:37:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6236 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6238 …} -Children: Doctrine\ORM\PersistentCollection {#6241 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6244 -id: 196 -name: "ラピスラズリ" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1719214627 {#6242 date: 2024-06-24 16:37:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6243 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6245 …} -Children: Doctrine\ORM\PersistentCollection {#6248 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6251 -id: 195 -name: "モルガナイト" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1719214616 {#6249 date: 2024-06-24 16:36:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6250 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6252 …} -Children: Doctrine\ORM\PersistentCollection {#6255 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6258 -id: 194 -name: "モリオン" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1719214612 {#6256 date: 2024-06-24 16:36:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6257 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6259 …} -Children: Doctrine\ORM\PersistentCollection {#6262 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6265 -id: 193 -name: "モスアゲート" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1719214606 {#6263 date: 2024-06-24 16:36:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6264 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6266 …} -Children: Doctrine\ORM\PersistentCollection {#6269 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6272 -id: 192 -name: "ムーンストーン" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1719214601 {#6270 date: 2024-06-24 16:36:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6271 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6273 …} -Children: Doctrine\ORM\PersistentCollection {#6276 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6279 -id: 191 -name: "ミッドナイトオーラ" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1719214596 {#6277 date: 2024-06-24 16:36:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6278 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6280 …} -Children: Doctrine\ORM\PersistentCollection {#6283 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6286 -id: 289 -name: "MIXアゲート" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1721726889 {#6284 date: 2024-07-23 18:28:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6285 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6287 …} -Children: Doctrine\ORM\PersistentCollection {#6290 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6293 -id: 190 -name: "マザーオブパール" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1719214587 {#6291 date: 2024-06-24 16:36:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6292 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6294 …} -Children: Doctrine\ORM\PersistentCollection {#6297 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6300 -id: 189 -name: "ホワイトカルセドニー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1719214578 {#6298 date: 2024-06-24 16:36:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6299 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6301 …} -Children: Doctrine\ORM\PersistentCollection {#6304 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6307 -id: 188 -name: "北投石" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1719214570 {#6305 date: 2024-06-24 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6306 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6308 …} -Children: Doctrine\ORM\PersistentCollection {#6311 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6314 -id: 187 -name: "ペリドット" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1719214560 {#6312 date: 2024-06-24 16:36:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6313 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6315 …} -Children: Doctrine\ORM\PersistentCollection {#6318 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6321 -id: 186 -name: "ヘマタイト" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1719214555 {#6319 date: 2024-06-24 16:35:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6320 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6322 …} -Children: Doctrine\ORM\PersistentCollection {#6325 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6328 -id: 185 -name: "フローライト" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1719214550 {#6326 date: 2024-06-24 16:35:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6327 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6329 …} -Children: Doctrine\ORM\PersistentCollection {#6332 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6335 -id: 184 -name: "プレナイト" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1719214544 {#6333 date: 2024-06-24 16:35:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6334 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6336 …} -Children: Doctrine\ORM\PersistentCollection {#6339 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6342 -id: 183 -name: "ブルーレースアゲート" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1719214535 {#6340 date: 2024-06-24 16:35:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6341 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6343 …} -Children: Doctrine\ORM\PersistentCollection {#6346 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6349 -id: 182 -name: "ブルータイガーアイ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1719214526 {#6347 date: 2024-06-24 16:35:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6348 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6350 …} -Children: Doctrine\ORM\PersistentCollection {#6353 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6356 -id: 181 -name: "ブルーゴールドストーン" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1719214514 {#6354 date: 2024-06-24 16:35:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6355 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6357 …} -Children: Doctrine\ORM\PersistentCollection {#6360 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6363 -id: 180 -name: "ブラックスピネル" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1719214503 {#6361 date: 2024-06-24 16:35:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6362 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6364 …} -Children: Doctrine\ORM\PersistentCollection {#6367 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6370 -id: 292 -name: "ピーコックヘマタイト" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1721726912 {#6368 date: 2024-07-23 18:28:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6369 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6371 …} -Children: Doctrine\ORM\PersistentCollection {#6374 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6377 -id: 179 -name: "ピンクオパール" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1719214489 {#6375 date: 2024-06-24 16:34:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6376 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6378 …} -Children: Doctrine\ORM\PersistentCollection {#6381 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6384 -id: 178 -name: "ヒマラヤ水晶" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1719214480 {#6382 date: 2024-06-24 16:34:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6383 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6385 …} -Children: Doctrine\ORM\PersistentCollection {#6388 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6391 -id: 177 -name: "翡翠" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1719214472 {#6389 date: 2024-06-24 16:34:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6390 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6392 …} -Children: Doctrine\ORM\PersistentCollection {#6395 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6398 -id: 176 -name: "ピクチャージャスパー" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1719214467 {#6396 date: 2024-06-24 16:34:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6397 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6399 …} -Children: Doctrine\ORM\PersistentCollection {#6402 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6405 -id: 175 -name: "ハウライト" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1719214458 {#6403 date: 2024-06-24 16:34:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6404 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6406 …} -Children: Doctrine\ORM\PersistentCollection {#6409 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6412 -id: 174 -name: "パイライト" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1719214453 {#6410 date: 2024-06-24 16:34:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6411 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6413 …} -Children: Doctrine\ORM\PersistentCollection {#6416 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6419 -id: 173 -name: "パール" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1719214443 {#6417 date: 2024-06-24 16:34:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6418 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6420 …} -Children: Doctrine\ORM\PersistentCollection {#6423 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6426 -id: 172 -name: "トルマリン" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1719214439 {#6424 date: 2024-06-24 16:33:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6425 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6427 …} -Children: Doctrine\ORM\PersistentCollection {#6430 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6433 -id: 171 -name: "テラヘルツ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1719214435 {#6431 date: 2024-06-24 16:33:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6432 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6434 …} -Children: Doctrine\ORM\PersistentCollection {#6437 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6440 -id: 301 -name: "ツリーアゲート" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1721966565 {#6438 date: 2024-07-26 13:02:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6439 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6441 …} -Children: Doctrine\ORM\PersistentCollection {#6444 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6447 -id: 170 -name: "茶黄水晶" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1719214422 {#6445 date: 2024-06-24 16:33:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6446 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6448 …} -Children: Doctrine\ORM\PersistentCollection {#6451 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6454 -id: 169 -name: "チェリークォーツ" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1719214416 {#6452 date: 2024-06-24 16:33:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6453 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6455 …} -Children: Doctrine\ORM\PersistentCollection {#6458 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6461 -id: 168 -name: "タンザナイト" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1719214409 {#6459 date: 2024-06-24 16:33:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6460 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6462 …} -Children: Doctrine\ORM\PersistentCollection {#6465 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6468 -id: 290 -name: "ダルメシアンジャスパー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1721726899 {#6466 date: 2024-07-23 18:28:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6467 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6469 …} -Children: Doctrine\ORM\PersistentCollection {#6472 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6475 -id: 167 -name: "タイガーアイ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1719214404 {#6473 date: 2024-06-24 16:33:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6474 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6476 …} -Children: Doctrine\ORM\PersistentCollection {#6479 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6482 -id: 166 -name: "ターコイズ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1719214392 {#6480 date: 2024-06-24 16:33:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6481 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6483 …} -Children: Doctrine\ORM\PersistentCollection {#6486 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6489 -id: 165 -name: "ソーダライト" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1719214381 {#6487 date: 2024-06-24 16:33:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6488 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6490 …} -Children: Doctrine\ORM\PersistentCollection {#6493 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6496 -id: 164 -name: "スモーキークォーツ" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1719214373 {#6494 date: 2024-06-24 16:32:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6495 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6497 …} -Children: Doctrine\ORM\PersistentCollection {#6500 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6503 -id: 163 -name: "スピネル" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1719214365 {#6501 date: 2024-06-24 16:32:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6502 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6504 …} -Children: Doctrine\ORM\PersistentCollection {#6507 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6510 -id: 162 -name: "ストロベリークォーツ" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1719214359 {#6508 date: 2024-06-24 16:32:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6509 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6511 …} -Children: Doctrine\ORM\PersistentCollection {#6514 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6517 -id: 161 -name: "スギライト" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1719214347 {#6515 date: 2024-06-24 16:32:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6516 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6518 …} -Children: Doctrine\ORM\PersistentCollection {#6521 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6524 -id: 160 -name: "水晶" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1719214342 {#6522 date: 2024-06-24 16:32:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6523 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6525 …} -Children: Doctrine\ORM\PersistentCollection {#6528 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6531 -id: 294 -name: "朱砂パーツ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1721726925 {#6529 date: 2024-07-23 18:28:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6530 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6532 …} -Children: Doctrine\ORM\PersistentCollection {#6535 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6538 -id: 159 -name: "シトリン" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1719214334 {#6536 date: 2024-06-24 16:32:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6537 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6539 …} -Children: Doctrine\ORM\PersistentCollection {#6542 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6545 -id: 158 -name: "サンストーン" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1719214329 {#6543 date: 2024-06-24 16:32:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6544 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6546 …} -Children: Doctrine\ORM\PersistentCollection {#6549 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6552 -id: 157 -name: "珊瑚" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1719214321 {#6550 date: 2024-06-24 16:32:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6551 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6553 …} -Children: Doctrine\ORM\PersistentCollection {#6556 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6559 -id: 156 -name: "サファイア" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1719214302 {#6557 date: 2024-06-24 16:31:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6558 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6560 …} -Children: Doctrine\ORM\PersistentCollection {#6563 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6566 -id: 155 -name: "サードニクス" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1719214295 {#6564 date: 2024-06-24 16:31:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6565 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6567 …} -Children: Doctrine\ORM\PersistentCollection {#6570 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6573 -id: 154 -name: "コスモオーラ" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1719214286 {#6571 date: 2024-06-24 16:31:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6572 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6574 …} -Children: Doctrine\ORM\PersistentCollection {#6577 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6580 -id: 153 -name: "ゴールドヘマタイト" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1719214278 {#6578 date: 2024-06-24 16:31:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6579 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6581 …} -Children: Doctrine\ORM\PersistentCollection {#6584 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6587 -id: 152 -name: "ゴールドストーン" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1719214270 {#6585 date: 2024-06-24 16:31:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6586 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6588 …} -Children: Doctrine\ORM\PersistentCollection {#6591 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6594 -id: 295 -name: "ゴールドコーラル" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1721726932 {#6592 date: 2024-07-23 18:28:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6593 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6595 …} -Children: Doctrine\ORM\PersistentCollection {#6598 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6601 -id: 151 -name: "ゴールデンオーラ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1719214263 {#6599 date: 2024-06-24 16:31:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6600 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6602 …} -Children: Doctrine\ORM\PersistentCollection {#6605 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6608 -id: 150 -name: "クンツァイト" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1719214255 {#6606 date: 2024-06-24 16:30:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6607 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6609 …} -Children: Doctrine\ORM\PersistentCollection {#6612 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6615 -id: 149 -name: "クリソコーラ" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1719214243 {#6613 date: 2024-06-24 16:30:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6614 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6616 …} -Children: Doctrine\ORM\PersistentCollection {#6619 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6622 -id: 148 -name: "グリーンアゲート" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1719214233 {#6620 date: 2024-06-24 16:30:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6621 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6623 …} -Children: Doctrine\ORM\PersistentCollection {#6626 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6629 -id: 296 -name: "クラック水晶" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1721726937 {#6627 date: 2024-07-23 18:28:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6628 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6630 …} -Children: Doctrine\ORM\PersistentCollection {#6633 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6636 -id: 291 -name: "キャンディークォーツ" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1721726906 {#6634 date: 2024-07-23 18:28:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6635 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6637 …} -Children: Doctrine\ORM\PersistentCollection {#6640 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6643 -id: 147 -name: "眼球メノウ" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1719214224 {#6641 date: 2024-06-24 16:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6642 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6644 …} -Children: Doctrine\ORM\PersistentCollection {#6647 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6650 -id: 146 -name: "カルサイト" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1719214207 {#6648 date: 2024-06-24 16:30:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6649 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6651 …} -Children: Doctrine\ORM\PersistentCollection {#6654 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6657 -id: 298 -name: "カラーチェンジフローライト" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1721726951 {#6655 date: 2024-07-23 18:29:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6656 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6658 …} -Children: Doctrine\ORM\PersistentCollection {#6661 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6664 -id: 145 -name: "カイヤナイト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1719214198 {#6662 date: 2024-06-24 16:29:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6663 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6665 …} -Children: Doctrine\ORM\PersistentCollection {#6668 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6671 -id: 144 -name: "カーネリアン" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1719214192 {#6669 date: 2024-06-24 16:29:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6670 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6672 …} -Children: Doctrine\ORM\PersistentCollection {#6675 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6678 -id: 143 -name: "ガーネット" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1719214185 {#6676 date: 2024-06-24 16:29:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6677 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6679 …} -Children: Doctrine\ORM\PersistentCollection {#6682 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6685 -id: 142 -name: "ガーデンクォーツ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1719214182 {#6683 date: 2024-06-24 16:29:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6684 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6686 …} -Children: Doctrine\ORM\PersistentCollection {#6689 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6692 -id: 141 -name: "オレンジムーンストーン" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1719214174 {#6690 date: 2024-06-24 16:29:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6691 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6693 …} -Children: Doctrine\ORM\PersistentCollection {#6696 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6699 -id: 297 -name: "オレンジファントムクォーツ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1721726944 {#6697 date: 2024-07-23 18:29:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6698 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6700 …} -Children: Doctrine\ORM\PersistentCollection {#6703 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6706 -id: 140 -name: "オブシディアン" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1719214165 {#6704 date: 2024-06-24 16:29:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6705 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6707 …} -Children: Doctrine\ORM\PersistentCollection {#6710 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6713 -id: 139 -name: "オニキス" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1719214157 {#6711 date: 2024-06-24 16:29:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6712 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6714 …} -Children: Doctrine\ORM\PersistentCollection {#6717 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6720 -id: 138 -name: "オーロラオーラ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1719214152 {#6718 date: 2024-06-24 16:29:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6719 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6721 …} -Children: Doctrine\ORM\PersistentCollection {#6724 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6727 -id: 293 -name: "エンジェルラダー" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1721726919 {#6725 date: 2024-07-23 18:28:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6726 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6728 …} -Children: Doctrine\ORM\PersistentCollection {#6731 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6734 -id: 137 -name: "エンジェライト" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1719214142 {#6732 date: 2024-06-24 16:29:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6733 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6735 …} -Children: Doctrine\ORM\PersistentCollection {#6738 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6741 -id: 136 -name: "エレスチャル" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1719214136 {#6739 date: 2024-06-24 16:28:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6740 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6742 …} -Children: Doctrine\ORM\PersistentCollection {#6745 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6748 -id: 135 -name: "インカローズ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1719214126 {#6746 date: 2024-06-24 16:28:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6747 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6749 …} -Children: Doctrine\ORM\PersistentCollection {#6752 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6755 -id: 134 -name: "アンバー" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1719214114 {#6753 date: 2024-06-24 16:28:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6754 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6756 …} -Children: Doctrine\ORM\PersistentCollection {#6759 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6762 -id: 133 -name: "アメトリン" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1719214108 {#6760 date: 2024-06-24 16:28:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6761 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6763 …} -Children: Doctrine\ORM\PersistentCollection {#6766 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6769 -id: 132 -name: "アメシスト" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1719214103 {#6767 date: 2024-06-24 16:28:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6768 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6770 …} -Children: Doctrine\ORM\PersistentCollection {#6773 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6776 -id: 131 -name: "アマゾナイト" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1719214098 {#6774 date: 2024-06-24 16:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6775 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6777 …} -Children: Doctrine\ORM\PersistentCollection {#6780 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6783 -id: 130 -name: "アベンチュリン" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1719214091 {#6781 date: 2024-06-24 16:28:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6782 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6784 …} -Children: Doctrine\ORM\PersistentCollection {#6787 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6790 -id: 129 -name: "アパタイト" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1719214076 {#6788 date: 2024-06-24 16:27:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6789 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6791 …} -Children: Doctrine\ORM\PersistentCollection {#6794 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6797 -id: 128 -name: "アクアマリン" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1719214065 {#6795 date: 2024-06-24 16:27:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6796 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6798 …} -Children: Doctrine\ORM\PersistentCollection {#6801 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6804 -id: 121 -name: "アクアオーラ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1717439544 {#6802 date: 2024-06-04 03:32:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6803 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6805 …} -Children: Doctrine\ORM\PersistentCollection {#6808 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6811 -id: 120 -name: "アイリスクォーツ" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1717439529 {#6809 date: 2024-06-04 03:32:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6810 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6812 …} -Children: Doctrine\ORM\PersistentCollection {#6815 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6818 -id: 119 -name: "アイオライト" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1717439519 {#6816 date: 2024-06-04 03:31:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6817 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6819 …} -Children: Doctrine\ORM\PersistentCollection {#6822 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#6825 -id: 16 -name: "アイテム" -hierarchy: 1 -sort_no: 210 -create_date: DateTime @1713760183 {#6128 date: 2024-04-22 13:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6127 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6826 …} -Children: Doctrine\ORM\PersistentCollection {#6829 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6830 -id: 317 -name: "シーズンコレクション・サマー" -hierarchy: 2 -sort_no: 209 -create_date: DateTime @1746148832 {#6823 date: 2025-05-02 10:20:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1746148832 {#6824 date: 2025-05-02 10:20:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6831 …} -Children: Doctrine\ORM\PersistentCollection {#6834 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6839 -id: 316 -name: "父の日限定アイテム" -hierarchy: 2 -sort_no: 208 -create_date: DateTime @1743663525 {#6837 date: 2025-04-03 15:58:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1747099714 {#6838 date: 2025-05-13 10:28:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6840 …} -Children: Doctrine\ORM\PersistentCollection {#6843 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6846 -id: 315 -name: "ポスター掲載商品" -hierarchy: 2 -sort_no: 207 -create_date: DateTime @1743385403 {#6844 date: 2025-03-31 10:43:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743385403 {#6845 date: 2025-03-31 10:43:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6847 …} -Children: Doctrine\ORM\PersistentCollection {#6850 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6853 -id: 314 -name: "シーズンコレクション・スプリング" -hierarchy: 2 -sort_no: 206 -create_date: DateTime @1739858412 {#6851 date: 2025-02-18 15:00:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1739858412 {#6852 date: 2025-02-18 15:00:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6854 …} -Children: Doctrine\ORM\PersistentCollection {#6857 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6860 -id: 311 -name: "巳年特集" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1735090009 {#6858 date: 2024-12-25 10:26:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741569182 {#6859 date: 2025-03-10 10:13:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6861 …} -Children: Doctrine\ORM\PersistentCollection {#6864 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6867 -id: 127 -name: "リング" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1718619073 {#6865 date: 2024-06-17 19:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6866 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6868 …} -Children: Doctrine\ORM\PersistentCollection {#6871 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6874 -id: 22 -name: "others" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1713760239 {#6872 date: 2024-04-22 13:30:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6873 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6875 …} -Children: Doctrine\ORM\PersistentCollection {#6878 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6881 -id: 21 -name: "浄化グッズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1713760231 {#6879 date: 2024-04-22 13:30:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6880 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6882 …} -Children: Doctrine\ORM\PersistentCollection {#6885 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6888 -id: 20 -name: "原石" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1713760226 {#6886 date: 2024-04-22 13:30:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6887 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6889 …} -Children: Doctrine\ORM\PersistentCollection {#6892 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6895 -id: 19 -name: "ピアス・イヤリング" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1713760219 {#6893 date: 2024-04-22 13:30:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6894 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6896 …} -Children: Doctrine\ORM\PersistentCollection {#6899 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6902 -id: 18 -name: "ネックレス" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1713760199 {#6900 date: 2024-04-22 13:29:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6901 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6903 …} -Children: Doctrine\ORM\PersistentCollection {#6906 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6909 -id: 17 -name: "ブレスレット" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1713760194 {#6907 date: 2024-04-22 13:29:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6908 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6910 …} -Children: Doctrine\ORM\PersistentCollection {#6913 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#6916 -id: 210 -name: "誕生石" -hierarchy: 1 -sort_no: 124 -create_date: DateTime @1719807088 {#6836 date: 2024-07-01 13:11:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6835 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6917 …} -Children: Doctrine\ORM\PersistentCollection {#6920 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6921 -id: 222 -name: "12月生まれ" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1719807143 {#6914 date: 2024-07-01 13:12:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807143 {#6915 date: 2024-07-01 13:12:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6922 …} -Children: Doctrine\ORM\PersistentCollection {#6925 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6930 -id: 221 -name: "11月生まれ" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1719807140 {#6928 date: 2024-07-01 13:12:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807140 {#6929 date: 2024-07-01 13:12:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6931 …} -Children: Doctrine\ORM\PersistentCollection {#6934 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6937 -id: 220 -name: "10月生まれ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1719807137 {#6935 date: 2024-07-01 13:12:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807137 {#6936 date: 2024-07-01 13:12:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6938 …} -Children: Doctrine\ORM\PersistentCollection {#6941 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6944 -id: 219 -name: "9月生まれ" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1719807132 {#6942 date: 2024-07-01 13:12:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807132 {#6943 date: 2024-07-01 13:12:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6945 …} -Children: Doctrine\ORM\PersistentCollection {#6948 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6951 -id: 218 -name: "8月生まれ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1719807128 {#6949 date: 2024-07-01 13:12:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807128 {#6950 date: 2024-07-01 13:12:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6952 …} -Children: Doctrine\ORM\PersistentCollection {#6955 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6958 -id: 217 -name: "7月生まれ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1719807126 {#6956 date: 2024-07-01 13:12:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807126 {#6957 date: 2024-07-01 13:12:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6959 …} -Children: Doctrine\ORM\PersistentCollection {#6962 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6965 -id: 216 -name: "6月生まれ" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1719807123 {#6963 date: 2024-07-01 13:12:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807123 {#6964 date: 2024-07-01 13:12:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6966 …} -Children: Doctrine\ORM\PersistentCollection {#6969 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6972 -id: 215 -name: "5月生まれ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1719807120 {#6970 date: 2024-07-01 13:12:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807120 {#6971 date: 2024-07-01 13:12:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6973 …} -Children: Doctrine\ORM\PersistentCollection {#6976 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6979 -id: 214 -name: "4月生まれ" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1719807117 {#6977 date: 2024-07-01 13:11:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807117 {#6978 date: 2024-07-01 13:11:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6980 …} -Children: Doctrine\ORM\PersistentCollection {#6983 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6986 -id: 213 -name: "3月生まれ" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1719807114 {#6984 date: 2024-07-01 13:11:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807114 {#6985 date: 2024-07-01 13:11:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6987 …} -Children: Doctrine\ORM\PersistentCollection {#6990 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#6993 -id: 212 -name: "2月生まれ" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1719807111 {#6991 date: 2024-07-01 13:11:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807111 {#6992 date: 2024-07-01 13:11:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6994 …} -Children: Doctrine\ORM\PersistentCollection {#6997 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7000 -id: 211 -name: "1月生まれ" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1719807107 {#6998 date: 2024-07-01 13:11:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807107 {#6999 date: 2024-07-01 13:11:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7001 …} -Children: Doctrine\ORM\PersistentCollection {#7004 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7007 -id: 310 -name: "誕生石アートブレスレット" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1732076237 {#7005 date: 2024-11-20 13:17:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732776583 {#7006 date: 2024-11-28 15:49:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7008 …} -Children: Doctrine\ORM\PersistentCollection {#7011 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } Eccube\Entity\Category {#7014 -id: 223 -name: "天珠" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1719807161 {#6926 date: 2024-07-01 13:12:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6927 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7015 …} -Children: Doctrine\ORM\PersistentCollection {#7018 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7019 -id: 287 -name: "金銭鈎天珠" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1721714336 {#7012 date: 2024-07-23 14:58:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7013 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7020 …} -Children: Doctrine\ORM\PersistentCollection {#7023 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7028 -id: 286 -name: "龍神天珠" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1719807697 {#7026 date: 2024-07-01 13:21:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7027 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7029 …} -Children: Doctrine\ORM\PersistentCollection {#7032 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7035 -id: 285 -name: "寶瓶天珠" -hierarchy: 2 -sort_no: 185 -create_date: DateTime @1719807689 {#7033 date: 2024-07-01 13:21:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7034 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7036 …} -Children: Doctrine\ORM\PersistentCollection {#7039 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7042 -id: 284 -name: "水蓮花天珠" -hierarchy: 2 -sort_no: 184 -create_date: DateTime @1719807682 {#7040 date: 2024-07-01 13:21:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7041 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7043 …} -Children: Doctrine\ORM\PersistentCollection {#7046 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7049 -id: 283 -name: "虎牙天珠" -hierarchy: 2 -sort_no: 183 -create_date: DateTime @1719807676 {#7047 date: 2024-07-01 13:21:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7048 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7050 …} -Children: Doctrine\ORM\PersistentCollection {#7053 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7056 -id: 282 -name: "緑度母天珠" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1719807669 {#7054 date: 2024-07-01 13:21:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7055 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7057 …} -Children: Doctrine\ORM\PersistentCollection {#7060 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7063 -id: 281 -name: "観音天珠" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1719807663 {#7061 date: 2024-07-01 13:21:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7062 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7064 …} -Children: Doctrine\ORM\PersistentCollection {#7067 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7070 -id: 280 -name: "龍眼天珠" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1719807656 {#7068 date: 2024-07-01 13:20:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7069 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7071 …} -Children: Doctrine\ORM\PersistentCollection {#7074 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7077 -id: 279 -name: "陰陽太極天珠" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1719807647 {#7075 date: 2024-07-01 13:20:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7076 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7078 …} -Children: Doctrine\ORM\PersistentCollection {#7081 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7084 -id: 278 -name: "大黒天天珠" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1719807642 {#7082 date: 2024-07-01 13:20:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7083 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7085 …} -Children: Doctrine\ORM\PersistentCollection {#7088 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7091 -id: 277 -name: "鳳凰眼天珠" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1719807636 {#7089 date: 2024-07-01 13:20:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7090 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7092 …} -Children: Doctrine\ORM\PersistentCollection {#7095 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7098 -id: 276 -name: "麒麟天珠" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1719807630 {#7096 date: 2024-07-01 13:20:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7097 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7099 …} -Children: Doctrine\ORM\PersistentCollection {#7102 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7105 -id: 275 -name: "白蛇天珠" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1719807624 {#7103 date: 2024-07-01 13:20:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7104 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7106 …} -Children: Doctrine\ORM\PersistentCollection {#7109 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7112 -id: 274 -name: "弁財天天珠" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1719807618 {#7110 date: 2024-07-01 13:20:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7111 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7113 …} -Children: Doctrine\ORM\PersistentCollection {#7116 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7119 -id: 273 -name: "蔓字天珠" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1719807611 {#7117 date: 2024-07-01 13:20:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7118 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7120 …} -Children: Doctrine\ORM\PersistentCollection {#7123 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7126 -id: 272 -name: "星辰天珠" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1719807605 {#7124 date: 2024-07-01 13:20:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7125 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7127 …} -Children: Doctrine\ORM\PersistentCollection {#7130 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7133 -id: 271 -name: "羊眼板珠" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1719807598 {#7131 date: 2024-07-01 13:19:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7132 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7134 …} -Children: Doctrine\ORM\PersistentCollection {#7137 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7140 -id: 270 -name: "三色線珠" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1719807588 {#7138 date: 2024-07-01 13:19:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7139 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7141 …} -Children: Doctrine\ORM\PersistentCollection {#7144 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7147 -id: 269 -name: "福壽天珠" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1719807583 {#7145 date: 2024-07-01 13:19:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7146 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7148 …} -Children: Doctrine\ORM\PersistentCollection {#7151 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7154 -id: 268 -name: "大鵬鳥天珠" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1719807577 {#7152 date: 2024-07-01 13:19:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7153 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7155 …} -Children: Doctrine\ORM\PersistentCollection {#7158 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7161 -id: 267 -name: "菩提天珠" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1719807570 {#7159 date: 2024-07-01 13:19:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7160 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7162 …} -Children: Doctrine\ORM\PersistentCollection {#7165 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7168 -id: 266 -name: "大人天珠" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1719807564 {#7166 date: 2024-07-01 13:19:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7167 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7169 …} -Children: Doctrine\ORM\PersistentCollection {#7172 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7175 -id: 265 -name: "山形天珠" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1719807557 {#7173 date: 2024-07-01 13:19:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7174 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7176 …} -Children: Doctrine\ORM\PersistentCollection {#7179 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7182 -id: 264 -name: "双天地天珠" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1719807548 {#7180 date: 2024-07-01 13:19:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7181 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7183 …} -Children: Doctrine\ORM\PersistentCollection {#7186 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7189 -id: 263 -name: "天地天珠" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1719807542 {#7187 date: 2024-07-01 13:19:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7188 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7190 …} -Children: Doctrine\ORM\PersistentCollection {#7193 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7196 -id: 262 -name: "日月天珠" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1719807535 {#7194 date: 2024-07-01 13:18:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7195 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7197 …} -Children: Doctrine\ORM\PersistentCollection {#7200 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7203 -id: 261 -name: "黒白天珠" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1719807529 {#7201 date: 2024-07-01 13:18:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7202 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7204 …} -Children: Doctrine\ORM\PersistentCollection {#7207 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7210 -id: 260 -name: "流水紋天珠" -hierarchy: 2 -sort_no: 160 -create_date: DateTime @1719807521 {#7208 date: 2024-07-01 13:18:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7209 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7211 …} -Children: Doctrine\ORM\PersistentCollection {#7214 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7217 -id: 259 -name: "財神天珠" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1719807514 {#7215 date: 2024-07-01 13:18:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7216 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7218 …} -Children: Doctrine\ORM\PersistentCollection {#7221 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7224 -id: 258 -name: "如意鈎天珠" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1719807506 {#7222 date: 2024-07-01 13:18:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7223 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7225 …} -Children: Doctrine\ORM\PersistentCollection {#7228 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7231 -id: 257 -name: "水紋天珠" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1719807499 {#7229 date: 2024-07-01 13:18:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7230 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7232 …} -Children: Doctrine\ORM\PersistentCollection {#7235 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7238 -id: 256 -name: "薬師天珠" -hierarchy: 2 -sort_no: 156 -create_date: DateTime @1719807490 {#7236 date: 2024-07-01 13:18:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7237 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7239 …} -Children: Doctrine\ORM\PersistentCollection {#7242 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7245 -id: 255 -name: "亀甲長壽天珠" -hierarchy: 2 -sort_no: 155 -create_date: DateTime @1719807484 {#7243 date: 2024-07-01 13:18:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7244 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7246 …} -Children: Doctrine\ORM\PersistentCollection {#7249 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7252 -id: 254 -name: "金剛虎牙六眼天珠" -hierarchy: 2 -sort_no: 154 -create_date: DateTime @1719807477 {#7250 date: 2024-07-01 13:17:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7251 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7253 …} -Children: Doctrine\ORM\PersistentCollection {#7256 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7259 -id: 253 -name: "金剛蓮花三眼天珠" -hierarchy: 2 -sort_no: 153 -create_date: DateTime @1719807468 {#7257 date: 2024-07-01 13:17:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7258 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7260 …} -Children: Doctrine\ORM\PersistentCollection {#7263 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7266 -id: 252 -name: "金剛杵天珠" -hierarchy: 2 -sort_no: 152 -create_date: DateTime @1719807459 {#7264 date: 2024-07-01 13:17:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7265 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7267 …} -Children: Doctrine\ORM\PersistentCollection {#7270 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7273 -id: 251 -name: "蓮師法器天珠" -hierarchy: 2 -sort_no: 151 -create_date: DateTime @1719807449 {#7271 date: 2024-07-01 13:17:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7272 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7274 …} -Children: Doctrine\ORM\PersistentCollection {#7277 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7280 -id: 250 -name: "蓮師法帽天珠" -hierarchy: 2 -sort_no: 150 -create_date: DateTime @1719807441 {#7278 date: 2024-07-01 13:17:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7279 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7281 …} -Children: Doctrine\ORM\PersistentCollection {#7284 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7287 -id: 249 -name: "閃電五眼天珠" -hierarchy: 2 -sort_no: 149 -create_date: DateTime @1719807435 {#7285 date: 2024-07-01 13:17:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7286 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7288 …} -Children: Doctrine\ORM\PersistentCollection {#7291 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7294 -id: 248 -name: "蓮花天珠" -hierarchy: 2 -sort_no: 148 -create_date: DateTime @1719807427 {#7292 date: 2024-07-01 13:17:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7293 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7295 …} -Children: Doctrine\ORM\PersistentCollection {#7298 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7301 -id: 247 -name: "四線虎牙天珠" -hierarchy: 2 -sort_no: 147 -create_date: DateTime @1719807420 {#7299 date: 2024-07-01 13:17:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7300 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7302 …} -Children: Doctrine\ORM\PersistentCollection {#7305 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7308 -id: 246 -name: "五福臨門天珠" -hierarchy: 2 -sort_no: 146 -create_date: DateTime @1719807414 {#7306 date: 2024-07-01 13:16:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7307 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7309 …} -Children: Doctrine\ORM\PersistentCollection {#7312 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7315 -id: 245 -name: "如意天珠" -hierarchy: 2 -sort_no: 145 -create_date: DateTime @1719807407 {#7313 date: 2024-07-01 13:16:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7314 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7316 …} -Children: Doctrine\ORM\PersistentCollection {#7319 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7322 -id: 244 -name: "二十一眼天珠" -hierarchy: 2 -sort_no: 144 -create_date: DateTime @1719807400 {#7320 date: 2024-07-01 13:16:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7321 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7323 …} -Children: Doctrine\ORM\PersistentCollection {#7326 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7329 -id: 243 -name: "二十眼天珠" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1719807394 {#7327 date: 2024-07-01 13:16:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7328 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7330 …} -Children: Doctrine\ORM\PersistentCollection {#7333 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7336 -id: 242 -name: "十九眼天珠" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1719807386 {#7334 date: 2024-07-01 13:16:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7335 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7337 …} -Children: Doctrine\ORM\PersistentCollection {#7340 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7343 -id: 241 -name: "十八眼天珠" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1719807380 {#7341 date: 2024-07-01 13:16:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7342 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7344 …} -Children: Doctrine\ORM\PersistentCollection {#7347 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7350 -id: 240 -name: "十七眼天珠" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1719807323 {#7348 date: 2024-07-01 13:15:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7349 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7351 …} -Children: Doctrine\ORM\PersistentCollection {#7354 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7357 -id: 239 -name: "十六眼天珠" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1719807316 {#7355 date: 2024-07-01 13:15:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7356 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7358 …} -Children: Doctrine\ORM\PersistentCollection {#7361 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7364 -id: 238 -name: "十五眼天珠" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1719807308 {#7362 date: 2024-07-01 13:15:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7363 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7365 …} -Children: Doctrine\ORM\PersistentCollection {#7368 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7371 -id: 237 -name: "十四眼天珠" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1719807302 {#7369 date: 2024-07-01 13:15:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7370 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7372 …} -Children: Doctrine\ORM\PersistentCollection {#7375 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7378 -id: 236 -name: "十三眼天珠" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1719807293 {#7376 date: 2024-07-01 13:14:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7377 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7379 …} -Children: Doctrine\ORM\PersistentCollection {#7382 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7385 -id: 235 -name: "十二眼天珠" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1719807286 {#7383 date: 2024-07-01 13:14:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7384 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7386 …} -Children: Doctrine\ORM\PersistentCollection {#7389 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7392 -id: 234 -name: "十一眼天珠" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1719807279 {#7390 date: 2024-07-01 13:14:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7391 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7393 …} -Children: Doctrine\ORM\PersistentCollection {#7396 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7399 -id: 233 -name: "十眼天珠" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1719807272 {#7397 date: 2024-07-01 13:14:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7398 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7400 …} -Children: Doctrine\ORM\PersistentCollection {#7403 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7406 -id: 232 -name: "九眼天珠" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1719807265 {#7404 date: 2024-07-01 13:14:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7405 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7407 …} -Children: Doctrine\ORM\PersistentCollection {#7410 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7413 -id: 231 -name: "八眼天珠" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1719807258 {#7411 date: 2024-07-01 13:14:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7412 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7414 …} -Children: Doctrine\ORM\PersistentCollection {#7417 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7420 -id: 230 -name: "七眼天珠" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1719807251 {#7418 date: 2024-07-01 13:14:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7419 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7421 …} -Children: Doctrine\ORM\PersistentCollection {#7424 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7427 -id: 229 -name: "六眼天珠" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1719807237 {#7425 date: 2024-07-01 13:13:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7426 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7428 …} -Children: Doctrine\ORM\PersistentCollection {#7431 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7434 -id: 228 -name: "五眼天珠" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1719807225 {#7432 date: 2024-07-01 13:13:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7433 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7435 …} -Children: Doctrine\ORM\PersistentCollection {#7438 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7441 -id: 227 -name: "四眼天珠" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1719807216 {#7439 date: 2024-07-01 13:13:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7440 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7442 …} -Children: Doctrine\ORM\PersistentCollection {#7445 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7448 -id: 226 -name: "三眼天珠" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1719807209 {#7446 date: 2024-07-01 13:13:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7447 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7449 …} -Children: Doctrine\ORM\PersistentCollection {#7452 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7455 -id: 225 -name: "二眼天珠" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1719807199 {#7453 date: 2024-07-01 13:13:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7454 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7456 …} -Children: Doctrine\ORM\PersistentCollection {#7459 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7462 -id: 308 -name: "蓮花羊眼板天珠" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1726199960 {#7460 date: 2024-09-13 12:59:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1726199960 {#7461 date: 2024-09-13 12:59:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7463 …} -Children: Doctrine\ORM\PersistentCollection {#7466 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7469 -id: 224 -name: "一眼天珠" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1719807188 {#7467 date: 2024-07-01 13:13:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7468 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7470 …} -Children: Doctrine\ORM\PersistentCollection {#7473 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } Eccube\Entity\Category {#7474 -id: 116 -name: "ピックアップ" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1717434582 {#7024 date: 2024-06-04 02:09:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7025 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7475 …} -Children: Doctrine\ORM\PersistentCollection {#7478 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7481 -id: 117 -name: "ギフト" -hierarchy: 1 -sort_no: 21 -create_date: DateTime @1717434592 {#7479 date: 2024-06-04 02:09:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7480 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7482 …} -Children: Doctrine\ORM\PersistentCollection {#7485 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7490 -id: 30 -name: "運気" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1713760364 {#7486 date: 2024-04-22 13:32:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7487 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7491 …} -Children: Doctrine\ORM\PersistentCollection {#7494 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7495 -id: 115 -name: "招福" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1717417635 {#7488 date: 2024-06-03 21:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417635 {#7489 date: 2024-06-03 21:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7496 …} -Children: Doctrine\ORM\PersistentCollection {#7499 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7504 -id: 114 -name: "願望達成" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1717417623 {#7502 date: 2024-06-03 21:27:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417623 {#7503 date: 2024-06-03 21:27:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7505 …} -Children: Doctrine\ORM\PersistentCollection {#7508 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7511 -id: 113 -name: "学業・試験運" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1717417608 {#7509 date: 2024-06-03 21:26:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417608 {#7510 date: 2024-06-03 21:26:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7512 …} -Children: Doctrine\ORM\PersistentCollection {#7515 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7518 -id: 112 -name: "家庭運" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1717417591 {#7516 date: 2024-06-03 21:26:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417591 {#7517 date: 2024-06-03 21:26:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7519 …} -Children: Doctrine\ORM\PersistentCollection {#7522 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7525 -id: 111 -name: "結婚運" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1717417586 {#7523 date: 2024-06-03 21:26:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417586 {#7524 date: 2024-06-03 21:26:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7526 …} -Children: Doctrine\ORM\PersistentCollection {#7529 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7532 -id: 110 -name: "開運" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1717417580 {#7530 date: 2024-06-03 21:26:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417580 {#7531 date: 2024-06-03 21:26:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7533 …} -Children: Doctrine\ORM\PersistentCollection {#7536 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7539 -id: 109 -name: "対人運" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1717417576 {#7537 date: 2024-06-03 21:26:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417576 {#7538 date: 2024-06-03 21:26:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7540 …} -Children: Doctrine\ORM\PersistentCollection {#7543 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7546 -id: 108 -name: "魔除け" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1717417566 {#7544 date: 2024-06-03 21:26:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417566 {#7545 date: 2024-06-03 21:26:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7547 …} -Children: Doctrine\ORM\PersistentCollection {#7550 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7553 -id: 107 -name: "健康運" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1717417562 {#7551 date: 2024-06-03 21:26:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417562 {#7552 date: 2024-06-03 21:26:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7554 …} -Children: Doctrine\ORM\PersistentCollection {#7557 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7560 -id: 106 -name: "全体運" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1717417539 {#7558 date: 2024-06-03 21:25:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417539 {#7559 date: 2024-06-03 21:25:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7561 …} -Children: Doctrine\ORM\PersistentCollection {#7564 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7567 -id: 33 -name: "仕事運" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1713760383 {#7565 date: 2024-04-22 13:33:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713760383 {#7566 date: 2024-04-22 13:33:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7568 …} -Children: Doctrine\ORM\PersistentCollection {#7571 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7574 -id: 32 -name: "金運・財運" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1713760378 {#7572 date: 2024-04-22 13:32:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417551 {#7573 date: 2024-06-03 21:25:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7575 …} -Children: Doctrine\ORM\PersistentCollection {#7578 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } Eccube\Entity\Category {#7581 -id: 31 -name: "恋愛運" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1713760375 {#7579 date: 2024-04-22 13:32:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713760375 {#7580 date: 2024-04-22 13:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7582 …} -Children: Doctrine\ORM\PersistentCollection {#7585 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } ] |
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 {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerJ2A2ujO\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#672 …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 {#5775 -om: ContainerJ2A2ujO\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#672 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5722 …} -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() {#5773 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4406 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#5736 …} } } |
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 | [ 312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7616 +label: "セール" +value: "312" +data: Eccube\Entity\Category {#5898 -id: 312 -name: "セール" -hierarchy: 1 -sort_no: 212 -create_date: DateTime @1735090129 {#5904 date: 2024-12-25 10:28:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#5902 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5988 …} -Children: Doctrine\ORM\PersistentCollection {#6144 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7618 +label: "天然石" +value: "118" +data: Eccube\Entity\Category {#6139 -id: 118 -name: "天然石" -hierarchy: 1 -sort_no: 211 -create_date: DateTime @1717439447 {#6143 date: 2024-06-04 03:30:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6142 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6138 …} -Children: Doctrine\ORM\PersistentCollection {#6135 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7617 +label: " トパーズ" +value: "309" +data: Eccube\Entity\Category {#6134 -id: 309 -name: "トパーズ" -hierarchy: 2 -sort_no: 205 -create_date: DateTime @1728971426 {#6141 date: 2024-10-15 14:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728971426 {#6140 date: 2024-10-15 14:50:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6133 …} -Children: Doctrine\ORM\PersistentCollection {#6129 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7620 +label: " ラヴァストーン" +value: "306" +data: Eccube\Entity\Category {#6124 -id: 306 -name: "ラヴァストーン" -hierarchy: 2 -sort_no: 204 -create_date: DateTime @1725857600 {#6126 date: 2024-09-09 13:53:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857600 {#6125 date: 2024-09-09 13:53:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6123 …} -Children: Doctrine\ORM\PersistentCollection {#6120 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7621 +label: " リバーストーン" +value: "305" +data: Eccube\Entity\Category {#6117 -id: 305 -name: "リバーストーン" -hierarchy: 2 -sort_no: 203 -create_date: DateTime @1725857595 {#6119 date: 2024-09-09 13:53:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857595 {#6118 date: 2024-09-09 13:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6116 …} -Children: Doctrine\ORM\PersistentCollection {#5901 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7622 +label: " クラック水晶" +value: "304" +data: Eccube\Entity\Category {#6104 -id: 304 -name: "クラック水晶" -hierarchy: 2 -sort_no: 202 -create_date: DateTime @1725857588 {#5899 date: 2024-09-09 13:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857588 {#5920 date: 2024-09-09 13:53:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6106 …} -Children: Doctrine\ORM\PersistentCollection {#6109 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7623 +label: " ゴールドコーラル" +value: "303" +data: Eccube\Entity\Category {#6112 -id: 303 -name: "ゴールドコーラル" -hierarchy: 2 -sort_no: 201 -create_date: DateTime @1725857582 {#6110 date: 2024-09-09 13:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857582 {#6111 date: 2024-09-09 13:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6113 …} -Children: Doctrine\ORM\PersistentCollection {#6151 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7624 +label: " ダルメシアンジャスパー" +value: "302" +data: Eccube\Entity\Category {#6152 -id: 302 -name: "ダルメシアンジャスパー" -hierarchy: 2 -sort_no: 200 -create_date: DateTime @1725857574 {#6149 date: 2024-09-09 13:52:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857574 {#6150 date: 2024-09-09 13:52:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6153 …} -Children: Doctrine\ORM\PersistentCollection {#6156 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7625 +label: " ローズジャスパー" +value: "207" +data: Eccube\Entity\Category {#6159 -id: 207 -name: "ローズジャスパー" -hierarchy: 2 -sort_no: 199 -create_date: DateTime @1719214717 {#6157 date: 2024-06-24 16:38:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6158 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6160 …} -Children: Doctrine\ORM\PersistentCollection {#6164 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7626 +label: " ローズクォーツ" +value: "206" +data: Eccube\Entity\Category {#6167 -id: 206 -name: "ローズクォーツ" -hierarchy: 2 -sort_no: 198 -create_date: DateTime @1719214706 {#6165 date: 2024-06-24 16:38:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6166 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6168 …} -Children: Doctrine\ORM\PersistentCollection {#6171 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7627 +label: " レモンクォーツ" +value: "205" +data: Eccube\Entity\Category {#6174 -id: 205 -name: "レモンクォーツ" -hierarchy: 2 -sort_no: 197 -create_date: DateTime @1719214700 {#6172 date: 2024-06-24 16:38:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6173 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6175 …} -Children: Doctrine\ORM\PersistentCollection {#6178 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7628 +label: " レッドタイガーアイ" +value: "204" +data: Eccube\Entity\Category {#6181 -id: 204 -name: "レッドタイガーアイ" -hierarchy: 2 -sort_no: 196 -create_date: DateTime @1719214691 {#6179 date: 2024-06-24 16:38:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6180 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6182 …} -Children: Doctrine\ORM\PersistentCollection {#6185 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7629 +label: " レッドアゲート" +value: "203" +data: Eccube\Entity\Category {#6188 -id: 203 -name: "レッドアゲート" -hierarchy: 2 -sort_no: 195 -create_date: DateTime @1719214683 {#6186 date: 2024-06-24 16:38:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6187 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6189 …} -Children: Doctrine\ORM\PersistentCollection {#6192 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7630 +label: " レインボームーンストーン" +value: "202" +data: Eccube\Entity\Category {#6195 -id: 202 -name: "レインボームーンストーン" -hierarchy: 2 -sort_no: 194 -create_date: DateTime @1719214676 {#6193 date: 2024-06-24 16:37:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6194 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6196 …} -Children: Doctrine\ORM\PersistentCollection {#6199 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7631 +label: " ルビー" +value: "201" +data: Eccube\Entity\Category {#6202 -id: 201 -name: "ルビー" -hierarchy: 2 -sort_no: 193 -create_date: DateTime @1719214669 {#6200 date: 2024-06-24 16:37:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6201 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6203 …} -Children: Doctrine\ORM\PersistentCollection {#6206 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7632 +label: " ルチルクォーツ" +value: "200" +data: Eccube\Entity\Category {#6209 -id: 200 -name: "ルチルクォーツ" -hierarchy: 2 -sort_no: 192 -create_date: DateTime @1719214664 {#6207 date: 2024-06-24 16:37:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6208 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6210 …} -Children: Doctrine\ORM\PersistentCollection {#6213 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7633 +label: " 龍紋メノウ" +value: "199" +data: Eccube\Entity\Category {#6216 -id: 199 -name: "龍紋メノウ" -hierarchy: 2 -sort_no: 191 -create_date: DateTime @1719214655 {#6214 date: 2024-06-24 16:37:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6215 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6217 …} -Children: Doctrine\ORM\PersistentCollection {#6220 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7634 +label: " リバーストーン" +value: "300" +data: Eccube\Entity\Category {#6223 -id: 300 -name: "リバーストーン" -hierarchy: 2 -sort_no: 190 -create_date: DateTime @1721966548 {#6221 date: 2024-07-26 13:02:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6222 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6224 …} -Children: Doctrine\ORM\PersistentCollection {#6227 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7635 +label: " ラリマー" +value: "198" +data: Eccube\Entity\Category {#6230 -id: 198 -name: "ラリマー" -hierarchy: 2 -sort_no: 189 -create_date: DateTime @1719214639 {#6228 date: 2024-06-24 16:37:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6229 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6231 …} -Children: Doctrine\ORM\PersistentCollection {#6234 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7636 +label: " ラブラドライト" +value: "197" +data: Eccube\Entity\Category {#6237 -id: 197 -name: "ラブラドライト" -hierarchy: 2 -sort_no: 188 -create_date: DateTime @1719214636 {#6235 date: 2024-06-24 16:37:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6236 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6238 …} -Children: Doctrine\ORM\PersistentCollection {#6241 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7637 +label: " ラピスラズリ" +value: "196" +data: Eccube\Entity\Category {#6244 -id: 196 -name: "ラピスラズリ" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1719214627 {#6242 date: 2024-06-24 16:37:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6243 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6245 …} -Children: Doctrine\ORM\PersistentCollection {#6248 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7638 +label: " モルガナイト" +value: "195" +data: Eccube\Entity\Category {#6251 -id: 195 -name: "モルガナイト" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1719214616 {#6249 date: 2024-06-24 16:36:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6250 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6252 …} -Children: Doctrine\ORM\PersistentCollection {#6255 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7639 +label: " モリオン" +value: "194" +data: Eccube\Entity\Category {#6258 -id: 194 -name: "モリオン" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1719214612 {#6256 date: 2024-06-24 16:36:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6257 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6259 …} -Children: Doctrine\ORM\PersistentCollection {#6262 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7640 +label: " モスアゲート" +value: "193" +data: Eccube\Entity\Category {#6265 -id: 193 -name: "モスアゲート" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1719214606 {#6263 date: 2024-06-24 16:36:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6264 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6266 …} -Children: Doctrine\ORM\PersistentCollection {#6269 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7641 +label: " ムーンストーン" +value: "192" +data: Eccube\Entity\Category {#6272 -id: 192 -name: "ムーンストーン" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1719214601 {#6270 date: 2024-06-24 16:36:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6271 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6273 …} -Children: Doctrine\ORM\PersistentCollection {#6276 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7642 +label: " ミッドナイトオーラ" +value: "191" +data: Eccube\Entity\Category {#6279 -id: 191 -name: "ミッドナイトオーラ" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1719214596 {#6277 date: 2024-06-24 16:36:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6278 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6280 …} -Children: Doctrine\ORM\PersistentCollection {#6283 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7643 +label: " MIXアゲート" +value: "289" +data: Eccube\Entity\Category {#6286 -id: 289 -name: "MIXアゲート" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1721726889 {#6284 date: 2024-07-23 18:28:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6285 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6287 …} -Children: Doctrine\ORM\PersistentCollection {#6290 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7644 +label: " マザーオブパール" +value: "190" +data: Eccube\Entity\Category {#6293 -id: 190 -name: "マザーオブパール" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1719214587 {#6291 date: 2024-06-24 16:36:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6292 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6294 …} -Children: Doctrine\ORM\PersistentCollection {#6297 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7645 +label: " ホワイトカルセドニー" +value: "189" +data: Eccube\Entity\Category {#6300 -id: 189 -name: "ホワイトカルセドニー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1719214578 {#6298 date: 2024-06-24 16:36:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6299 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6301 …} -Children: Doctrine\ORM\PersistentCollection {#6304 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7646 +label: " 北投石" +value: "188" +data: Eccube\Entity\Category {#6307 -id: 188 -name: "北投石" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1719214570 {#6305 date: 2024-06-24 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6306 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6308 …} -Children: Doctrine\ORM\PersistentCollection {#6311 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7647 +label: " ペリドット" +value: "187" +data: Eccube\Entity\Category {#6314 -id: 187 -name: "ペリドット" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1719214560 {#6312 date: 2024-06-24 16:36:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6313 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6315 …} -Children: Doctrine\ORM\PersistentCollection {#6318 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7648 +label: " ヘマタイト" +value: "186" +data: Eccube\Entity\Category {#6321 -id: 186 -name: "ヘマタイト" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1719214555 {#6319 date: 2024-06-24 16:35:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6320 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6322 …} -Children: Doctrine\ORM\PersistentCollection {#6325 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7649 +label: " フローライト" +value: "185" +data: Eccube\Entity\Category {#6328 -id: 185 -name: "フローライト" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1719214550 {#6326 date: 2024-06-24 16:35:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6327 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6329 …} -Children: Doctrine\ORM\PersistentCollection {#6332 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7650 +label: " プレナイト" +value: "184" +data: Eccube\Entity\Category {#6335 -id: 184 -name: "プレナイト" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1719214544 {#6333 date: 2024-06-24 16:35:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6334 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6336 …} -Children: Doctrine\ORM\PersistentCollection {#6339 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7651 +label: " ブルーレースアゲート" +value: "183" +data: Eccube\Entity\Category {#6342 -id: 183 -name: "ブルーレースアゲート" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1719214535 {#6340 date: 2024-06-24 16:35:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6341 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6343 …} -Children: Doctrine\ORM\PersistentCollection {#6346 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7652 +label: " ブルータイガーアイ" +value: "182" +data: Eccube\Entity\Category {#6349 -id: 182 -name: "ブルータイガーアイ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1719214526 {#6347 date: 2024-06-24 16:35:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6348 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6350 …} -Children: Doctrine\ORM\PersistentCollection {#6353 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7653 +label: " ブルーゴールドストーン" +value: "181" +data: Eccube\Entity\Category {#6356 -id: 181 -name: "ブルーゴールドストーン" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1719214514 {#6354 date: 2024-06-24 16:35:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6355 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6357 …} -Children: Doctrine\ORM\PersistentCollection {#6360 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7654 +label: " ブラックスピネル" +value: "180" +data: Eccube\Entity\Category {#6363 -id: 180 -name: "ブラックスピネル" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1719214503 {#6361 date: 2024-06-24 16:35:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6362 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6364 …} -Children: Doctrine\ORM\PersistentCollection {#6367 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7655 +label: " ピーコックヘマタイト" +value: "292" +data: Eccube\Entity\Category {#6370 -id: 292 -name: "ピーコックヘマタイト" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1721726912 {#6368 date: 2024-07-23 18:28:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6369 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6371 …} -Children: Doctrine\ORM\PersistentCollection {#6374 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7656 +label: " ピンクオパール" +value: "179" +data: Eccube\Entity\Category {#6377 -id: 179 -name: "ピンクオパール" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1719214489 {#6375 date: 2024-06-24 16:34:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6376 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6378 …} -Children: Doctrine\ORM\PersistentCollection {#6381 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7657 +label: " ヒマラヤ水晶" +value: "178" +data: Eccube\Entity\Category {#6384 -id: 178 -name: "ヒマラヤ水晶" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1719214480 {#6382 date: 2024-06-24 16:34:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6383 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6385 …} -Children: Doctrine\ORM\PersistentCollection {#6388 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7658 +label: " 翡翠" +value: "177" +data: Eccube\Entity\Category {#6391 -id: 177 -name: "翡翠" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1719214472 {#6389 date: 2024-06-24 16:34:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6390 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6392 …} -Children: Doctrine\ORM\PersistentCollection {#6395 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7659 +label: " ピクチャージャスパー" +value: "176" +data: Eccube\Entity\Category {#6398 -id: 176 -name: "ピクチャージャスパー" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1719214467 {#6396 date: 2024-06-24 16:34:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6397 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6399 …} -Children: Doctrine\ORM\PersistentCollection {#6402 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7660 +label: " ハウライト" +value: "175" +data: Eccube\Entity\Category {#6405 -id: 175 -name: "ハウライト" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1719214458 {#6403 date: 2024-06-24 16:34:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6404 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6406 …} -Children: Doctrine\ORM\PersistentCollection {#6409 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7661 +label: " パイライト" +value: "174" +data: Eccube\Entity\Category {#6412 -id: 174 -name: "パイライト" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1719214453 {#6410 date: 2024-06-24 16:34:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6411 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6413 …} -Children: Doctrine\ORM\PersistentCollection {#6416 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7662 +label: " パール" +value: "173" +data: Eccube\Entity\Category {#6419 -id: 173 -name: "パール" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1719214443 {#6417 date: 2024-06-24 16:34:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6418 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6420 …} -Children: Doctrine\ORM\PersistentCollection {#6423 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7663 +label: " トルマリン" +value: "172" +data: Eccube\Entity\Category {#6426 -id: 172 -name: "トルマリン" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1719214439 {#6424 date: 2024-06-24 16:33:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6425 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6427 …} -Children: Doctrine\ORM\PersistentCollection {#6430 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7664 +label: " テラヘルツ" +value: "171" +data: Eccube\Entity\Category {#6433 -id: 171 -name: "テラヘルツ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1719214435 {#6431 date: 2024-06-24 16:33:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6432 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6434 …} -Children: Doctrine\ORM\PersistentCollection {#6437 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7665 +label: " ツリーアゲート" +value: "301" +data: Eccube\Entity\Category {#6440 -id: 301 -name: "ツリーアゲート" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1721966565 {#6438 date: 2024-07-26 13:02:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6439 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6441 …} -Children: Doctrine\ORM\PersistentCollection {#6444 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7666 +label: " 茶黄水晶" +value: "170" +data: Eccube\Entity\Category {#6447 -id: 170 -name: "茶黄水晶" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1719214422 {#6445 date: 2024-06-24 16:33:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6446 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6448 …} -Children: Doctrine\ORM\PersistentCollection {#6451 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7667 +label: " チェリークォーツ" +value: "169" +data: Eccube\Entity\Category {#6454 -id: 169 -name: "チェリークォーツ" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1719214416 {#6452 date: 2024-06-24 16:33:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6453 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6455 …} -Children: Doctrine\ORM\PersistentCollection {#6458 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7668 +label: " タンザナイト" +value: "168" +data: Eccube\Entity\Category {#6461 -id: 168 -name: "タンザナイト" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1719214409 {#6459 date: 2024-06-24 16:33:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6460 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6462 …} -Children: Doctrine\ORM\PersistentCollection {#6465 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7669 +label: " ダルメシアンジャスパー" +value: "290" +data: Eccube\Entity\Category {#6468 -id: 290 -name: "ダルメシアンジャスパー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1721726899 {#6466 date: 2024-07-23 18:28:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6467 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6469 …} -Children: Doctrine\ORM\PersistentCollection {#6472 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7670 +label: " タイガーアイ" +value: "167" +data: Eccube\Entity\Category {#6475 -id: 167 -name: "タイガーアイ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1719214404 {#6473 date: 2024-06-24 16:33:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6474 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6476 …} -Children: Doctrine\ORM\PersistentCollection {#6479 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7671 +label: " ターコイズ" +value: "166" +data: Eccube\Entity\Category {#6482 -id: 166 -name: "ターコイズ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1719214392 {#6480 date: 2024-06-24 16:33:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6481 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6483 …} -Children: Doctrine\ORM\PersistentCollection {#6486 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7672 +label: " ソーダライト" +value: "165" +data: Eccube\Entity\Category {#6489 -id: 165 -name: "ソーダライト" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1719214381 {#6487 date: 2024-06-24 16:33:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6488 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6490 …} -Children: Doctrine\ORM\PersistentCollection {#6493 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7673 +label: " スモーキークォーツ" +value: "164" +data: Eccube\Entity\Category {#6496 -id: 164 -name: "スモーキークォーツ" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1719214373 {#6494 date: 2024-06-24 16:32:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6495 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6497 …} -Children: Doctrine\ORM\PersistentCollection {#6500 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7674 +label: " スピネル" +value: "163" +data: Eccube\Entity\Category {#6503 -id: 163 -name: "スピネル" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1719214365 {#6501 date: 2024-06-24 16:32:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6502 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6504 …} -Children: Doctrine\ORM\PersistentCollection {#6507 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7675 +label: " ストロベリークォーツ" +value: "162" +data: Eccube\Entity\Category {#6510 -id: 162 -name: "ストロベリークォーツ" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1719214359 {#6508 date: 2024-06-24 16:32:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6509 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6511 …} -Children: Doctrine\ORM\PersistentCollection {#6514 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7676 +label: " スギライト" +value: "161" +data: Eccube\Entity\Category {#6517 -id: 161 -name: "スギライト" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1719214347 {#6515 date: 2024-06-24 16:32:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6516 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6518 …} -Children: Doctrine\ORM\PersistentCollection {#6521 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7677 +label: " 水晶" +value: "160" +data: Eccube\Entity\Category {#6524 -id: 160 -name: "水晶" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1719214342 {#6522 date: 2024-06-24 16:32:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6523 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6525 …} -Children: Doctrine\ORM\PersistentCollection {#6528 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7678 +label: " 朱砂パーツ" +value: "294" +data: Eccube\Entity\Category {#6531 -id: 294 -name: "朱砂パーツ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1721726925 {#6529 date: 2024-07-23 18:28:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6530 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6532 …} -Children: Doctrine\ORM\PersistentCollection {#6535 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7679 +label: " シトリン" +value: "159" +data: Eccube\Entity\Category {#6538 -id: 159 -name: "シトリン" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1719214334 {#6536 date: 2024-06-24 16:32:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6537 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6539 …} -Children: Doctrine\ORM\PersistentCollection {#6542 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7680 +label: " サンストーン" +value: "158" +data: Eccube\Entity\Category {#6545 -id: 158 -name: "サンストーン" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1719214329 {#6543 date: 2024-06-24 16:32:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6544 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6546 …} -Children: Doctrine\ORM\PersistentCollection {#6549 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7681 +label: " 珊瑚" +value: "157" +data: Eccube\Entity\Category {#6552 -id: 157 -name: "珊瑚" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1719214321 {#6550 date: 2024-06-24 16:32:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6551 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6553 …} -Children: Doctrine\ORM\PersistentCollection {#6556 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7682 +label: " サファイア" +value: "156" +data: Eccube\Entity\Category {#6559 -id: 156 -name: "サファイア" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1719214302 {#6557 date: 2024-06-24 16:31:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6558 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6560 …} -Children: Doctrine\ORM\PersistentCollection {#6563 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7683 +label: " サードニクス" +value: "155" +data: Eccube\Entity\Category {#6566 -id: 155 -name: "サードニクス" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1719214295 {#6564 date: 2024-06-24 16:31:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6565 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6567 …} -Children: Doctrine\ORM\PersistentCollection {#6570 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7684 +label: " コスモオーラ" +value: "154" +data: Eccube\Entity\Category {#6573 -id: 154 -name: "コスモオーラ" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1719214286 {#6571 date: 2024-06-24 16:31:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6572 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6574 …} -Children: Doctrine\ORM\PersistentCollection {#6577 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7685 +label: " ゴールドヘマタイト" +value: "153" +data: Eccube\Entity\Category {#6580 -id: 153 -name: "ゴールドヘマタイト" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1719214278 {#6578 date: 2024-06-24 16:31:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6579 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6581 …} -Children: Doctrine\ORM\PersistentCollection {#6584 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7686 +label: " ゴールドストーン" +value: "152" +data: Eccube\Entity\Category {#6587 -id: 152 -name: "ゴールドストーン" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1719214270 {#6585 date: 2024-06-24 16:31:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6586 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6588 …} -Children: Doctrine\ORM\PersistentCollection {#6591 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7687 +label: " ゴールドコーラル" +value: "295" +data: Eccube\Entity\Category {#6594 -id: 295 -name: "ゴールドコーラル" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1721726932 {#6592 date: 2024-07-23 18:28:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6593 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6595 …} -Children: Doctrine\ORM\PersistentCollection {#6598 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7688 +label: " ゴールデンオーラ" +value: "151" +data: Eccube\Entity\Category {#6601 -id: 151 -name: "ゴールデンオーラ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1719214263 {#6599 date: 2024-06-24 16:31:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6600 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6602 …} -Children: Doctrine\ORM\PersistentCollection {#6605 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7689 +label: " クンツァイト" +value: "150" +data: Eccube\Entity\Category {#6608 -id: 150 -name: "クンツァイト" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1719214255 {#6606 date: 2024-06-24 16:30:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6607 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6609 …} -Children: Doctrine\ORM\PersistentCollection {#6612 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7690 +label: " クリソコーラ" +value: "149" +data: Eccube\Entity\Category {#6615 -id: 149 -name: "クリソコーラ" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1719214243 {#6613 date: 2024-06-24 16:30:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6614 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6616 …} -Children: Doctrine\ORM\PersistentCollection {#6619 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7691 +label: " グリーンアゲート" +value: "148" +data: Eccube\Entity\Category {#6622 -id: 148 -name: "グリーンアゲート" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1719214233 {#6620 date: 2024-06-24 16:30:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6621 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6623 …} -Children: Doctrine\ORM\PersistentCollection {#6626 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7692 +label: " クラック水晶" +value: "296" +data: Eccube\Entity\Category {#6629 -id: 296 -name: "クラック水晶" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1721726937 {#6627 date: 2024-07-23 18:28:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6628 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6630 …} -Children: Doctrine\ORM\PersistentCollection {#6633 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7693 +label: " キャンディークォーツ" +value: "291" +data: Eccube\Entity\Category {#6636 -id: 291 -name: "キャンディークォーツ" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1721726906 {#6634 date: 2024-07-23 18:28:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6635 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6637 …} -Children: Doctrine\ORM\PersistentCollection {#6640 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7694 +label: " 眼球メノウ" +value: "147" +data: Eccube\Entity\Category {#6643 -id: 147 -name: "眼球メノウ" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1719214224 {#6641 date: 2024-06-24 16:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6642 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6644 …} -Children: Doctrine\ORM\PersistentCollection {#6647 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7695 +label: " カルサイト" +value: "146" +data: Eccube\Entity\Category {#6650 -id: 146 -name: "カルサイト" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1719214207 {#6648 date: 2024-06-24 16:30:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6649 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6651 …} -Children: Doctrine\ORM\PersistentCollection {#6654 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7696 +label: " カラーチェンジフローライト" +value: "298" +data: Eccube\Entity\Category {#6657 -id: 298 -name: "カラーチェンジフローライト" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1721726951 {#6655 date: 2024-07-23 18:29:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6656 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6658 …} -Children: Doctrine\ORM\PersistentCollection {#6661 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7697 +label: " カイヤナイト" +value: "145" +data: Eccube\Entity\Category {#6664 -id: 145 -name: "カイヤナイト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1719214198 {#6662 date: 2024-06-24 16:29:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6663 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6665 …} -Children: Doctrine\ORM\PersistentCollection {#6668 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7698 +label: " カーネリアン" +value: "144" +data: Eccube\Entity\Category {#6671 -id: 144 -name: "カーネリアン" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1719214192 {#6669 date: 2024-06-24 16:29:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6670 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6672 …} -Children: Doctrine\ORM\PersistentCollection {#6675 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7699 +label: " ガーネット" +value: "143" +data: Eccube\Entity\Category {#6678 -id: 143 -name: "ガーネット" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1719214185 {#6676 date: 2024-06-24 16:29:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6677 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6679 …} -Children: Doctrine\ORM\PersistentCollection {#6682 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7700 +label: " ガーデンクォーツ" +value: "142" +data: Eccube\Entity\Category {#6685 -id: 142 -name: "ガーデンクォーツ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1719214182 {#6683 date: 2024-06-24 16:29:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6684 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6686 …} -Children: Doctrine\ORM\PersistentCollection {#6689 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7701 +label: " オレンジムーンストーン" +value: "141" +data: Eccube\Entity\Category {#6692 -id: 141 -name: "オレンジムーンストーン" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1719214174 {#6690 date: 2024-06-24 16:29:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6691 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6693 …} -Children: Doctrine\ORM\PersistentCollection {#6696 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7702 +label: " オレンジファントムクォーツ" +value: "297" +data: Eccube\Entity\Category {#6699 -id: 297 -name: "オレンジファントムクォーツ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1721726944 {#6697 date: 2024-07-23 18:29:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6698 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6700 …} -Children: Doctrine\ORM\PersistentCollection {#6703 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7703 +label: " オブシディアン" +value: "140" +data: Eccube\Entity\Category {#6706 -id: 140 -name: "オブシディアン" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1719214165 {#6704 date: 2024-06-24 16:29:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6705 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6707 …} -Children: Doctrine\ORM\PersistentCollection {#6710 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7704 +label: " オニキス" +value: "139" +data: Eccube\Entity\Category {#6713 -id: 139 -name: "オニキス" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1719214157 {#6711 date: 2024-06-24 16:29:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6712 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6714 …} -Children: Doctrine\ORM\PersistentCollection {#6717 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7705 +label: " オーロラオーラ" +value: "138" +data: Eccube\Entity\Category {#6720 -id: 138 -name: "オーロラオーラ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1719214152 {#6718 date: 2024-06-24 16:29:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6719 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6721 …} -Children: Doctrine\ORM\PersistentCollection {#6724 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7706 +label: " エンジェルラダー" +value: "293" +data: Eccube\Entity\Category {#6727 -id: 293 -name: "エンジェルラダー" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1721726919 {#6725 date: 2024-07-23 18:28:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6726 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6728 …} -Children: Doctrine\ORM\PersistentCollection {#6731 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7707 +label: " エンジェライト" +value: "137" +data: Eccube\Entity\Category {#6734 -id: 137 -name: "エンジェライト" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1719214142 {#6732 date: 2024-06-24 16:29:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6733 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6735 …} -Children: Doctrine\ORM\PersistentCollection {#6738 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7708 +label: " エレスチャル" +value: "136" +data: Eccube\Entity\Category {#6741 -id: 136 -name: "エレスチャル" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1719214136 {#6739 date: 2024-06-24 16:28:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6740 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6742 …} -Children: Doctrine\ORM\PersistentCollection {#6745 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7709 +label: " インカローズ" +value: "135" +data: Eccube\Entity\Category {#6748 -id: 135 -name: "インカローズ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1719214126 {#6746 date: 2024-06-24 16:28:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6747 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6749 …} -Children: Doctrine\ORM\PersistentCollection {#6752 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7710 +label: " アンバー" +value: "134" +data: Eccube\Entity\Category {#6755 -id: 134 -name: "アンバー" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1719214114 {#6753 date: 2024-06-24 16:28:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6754 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6756 …} -Children: Doctrine\ORM\PersistentCollection {#6759 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7711 +label: " アメトリン" +value: "133" +data: Eccube\Entity\Category {#6762 -id: 133 -name: "アメトリン" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1719214108 {#6760 date: 2024-06-24 16:28:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6761 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6763 …} -Children: Doctrine\ORM\PersistentCollection {#6766 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7712 +label: " アメシスト" +value: "132" +data: Eccube\Entity\Category {#6769 -id: 132 -name: "アメシスト" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1719214103 {#6767 date: 2024-06-24 16:28:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6768 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6770 …} -Children: Doctrine\ORM\PersistentCollection {#6773 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7713 +label: " アマゾナイト" +value: "131" +data: Eccube\Entity\Category {#6776 -id: 131 -name: "アマゾナイト" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1719214098 {#6774 date: 2024-06-24 16:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6775 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6777 …} -Children: Doctrine\ORM\PersistentCollection {#6780 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7714 +label: " アベンチュリン" +value: "130" +data: Eccube\Entity\Category {#6783 -id: 130 -name: "アベンチュリン" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1719214091 {#6781 date: 2024-06-24 16:28:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6782 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6784 …} -Children: Doctrine\ORM\PersistentCollection {#6787 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7715 +label: " アパタイト" +value: "129" +data: Eccube\Entity\Category {#6790 -id: 129 -name: "アパタイト" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1719214076 {#6788 date: 2024-06-24 16:27:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6789 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6791 …} -Children: Doctrine\ORM\PersistentCollection {#6794 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7716 +label: " アクアマリン" +value: "128" +data: Eccube\Entity\Category {#6797 -id: 128 -name: "アクアマリン" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1719214065 {#6795 date: 2024-06-24 16:27:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6796 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6798 …} -Children: Doctrine\ORM\PersistentCollection {#6801 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7717 +label: " アクアオーラ" +value: "121" +data: Eccube\Entity\Category {#6804 -id: 121 -name: "アクアオーラ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1717439544 {#6802 date: 2024-06-04 03:32:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6803 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6805 …} -Children: Doctrine\ORM\PersistentCollection {#6808 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7718 +label: " アイリスクォーツ" +value: "120" +data: Eccube\Entity\Category {#6811 -id: 120 -name: "アイリスクォーツ" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1717439529 {#6809 date: 2024-06-04 03:32:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6810 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6812 …} -Children: Doctrine\ORM\PersistentCollection {#6815 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7719 +label: " アイオライト" +value: "119" +data: Eccube\Entity\Category {#6818 -id: 119 -name: "アイオライト" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1717439519 {#6816 date: 2024-06-04 03:31:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6817 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6819 …} -Children: Doctrine\ORM\PersistentCollection {#6822 …} -Parent: Eccube\Entity\Category {#6139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7720 +label: "アイテム" +value: "16" +data: Eccube\Entity\Category {#6825 -id: 16 -name: "アイテム" -hierarchy: 1 -sort_no: 210 -create_date: DateTime @1713760183 {#6128 date: 2024-04-22 13:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6127 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6826 …} -Children: Doctrine\ORM\PersistentCollection {#6829 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7721 +label: " シーズンコレクション・サマー" +value: "317" +data: Eccube\Entity\Category {#6830 -id: 317 -name: "シーズンコレクション・サマー" -hierarchy: 2 -sort_no: 209 -create_date: DateTime @1746148832 {#6823 date: 2025-05-02 10:20:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1746148832 {#6824 date: 2025-05-02 10:20:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6831 …} -Children: Doctrine\ORM\PersistentCollection {#6834 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } +attr: [] +labelTranslationParameters: [] } 316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7722 +label: " 父の日限定アイテム" +value: "316" +data: Eccube\Entity\Category {#6839 -id: 316 -name: "父の日限定アイテム" -hierarchy: 2 -sort_no: 208 -create_date: DateTime @1743663525 {#6837 date: 2025-04-03 15:58:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1747099714 {#6838 date: 2025-05-13 10:28:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6840 …} -Children: Doctrine\ORM\PersistentCollection {#6843 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } +attr: [] +labelTranslationParameters: [] } 315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7723 +label: " ポスター掲載商品" +value: "315" +data: Eccube\Entity\Category {#6846 -id: 315 -name: "ポスター掲載商品" -hierarchy: 2 -sort_no: 207 -create_date: DateTime @1743385403 {#6844 date: 2025-03-31 10:43:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743385403 {#6845 date: 2025-03-31 10:43:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6847 …} -Children: Doctrine\ORM\PersistentCollection {#6850 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } +attr: [] +labelTranslationParameters: [] } 314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7724 +label: " シーズンコレクション・スプリング" +value: "314" +data: Eccube\Entity\Category {#6853 -id: 314 -name: "シーズンコレクション・スプリング" -hierarchy: 2 -sort_no: 206 -create_date: DateTime @1739858412 {#6851 date: 2025-02-18 15:00:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1739858412 {#6852 date: 2025-02-18 15:00:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6854 …} -Children: Doctrine\ORM\PersistentCollection {#6857 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } +attr: [] +labelTranslationParameters: [] } 311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7725 +label: " 巳年特集" +value: "311" +data: Eccube\Entity\Category {#6860 -id: 311 -name: "巳年特集" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1735090009 {#6858 date: 2024-12-25 10:26:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741569182 {#6859 date: 2025-03-10 10:13:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6861 …} -Children: Doctrine\ORM\PersistentCollection {#6864 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7726 +label: " リング" +value: "127" +data: Eccube\Entity\Category {#6867 -id: 127 -name: "リング" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1718619073 {#6865 date: 2024-06-17 19:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6866 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6868 …} -Children: Doctrine\ORM\PersistentCollection {#6871 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7727 +label: " others" +value: "22" +data: Eccube\Entity\Category {#6874 -id: 22 -name: "others" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1713760239 {#6872 date: 2024-04-22 13:30:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6873 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6875 …} -Children: Doctrine\ORM\PersistentCollection {#6878 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7728 +label: " 浄化グッズ" +value: "21" +data: Eccube\Entity\Category {#6881 -id: 21 -name: "浄化グッズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1713760231 {#6879 date: 2024-04-22 13:30:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6880 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6882 …} -Children: Doctrine\ORM\PersistentCollection {#6885 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7729 +label: " 原石" +value: "20" +data: Eccube\Entity\Category {#6888 -id: 20 -name: "原石" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1713760226 {#6886 date: 2024-04-22 13:30:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6887 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6889 …} -Children: Doctrine\ORM\PersistentCollection {#6892 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7730 +label: " ピアス・イヤリング" +value: "19" +data: Eccube\Entity\Category {#6895 -id: 19 -name: "ピアス・イヤリング" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1713760219 {#6893 date: 2024-04-22 13:30:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6894 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6896 …} -Children: Doctrine\ORM\PersistentCollection {#6899 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7731 +label: " ネックレス" +value: "18" +data: Eccube\Entity\Category {#6902 -id: 18 -name: "ネックレス" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1713760199 {#6900 date: 2024-04-22 13:29:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6901 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6903 …} -Children: Doctrine\ORM\PersistentCollection {#6906 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7732 +label: " ブレスレット" +value: "17" +data: Eccube\Entity\Category {#6909 -id: 17 -name: "ブレスレット" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1713760194 {#6907 date: 2024-04-22 13:29:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6908 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6910 …} -Children: Doctrine\ORM\PersistentCollection {#6913 …} -Parent: Eccube\Entity\Category {#6825} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7733 +label: "誕生石" +value: "210" +data: Eccube\Entity\Category {#6916 -id: 210 -name: "誕生石" -hierarchy: 1 -sort_no: 124 -create_date: DateTime @1719807088 {#6836 date: 2024-07-01 13:11:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6835 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6917 …} -Children: Doctrine\ORM\PersistentCollection {#6920 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7734 +label: " 12月生まれ" +value: "222" +data: Eccube\Entity\Category {#6921 -id: 222 -name: "12月生まれ" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1719807143 {#6914 date: 2024-07-01 13:12:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807143 {#6915 date: 2024-07-01 13:12:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6922 …} -Children: Doctrine\ORM\PersistentCollection {#6925 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7735 +label: " 11月生まれ" +value: "221" +data: Eccube\Entity\Category {#6930 -id: 221 -name: "11月生まれ" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1719807140 {#6928 date: 2024-07-01 13:12:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807140 {#6929 date: 2024-07-01 13:12:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6931 …} -Children: Doctrine\ORM\PersistentCollection {#6934 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7736 +label: " 10月生まれ" +value: "220" +data: Eccube\Entity\Category {#6937 -id: 220 -name: "10月生まれ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1719807137 {#6935 date: 2024-07-01 13:12:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807137 {#6936 date: 2024-07-01 13:12:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6938 …} -Children: Doctrine\ORM\PersistentCollection {#6941 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7737 +label: " 9月生まれ" +value: "219" +data: Eccube\Entity\Category {#6944 -id: 219 -name: "9月生まれ" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1719807132 {#6942 date: 2024-07-01 13:12:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807132 {#6943 date: 2024-07-01 13:12:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6945 …} -Children: Doctrine\ORM\PersistentCollection {#6948 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7738 +label: " 8月生まれ" +value: "218" +data: Eccube\Entity\Category {#6951 -id: 218 -name: "8月生まれ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1719807128 {#6949 date: 2024-07-01 13:12:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807128 {#6950 date: 2024-07-01 13:12:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6952 …} -Children: Doctrine\ORM\PersistentCollection {#6955 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7739 +label: " 7月生まれ" +value: "217" +data: Eccube\Entity\Category {#6958 -id: 217 -name: "7月生まれ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1719807126 {#6956 date: 2024-07-01 13:12:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807126 {#6957 date: 2024-07-01 13:12:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6959 …} -Children: Doctrine\ORM\PersistentCollection {#6962 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7740 +label: " 6月生まれ" +value: "216" +data: Eccube\Entity\Category {#6965 -id: 216 -name: "6月生まれ" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1719807123 {#6963 date: 2024-07-01 13:12:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807123 {#6964 date: 2024-07-01 13:12:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6966 …} -Children: Doctrine\ORM\PersistentCollection {#6969 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7741 +label: " 5月生まれ" +value: "215" +data: Eccube\Entity\Category {#6972 -id: 215 -name: "5月生まれ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1719807120 {#6970 date: 2024-07-01 13:12:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807120 {#6971 date: 2024-07-01 13:12:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6973 …} -Children: Doctrine\ORM\PersistentCollection {#6976 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7742 +label: " 4月生まれ" +value: "214" +data: Eccube\Entity\Category {#6979 -id: 214 -name: "4月生まれ" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1719807117 {#6977 date: 2024-07-01 13:11:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807117 {#6978 date: 2024-07-01 13:11:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6980 …} -Children: Doctrine\ORM\PersistentCollection {#6983 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7743 +label: " 3月生まれ" +value: "213" +data: Eccube\Entity\Category {#6986 -id: 213 -name: "3月生まれ" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1719807114 {#6984 date: 2024-07-01 13:11:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807114 {#6985 date: 2024-07-01 13:11:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6987 …} -Children: Doctrine\ORM\PersistentCollection {#6990 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7744 +label: " 2月生まれ" +value: "212" +data: Eccube\Entity\Category {#6993 -id: 212 -name: "2月生まれ" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1719807111 {#6991 date: 2024-07-01 13:11:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807111 {#6992 date: 2024-07-01 13:11:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6994 …} -Children: Doctrine\ORM\PersistentCollection {#6997 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7745 +label: " 1月生まれ" +value: "211" +data: Eccube\Entity\Category {#7000 -id: 211 -name: "1月生まれ" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1719807107 {#6998 date: 2024-07-01 13:11:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807107 {#6999 date: 2024-07-01 13:11:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7001 …} -Children: Doctrine\ORM\PersistentCollection {#7004 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7746 +label: " 誕生石アートブレスレット" +value: "310" +data: Eccube\Entity\Category {#7007 -id: 310 -name: "誕生石アートブレスレット" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1732076237 {#7005 date: 2024-11-20 13:17:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732776583 {#7006 date: 2024-11-28 15:49:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7008 …} -Children: Doctrine\ORM\PersistentCollection {#7011 …} -Parent: Eccube\Entity\Category {#6916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6131 …} } +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7747 +label: "天珠" +value: "223" +data: Eccube\Entity\Category {#7014 -id: 223 -name: "天珠" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1719807161 {#6926 date: 2024-07-01 13:12:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6927 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7015 …} -Children: Doctrine\ORM\PersistentCollection {#7018 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7748 +label: " 金銭鈎天珠" +value: "287" +data: Eccube\Entity\Category {#7019 -id: 287 -name: "金銭鈎天珠" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1721714336 {#7012 date: 2024-07-23 14:58:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7013 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7020 …} -Children: Doctrine\ORM\PersistentCollection {#7023 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7749 +label: " 龍神天珠" +value: "286" +data: Eccube\Entity\Category {#7028 -id: 286 -name: "龍神天珠" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1719807697 {#7026 date: 2024-07-01 13:21:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7027 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7029 …} -Children: Doctrine\ORM\PersistentCollection {#7032 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7750 +label: " 寶瓶天珠" +value: "285" +data: Eccube\Entity\Category {#7035 -id: 285 -name: "寶瓶天珠" -hierarchy: 2 -sort_no: 185 -create_date: DateTime @1719807689 {#7033 date: 2024-07-01 13:21:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7034 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7036 …} -Children: Doctrine\ORM\PersistentCollection {#7039 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7751 +label: " 水蓮花天珠" +value: "284" +data: Eccube\Entity\Category {#7042 -id: 284 -name: "水蓮花天珠" -hierarchy: 2 -sort_no: 184 -create_date: DateTime @1719807682 {#7040 date: 2024-07-01 13:21:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7041 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7043 …} -Children: Doctrine\ORM\PersistentCollection {#7046 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7752 +label: " 虎牙天珠" +value: "283" +data: Eccube\Entity\Category {#7049 -id: 283 -name: "虎牙天珠" -hierarchy: 2 -sort_no: 183 -create_date: DateTime @1719807676 {#7047 date: 2024-07-01 13:21:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7048 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7050 …} -Children: Doctrine\ORM\PersistentCollection {#7053 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7753 +label: " 緑度母天珠" +value: "282" +data: Eccube\Entity\Category {#7056 -id: 282 -name: "緑度母天珠" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1719807669 {#7054 date: 2024-07-01 13:21:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7055 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7057 …} -Children: Doctrine\ORM\PersistentCollection {#7060 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7754 +label: " 観音天珠" +value: "281" +data: Eccube\Entity\Category {#7063 -id: 281 -name: "観音天珠" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1719807663 {#7061 date: 2024-07-01 13:21:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7062 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7064 …} -Children: Doctrine\ORM\PersistentCollection {#7067 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7755 +label: " 龍眼天珠" +value: "280" +data: Eccube\Entity\Category {#7070 -id: 280 -name: "龍眼天珠" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1719807656 {#7068 date: 2024-07-01 13:20:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7069 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7071 …} -Children: Doctrine\ORM\PersistentCollection {#7074 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7756 +label: " 陰陽太極天珠" +value: "279" +data: Eccube\Entity\Category {#7077 -id: 279 -name: "陰陽太極天珠" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1719807647 {#7075 date: 2024-07-01 13:20:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7076 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7078 …} -Children: Doctrine\ORM\PersistentCollection {#7081 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7757 +label: " 大黒天天珠" +value: "278" +data: Eccube\Entity\Category {#7084 -id: 278 -name: "大黒天天珠" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1719807642 {#7082 date: 2024-07-01 13:20:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7083 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7085 …} -Children: Doctrine\ORM\PersistentCollection {#7088 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7758 +label: " 鳳凰眼天珠" +value: "277" +data: Eccube\Entity\Category {#7091 -id: 277 -name: "鳳凰眼天珠" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1719807636 {#7089 date: 2024-07-01 13:20:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7090 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7092 …} -Children: Doctrine\ORM\PersistentCollection {#7095 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7759 +label: " 麒麟天珠" +value: "276" +data: Eccube\Entity\Category {#7098 -id: 276 -name: "麒麟天珠" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1719807630 {#7096 date: 2024-07-01 13:20:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7097 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7099 …} -Children: Doctrine\ORM\PersistentCollection {#7102 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7760 +label: " 白蛇天珠" +value: "275" +data: Eccube\Entity\Category {#7105 -id: 275 -name: "白蛇天珠" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1719807624 {#7103 date: 2024-07-01 13:20:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7104 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7106 …} -Children: Doctrine\ORM\PersistentCollection {#7109 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7761 +label: " 弁財天天珠" +value: "274" +data: Eccube\Entity\Category {#7112 -id: 274 -name: "弁財天天珠" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1719807618 {#7110 date: 2024-07-01 13:20:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7111 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7113 …} -Children: Doctrine\ORM\PersistentCollection {#7116 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7762 +label: " 蔓字天珠" +value: "273" +data: Eccube\Entity\Category {#7119 -id: 273 -name: "蔓字天珠" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1719807611 {#7117 date: 2024-07-01 13:20:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7118 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7120 …} -Children: Doctrine\ORM\PersistentCollection {#7123 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7763 +label: " 星辰天珠" +value: "272" +data: Eccube\Entity\Category {#7126 -id: 272 -name: "星辰天珠" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1719807605 {#7124 date: 2024-07-01 13:20:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7125 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7127 …} -Children: Doctrine\ORM\PersistentCollection {#7130 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7764 +label: " 羊眼板珠" +value: "271" +data: Eccube\Entity\Category {#7133 -id: 271 -name: "羊眼板珠" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1719807598 {#7131 date: 2024-07-01 13:19:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7132 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7134 …} -Children: Doctrine\ORM\PersistentCollection {#7137 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7765 +label: " 三色線珠" +value: "270" +data: Eccube\Entity\Category {#7140 -id: 270 -name: "三色線珠" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1719807588 {#7138 date: 2024-07-01 13:19:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7139 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7141 …} -Children: Doctrine\ORM\PersistentCollection {#7144 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7766 +label: " 福壽天珠" +value: "269" +data: Eccube\Entity\Category {#7147 -id: 269 -name: "福壽天珠" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1719807583 {#7145 date: 2024-07-01 13:19:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7146 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7148 …} -Children: Doctrine\ORM\PersistentCollection {#7151 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7767 +label: " 大鵬鳥天珠" +value: "268" +data: Eccube\Entity\Category {#7154 -id: 268 -name: "大鵬鳥天珠" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1719807577 {#7152 date: 2024-07-01 13:19:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7153 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7155 …} -Children: Doctrine\ORM\PersistentCollection {#7158 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7768 +label: " 菩提天珠" +value: "267" +data: Eccube\Entity\Category {#7161 -id: 267 -name: "菩提天珠" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1719807570 {#7159 date: 2024-07-01 13:19:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7160 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7162 …} -Children: Doctrine\ORM\PersistentCollection {#7165 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7769 +label: " 大人天珠" +value: "266" +data: Eccube\Entity\Category {#7168 -id: 266 -name: "大人天珠" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1719807564 {#7166 date: 2024-07-01 13:19:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7167 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7169 …} -Children: Doctrine\ORM\PersistentCollection {#7172 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7770 +label: " 山形天珠" +value: "265" +data: Eccube\Entity\Category {#7175 -id: 265 -name: "山形天珠" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1719807557 {#7173 date: 2024-07-01 13:19:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7174 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7176 …} -Children: Doctrine\ORM\PersistentCollection {#7179 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7771 +label: " 双天地天珠" +value: "264" +data: Eccube\Entity\Category {#7182 -id: 264 -name: "双天地天珠" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1719807548 {#7180 date: 2024-07-01 13:19:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7181 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7183 …} -Children: Doctrine\ORM\PersistentCollection {#7186 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7772 +label: " 天地天珠" +value: "263" +data: Eccube\Entity\Category {#7189 -id: 263 -name: "天地天珠" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1719807542 {#7187 date: 2024-07-01 13:19:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7188 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7190 …} -Children: Doctrine\ORM\PersistentCollection {#7193 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7773 +label: " 日月天珠" +value: "262" +data: Eccube\Entity\Category {#7196 -id: 262 -name: "日月天珠" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1719807535 {#7194 date: 2024-07-01 13:18:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7195 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7197 …} -Children: Doctrine\ORM\PersistentCollection {#7200 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7774 +label: " 黒白天珠" +value: "261" +data: Eccube\Entity\Category {#7203 -id: 261 -name: "黒白天珠" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1719807529 {#7201 date: 2024-07-01 13:18:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7202 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7204 …} -Children: Doctrine\ORM\PersistentCollection {#7207 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7775 +label: " 流水紋天珠" +value: "260" +data: Eccube\Entity\Category {#7210 -id: 260 -name: "流水紋天珠" -hierarchy: 2 -sort_no: 160 -create_date: DateTime @1719807521 {#7208 date: 2024-07-01 13:18:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7209 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7211 …} -Children: Doctrine\ORM\PersistentCollection {#7214 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7776 +label: " 財神天珠" +value: "259" +data: Eccube\Entity\Category {#7217 -id: 259 -name: "財神天珠" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1719807514 {#7215 date: 2024-07-01 13:18:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7216 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7218 …} -Children: Doctrine\ORM\PersistentCollection {#7221 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7777 +label: " 如意鈎天珠" +value: "258" +data: Eccube\Entity\Category {#7224 -id: 258 -name: "如意鈎天珠" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1719807506 {#7222 date: 2024-07-01 13:18:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7223 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7225 …} -Children: Doctrine\ORM\PersistentCollection {#7228 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7778 +label: " 水紋天珠" +value: "257" +data: Eccube\Entity\Category {#7231 -id: 257 -name: "水紋天珠" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1719807499 {#7229 date: 2024-07-01 13:18:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7230 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7232 …} -Children: Doctrine\ORM\PersistentCollection {#7235 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7779 +label: " 薬師天珠" +value: "256" +data: Eccube\Entity\Category {#7238 -id: 256 -name: "薬師天珠" -hierarchy: 2 -sort_no: 156 -create_date: DateTime @1719807490 {#7236 date: 2024-07-01 13:18:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7237 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7239 …} -Children: Doctrine\ORM\PersistentCollection {#7242 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7780 +label: " 亀甲長壽天珠" +value: "255" +data: Eccube\Entity\Category {#7245 -id: 255 -name: "亀甲長壽天珠" -hierarchy: 2 -sort_no: 155 -create_date: DateTime @1719807484 {#7243 date: 2024-07-01 13:18:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7244 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7246 …} -Children: Doctrine\ORM\PersistentCollection {#7249 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7781 +label: " 金剛虎牙六眼天珠" +value: "254" +data: Eccube\Entity\Category {#7252 -id: 254 -name: "金剛虎牙六眼天珠" -hierarchy: 2 -sort_no: 154 -create_date: DateTime @1719807477 {#7250 date: 2024-07-01 13:17:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7251 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7253 …} -Children: Doctrine\ORM\PersistentCollection {#7256 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7782 +label: " 金剛蓮花三眼天珠" +value: "253" +data: Eccube\Entity\Category {#7259 -id: 253 -name: "金剛蓮花三眼天珠" -hierarchy: 2 -sort_no: 153 -create_date: DateTime @1719807468 {#7257 date: 2024-07-01 13:17:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7258 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7260 …} -Children: Doctrine\ORM\PersistentCollection {#7263 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7783 +label: " 金剛杵天珠" +value: "252" +data: Eccube\Entity\Category {#7266 -id: 252 -name: "金剛杵天珠" -hierarchy: 2 -sort_no: 152 -create_date: DateTime @1719807459 {#7264 date: 2024-07-01 13:17:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7265 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7267 …} -Children: Doctrine\ORM\PersistentCollection {#7270 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7784 +label: " 蓮師法器天珠" +value: "251" +data: Eccube\Entity\Category {#7273 -id: 251 -name: "蓮師法器天珠" -hierarchy: 2 -sort_no: 151 -create_date: DateTime @1719807449 {#7271 date: 2024-07-01 13:17:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7272 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7274 …} -Children: Doctrine\ORM\PersistentCollection {#7277 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7785 +label: " 蓮師法帽天珠" +value: "250" +data: Eccube\Entity\Category {#7280 -id: 250 -name: "蓮師法帽天珠" -hierarchy: 2 -sort_no: 150 -create_date: DateTime @1719807441 {#7278 date: 2024-07-01 13:17:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7279 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7281 …} -Children: Doctrine\ORM\PersistentCollection {#7284 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7786 +label: " 閃電五眼天珠" +value: "249" +data: Eccube\Entity\Category {#7287 -id: 249 -name: "閃電五眼天珠" -hierarchy: 2 -sort_no: 149 -create_date: DateTime @1719807435 {#7285 date: 2024-07-01 13:17:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7286 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7288 …} -Children: Doctrine\ORM\PersistentCollection {#7291 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7787 +label: " 蓮花天珠" +value: "248" +data: Eccube\Entity\Category {#7294 -id: 248 -name: "蓮花天珠" -hierarchy: 2 -sort_no: 148 -create_date: DateTime @1719807427 {#7292 date: 2024-07-01 13:17:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7293 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7295 …} -Children: Doctrine\ORM\PersistentCollection {#7298 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7788 +label: " 四線虎牙天珠" +value: "247" +data: Eccube\Entity\Category {#7301 -id: 247 -name: "四線虎牙天珠" -hierarchy: 2 -sort_no: 147 -create_date: DateTime @1719807420 {#7299 date: 2024-07-01 13:17:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7300 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7302 …} -Children: Doctrine\ORM\PersistentCollection {#7305 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7789 +label: " 五福臨門天珠" +value: "246" +data: Eccube\Entity\Category {#7308 -id: 246 -name: "五福臨門天珠" -hierarchy: 2 -sort_no: 146 -create_date: DateTime @1719807414 {#7306 date: 2024-07-01 13:16:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7307 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7309 …} -Children: Doctrine\ORM\PersistentCollection {#7312 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7790 +label: " 如意天珠" +value: "245" +data: Eccube\Entity\Category {#7315 -id: 245 -name: "如意天珠" -hierarchy: 2 -sort_no: 145 -create_date: DateTime @1719807407 {#7313 date: 2024-07-01 13:16:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7314 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7316 …} -Children: Doctrine\ORM\PersistentCollection {#7319 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7791 +label: " 二十一眼天珠" +value: "244" +data: Eccube\Entity\Category {#7322 -id: 244 -name: "二十一眼天珠" -hierarchy: 2 -sort_no: 144 -create_date: DateTime @1719807400 {#7320 date: 2024-07-01 13:16:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7321 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7323 …} -Children: Doctrine\ORM\PersistentCollection {#7326 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7792 +label: " 二十眼天珠" +value: "243" +data: Eccube\Entity\Category {#7329 -id: 243 -name: "二十眼天珠" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1719807394 {#7327 date: 2024-07-01 13:16:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7328 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7330 …} -Children: Doctrine\ORM\PersistentCollection {#7333 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7793 +label: " 十九眼天珠" +value: "242" +data: Eccube\Entity\Category {#7336 -id: 242 -name: "十九眼天珠" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1719807386 {#7334 date: 2024-07-01 13:16:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7335 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7337 …} -Children: Doctrine\ORM\PersistentCollection {#7340 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7794 +label: " 十八眼天珠" +value: "241" +data: Eccube\Entity\Category {#7343 -id: 241 -name: "十八眼天珠" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1719807380 {#7341 date: 2024-07-01 13:16:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7342 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7344 …} -Children: Doctrine\ORM\PersistentCollection {#7347 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7795 +label: " 十七眼天珠" +value: "240" +data: Eccube\Entity\Category {#7350 -id: 240 -name: "十七眼天珠" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1719807323 {#7348 date: 2024-07-01 13:15:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7349 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7351 …} -Children: Doctrine\ORM\PersistentCollection {#7354 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7796 +label: " 十六眼天珠" +value: "239" +data: Eccube\Entity\Category {#7357 -id: 239 -name: "十六眼天珠" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1719807316 {#7355 date: 2024-07-01 13:15:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7356 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7358 …} -Children: Doctrine\ORM\PersistentCollection {#7361 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7797 +label: " 十五眼天珠" +value: "238" +data: Eccube\Entity\Category {#7364 -id: 238 -name: "十五眼天珠" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1719807308 {#7362 date: 2024-07-01 13:15:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7363 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7365 …} -Children: Doctrine\ORM\PersistentCollection {#7368 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7798 +label: " 十四眼天珠" +value: "237" +data: Eccube\Entity\Category {#7371 -id: 237 -name: "十四眼天珠" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1719807302 {#7369 date: 2024-07-01 13:15:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7370 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7372 …} -Children: Doctrine\ORM\PersistentCollection {#7375 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7799 +label: " 十三眼天珠" +value: "236" +data: Eccube\Entity\Category {#7378 -id: 236 -name: "十三眼天珠" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1719807293 {#7376 date: 2024-07-01 13:14:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7377 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7379 …} -Children: Doctrine\ORM\PersistentCollection {#7382 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7800 +label: " 十二眼天珠" +value: "235" +data: Eccube\Entity\Category {#7385 -id: 235 -name: "十二眼天珠" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1719807286 {#7383 date: 2024-07-01 13:14:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7384 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7386 …} -Children: Doctrine\ORM\PersistentCollection {#7389 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7801 +label: " 十一眼天珠" +value: "234" +data: Eccube\Entity\Category {#7392 -id: 234 -name: "十一眼天珠" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1719807279 {#7390 date: 2024-07-01 13:14:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7391 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7393 …} -Children: Doctrine\ORM\PersistentCollection {#7396 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7802 +label: " 十眼天珠" +value: "233" +data: Eccube\Entity\Category {#7399 -id: 233 -name: "十眼天珠" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1719807272 {#7397 date: 2024-07-01 13:14:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7398 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7400 …} -Children: Doctrine\ORM\PersistentCollection {#7403 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7803 +label: " 九眼天珠" +value: "232" +data: Eccube\Entity\Category {#7406 -id: 232 -name: "九眼天珠" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1719807265 {#7404 date: 2024-07-01 13:14:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7405 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7407 …} -Children: Doctrine\ORM\PersistentCollection {#7410 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7804 +label: " 八眼天珠" +value: "231" +data: Eccube\Entity\Category {#7413 -id: 231 -name: "八眼天珠" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1719807258 {#7411 date: 2024-07-01 13:14:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7412 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7414 …} -Children: Doctrine\ORM\PersistentCollection {#7417 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7805 +label: " 七眼天珠" +value: "230" +data: Eccube\Entity\Category {#7420 -id: 230 -name: "七眼天珠" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1719807251 {#7418 date: 2024-07-01 13:14:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7419 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7421 …} -Children: Doctrine\ORM\PersistentCollection {#7424 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7806 +label: " 六眼天珠" +value: "229" +data: Eccube\Entity\Category {#7427 -id: 229 -name: "六眼天珠" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1719807237 {#7425 date: 2024-07-01 13:13:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7426 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7428 …} -Children: Doctrine\ORM\PersistentCollection {#7431 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7807 +label: " 五眼天珠" +value: "228" +data: Eccube\Entity\Category {#7434 -id: 228 -name: "五眼天珠" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1719807225 {#7432 date: 2024-07-01 13:13:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7433 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7435 …} -Children: Doctrine\ORM\PersistentCollection {#7438 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7808 +label: " 四眼天珠" +value: "227" +data: Eccube\Entity\Category {#7441 -id: 227 -name: "四眼天珠" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1719807216 {#7439 date: 2024-07-01 13:13:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7440 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7442 …} -Children: Doctrine\ORM\PersistentCollection {#7445 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7809 +label: " 三眼天珠" +value: "226" +data: Eccube\Entity\Category {#7448 -id: 226 -name: "三眼天珠" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1719807209 {#7446 date: 2024-07-01 13:13:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7447 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7449 …} -Children: Doctrine\ORM\PersistentCollection {#7452 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7810 +label: " 二眼天珠" +value: "225" +data: Eccube\Entity\Category {#7455 -id: 225 -name: "二眼天珠" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1719807199 {#7453 date: 2024-07-01 13:13:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7454 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7456 …} -Children: Doctrine\ORM\PersistentCollection {#7459 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7811 +label: " 蓮花羊眼板天珠" +value: "308" +data: Eccube\Entity\Category {#7462 -id: 308 -name: "蓮花羊眼板天珠" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1726199960 {#7460 date: 2024-09-13 12:59:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1726199960 {#7461 date: 2024-09-13 12:59:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7463 …} -Children: Doctrine\ORM\PersistentCollection {#7466 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7812 +label: " 一眼天珠" +value: "224" +data: Eccube\Entity\Category {#7469 -id: 224 -name: "一眼天珠" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1719807188 {#7467 date: 2024-07-01 13:13:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7468 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7470 …} -Children: Doctrine\ORM\PersistentCollection {#7473 …} -Parent: Eccube\Entity\Category {#7014} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6162 …} } +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7813 +label: "ピックアップ" +value: "116" +data: Eccube\Entity\Category {#7474 -id: 116 -name: "ピックアップ" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1717434582 {#7024 date: 2024-06-04 02:09:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7025 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7475 …} -Children: Doctrine\ORM\PersistentCollection {#7478 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7814 +label: "ギフト" +value: "117" +data: Eccube\Entity\Category {#7481 -id: 117 -name: "ギフト" -hierarchy: 1 -sort_no: 21 -create_date: DateTime @1717434592 {#7479 date: 2024-06-04 02:09:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7480 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7482 …} -Children: Doctrine\ORM\PersistentCollection {#7485 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7815 +label: "運気" +value: "30" +data: Eccube\Entity\Category {#7490 -id: 30 -name: "運気" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1713760364 {#7486 date: 2024-04-22 13:32:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7487 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7491 …} -Children: Doctrine\ORM\PersistentCollection {#7494 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7816 +label: " 招福" +value: "115" +data: Eccube\Entity\Category {#7495 -id: 115 -name: "招福" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1717417635 {#7488 date: 2024-06-03 21:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417635 {#7489 date: 2024-06-03 21:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7496 …} -Children: Doctrine\ORM\PersistentCollection {#7499 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7817 +label: " 願望達成" +value: "114" +data: Eccube\Entity\Category {#7504 -id: 114 -name: "願望達成" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1717417623 {#7502 date: 2024-06-03 21:27:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417623 {#7503 date: 2024-06-03 21:27:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7505 …} -Children: Doctrine\ORM\PersistentCollection {#7508 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7818 +label: " 学業・試験運" +value: "113" +data: Eccube\Entity\Category {#7511 -id: 113 -name: "学業・試験運" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1717417608 {#7509 date: 2024-06-03 21:26:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417608 {#7510 date: 2024-06-03 21:26:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7512 …} -Children: Doctrine\ORM\PersistentCollection {#7515 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7819 +label: " 家庭運" +value: "112" +data: Eccube\Entity\Category {#7518 -id: 112 -name: "家庭運" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1717417591 {#7516 date: 2024-06-03 21:26:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417591 {#7517 date: 2024-06-03 21:26:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7519 …} -Children: Doctrine\ORM\PersistentCollection {#7522 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7820 +label: " 結婚運" +value: "111" +data: Eccube\Entity\Category {#7525 -id: 111 -name: "結婚運" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1717417586 {#7523 date: 2024-06-03 21:26:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417586 {#7524 date: 2024-06-03 21:26:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7526 …} -Children: Doctrine\ORM\PersistentCollection {#7529 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7821 +label: " 開運" +value: "110" +data: Eccube\Entity\Category {#7532 -id: 110 -name: "開運" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1717417580 {#7530 date: 2024-06-03 21:26:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417580 {#7531 date: 2024-06-03 21:26:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7533 …} -Children: Doctrine\ORM\PersistentCollection {#7536 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7822 +label: " 対人運" +value: "109" +data: Eccube\Entity\Category {#7539 -id: 109 -name: "対人運" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1717417576 {#7537 date: 2024-06-03 21:26:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417576 {#7538 date: 2024-06-03 21:26:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7540 …} -Children: Doctrine\ORM\PersistentCollection {#7543 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7823 +label: " 魔除け" +value: "108" +data: Eccube\Entity\Category {#7546 -id: 108 -name: "魔除け" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1717417566 {#7544 date: 2024-06-03 21:26:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417566 {#7545 date: 2024-06-03 21:26:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7547 …} -Children: Doctrine\ORM\PersistentCollection {#7550 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7824 +label: " 健康運" +value: "107" +data: Eccube\Entity\Category {#7553 -id: 107 -name: "健康運" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1717417562 {#7551 date: 2024-06-03 21:26:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417562 {#7552 date: 2024-06-03 21:26:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7554 …} -Children: Doctrine\ORM\PersistentCollection {#7557 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7825 +label: " 全体運" +value: "106" +data: Eccube\Entity\Category {#7560 -id: 106 -name: "全体運" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1717417539 {#7558 date: 2024-06-03 21:25:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417539 {#7559 date: 2024-06-03 21:25:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7561 …} -Children: Doctrine\ORM\PersistentCollection {#7564 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7826 +label: " 仕事運" +value: "33" +data: Eccube\Entity\Category {#7567 -id: 33 -name: "仕事運" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1713760383 {#7565 date: 2024-04-22 13:33:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713760383 {#7566 date: 2024-04-22 13:33:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7568 …} -Children: Doctrine\ORM\PersistentCollection {#7571 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7827 +label: " 金運・財運" +value: "32" +data: Eccube\Entity\Category {#7574 -id: 32 -name: "金運・財運" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1713760378 {#7572 date: 2024-04-22 13:32:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417551 {#7573 date: 2024-06-03 21:25:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7575 …} -Children: Doctrine\ORM\PersistentCollection {#7578 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7828 +label: " 恋愛運" +value: "31" +data: Eccube\Entity\Category {#7581 -id: 31 -name: "恋愛運" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1713760375 {#7579 date: 2024-04-22 13:32:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713760375 {#7580 date: 2024-04-22 13:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7582 …} -Children: Doctrine\ORM\PersistentCollection {#7585 …} -Parent: Eccube\Entity\Category {#7490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6146 …} } +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 {#7609 -form: Symfony\Component\Form\Form {#7596 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#7608 …5} |
full_name | "category_id" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_id" |
is_selected | Closure($choice, $value) {#7615 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4661 …} } |
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 {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5733 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4364 …} } |
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() {#7501 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4406 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#5732 …} } } |
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 {#7829 -form: Symfony\Component\Form\Form {#7599 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7614 …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 | "" |