- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 546
- 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 {#687 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#686 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#685 …} -namespace: Closure() {#683 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4403 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4344 …} } |
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() {#4405 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4386 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1093 …} $translationDomain: "validators" $message: Closure() {#4404 …} } } |
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 {#4742 -form: Symfony\Component\Form\Form {#4570 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4741 …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 {#687 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#686 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#685 …} -namespace: Closure() {#683 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4438 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4344 …} } |
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 {#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: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4436 +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 {#4427 +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 {#4434 +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() {#4440 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4386 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1093 …} $translationDomain: "validators" $message: Closure() {#4439 …} } } |
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 {#4746 -form: Symfony\Component\Form\Form {#4595 …} -errors: [] } |
firstname_name | "name02" |
form | Symfony\Component\Form\FormView {#4745 …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 {#4447 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4427 +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 {#4434 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4447 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4427 +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 {#4434 +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 {#4447 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4427 +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 {#4434 +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 {#687 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#686 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#685 …} -namespace: Closure() {#683 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4574 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4344 …} } |
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() {#4576 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4386 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1093 …} $translationDomain: "validators" $message: Closure() {#4575 …} } } |
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 {#4772 -form: Symfony\Component\Form\Form {#4598 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4771 …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 {#4448 +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: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4436 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4448 +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: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4436 +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 {#4448 +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: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4436 +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 {#687 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#686 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#685 …} -namespace: Closure() {#683 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4585 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4344 …} } |
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() {#4587 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4386 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1093 …} $translationDomain: "validators" $message: Closure() {#4586 …} } } |
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 {#4773 -form: Symfony\Component\Form\Form {#4601 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4774 …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 {#687 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#686 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#685 …} -namespace: Closure() {#683 …} } |
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 {#4344 …} } |
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 {#4455 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4456 +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 {#4453 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4454 +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() {#4460 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4386 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1093 …} $translationDomain: "validators" $message: Closure() {#4459 …} } } |
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 {#4769 -form: Symfony\Component\Form\Form {#4626 …} -errors: [] } |
firstname_name | "kana02" |
form | Symfony\Component\Form\FormView {#4770 …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 {#4453 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4454 +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 {#4453 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4454 +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 {#4453 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4454 +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 {#687 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#686 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#685 …} -namespace: Closure() {#683 …} } |
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 {#4344 …} } |
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() {#4607 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4386 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1093 …} $translationDomain: "validators" $message: Closure() {#4606 …} } } |
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 {#4778 -form: Symfony\Component\Form\Form {#4629 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4777 …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 {#4455 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4456 +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 {#4455 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4456 +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 {#4455 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4456 +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 {#687 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#686 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#685 …} -namespace: Closure() {#683 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4616 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4344 …} } |
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() {#4618 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4386 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1093 …} $translationDomain: "validators" $message: Closure() {#4617 …} } } |
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 {#4779 -form: Symfony\Component\Form\Form {#4632 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4780 …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 {#4492 +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 {#4493 +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 {#687 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#686 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#685 …} -namespace: Closure() {#683 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4489 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4344 …} } |
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() {#4491 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4386 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1093 …} $translationDomain: "validators" $message: Closure() {#4490 …} } } |
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 {#4776 -form: Symfony\Component\Form\Form {#4635 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4775 …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 {#4507 +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 {#4508 +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 {#687 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#686 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#685 …} -namespace: Closure() {#683 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4510 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4344 …} } |
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() {#4512 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4386 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1093 …} $translationDomain: "validators" $message: Closure() {#4511 …} } } |
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 {#4782 -form: Symfony\Component\Form\Form {#4718 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4781 …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 {#4667 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#4698 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#4681 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4680 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4682 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4686 -om: Container0s35PEL\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#672 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3774 …} -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 {#687 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#686 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#685 …} -namespace: Closure() {#683 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | Container0s35PEL\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 {#4686 -om: Container0s35PEL\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#672 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3774 …} -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 {#4675 -_em: Doctrine\ORM\EntityManager {#634 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4677 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4678 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4679 #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 {#4676 …} -_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() {#4673 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4386 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1093 …} $translationDomain: "validators" $message: Closure() {#4670 …} } } |
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 {#4787 +label: "北海道" +value: "1" +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#3811 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4789 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#4804 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4791 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#4805 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4794 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#4806 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4793 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#4807 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4788 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#4808 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4800 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#4809 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4798 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#4810 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4797 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#4811 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4790 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#4812 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4801 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#4813 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4850 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#4814 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4851 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#4815 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4852 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#4816 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4853 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#4817 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4854 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#4818 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4855 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#4819 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4856 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#4820 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4857 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#4821 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4858 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#4822 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4859 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#4823 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4860 +label: "静岡県" +value: "22" +data: Eccube\Entity\Master\Pref {#4824 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4861 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#4825 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4862 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#4826 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4863 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#4827 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4864 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#4828 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4865 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#4829 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4866 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#4830 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4867 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#4831 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4868 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#4832 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4869 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#4833 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4870 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#4834 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4871 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#4835 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4872 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#4836 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4873 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#4837 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4874 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#4838 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4875 +label: "香川県" +value: "37" +data: Eccube\Entity\Master\Pref {#4839 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4876 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#4840 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4877 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#4841 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4878 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#4842 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4879 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#4843 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4880 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#4844 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4881 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#4845 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4882 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#4846 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4883 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#4847 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4884 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#4848 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4885 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#4849 …} +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 {#4786 -form: Symfony\Component\Form\Form {#4721 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4785 …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) {#4887 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4641 …} } |
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 {#4507 +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 {#4507 +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 {#4507 +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 {#687 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#686 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#685 …} -namespace: Closure() {#683 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4691 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4344 …} } |
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() {#4699 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4386 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1093 …} $translationDomain: "validators" $message: Closure() {#4690 …} } } |
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 {#4888 -form: Symfony\Component\Form\Form {#4724 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4889 …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 {#4508 +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 {#4508 +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 {#4508 +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 {#687 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#686 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#685 …} -namespace: Closure() {#683 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4708 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4344 …} } |
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() {#4710 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4386 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1093 …} $translationDomain: "validators" $message: Closure() {#4709 …} } } |
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 {#4890 -form: Symfony\Component\Form\Form {#4727 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4891 …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 {#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: 14 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Type {#4529 +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 {#687 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#686 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#685 …} -namespace: Closure() {#683 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4525 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4344 …} } |
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() {#4527 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4386 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1093 …} $translationDomain: "validators" $message: Closure() {#4526 …} } } |
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 {#4783 -form: Symfony\Component\Form\Form {#4730 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4784 …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 {#4412 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4413 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4412 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4413 +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 {#4412 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4413 +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 {#687 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#686 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#685 …} -namespace: Closure() {#683 …} } |
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 {#4344 …} } |
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() {#4547 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4386 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1093 …} $translationDomain: "validators" $message: Closure() {#4544 …} } } |
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 {#4893 -form: Symfony\Component\Form\Form {#4733 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4892 …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 {#4414 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4415 +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 {#4414 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4415 +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 {#4414 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4415 +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 {#687 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#686 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#685 …} -namespace: Closure() {#683 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4560 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4344 …} } |
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() {#4562 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4386 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1093 …} $translationDomain: "validators" $message: Closure() {#4561 …} } } |
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 {#4894 -form: Symfony\Component\Form\Form {#4736 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4895 …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 | "f95f5b7f47fa816a3d59092c18eb9985.n_3s4FqTelXQWZDpfeRNHZ0JJV26aSd0RO_isTr8HOc.6rerpD3DAA2IAKOEPrR1WNZ_cRePG0s8DIO94w7NbsrIhKmzN_spPZIqyQ" |
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 | "f95f5b7f47fa816a3d59092c18eb9985.n_3s4FqTelXQWZDpfeRNHZ0JJV26aSd0RO_isTr8HOc.6rerpD3DAA2IAKOEPrR1WNZ_cRePG0s8DIO94w7NbsrIhKmzN_spPZIqyQ" |
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 {#687 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#686 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#685 …} -namespace: Closure() {#683 …} } |
data | "f95f5b7f47fa816a3d59092c18eb9985.n_3s4FqTelXQWZDpfeRNHZ0JJV26aSd0RO_isTr8HOc.6rerpD3DAA2IAKOEPrR1WNZ_cRePG0s8DIO94w7NbsrIhKmzN_spPZIqyQ" |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4900 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4344 …} } |
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() {#4902 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4386 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1093 …} $translationDomain: "validators" $message: Closure() {#4899 …} } } |
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 | "f95f5b7f47fa816a3d59092c18eb9985.n_3s4FqTelXQWZDpfeRNHZ0JJV26aSd0RO_isTr8HOc.6rerpD3DAA2IAKOEPrR1WNZ_cRePG0s8DIO94w7NbsrIhKmzN_spPZIqyQ" |
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 {#4909 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4903 …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 | "f95f5b7f47fa816a3d59092c18eb9985.n_3s4FqTelXQWZDpfeRNHZ0JJV26aSd0RO_isTr8HOc.6rerpD3DAA2IAKOEPrR1WNZ_cRePG0s8DIO94w7NbsrIhKmzN_spPZIqyQ" |
(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 {#687 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#686 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#685 …} -namespace: Closure() {#683 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5771 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4344 …} } |
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() {#5769 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4386 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1093 …} $translationDomain: "validators" $message: Closure() {#5770 …} } } |
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 {#7570 -form: Symfony\Component\Form\Form {#7559 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7571 …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 {#5878 -id: 312 -name: "セール" -hierarchy: 1 -sort_no: 210 -create_date: DateTime @1735090129 {#5884 date: 2024-12-25 10:28:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#5882 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5968 …} -Children: Doctrine\ORM\PersistentCollection {#6124 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6119 -id: 118 -name: "天然石" -hierarchy: 1 -sort_no: 209 -create_date: DateTime @1717439447 {#6123 date: 2024-06-04 03:30:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6122 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6118 …} -Children: Doctrine\ORM\PersistentCollection {#6115 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6114 -id: 309 -name: "トパーズ" -hierarchy: 2 -sort_no: 205 -create_date: DateTime @1728971426 {#6121 date: 2024-10-15 14:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728971426 {#6120 date: 2024-10-15 14:50:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6113 …} -Children: Doctrine\ORM\PersistentCollection {#6109 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6104 -id: 306 -name: "ラヴァストーン" -hierarchy: 2 -sort_no: 204 -create_date: DateTime @1725857600 {#6106 date: 2024-09-09 13:53:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857600 {#6105 date: 2024-09-09 13:53:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6103 …} -Children: Doctrine\ORM\PersistentCollection {#6100 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6097 -id: 305 -name: "リバーストーン" -hierarchy: 2 -sort_no: 203 -create_date: DateTime @1725857595 {#6099 date: 2024-09-09 13:53:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857595 {#6098 date: 2024-09-09 13:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6096 …} -Children: Doctrine\ORM\PersistentCollection {#5881 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6084 -id: 304 -name: "クラック水晶" -hierarchy: 2 -sort_no: 202 -create_date: DateTime @1725857588 {#5879 date: 2024-09-09 13:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857588 {#5900 date: 2024-09-09 13:53:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6086 …} -Children: Doctrine\ORM\PersistentCollection {#6089 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6092 -id: 303 -name: "ゴールドコーラル" -hierarchy: 2 -sort_no: 201 -create_date: DateTime @1725857582 {#6090 date: 2024-09-09 13:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857582 {#6091 date: 2024-09-09 13:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6093 …} -Children: Doctrine\ORM\PersistentCollection {#6131 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6132 -id: 302 -name: "ダルメシアンジャスパー" -hierarchy: 2 -sort_no: 200 -create_date: DateTime @1725857574 {#6129 date: 2024-09-09 13:52:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857574 {#6130 date: 2024-09-09 13:52:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6133 …} -Children: Doctrine\ORM\PersistentCollection {#6136 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6139 -id: 207 -name: "ローズジャスパー" -hierarchy: 2 -sort_no: 199 -create_date: DateTime @1719214717 {#6137 date: 2024-06-24 16:38:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6138 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6140 …} -Children: Doctrine\ORM\PersistentCollection {#6144 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6147 -id: 206 -name: "ローズクォーツ" -hierarchy: 2 -sort_no: 198 -create_date: DateTime @1719214706 {#6145 date: 2024-06-24 16:38:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6146 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6148 …} -Children: Doctrine\ORM\PersistentCollection {#6151 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6154 -id: 205 -name: "レモンクォーツ" -hierarchy: 2 -sort_no: 197 -create_date: DateTime @1719214700 {#6152 date: 2024-06-24 16:38:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6153 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6155 …} -Children: Doctrine\ORM\PersistentCollection {#6158 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6161 -id: 204 -name: "レッドタイガーアイ" -hierarchy: 2 -sort_no: 196 -create_date: DateTime @1719214691 {#6159 date: 2024-06-24 16:38:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6160 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6162 …} -Children: Doctrine\ORM\PersistentCollection {#6165 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6168 -id: 203 -name: "レッドアゲート" -hierarchy: 2 -sort_no: 195 -create_date: DateTime @1719214683 {#6166 date: 2024-06-24 16:38:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6167 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6169 …} -Children: Doctrine\ORM\PersistentCollection {#6172 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6175 -id: 202 -name: "レインボームーンストーン" -hierarchy: 2 -sort_no: 194 -create_date: DateTime @1719214676 {#6173 date: 2024-06-24 16:37:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6174 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6176 …} -Children: Doctrine\ORM\PersistentCollection {#6179 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6182 -id: 201 -name: "ルビー" -hierarchy: 2 -sort_no: 193 -create_date: DateTime @1719214669 {#6180 date: 2024-06-24 16:37:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6181 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6183 …} -Children: Doctrine\ORM\PersistentCollection {#6186 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6189 -id: 200 -name: "ルチルクォーツ" -hierarchy: 2 -sort_no: 192 -create_date: DateTime @1719214664 {#6187 date: 2024-06-24 16:37:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6188 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6190 …} -Children: Doctrine\ORM\PersistentCollection {#6193 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6196 -id: 199 -name: "龍紋メノウ" -hierarchy: 2 -sort_no: 191 -create_date: DateTime @1719214655 {#6194 date: 2024-06-24 16:37:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6195 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6197 …} -Children: Doctrine\ORM\PersistentCollection {#6200 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6203 -id: 300 -name: "リバーストーン" -hierarchy: 2 -sort_no: 190 -create_date: DateTime @1721966548 {#6201 date: 2024-07-26 13:02:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6202 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6204 …} -Children: Doctrine\ORM\PersistentCollection {#6207 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6210 -id: 198 -name: "ラリマー" -hierarchy: 2 -sort_no: 189 -create_date: DateTime @1719214639 {#6208 date: 2024-06-24 16:37:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6209 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6211 …} -Children: Doctrine\ORM\PersistentCollection {#6214 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6217 -id: 197 -name: "ラブラドライト" -hierarchy: 2 -sort_no: 188 -create_date: DateTime @1719214636 {#6215 date: 2024-06-24 16:37:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6216 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6218 …} -Children: Doctrine\ORM\PersistentCollection {#6221 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6224 -id: 196 -name: "ラピスラズリ" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1719214627 {#6222 date: 2024-06-24 16:37:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6223 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6225 …} -Children: Doctrine\ORM\PersistentCollection {#6228 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6231 -id: 195 -name: "モルガナイト" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1719214616 {#6229 date: 2024-06-24 16:36:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6230 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6232 …} -Children: Doctrine\ORM\PersistentCollection {#6235 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6238 -id: 194 -name: "モリオン" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1719214612 {#6236 date: 2024-06-24 16:36:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6237 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6239 …} -Children: Doctrine\ORM\PersistentCollection {#6242 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6245 -id: 193 -name: "モスアゲート" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1719214606 {#6243 date: 2024-06-24 16:36:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6244 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6246 …} -Children: Doctrine\ORM\PersistentCollection {#6249 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6252 -id: 192 -name: "ムーンストーン" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1719214601 {#6250 date: 2024-06-24 16:36:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6251 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6253 …} -Children: Doctrine\ORM\PersistentCollection {#6256 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6259 -id: 191 -name: "ミッドナイトオーラ" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1719214596 {#6257 date: 2024-06-24 16:36:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6258 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6260 …} -Children: Doctrine\ORM\PersistentCollection {#6263 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6266 -id: 289 -name: "MIXアゲート" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1721726889 {#6264 date: 2024-07-23 18:28:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6265 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6267 …} -Children: Doctrine\ORM\PersistentCollection {#6270 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6273 -id: 190 -name: "マザーオブパール" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1719214587 {#6271 date: 2024-06-24 16:36:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6272 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6274 …} -Children: Doctrine\ORM\PersistentCollection {#6277 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6280 -id: 189 -name: "ホワイトカルセドニー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1719214578 {#6278 date: 2024-06-24 16:36:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6279 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6281 …} -Children: Doctrine\ORM\PersistentCollection {#6284 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6287 -id: 188 -name: "北投石" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1719214570 {#6285 date: 2024-06-24 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6286 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6288 …} -Children: Doctrine\ORM\PersistentCollection {#6291 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6294 -id: 187 -name: "ペリドット" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1719214560 {#6292 date: 2024-06-24 16:36:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6293 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6295 …} -Children: Doctrine\ORM\PersistentCollection {#6298 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6301 -id: 186 -name: "ヘマタイト" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1719214555 {#6299 date: 2024-06-24 16:35:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6300 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6302 …} -Children: Doctrine\ORM\PersistentCollection {#6305 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6308 -id: 185 -name: "フローライト" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1719214550 {#6306 date: 2024-06-24 16:35:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6307 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6309 …} -Children: Doctrine\ORM\PersistentCollection {#6312 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6315 -id: 184 -name: "プレナイト" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1719214544 {#6313 date: 2024-06-24 16:35:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6314 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6316 …} -Children: Doctrine\ORM\PersistentCollection {#6319 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6322 -id: 183 -name: "ブルーレースアゲート" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1719214535 {#6320 date: 2024-06-24 16:35:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6321 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6323 …} -Children: Doctrine\ORM\PersistentCollection {#6326 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6329 -id: 182 -name: "ブルータイガーアイ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1719214526 {#6327 date: 2024-06-24 16:35:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6328 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6330 …} -Children: Doctrine\ORM\PersistentCollection {#6333 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6336 -id: 181 -name: "ブルーゴールドストーン" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1719214514 {#6334 date: 2024-06-24 16:35:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6335 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6337 …} -Children: Doctrine\ORM\PersistentCollection {#6340 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6343 -id: 180 -name: "ブラックスピネル" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1719214503 {#6341 date: 2024-06-24 16:35:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6342 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6344 …} -Children: Doctrine\ORM\PersistentCollection {#6347 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6350 -id: 292 -name: "ピーコックヘマタイト" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1721726912 {#6348 date: 2024-07-23 18:28:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6349 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6351 …} -Children: Doctrine\ORM\PersistentCollection {#6354 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6357 -id: 179 -name: "ピンクオパール" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1719214489 {#6355 date: 2024-06-24 16:34:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6356 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6358 …} -Children: Doctrine\ORM\PersistentCollection {#6361 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6364 -id: 178 -name: "ヒマラヤ水晶" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1719214480 {#6362 date: 2024-06-24 16:34:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6363 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6365 …} -Children: Doctrine\ORM\PersistentCollection {#6368 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6371 -id: 177 -name: "翡翠" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1719214472 {#6369 date: 2024-06-24 16:34:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6370 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6372 …} -Children: Doctrine\ORM\PersistentCollection {#6375 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6378 -id: 176 -name: "ピクチャージャスパー" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1719214467 {#6376 date: 2024-06-24 16:34:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6377 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6379 …} -Children: Doctrine\ORM\PersistentCollection {#6382 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6385 -id: 175 -name: "ハウライト" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1719214458 {#6383 date: 2024-06-24 16:34:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6384 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6386 …} -Children: Doctrine\ORM\PersistentCollection {#6389 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6392 -id: 174 -name: "パイライト" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1719214453 {#6390 date: 2024-06-24 16:34:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6391 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6393 …} -Children: Doctrine\ORM\PersistentCollection {#6396 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6399 -id: 173 -name: "パール" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1719214443 {#6397 date: 2024-06-24 16:34:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6398 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6400 …} -Children: Doctrine\ORM\PersistentCollection {#6403 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6406 -id: 172 -name: "トルマリン" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1719214439 {#6404 date: 2024-06-24 16:33:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6405 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6407 …} -Children: Doctrine\ORM\PersistentCollection {#6410 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6413 -id: 171 -name: "テラヘルツ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1719214435 {#6411 date: 2024-06-24 16:33:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6412 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6414 …} -Children: Doctrine\ORM\PersistentCollection {#6417 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6420 -id: 301 -name: "ツリーアゲート" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1721966565 {#6418 date: 2024-07-26 13:02:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6419 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6421 …} -Children: Doctrine\ORM\PersistentCollection {#6424 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6427 -id: 170 -name: "茶黄水晶" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1719214422 {#6425 date: 2024-06-24 16:33:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6426 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6428 …} -Children: Doctrine\ORM\PersistentCollection {#6431 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6434 -id: 169 -name: "チェリークォーツ" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1719214416 {#6432 date: 2024-06-24 16:33:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6433 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6435 …} -Children: Doctrine\ORM\PersistentCollection {#6438 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6441 -id: 168 -name: "タンザナイト" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1719214409 {#6439 date: 2024-06-24 16:33:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6440 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6442 …} -Children: Doctrine\ORM\PersistentCollection {#6445 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6448 -id: 290 -name: "ダルメシアンジャスパー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1721726899 {#6446 date: 2024-07-23 18:28:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6447 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6449 …} -Children: Doctrine\ORM\PersistentCollection {#6452 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6455 -id: 167 -name: "タイガーアイ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1719214404 {#6453 date: 2024-06-24 16:33:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6454 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6456 …} -Children: Doctrine\ORM\PersistentCollection {#6459 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6462 -id: 166 -name: "ターコイズ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1719214392 {#6460 date: 2024-06-24 16:33:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6461 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6463 …} -Children: Doctrine\ORM\PersistentCollection {#6466 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6469 -id: 165 -name: "ソーダライト" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1719214381 {#6467 date: 2024-06-24 16:33:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6468 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6470 …} -Children: Doctrine\ORM\PersistentCollection {#6473 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6476 -id: 164 -name: "スモーキークォーツ" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1719214373 {#6474 date: 2024-06-24 16:32:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6475 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6477 …} -Children: Doctrine\ORM\PersistentCollection {#6480 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6483 -id: 163 -name: "スピネル" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1719214365 {#6481 date: 2024-06-24 16:32:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6482 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6484 …} -Children: Doctrine\ORM\PersistentCollection {#6487 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6490 -id: 162 -name: "ストロベリークォーツ" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1719214359 {#6488 date: 2024-06-24 16:32:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6489 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6491 …} -Children: Doctrine\ORM\PersistentCollection {#6494 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6497 -id: 161 -name: "スギライト" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1719214347 {#6495 date: 2024-06-24 16:32:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6496 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6498 …} -Children: Doctrine\ORM\PersistentCollection {#6501 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6504 -id: 160 -name: "水晶" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1719214342 {#6502 date: 2024-06-24 16:32:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6503 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6505 …} -Children: Doctrine\ORM\PersistentCollection {#6508 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6511 -id: 294 -name: "朱砂パーツ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1721726925 {#6509 date: 2024-07-23 18:28:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6510 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6512 …} -Children: Doctrine\ORM\PersistentCollection {#6515 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6518 -id: 159 -name: "シトリン" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1719214334 {#6516 date: 2024-06-24 16:32:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6517 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6519 …} -Children: Doctrine\ORM\PersistentCollection {#6522 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6525 -id: 158 -name: "サンストーン" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1719214329 {#6523 date: 2024-06-24 16:32:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6524 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6526 …} -Children: Doctrine\ORM\PersistentCollection {#6529 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6532 -id: 157 -name: "珊瑚" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1719214321 {#6530 date: 2024-06-24 16:32:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6531 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6533 …} -Children: Doctrine\ORM\PersistentCollection {#6536 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6539 -id: 156 -name: "サファイア" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1719214302 {#6537 date: 2024-06-24 16:31:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6538 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6540 …} -Children: Doctrine\ORM\PersistentCollection {#6543 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6546 -id: 155 -name: "サードニクス" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1719214295 {#6544 date: 2024-06-24 16:31:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6545 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6547 …} -Children: Doctrine\ORM\PersistentCollection {#6550 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6553 -id: 154 -name: "コスモオーラ" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1719214286 {#6551 date: 2024-06-24 16:31:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6552 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6554 …} -Children: Doctrine\ORM\PersistentCollection {#6557 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6560 -id: 153 -name: "ゴールドヘマタイト" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1719214278 {#6558 date: 2024-06-24 16:31:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6559 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6561 …} -Children: Doctrine\ORM\PersistentCollection {#6564 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6567 -id: 152 -name: "ゴールドストーン" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1719214270 {#6565 date: 2024-06-24 16:31:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6566 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6568 …} -Children: Doctrine\ORM\PersistentCollection {#6571 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6574 -id: 295 -name: "ゴールドコーラル" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1721726932 {#6572 date: 2024-07-23 18:28:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6573 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6575 …} -Children: Doctrine\ORM\PersistentCollection {#6578 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6581 -id: 151 -name: "ゴールデンオーラ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1719214263 {#6579 date: 2024-06-24 16:31:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6580 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6582 …} -Children: Doctrine\ORM\PersistentCollection {#6585 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6588 -id: 150 -name: "クンツァイト" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1719214255 {#6586 date: 2024-06-24 16:30:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6587 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6589 …} -Children: Doctrine\ORM\PersistentCollection {#6592 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6595 -id: 149 -name: "クリソコーラ" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1719214243 {#6593 date: 2024-06-24 16:30:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6594 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6596 …} -Children: Doctrine\ORM\PersistentCollection {#6599 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6602 -id: 148 -name: "グリーンアゲート" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1719214233 {#6600 date: 2024-06-24 16:30:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6601 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6603 …} -Children: Doctrine\ORM\PersistentCollection {#6606 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6609 -id: 296 -name: "クラック水晶" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1721726937 {#6607 date: 2024-07-23 18:28:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6608 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6610 …} -Children: Doctrine\ORM\PersistentCollection {#6613 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6616 -id: 291 -name: "キャンディークォーツ" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1721726906 {#6614 date: 2024-07-23 18:28:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6615 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6617 …} -Children: Doctrine\ORM\PersistentCollection {#6620 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6623 -id: 147 -name: "眼球メノウ" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1719214224 {#6621 date: 2024-06-24 16:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6622 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6624 …} -Children: Doctrine\ORM\PersistentCollection {#6627 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6630 -id: 146 -name: "カルサイト" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1719214207 {#6628 date: 2024-06-24 16:30:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6629 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6631 …} -Children: Doctrine\ORM\PersistentCollection {#6634 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6637 -id: 298 -name: "カラーチェンジフローライト" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1721726951 {#6635 date: 2024-07-23 18:29:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6636 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6638 …} -Children: Doctrine\ORM\PersistentCollection {#6641 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6644 -id: 145 -name: "カイヤナイト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1719214198 {#6642 date: 2024-06-24 16:29:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6643 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6645 …} -Children: Doctrine\ORM\PersistentCollection {#6648 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6651 -id: 144 -name: "カーネリアン" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1719214192 {#6649 date: 2024-06-24 16:29:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6650 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6652 …} -Children: Doctrine\ORM\PersistentCollection {#6655 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6658 -id: 143 -name: "ガーネット" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1719214185 {#6656 date: 2024-06-24 16:29:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6657 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6659 …} -Children: Doctrine\ORM\PersistentCollection {#6662 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6665 -id: 142 -name: "ガーデンクォーツ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1719214182 {#6663 date: 2024-06-24 16:29:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6664 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6666 …} -Children: Doctrine\ORM\PersistentCollection {#6669 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6672 -id: 141 -name: "オレンジムーンストーン" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1719214174 {#6670 date: 2024-06-24 16:29:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6671 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6673 …} -Children: Doctrine\ORM\PersistentCollection {#6676 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6679 -id: 297 -name: "オレンジファントムクォーツ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1721726944 {#6677 date: 2024-07-23 18:29:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6678 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6680 …} -Children: Doctrine\ORM\PersistentCollection {#6683 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6686 -id: 140 -name: "オブシディアン" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1719214165 {#6684 date: 2024-06-24 16:29:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6685 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6687 …} -Children: Doctrine\ORM\PersistentCollection {#6690 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6693 -id: 139 -name: "オニキス" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1719214157 {#6691 date: 2024-06-24 16:29:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6692 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6694 …} -Children: Doctrine\ORM\PersistentCollection {#6697 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6700 -id: 138 -name: "オーロラオーラ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1719214152 {#6698 date: 2024-06-24 16:29:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6699 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6701 …} -Children: Doctrine\ORM\PersistentCollection {#6704 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6707 -id: 293 -name: "エンジェルラダー" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1721726919 {#6705 date: 2024-07-23 18:28:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6706 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6708 …} -Children: Doctrine\ORM\PersistentCollection {#6711 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6714 -id: 137 -name: "エンジェライト" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1719214142 {#6712 date: 2024-06-24 16:29:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6713 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6715 …} -Children: Doctrine\ORM\PersistentCollection {#6718 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6721 -id: 136 -name: "エレスチャル" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1719214136 {#6719 date: 2024-06-24 16:28:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6720 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6722 …} -Children: Doctrine\ORM\PersistentCollection {#6725 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6728 -id: 135 -name: "インカローズ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1719214126 {#6726 date: 2024-06-24 16:28:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6727 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6729 …} -Children: Doctrine\ORM\PersistentCollection {#6732 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6735 -id: 134 -name: "アンバー" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1719214114 {#6733 date: 2024-06-24 16:28:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6734 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6736 …} -Children: Doctrine\ORM\PersistentCollection {#6739 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6742 -id: 133 -name: "アメトリン" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1719214108 {#6740 date: 2024-06-24 16:28:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6741 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6743 …} -Children: Doctrine\ORM\PersistentCollection {#6746 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6749 -id: 132 -name: "アメシスト" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1719214103 {#6747 date: 2024-06-24 16:28:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6748 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6750 …} -Children: Doctrine\ORM\PersistentCollection {#6753 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6756 -id: 131 -name: "アマゾナイト" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1719214098 {#6754 date: 2024-06-24 16:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6755 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6757 …} -Children: Doctrine\ORM\PersistentCollection {#6760 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6763 -id: 130 -name: "アベンチュリン" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1719214091 {#6761 date: 2024-06-24 16:28:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6762 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6764 …} -Children: Doctrine\ORM\PersistentCollection {#6767 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6770 -id: 129 -name: "アパタイト" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1719214076 {#6768 date: 2024-06-24 16:27:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6769 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6771 …} -Children: Doctrine\ORM\PersistentCollection {#6774 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6777 -id: 128 -name: "アクアマリン" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1719214065 {#6775 date: 2024-06-24 16:27:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6776 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6778 …} -Children: Doctrine\ORM\PersistentCollection {#6781 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6784 -id: 121 -name: "アクアオーラ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1717439544 {#6782 date: 2024-06-04 03:32:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6783 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6785 …} -Children: Doctrine\ORM\PersistentCollection {#6788 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6791 -id: 120 -name: "アイリスクォーツ" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1717439529 {#6789 date: 2024-06-04 03:32:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6790 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6792 …} -Children: Doctrine\ORM\PersistentCollection {#6795 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6798 -id: 119 -name: "アイオライト" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1717439519 {#6796 date: 2024-06-04 03:31:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6797 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6799 …} -Children: Doctrine\ORM\PersistentCollection {#6802 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6805 -id: 16 -name: "アイテム" -hierarchy: 1 -sort_no: 208 -create_date: DateTime @1713760183 {#6108 date: 2024-04-22 13:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6107 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6806 …} -Children: Doctrine\ORM\PersistentCollection {#6809 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6810 -id: 315 -name: "ポスター掲載商品" -hierarchy: 2 -sort_no: 207 -create_date: DateTime @1743385403 {#6803 date: 2025-03-31 10:43:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743385403 {#6804 date: 2025-03-31 10:43:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6811 …} -Children: Doctrine\ORM\PersistentCollection {#6814 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6819 -id: 314 -name: "シーズンコレクション・スプリング" -hierarchy: 2 -sort_no: 206 -create_date: DateTime @1739858412 {#6817 date: 2025-02-18 15:00:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1739858412 {#6818 date: 2025-02-18 15:00:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6820 …} -Children: Doctrine\ORM\PersistentCollection {#6823 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6826 -id: 311 -name: "巳年特集" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1735090009 {#6824 date: 2024-12-25 10:26:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741569182 {#6825 date: 2025-03-10 10:13:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6827 …} -Children: Doctrine\ORM\PersistentCollection {#6830 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6833 -id: 127 -name: "リング" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1718619073 {#6831 date: 2024-06-17 19:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6832 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6834 …} -Children: Doctrine\ORM\PersistentCollection {#6837 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6840 -id: 22 -name: "others" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1713760239 {#6838 date: 2024-04-22 13:30:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6839 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6841 …} -Children: Doctrine\ORM\PersistentCollection {#6844 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6847 -id: 21 -name: "浄化グッズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1713760231 {#6845 date: 2024-04-22 13:30:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6846 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6848 …} -Children: Doctrine\ORM\PersistentCollection {#6851 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6854 -id: 20 -name: "原石" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1713760226 {#6852 date: 2024-04-22 13:30:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6853 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6855 …} -Children: Doctrine\ORM\PersistentCollection {#6858 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6861 -id: 19 -name: "ピアス・イヤリング" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1713760219 {#6859 date: 2024-04-22 13:30:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6860 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6862 …} -Children: Doctrine\ORM\PersistentCollection {#6865 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6868 -id: 18 -name: "ネックレス" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1713760199 {#6866 date: 2024-04-22 13:29:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6867 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6869 …} -Children: Doctrine\ORM\PersistentCollection {#6872 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6875 -id: 17 -name: "ブレスレット" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1713760194 {#6873 date: 2024-04-22 13:29:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6874 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6876 …} -Children: Doctrine\ORM\PersistentCollection {#6879 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6882 -id: 210 -name: "誕生石" -hierarchy: 1 -sort_no: 124 -create_date: DateTime @1719807088 {#6816 date: 2024-07-01 13:11:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6815 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6883 …} -Children: Doctrine\ORM\PersistentCollection {#6886 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6887 -id: 222 -name: "12月生まれ" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1719807143 {#6880 date: 2024-07-01 13:12:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807143 {#6881 date: 2024-07-01 13:12:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6888 …} -Children: Doctrine\ORM\PersistentCollection {#6891 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6896 -id: 221 -name: "11月生まれ" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1719807140 {#6894 date: 2024-07-01 13:12:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807140 {#6895 date: 2024-07-01 13:12:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6897 …} -Children: Doctrine\ORM\PersistentCollection {#6900 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6903 -id: 220 -name: "10月生まれ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1719807137 {#6901 date: 2024-07-01 13:12:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807137 {#6902 date: 2024-07-01 13:12:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6904 …} -Children: Doctrine\ORM\PersistentCollection {#6907 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6910 -id: 219 -name: "9月生まれ" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1719807132 {#6908 date: 2024-07-01 13:12:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807132 {#6909 date: 2024-07-01 13:12:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6911 …} -Children: Doctrine\ORM\PersistentCollection {#6914 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6917 -id: 218 -name: "8月生まれ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1719807128 {#6915 date: 2024-07-01 13:12:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807128 {#6916 date: 2024-07-01 13:12:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6918 …} -Children: Doctrine\ORM\PersistentCollection {#6921 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6924 -id: 217 -name: "7月生まれ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1719807126 {#6922 date: 2024-07-01 13:12:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807126 {#6923 date: 2024-07-01 13:12:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6925 …} -Children: Doctrine\ORM\PersistentCollection {#6928 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6931 -id: 216 -name: "6月生まれ" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1719807123 {#6929 date: 2024-07-01 13:12:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807123 {#6930 date: 2024-07-01 13:12:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6932 …} -Children: Doctrine\ORM\PersistentCollection {#6935 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6938 -id: 215 -name: "5月生まれ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1719807120 {#6936 date: 2024-07-01 13:12:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807120 {#6937 date: 2024-07-01 13:12:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6939 …} -Children: Doctrine\ORM\PersistentCollection {#6942 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6945 -id: 214 -name: "4月生まれ" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1719807117 {#6943 date: 2024-07-01 13:11:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807117 {#6944 date: 2024-07-01 13:11:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6946 …} -Children: Doctrine\ORM\PersistentCollection {#6949 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6952 -id: 213 -name: "3月生まれ" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1719807114 {#6950 date: 2024-07-01 13:11:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807114 {#6951 date: 2024-07-01 13:11:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6953 …} -Children: Doctrine\ORM\PersistentCollection {#6956 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6959 -id: 212 -name: "2月生まれ" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1719807111 {#6957 date: 2024-07-01 13:11:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807111 {#6958 date: 2024-07-01 13:11:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6960 …} -Children: Doctrine\ORM\PersistentCollection {#6963 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6966 -id: 211 -name: "1月生まれ" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1719807107 {#6964 date: 2024-07-01 13:11:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807107 {#6965 date: 2024-07-01 13:11:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6967 …} -Children: Doctrine\ORM\PersistentCollection {#6970 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6973 -id: 310 -name: "誕生石アートブレスレット" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1732076237 {#6971 date: 2024-11-20 13:17:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732776583 {#6972 date: 2024-11-28 15:49:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6974 …} -Children: Doctrine\ORM\PersistentCollection {#6977 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6980 -id: 223 -name: "天珠" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1719807161 {#6892 date: 2024-07-01 13:12:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6893 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6981 …} -Children: Doctrine\ORM\PersistentCollection {#6984 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6985 -id: 287 -name: "金銭鈎天珠" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1721714336 {#6978 date: 2024-07-23 14:58:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#6979 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6986 …} -Children: Doctrine\ORM\PersistentCollection {#6989 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6994 -id: 286 -name: "龍神天珠" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1719807697 {#6992 date: 2024-07-01 13:21:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#6993 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6995 …} -Children: Doctrine\ORM\PersistentCollection {#6998 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7001 -id: 285 -name: "寶瓶天珠" -hierarchy: 2 -sort_no: 185 -create_date: DateTime @1719807689 {#6999 date: 2024-07-01 13:21:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7000 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7002 …} -Children: Doctrine\ORM\PersistentCollection {#7005 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7008 -id: 284 -name: "水蓮花天珠" -hierarchy: 2 -sort_no: 184 -create_date: DateTime @1719807682 {#7006 date: 2024-07-01 13:21:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7007 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7009 …} -Children: Doctrine\ORM\PersistentCollection {#7012 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7015 -id: 283 -name: "虎牙天珠" -hierarchy: 2 -sort_no: 183 -create_date: DateTime @1719807676 {#7013 date: 2024-07-01 13:21:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7014 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7016 …} -Children: Doctrine\ORM\PersistentCollection {#7019 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7022 -id: 282 -name: "緑度母天珠" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1719807669 {#7020 date: 2024-07-01 13:21:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7021 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7023 …} -Children: Doctrine\ORM\PersistentCollection {#7026 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7029 -id: 281 -name: "観音天珠" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1719807663 {#7027 date: 2024-07-01 13:21:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7028 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7030 …} -Children: Doctrine\ORM\PersistentCollection {#7033 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7036 -id: 280 -name: "龍眼天珠" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1719807656 {#7034 date: 2024-07-01 13:20:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7035 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7037 …} -Children: Doctrine\ORM\PersistentCollection {#7040 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7043 -id: 279 -name: "陰陽太極天珠" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1719807647 {#7041 date: 2024-07-01 13:20:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7042 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7044 …} -Children: Doctrine\ORM\PersistentCollection {#7047 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7050 -id: 278 -name: "大黒天天珠" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1719807642 {#7048 date: 2024-07-01 13:20:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7049 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7051 …} -Children: Doctrine\ORM\PersistentCollection {#7054 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7057 -id: 277 -name: "鳳凰眼天珠" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1719807636 {#7055 date: 2024-07-01 13:20:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7056 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7058 …} -Children: Doctrine\ORM\PersistentCollection {#7061 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7064 -id: 276 -name: "麒麟天珠" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1719807630 {#7062 date: 2024-07-01 13:20:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7063 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7065 …} -Children: Doctrine\ORM\PersistentCollection {#7068 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7071 -id: 275 -name: "白蛇天珠" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1719807624 {#7069 date: 2024-07-01 13:20:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7070 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7072 …} -Children: Doctrine\ORM\PersistentCollection {#7075 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7078 -id: 274 -name: "弁財天天珠" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1719807618 {#7076 date: 2024-07-01 13:20:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7077 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7079 …} -Children: Doctrine\ORM\PersistentCollection {#7082 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7085 -id: 273 -name: "蔓字天珠" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1719807611 {#7083 date: 2024-07-01 13:20:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7084 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7086 …} -Children: Doctrine\ORM\PersistentCollection {#7089 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7092 -id: 272 -name: "星辰天珠" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1719807605 {#7090 date: 2024-07-01 13:20:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7091 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7093 …} -Children: Doctrine\ORM\PersistentCollection {#7096 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7099 -id: 271 -name: "羊眼板珠" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1719807598 {#7097 date: 2024-07-01 13:19:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7098 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7100 …} -Children: Doctrine\ORM\PersistentCollection {#7103 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7106 -id: 270 -name: "三色線珠" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1719807588 {#7104 date: 2024-07-01 13:19:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7105 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7107 …} -Children: Doctrine\ORM\PersistentCollection {#7110 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7113 -id: 269 -name: "福壽天珠" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1719807583 {#7111 date: 2024-07-01 13:19:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7112 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7114 …} -Children: Doctrine\ORM\PersistentCollection {#7117 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7120 -id: 268 -name: "大鵬鳥天珠" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1719807577 {#7118 date: 2024-07-01 13:19:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7119 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7121 …} -Children: Doctrine\ORM\PersistentCollection {#7124 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7127 -id: 267 -name: "菩提天珠" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1719807570 {#7125 date: 2024-07-01 13:19:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7126 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7128 …} -Children: Doctrine\ORM\PersistentCollection {#7131 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7134 -id: 266 -name: "大人天珠" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1719807564 {#7132 date: 2024-07-01 13:19:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7133 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7135 …} -Children: Doctrine\ORM\PersistentCollection {#7138 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7141 -id: 265 -name: "山形天珠" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1719807557 {#7139 date: 2024-07-01 13:19:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7140 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7142 …} -Children: Doctrine\ORM\PersistentCollection {#7145 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7148 -id: 264 -name: "双天地天珠" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1719807548 {#7146 date: 2024-07-01 13:19:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7147 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7149 …} -Children: Doctrine\ORM\PersistentCollection {#7152 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7155 -id: 263 -name: "天地天珠" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1719807542 {#7153 date: 2024-07-01 13:19:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7154 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7156 …} -Children: Doctrine\ORM\PersistentCollection {#7159 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7162 -id: 262 -name: "日月天珠" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1719807535 {#7160 date: 2024-07-01 13:18:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7161 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7163 …} -Children: Doctrine\ORM\PersistentCollection {#7166 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7169 -id: 261 -name: "黒白天珠" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1719807529 {#7167 date: 2024-07-01 13:18:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7168 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7170 …} -Children: Doctrine\ORM\PersistentCollection {#7173 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7176 -id: 260 -name: "流水紋天珠" -hierarchy: 2 -sort_no: 160 -create_date: DateTime @1719807521 {#7174 date: 2024-07-01 13:18:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7175 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7177 …} -Children: Doctrine\ORM\PersistentCollection {#7180 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7183 -id: 259 -name: "財神天珠" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1719807514 {#7181 date: 2024-07-01 13:18:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7182 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7184 …} -Children: Doctrine\ORM\PersistentCollection {#7187 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7190 -id: 258 -name: "如意鈎天珠" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1719807506 {#7188 date: 2024-07-01 13:18:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7189 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7191 …} -Children: Doctrine\ORM\PersistentCollection {#7194 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7197 -id: 257 -name: "水紋天珠" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1719807499 {#7195 date: 2024-07-01 13:18:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7196 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7198 …} -Children: Doctrine\ORM\PersistentCollection {#7201 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7204 -id: 256 -name: "薬師天珠" -hierarchy: 2 -sort_no: 156 -create_date: DateTime @1719807490 {#7202 date: 2024-07-01 13:18:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7203 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7205 …} -Children: Doctrine\ORM\PersistentCollection {#7208 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7211 -id: 255 -name: "亀甲長壽天珠" -hierarchy: 2 -sort_no: 155 -create_date: DateTime @1719807484 {#7209 date: 2024-07-01 13:18:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7210 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7212 …} -Children: Doctrine\ORM\PersistentCollection {#7215 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7218 -id: 254 -name: "金剛虎牙六眼天珠" -hierarchy: 2 -sort_no: 154 -create_date: DateTime @1719807477 {#7216 date: 2024-07-01 13:17:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7217 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7219 …} -Children: Doctrine\ORM\PersistentCollection {#7222 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7225 -id: 253 -name: "金剛蓮花三眼天珠" -hierarchy: 2 -sort_no: 153 -create_date: DateTime @1719807468 {#7223 date: 2024-07-01 13:17:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7224 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7226 …} -Children: Doctrine\ORM\PersistentCollection {#7229 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7232 -id: 252 -name: "金剛杵天珠" -hierarchy: 2 -sort_no: 152 -create_date: DateTime @1719807459 {#7230 date: 2024-07-01 13:17:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7231 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7233 …} -Children: Doctrine\ORM\PersistentCollection {#7236 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7239 -id: 251 -name: "蓮師法器天珠" -hierarchy: 2 -sort_no: 151 -create_date: DateTime @1719807449 {#7237 date: 2024-07-01 13:17:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7238 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7240 …} -Children: Doctrine\ORM\PersistentCollection {#7243 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7246 -id: 250 -name: "蓮師法帽天珠" -hierarchy: 2 -sort_no: 150 -create_date: DateTime @1719807441 {#7244 date: 2024-07-01 13:17:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7245 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7247 …} -Children: Doctrine\ORM\PersistentCollection {#7250 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7253 -id: 249 -name: "閃電五眼天珠" -hierarchy: 2 -sort_no: 149 -create_date: DateTime @1719807435 {#7251 date: 2024-07-01 13:17:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7252 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7254 …} -Children: Doctrine\ORM\PersistentCollection {#7257 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7260 -id: 248 -name: "蓮花天珠" -hierarchy: 2 -sort_no: 148 -create_date: DateTime @1719807427 {#7258 date: 2024-07-01 13:17:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7259 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7261 …} -Children: Doctrine\ORM\PersistentCollection {#7264 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7267 -id: 247 -name: "四線虎牙天珠" -hierarchy: 2 -sort_no: 147 -create_date: DateTime @1719807420 {#7265 date: 2024-07-01 13:17:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7266 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7268 …} -Children: Doctrine\ORM\PersistentCollection {#7271 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7274 -id: 246 -name: "五福臨門天珠" -hierarchy: 2 -sort_no: 146 -create_date: DateTime @1719807414 {#7272 date: 2024-07-01 13:16:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7273 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7275 …} -Children: Doctrine\ORM\PersistentCollection {#7278 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7281 -id: 245 -name: "如意天珠" -hierarchy: 2 -sort_no: 145 -create_date: DateTime @1719807407 {#7279 date: 2024-07-01 13:16:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7280 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7282 …} -Children: Doctrine\ORM\PersistentCollection {#7285 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7288 -id: 244 -name: "二十一眼天珠" -hierarchy: 2 -sort_no: 144 -create_date: DateTime @1719807400 {#7286 date: 2024-07-01 13:16:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7287 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7289 …} -Children: Doctrine\ORM\PersistentCollection {#7292 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7295 -id: 243 -name: "二十眼天珠" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1719807394 {#7293 date: 2024-07-01 13:16:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7294 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7296 …} -Children: Doctrine\ORM\PersistentCollection {#7299 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7302 -id: 242 -name: "十九眼天珠" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1719807386 {#7300 date: 2024-07-01 13:16:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7301 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7303 …} -Children: Doctrine\ORM\PersistentCollection {#7306 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7309 -id: 241 -name: "十八眼天珠" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1719807380 {#7307 date: 2024-07-01 13:16:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7308 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7310 …} -Children: Doctrine\ORM\PersistentCollection {#7313 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7316 -id: 240 -name: "十七眼天珠" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1719807323 {#7314 date: 2024-07-01 13:15:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7315 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7317 …} -Children: Doctrine\ORM\PersistentCollection {#7320 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7323 -id: 239 -name: "十六眼天珠" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1719807316 {#7321 date: 2024-07-01 13:15:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7322 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7324 …} -Children: Doctrine\ORM\PersistentCollection {#7327 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7330 -id: 238 -name: "十五眼天珠" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1719807308 {#7328 date: 2024-07-01 13:15:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7329 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7331 …} -Children: Doctrine\ORM\PersistentCollection {#7334 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7337 -id: 237 -name: "十四眼天珠" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1719807302 {#7335 date: 2024-07-01 13:15:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7336 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7338 …} -Children: Doctrine\ORM\PersistentCollection {#7341 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7344 -id: 236 -name: "十三眼天珠" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1719807293 {#7342 date: 2024-07-01 13:14:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7343 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7345 …} -Children: Doctrine\ORM\PersistentCollection {#7348 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7351 -id: 235 -name: "十二眼天珠" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1719807286 {#7349 date: 2024-07-01 13:14:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7350 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7352 …} -Children: Doctrine\ORM\PersistentCollection {#7355 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7358 -id: 234 -name: "十一眼天珠" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1719807279 {#7356 date: 2024-07-01 13:14:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7357 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7359 …} -Children: Doctrine\ORM\PersistentCollection {#7362 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7365 -id: 233 -name: "十眼天珠" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1719807272 {#7363 date: 2024-07-01 13:14:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7364 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7366 …} -Children: Doctrine\ORM\PersistentCollection {#7369 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7372 -id: 232 -name: "九眼天珠" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1719807265 {#7370 date: 2024-07-01 13:14:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7371 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7373 …} -Children: Doctrine\ORM\PersistentCollection {#7376 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7379 -id: 231 -name: "八眼天珠" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1719807258 {#7377 date: 2024-07-01 13:14:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7378 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7380 …} -Children: Doctrine\ORM\PersistentCollection {#7383 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7386 -id: 230 -name: "七眼天珠" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1719807251 {#7384 date: 2024-07-01 13:14:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7385 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7387 …} -Children: Doctrine\ORM\PersistentCollection {#7390 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7393 -id: 229 -name: "六眼天珠" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1719807237 {#7391 date: 2024-07-01 13:13:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7392 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7394 …} -Children: Doctrine\ORM\PersistentCollection {#7397 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7400 -id: 228 -name: "五眼天珠" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1719807225 {#7398 date: 2024-07-01 13:13:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7399 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7401 …} -Children: Doctrine\ORM\PersistentCollection {#7404 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7407 -id: 227 -name: "四眼天珠" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1719807216 {#7405 date: 2024-07-01 13:13:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7406 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7408 …} -Children: Doctrine\ORM\PersistentCollection {#7411 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7414 -id: 226 -name: "三眼天珠" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1719807209 {#7412 date: 2024-07-01 13:13:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7413 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7415 …} -Children: Doctrine\ORM\PersistentCollection {#7418 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7421 -id: 225 -name: "二眼天珠" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1719807199 {#7419 date: 2024-07-01 13:13:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7420 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7422 …} -Children: Doctrine\ORM\PersistentCollection {#7425 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7428 -id: 308 -name: "蓮花羊眼板天珠" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1726199960 {#7426 date: 2024-09-13 12:59:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1726199960 {#7427 date: 2024-09-13 12:59:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7429 …} -Children: Doctrine\ORM\PersistentCollection {#7432 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7435 -id: 224 -name: "一眼天珠" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1719807188 {#7433 date: 2024-07-01 13:13:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7434 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7436 …} -Children: Doctrine\ORM\PersistentCollection {#7439 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7440 -id: 116 -name: "ピックアップ" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1717434582 {#6990 date: 2024-06-04 02:09:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6991 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7441 …} -Children: Doctrine\ORM\PersistentCollection {#7444 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7447 -id: 117 -name: "ギフト" -hierarchy: 1 -sort_no: 21 -create_date: DateTime @1717434592 {#7445 date: 2024-06-04 02:09:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7446 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7448 …} -Children: Doctrine\ORM\PersistentCollection {#7451 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7456 -id: 30 -name: "運気" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1713760364 {#7452 date: 2024-04-22 13:32:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7453 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7457 …} -Children: Doctrine\ORM\PersistentCollection {#7460 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7461 -id: 115 -name: "招福" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1717417635 {#7454 date: 2024-06-03 21:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417635 {#7455 date: 2024-06-03 21:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7462 …} -Children: Doctrine\ORM\PersistentCollection {#7465 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7470 -id: 114 -name: "願望達成" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1717417623 {#7468 date: 2024-06-03 21:27:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417623 {#7469 date: 2024-06-03 21:27:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7471 …} -Children: Doctrine\ORM\PersistentCollection {#7474 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7477 -id: 113 -name: "学業・試験運" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1717417608 {#7475 date: 2024-06-03 21:26:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417608 {#7476 date: 2024-06-03 21:26:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7478 …} -Children: Doctrine\ORM\PersistentCollection {#7481 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7484 -id: 112 -name: "家庭運" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1717417591 {#7482 date: 2024-06-03 21:26:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417591 {#7483 date: 2024-06-03 21:26:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7485 …} -Children: Doctrine\ORM\PersistentCollection {#7488 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7491 -id: 111 -name: "結婚運" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1717417586 {#7489 date: 2024-06-03 21:26:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417586 {#7490 date: 2024-06-03 21:26:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7492 …} -Children: Doctrine\ORM\PersistentCollection {#7495 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7498 -id: 110 -name: "開運" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1717417580 {#7496 date: 2024-06-03 21:26:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417580 {#7497 date: 2024-06-03 21:26:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7499 …} -Children: Doctrine\ORM\PersistentCollection {#7502 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7505 -id: 109 -name: "対人運" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1717417576 {#7503 date: 2024-06-03 21:26:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417576 {#7504 date: 2024-06-03 21:26:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7506 …} -Children: Doctrine\ORM\PersistentCollection {#7509 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7512 -id: 108 -name: "魔除け" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1717417566 {#7510 date: 2024-06-03 21:26:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417566 {#7511 date: 2024-06-03 21:26:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7513 …} -Children: Doctrine\ORM\PersistentCollection {#7516 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7519 -id: 107 -name: "健康運" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1717417562 {#7517 date: 2024-06-03 21:26:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417562 {#7518 date: 2024-06-03 21:26:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7520 …} -Children: Doctrine\ORM\PersistentCollection {#7523 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7526 -id: 106 -name: "全体運" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1717417539 {#7524 date: 2024-06-03 21:25:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417539 {#7525 date: 2024-06-03 21:25:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7527 …} -Children: Doctrine\ORM\PersistentCollection {#7530 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7533 -id: 33 -name: "仕事運" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1713760383 {#7531 date: 2024-04-22 13:33:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713760383 {#7532 date: 2024-04-22 13:33:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7534 …} -Children: Doctrine\ORM\PersistentCollection {#7537 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7540 -id: 32 -name: "金運・財運" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1713760378 {#7538 date: 2024-04-22 13:32:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417551 {#7539 date: 2024-06-03 21:25:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7541 …} -Children: Doctrine\ORM\PersistentCollection {#7544 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7547 -id: 31 -name: "恋愛運" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1713760375 {#7545 date: 2024-04-22 13:32:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713760375 {#7546 date: 2024-04-22 13:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7548 …} -Children: Doctrine\ORM\PersistentCollection {#7551 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } ] |
[ Eccube\Entity\Category {#5878 -id: 312 -name: "セール" -hierarchy: 1 -sort_no: 210 -create_date: DateTime @1735090129 {#5884 date: 2024-12-25 10:28:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#5882 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5968 …} -Children: Doctrine\ORM\PersistentCollection {#6124 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6119 -id: 118 -name: "天然石" -hierarchy: 1 -sort_no: 209 -create_date: DateTime @1717439447 {#6123 date: 2024-06-04 03:30:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6122 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6118 …} -Children: Doctrine\ORM\PersistentCollection {#6115 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6114 -id: 309 -name: "トパーズ" -hierarchy: 2 -sort_no: 205 -create_date: DateTime @1728971426 {#6121 date: 2024-10-15 14:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728971426 {#6120 date: 2024-10-15 14:50:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6113 …} -Children: Doctrine\ORM\PersistentCollection {#6109 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6104 -id: 306 -name: "ラヴァストーン" -hierarchy: 2 -sort_no: 204 -create_date: DateTime @1725857600 {#6106 date: 2024-09-09 13:53:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857600 {#6105 date: 2024-09-09 13:53:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6103 …} -Children: Doctrine\ORM\PersistentCollection {#6100 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6097 -id: 305 -name: "リバーストーン" -hierarchy: 2 -sort_no: 203 -create_date: DateTime @1725857595 {#6099 date: 2024-09-09 13:53:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857595 {#6098 date: 2024-09-09 13:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6096 …} -Children: Doctrine\ORM\PersistentCollection {#5881 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6084 -id: 304 -name: "クラック水晶" -hierarchy: 2 -sort_no: 202 -create_date: DateTime @1725857588 {#5879 date: 2024-09-09 13:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857588 {#5900 date: 2024-09-09 13:53:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6086 …} -Children: Doctrine\ORM\PersistentCollection {#6089 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6092 -id: 303 -name: "ゴールドコーラル" -hierarchy: 2 -sort_no: 201 -create_date: DateTime @1725857582 {#6090 date: 2024-09-09 13:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857582 {#6091 date: 2024-09-09 13:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6093 …} -Children: Doctrine\ORM\PersistentCollection {#6131 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6132 -id: 302 -name: "ダルメシアンジャスパー" -hierarchy: 2 -sort_no: 200 -create_date: DateTime @1725857574 {#6129 date: 2024-09-09 13:52:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857574 {#6130 date: 2024-09-09 13:52:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6133 …} -Children: Doctrine\ORM\PersistentCollection {#6136 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6139 -id: 207 -name: "ローズジャスパー" -hierarchy: 2 -sort_no: 199 -create_date: DateTime @1719214717 {#6137 date: 2024-06-24 16:38:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6138 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6140 …} -Children: Doctrine\ORM\PersistentCollection {#6144 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6147 -id: 206 -name: "ローズクォーツ" -hierarchy: 2 -sort_no: 198 -create_date: DateTime @1719214706 {#6145 date: 2024-06-24 16:38:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6146 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6148 …} -Children: Doctrine\ORM\PersistentCollection {#6151 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6154 -id: 205 -name: "レモンクォーツ" -hierarchy: 2 -sort_no: 197 -create_date: DateTime @1719214700 {#6152 date: 2024-06-24 16:38:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6153 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6155 …} -Children: Doctrine\ORM\PersistentCollection {#6158 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6161 -id: 204 -name: "レッドタイガーアイ" -hierarchy: 2 -sort_no: 196 -create_date: DateTime @1719214691 {#6159 date: 2024-06-24 16:38:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6160 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6162 …} -Children: Doctrine\ORM\PersistentCollection {#6165 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6168 -id: 203 -name: "レッドアゲート" -hierarchy: 2 -sort_no: 195 -create_date: DateTime @1719214683 {#6166 date: 2024-06-24 16:38:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6167 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6169 …} -Children: Doctrine\ORM\PersistentCollection {#6172 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6175 -id: 202 -name: "レインボームーンストーン" -hierarchy: 2 -sort_no: 194 -create_date: DateTime @1719214676 {#6173 date: 2024-06-24 16:37:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6174 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6176 …} -Children: Doctrine\ORM\PersistentCollection {#6179 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6182 -id: 201 -name: "ルビー" -hierarchy: 2 -sort_no: 193 -create_date: DateTime @1719214669 {#6180 date: 2024-06-24 16:37:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6181 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6183 …} -Children: Doctrine\ORM\PersistentCollection {#6186 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6189 -id: 200 -name: "ルチルクォーツ" -hierarchy: 2 -sort_no: 192 -create_date: DateTime @1719214664 {#6187 date: 2024-06-24 16:37:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6188 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6190 …} -Children: Doctrine\ORM\PersistentCollection {#6193 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6196 -id: 199 -name: "龍紋メノウ" -hierarchy: 2 -sort_no: 191 -create_date: DateTime @1719214655 {#6194 date: 2024-06-24 16:37:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6195 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6197 …} -Children: Doctrine\ORM\PersistentCollection {#6200 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6203 -id: 300 -name: "リバーストーン" -hierarchy: 2 -sort_no: 190 -create_date: DateTime @1721966548 {#6201 date: 2024-07-26 13:02:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6202 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6204 …} -Children: Doctrine\ORM\PersistentCollection {#6207 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6210 -id: 198 -name: "ラリマー" -hierarchy: 2 -sort_no: 189 -create_date: DateTime @1719214639 {#6208 date: 2024-06-24 16:37:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6209 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6211 …} -Children: Doctrine\ORM\PersistentCollection {#6214 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6217 -id: 197 -name: "ラブラドライト" -hierarchy: 2 -sort_no: 188 -create_date: DateTime @1719214636 {#6215 date: 2024-06-24 16:37:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6216 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6218 …} -Children: Doctrine\ORM\PersistentCollection {#6221 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6224 -id: 196 -name: "ラピスラズリ" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1719214627 {#6222 date: 2024-06-24 16:37:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6223 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6225 …} -Children: Doctrine\ORM\PersistentCollection {#6228 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6231 -id: 195 -name: "モルガナイト" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1719214616 {#6229 date: 2024-06-24 16:36:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6230 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6232 …} -Children: Doctrine\ORM\PersistentCollection {#6235 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6238 -id: 194 -name: "モリオン" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1719214612 {#6236 date: 2024-06-24 16:36:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6237 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6239 …} -Children: Doctrine\ORM\PersistentCollection {#6242 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6245 -id: 193 -name: "モスアゲート" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1719214606 {#6243 date: 2024-06-24 16:36:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6244 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6246 …} -Children: Doctrine\ORM\PersistentCollection {#6249 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6252 -id: 192 -name: "ムーンストーン" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1719214601 {#6250 date: 2024-06-24 16:36:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6251 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6253 …} -Children: Doctrine\ORM\PersistentCollection {#6256 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6259 -id: 191 -name: "ミッドナイトオーラ" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1719214596 {#6257 date: 2024-06-24 16:36:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6258 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6260 …} -Children: Doctrine\ORM\PersistentCollection {#6263 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6266 -id: 289 -name: "MIXアゲート" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1721726889 {#6264 date: 2024-07-23 18:28:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6265 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6267 …} -Children: Doctrine\ORM\PersistentCollection {#6270 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6273 -id: 190 -name: "マザーオブパール" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1719214587 {#6271 date: 2024-06-24 16:36:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6272 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6274 …} -Children: Doctrine\ORM\PersistentCollection {#6277 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6280 -id: 189 -name: "ホワイトカルセドニー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1719214578 {#6278 date: 2024-06-24 16:36:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6279 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6281 …} -Children: Doctrine\ORM\PersistentCollection {#6284 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6287 -id: 188 -name: "北投石" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1719214570 {#6285 date: 2024-06-24 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6286 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6288 …} -Children: Doctrine\ORM\PersistentCollection {#6291 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6294 -id: 187 -name: "ペリドット" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1719214560 {#6292 date: 2024-06-24 16:36:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6293 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6295 …} -Children: Doctrine\ORM\PersistentCollection {#6298 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6301 -id: 186 -name: "ヘマタイト" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1719214555 {#6299 date: 2024-06-24 16:35:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6300 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6302 …} -Children: Doctrine\ORM\PersistentCollection {#6305 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6308 -id: 185 -name: "フローライト" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1719214550 {#6306 date: 2024-06-24 16:35:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6307 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6309 …} -Children: Doctrine\ORM\PersistentCollection {#6312 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6315 -id: 184 -name: "プレナイト" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1719214544 {#6313 date: 2024-06-24 16:35:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6314 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6316 …} -Children: Doctrine\ORM\PersistentCollection {#6319 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6322 -id: 183 -name: "ブルーレースアゲート" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1719214535 {#6320 date: 2024-06-24 16:35:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6321 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6323 …} -Children: Doctrine\ORM\PersistentCollection {#6326 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6329 -id: 182 -name: "ブルータイガーアイ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1719214526 {#6327 date: 2024-06-24 16:35:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6328 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6330 …} -Children: Doctrine\ORM\PersistentCollection {#6333 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6336 -id: 181 -name: "ブルーゴールドストーン" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1719214514 {#6334 date: 2024-06-24 16:35:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6335 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6337 …} -Children: Doctrine\ORM\PersistentCollection {#6340 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6343 -id: 180 -name: "ブラックスピネル" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1719214503 {#6341 date: 2024-06-24 16:35:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6342 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6344 …} -Children: Doctrine\ORM\PersistentCollection {#6347 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6350 -id: 292 -name: "ピーコックヘマタイト" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1721726912 {#6348 date: 2024-07-23 18:28:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6349 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6351 …} -Children: Doctrine\ORM\PersistentCollection {#6354 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6357 -id: 179 -name: "ピンクオパール" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1719214489 {#6355 date: 2024-06-24 16:34:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6356 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6358 …} -Children: Doctrine\ORM\PersistentCollection {#6361 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6364 -id: 178 -name: "ヒマラヤ水晶" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1719214480 {#6362 date: 2024-06-24 16:34:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6363 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6365 …} -Children: Doctrine\ORM\PersistentCollection {#6368 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6371 -id: 177 -name: "翡翠" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1719214472 {#6369 date: 2024-06-24 16:34:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6370 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6372 …} -Children: Doctrine\ORM\PersistentCollection {#6375 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6378 -id: 176 -name: "ピクチャージャスパー" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1719214467 {#6376 date: 2024-06-24 16:34:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6377 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6379 …} -Children: Doctrine\ORM\PersistentCollection {#6382 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6385 -id: 175 -name: "ハウライト" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1719214458 {#6383 date: 2024-06-24 16:34:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6384 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6386 …} -Children: Doctrine\ORM\PersistentCollection {#6389 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6392 -id: 174 -name: "パイライト" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1719214453 {#6390 date: 2024-06-24 16:34:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6391 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6393 …} -Children: Doctrine\ORM\PersistentCollection {#6396 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6399 -id: 173 -name: "パール" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1719214443 {#6397 date: 2024-06-24 16:34:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6398 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6400 …} -Children: Doctrine\ORM\PersistentCollection {#6403 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6406 -id: 172 -name: "トルマリン" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1719214439 {#6404 date: 2024-06-24 16:33:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6405 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6407 …} -Children: Doctrine\ORM\PersistentCollection {#6410 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6413 -id: 171 -name: "テラヘルツ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1719214435 {#6411 date: 2024-06-24 16:33:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6412 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6414 …} -Children: Doctrine\ORM\PersistentCollection {#6417 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6420 -id: 301 -name: "ツリーアゲート" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1721966565 {#6418 date: 2024-07-26 13:02:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6419 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6421 …} -Children: Doctrine\ORM\PersistentCollection {#6424 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6427 -id: 170 -name: "茶黄水晶" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1719214422 {#6425 date: 2024-06-24 16:33:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6426 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6428 …} -Children: Doctrine\ORM\PersistentCollection {#6431 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6434 -id: 169 -name: "チェリークォーツ" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1719214416 {#6432 date: 2024-06-24 16:33:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6433 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6435 …} -Children: Doctrine\ORM\PersistentCollection {#6438 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6441 -id: 168 -name: "タンザナイト" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1719214409 {#6439 date: 2024-06-24 16:33:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6440 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6442 …} -Children: Doctrine\ORM\PersistentCollection {#6445 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6448 -id: 290 -name: "ダルメシアンジャスパー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1721726899 {#6446 date: 2024-07-23 18:28:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6447 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6449 …} -Children: Doctrine\ORM\PersistentCollection {#6452 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6455 -id: 167 -name: "タイガーアイ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1719214404 {#6453 date: 2024-06-24 16:33:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6454 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6456 …} -Children: Doctrine\ORM\PersistentCollection {#6459 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6462 -id: 166 -name: "ターコイズ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1719214392 {#6460 date: 2024-06-24 16:33:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6461 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6463 …} -Children: Doctrine\ORM\PersistentCollection {#6466 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6469 -id: 165 -name: "ソーダライト" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1719214381 {#6467 date: 2024-06-24 16:33:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6468 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6470 …} -Children: Doctrine\ORM\PersistentCollection {#6473 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6476 -id: 164 -name: "スモーキークォーツ" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1719214373 {#6474 date: 2024-06-24 16:32:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6475 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6477 …} -Children: Doctrine\ORM\PersistentCollection {#6480 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6483 -id: 163 -name: "スピネル" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1719214365 {#6481 date: 2024-06-24 16:32:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6482 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6484 …} -Children: Doctrine\ORM\PersistentCollection {#6487 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6490 -id: 162 -name: "ストロベリークォーツ" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1719214359 {#6488 date: 2024-06-24 16:32:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6489 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6491 …} -Children: Doctrine\ORM\PersistentCollection {#6494 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6497 -id: 161 -name: "スギライト" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1719214347 {#6495 date: 2024-06-24 16:32:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6496 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6498 …} -Children: Doctrine\ORM\PersistentCollection {#6501 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6504 -id: 160 -name: "水晶" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1719214342 {#6502 date: 2024-06-24 16:32:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6503 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6505 …} -Children: Doctrine\ORM\PersistentCollection {#6508 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6511 -id: 294 -name: "朱砂パーツ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1721726925 {#6509 date: 2024-07-23 18:28:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6510 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6512 …} -Children: Doctrine\ORM\PersistentCollection {#6515 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6518 -id: 159 -name: "シトリン" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1719214334 {#6516 date: 2024-06-24 16:32:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6517 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6519 …} -Children: Doctrine\ORM\PersistentCollection {#6522 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6525 -id: 158 -name: "サンストーン" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1719214329 {#6523 date: 2024-06-24 16:32:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6524 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6526 …} -Children: Doctrine\ORM\PersistentCollection {#6529 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6532 -id: 157 -name: "珊瑚" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1719214321 {#6530 date: 2024-06-24 16:32:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6531 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6533 …} -Children: Doctrine\ORM\PersistentCollection {#6536 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6539 -id: 156 -name: "サファイア" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1719214302 {#6537 date: 2024-06-24 16:31:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6538 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6540 …} -Children: Doctrine\ORM\PersistentCollection {#6543 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6546 -id: 155 -name: "サードニクス" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1719214295 {#6544 date: 2024-06-24 16:31:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6545 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6547 …} -Children: Doctrine\ORM\PersistentCollection {#6550 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6553 -id: 154 -name: "コスモオーラ" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1719214286 {#6551 date: 2024-06-24 16:31:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6552 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6554 …} -Children: Doctrine\ORM\PersistentCollection {#6557 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6560 -id: 153 -name: "ゴールドヘマタイト" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1719214278 {#6558 date: 2024-06-24 16:31:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6559 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6561 …} -Children: Doctrine\ORM\PersistentCollection {#6564 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6567 -id: 152 -name: "ゴールドストーン" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1719214270 {#6565 date: 2024-06-24 16:31:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6566 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6568 …} -Children: Doctrine\ORM\PersistentCollection {#6571 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6574 -id: 295 -name: "ゴールドコーラル" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1721726932 {#6572 date: 2024-07-23 18:28:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6573 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6575 …} -Children: Doctrine\ORM\PersistentCollection {#6578 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6581 -id: 151 -name: "ゴールデンオーラ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1719214263 {#6579 date: 2024-06-24 16:31:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6580 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6582 …} -Children: Doctrine\ORM\PersistentCollection {#6585 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6588 -id: 150 -name: "クンツァイト" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1719214255 {#6586 date: 2024-06-24 16:30:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6587 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6589 …} -Children: Doctrine\ORM\PersistentCollection {#6592 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6595 -id: 149 -name: "クリソコーラ" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1719214243 {#6593 date: 2024-06-24 16:30:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6594 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6596 …} -Children: Doctrine\ORM\PersistentCollection {#6599 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6602 -id: 148 -name: "グリーンアゲート" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1719214233 {#6600 date: 2024-06-24 16:30:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6601 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6603 …} -Children: Doctrine\ORM\PersistentCollection {#6606 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6609 -id: 296 -name: "クラック水晶" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1721726937 {#6607 date: 2024-07-23 18:28:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6608 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6610 …} -Children: Doctrine\ORM\PersistentCollection {#6613 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6616 -id: 291 -name: "キャンディークォーツ" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1721726906 {#6614 date: 2024-07-23 18:28:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6615 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6617 …} -Children: Doctrine\ORM\PersistentCollection {#6620 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6623 -id: 147 -name: "眼球メノウ" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1719214224 {#6621 date: 2024-06-24 16:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6622 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6624 …} -Children: Doctrine\ORM\PersistentCollection {#6627 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6630 -id: 146 -name: "カルサイト" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1719214207 {#6628 date: 2024-06-24 16:30:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6629 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6631 …} -Children: Doctrine\ORM\PersistentCollection {#6634 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6637 -id: 298 -name: "カラーチェンジフローライト" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1721726951 {#6635 date: 2024-07-23 18:29:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6636 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6638 …} -Children: Doctrine\ORM\PersistentCollection {#6641 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6644 -id: 145 -name: "カイヤナイト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1719214198 {#6642 date: 2024-06-24 16:29:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6643 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6645 …} -Children: Doctrine\ORM\PersistentCollection {#6648 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6651 -id: 144 -name: "カーネリアン" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1719214192 {#6649 date: 2024-06-24 16:29:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6650 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6652 …} -Children: Doctrine\ORM\PersistentCollection {#6655 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6658 -id: 143 -name: "ガーネット" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1719214185 {#6656 date: 2024-06-24 16:29:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6657 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6659 …} -Children: Doctrine\ORM\PersistentCollection {#6662 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6665 -id: 142 -name: "ガーデンクォーツ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1719214182 {#6663 date: 2024-06-24 16:29:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6664 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6666 …} -Children: Doctrine\ORM\PersistentCollection {#6669 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6672 -id: 141 -name: "オレンジムーンストーン" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1719214174 {#6670 date: 2024-06-24 16:29:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6671 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6673 …} -Children: Doctrine\ORM\PersistentCollection {#6676 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6679 -id: 297 -name: "オレンジファントムクォーツ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1721726944 {#6677 date: 2024-07-23 18:29:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6678 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6680 …} -Children: Doctrine\ORM\PersistentCollection {#6683 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6686 -id: 140 -name: "オブシディアン" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1719214165 {#6684 date: 2024-06-24 16:29:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6685 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6687 …} -Children: Doctrine\ORM\PersistentCollection {#6690 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6693 -id: 139 -name: "オニキス" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1719214157 {#6691 date: 2024-06-24 16:29:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6692 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6694 …} -Children: Doctrine\ORM\PersistentCollection {#6697 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6700 -id: 138 -name: "オーロラオーラ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1719214152 {#6698 date: 2024-06-24 16:29:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6699 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6701 …} -Children: Doctrine\ORM\PersistentCollection {#6704 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6707 -id: 293 -name: "エンジェルラダー" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1721726919 {#6705 date: 2024-07-23 18:28:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6706 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6708 …} -Children: Doctrine\ORM\PersistentCollection {#6711 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6714 -id: 137 -name: "エンジェライト" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1719214142 {#6712 date: 2024-06-24 16:29:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6713 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6715 …} -Children: Doctrine\ORM\PersistentCollection {#6718 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6721 -id: 136 -name: "エレスチャル" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1719214136 {#6719 date: 2024-06-24 16:28:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6720 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6722 …} -Children: Doctrine\ORM\PersistentCollection {#6725 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6728 -id: 135 -name: "インカローズ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1719214126 {#6726 date: 2024-06-24 16:28:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6727 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6729 …} -Children: Doctrine\ORM\PersistentCollection {#6732 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6735 -id: 134 -name: "アンバー" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1719214114 {#6733 date: 2024-06-24 16:28:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6734 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6736 …} -Children: Doctrine\ORM\PersistentCollection {#6739 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6742 -id: 133 -name: "アメトリン" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1719214108 {#6740 date: 2024-06-24 16:28:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6741 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6743 …} -Children: Doctrine\ORM\PersistentCollection {#6746 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6749 -id: 132 -name: "アメシスト" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1719214103 {#6747 date: 2024-06-24 16:28:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6748 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6750 …} -Children: Doctrine\ORM\PersistentCollection {#6753 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6756 -id: 131 -name: "アマゾナイト" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1719214098 {#6754 date: 2024-06-24 16:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6755 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6757 …} -Children: Doctrine\ORM\PersistentCollection {#6760 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6763 -id: 130 -name: "アベンチュリン" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1719214091 {#6761 date: 2024-06-24 16:28:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6762 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6764 …} -Children: Doctrine\ORM\PersistentCollection {#6767 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6770 -id: 129 -name: "アパタイト" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1719214076 {#6768 date: 2024-06-24 16:27:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6769 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6771 …} -Children: Doctrine\ORM\PersistentCollection {#6774 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6777 -id: 128 -name: "アクアマリン" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1719214065 {#6775 date: 2024-06-24 16:27:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6776 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6778 …} -Children: Doctrine\ORM\PersistentCollection {#6781 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6784 -id: 121 -name: "アクアオーラ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1717439544 {#6782 date: 2024-06-04 03:32:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6783 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6785 …} -Children: Doctrine\ORM\PersistentCollection {#6788 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6791 -id: 120 -name: "アイリスクォーツ" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1717439529 {#6789 date: 2024-06-04 03:32:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6790 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6792 …} -Children: Doctrine\ORM\PersistentCollection {#6795 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6798 -id: 119 -name: "アイオライト" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1717439519 {#6796 date: 2024-06-04 03:31:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6797 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6799 …} -Children: Doctrine\ORM\PersistentCollection {#6802 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6805 -id: 16 -name: "アイテム" -hierarchy: 1 -sort_no: 208 -create_date: DateTime @1713760183 {#6108 date: 2024-04-22 13:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6107 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6806 …} -Children: Doctrine\ORM\PersistentCollection {#6809 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6810 -id: 315 -name: "ポスター掲載商品" -hierarchy: 2 -sort_no: 207 -create_date: DateTime @1743385403 {#6803 date: 2025-03-31 10:43:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743385403 {#6804 date: 2025-03-31 10:43:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6811 …} -Children: Doctrine\ORM\PersistentCollection {#6814 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6819 -id: 314 -name: "シーズンコレクション・スプリング" -hierarchy: 2 -sort_no: 206 -create_date: DateTime @1739858412 {#6817 date: 2025-02-18 15:00:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1739858412 {#6818 date: 2025-02-18 15:00:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6820 …} -Children: Doctrine\ORM\PersistentCollection {#6823 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6826 -id: 311 -name: "巳年特集" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1735090009 {#6824 date: 2024-12-25 10:26:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741569182 {#6825 date: 2025-03-10 10:13:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6827 …} -Children: Doctrine\ORM\PersistentCollection {#6830 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6833 -id: 127 -name: "リング" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1718619073 {#6831 date: 2024-06-17 19:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6832 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6834 …} -Children: Doctrine\ORM\PersistentCollection {#6837 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6840 -id: 22 -name: "others" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1713760239 {#6838 date: 2024-04-22 13:30:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6839 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6841 …} -Children: Doctrine\ORM\PersistentCollection {#6844 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6847 -id: 21 -name: "浄化グッズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1713760231 {#6845 date: 2024-04-22 13:30:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6846 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6848 …} -Children: Doctrine\ORM\PersistentCollection {#6851 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6854 -id: 20 -name: "原石" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1713760226 {#6852 date: 2024-04-22 13:30:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6853 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6855 …} -Children: Doctrine\ORM\PersistentCollection {#6858 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6861 -id: 19 -name: "ピアス・イヤリング" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1713760219 {#6859 date: 2024-04-22 13:30:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6860 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6862 …} -Children: Doctrine\ORM\PersistentCollection {#6865 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6868 -id: 18 -name: "ネックレス" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1713760199 {#6866 date: 2024-04-22 13:29:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6867 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6869 …} -Children: Doctrine\ORM\PersistentCollection {#6872 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6875 -id: 17 -name: "ブレスレット" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1713760194 {#6873 date: 2024-04-22 13:29:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6874 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6876 …} -Children: Doctrine\ORM\PersistentCollection {#6879 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6882 -id: 210 -name: "誕生石" -hierarchy: 1 -sort_no: 124 -create_date: DateTime @1719807088 {#6816 date: 2024-07-01 13:11:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6815 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6883 …} -Children: Doctrine\ORM\PersistentCollection {#6886 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6887 -id: 222 -name: "12月生まれ" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1719807143 {#6880 date: 2024-07-01 13:12:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807143 {#6881 date: 2024-07-01 13:12:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6888 …} -Children: Doctrine\ORM\PersistentCollection {#6891 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6896 -id: 221 -name: "11月生まれ" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1719807140 {#6894 date: 2024-07-01 13:12:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807140 {#6895 date: 2024-07-01 13:12:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6897 …} -Children: Doctrine\ORM\PersistentCollection {#6900 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6903 -id: 220 -name: "10月生まれ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1719807137 {#6901 date: 2024-07-01 13:12:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807137 {#6902 date: 2024-07-01 13:12:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6904 …} -Children: Doctrine\ORM\PersistentCollection {#6907 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6910 -id: 219 -name: "9月生まれ" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1719807132 {#6908 date: 2024-07-01 13:12:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807132 {#6909 date: 2024-07-01 13:12:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6911 …} -Children: Doctrine\ORM\PersistentCollection {#6914 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6917 -id: 218 -name: "8月生まれ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1719807128 {#6915 date: 2024-07-01 13:12:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807128 {#6916 date: 2024-07-01 13:12:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6918 …} -Children: Doctrine\ORM\PersistentCollection {#6921 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6924 -id: 217 -name: "7月生まれ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1719807126 {#6922 date: 2024-07-01 13:12:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807126 {#6923 date: 2024-07-01 13:12:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6925 …} -Children: Doctrine\ORM\PersistentCollection {#6928 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6931 -id: 216 -name: "6月生まれ" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1719807123 {#6929 date: 2024-07-01 13:12:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807123 {#6930 date: 2024-07-01 13:12:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6932 …} -Children: Doctrine\ORM\PersistentCollection {#6935 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6938 -id: 215 -name: "5月生まれ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1719807120 {#6936 date: 2024-07-01 13:12:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807120 {#6937 date: 2024-07-01 13:12:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6939 …} -Children: Doctrine\ORM\PersistentCollection {#6942 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6945 -id: 214 -name: "4月生まれ" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1719807117 {#6943 date: 2024-07-01 13:11:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807117 {#6944 date: 2024-07-01 13:11:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6946 …} -Children: Doctrine\ORM\PersistentCollection {#6949 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6952 -id: 213 -name: "3月生まれ" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1719807114 {#6950 date: 2024-07-01 13:11:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807114 {#6951 date: 2024-07-01 13:11:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6953 …} -Children: Doctrine\ORM\PersistentCollection {#6956 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6959 -id: 212 -name: "2月生まれ" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1719807111 {#6957 date: 2024-07-01 13:11:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807111 {#6958 date: 2024-07-01 13:11:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6960 …} -Children: Doctrine\ORM\PersistentCollection {#6963 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6966 -id: 211 -name: "1月生まれ" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1719807107 {#6964 date: 2024-07-01 13:11:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807107 {#6965 date: 2024-07-01 13:11:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6967 …} -Children: Doctrine\ORM\PersistentCollection {#6970 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6973 -id: 310 -name: "誕生石アートブレスレット" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1732076237 {#6971 date: 2024-11-20 13:17:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732776583 {#6972 date: 2024-11-28 15:49:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6974 …} -Children: Doctrine\ORM\PersistentCollection {#6977 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6980 -id: 223 -name: "天珠" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1719807161 {#6892 date: 2024-07-01 13:12:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6893 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6981 …} -Children: Doctrine\ORM\PersistentCollection {#6984 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6985 -id: 287 -name: "金銭鈎天珠" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1721714336 {#6978 date: 2024-07-23 14:58:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#6979 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6986 …} -Children: Doctrine\ORM\PersistentCollection {#6989 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6994 -id: 286 -name: "龍神天珠" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1719807697 {#6992 date: 2024-07-01 13:21:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#6993 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6995 …} -Children: Doctrine\ORM\PersistentCollection {#6998 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7001 -id: 285 -name: "寶瓶天珠" -hierarchy: 2 -sort_no: 185 -create_date: DateTime @1719807689 {#6999 date: 2024-07-01 13:21:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7000 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7002 …} -Children: Doctrine\ORM\PersistentCollection {#7005 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7008 -id: 284 -name: "水蓮花天珠" -hierarchy: 2 -sort_no: 184 -create_date: DateTime @1719807682 {#7006 date: 2024-07-01 13:21:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7007 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7009 …} -Children: Doctrine\ORM\PersistentCollection {#7012 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7015 -id: 283 -name: "虎牙天珠" -hierarchy: 2 -sort_no: 183 -create_date: DateTime @1719807676 {#7013 date: 2024-07-01 13:21:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7014 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7016 …} -Children: Doctrine\ORM\PersistentCollection {#7019 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7022 -id: 282 -name: "緑度母天珠" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1719807669 {#7020 date: 2024-07-01 13:21:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7021 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7023 …} -Children: Doctrine\ORM\PersistentCollection {#7026 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7029 -id: 281 -name: "観音天珠" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1719807663 {#7027 date: 2024-07-01 13:21:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7028 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7030 …} -Children: Doctrine\ORM\PersistentCollection {#7033 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7036 -id: 280 -name: "龍眼天珠" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1719807656 {#7034 date: 2024-07-01 13:20:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7035 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7037 …} -Children: Doctrine\ORM\PersistentCollection {#7040 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7043 -id: 279 -name: "陰陽太極天珠" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1719807647 {#7041 date: 2024-07-01 13:20:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7042 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7044 …} -Children: Doctrine\ORM\PersistentCollection {#7047 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7050 -id: 278 -name: "大黒天天珠" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1719807642 {#7048 date: 2024-07-01 13:20:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7049 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7051 …} -Children: Doctrine\ORM\PersistentCollection {#7054 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7057 -id: 277 -name: "鳳凰眼天珠" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1719807636 {#7055 date: 2024-07-01 13:20:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7056 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7058 …} -Children: Doctrine\ORM\PersistentCollection {#7061 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7064 -id: 276 -name: "麒麟天珠" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1719807630 {#7062 date: 2024-07-01 13:20:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7063 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7065 …} -Children: Doctrine\ORM\PersistentCollection {#7068 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7071 -id: 275 -name: "白蛇天珠" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1719807624 {#7069 date: 2024-07-01 13:20:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7070 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7072 …} -Children: Doctrine\ORM\PersistentCollection {#7075 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7078 -id: 274 -name: "弁財天天珠" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1719807618 {#7076 date: 2024-07-01 13:20:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7077 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7079 …} -Children: Doctrine\ORM\PersistentCollection {#7082 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7085 -id: 273 -name: "蔓字天珠" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1719807611 {#7083 date: 2024-07-01 13:20:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7084 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7086 …} -Children: Doctrine\ORM\PersistentCollection {#7089 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7092 -id: 272 -name: "星辰天珠" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1719807605 {#7090 date: 2024-07-01 13:20:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7091 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7093 …} -Children: Doctrine\ORM\PersistentCollection {#7096 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7099 -id: 271 -name: "羊眼板珠" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1719807598 {#7097 date: 2024-07-01 13:19:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7098 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7100 …} -Children: Doctrine\ORM\PersistentCollection {#7103 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7106 -id: 270 -name: "三色線珠" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1719807588 {#7104 date: 2024-07-01 13:19:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7105 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7107 …} -Children: Doctrine\ORM\PersistentCollection {#7110 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7113 -id: 269 -name: "福壽天珠" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1719807583 {#7111 date: 2024-07-01 13:19:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7112 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7114 …} -Children: Doctrine\ORM\PersistentCollection {#7117 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7120 -id: 268 -name: "大鵬鳥天珠" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1719807577 {#7118 date: 2024-07-01 13:19:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7119 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7121 …} -Children: Doctrine\ORM\PersistentCollection {#7124 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7127 -id: 267 -name: "菩提天珠" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1719807570 {#7125 date: 2024-07-01 13:19:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7126 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7128 …} -Children: Doctrine\ORM\PersistentCollection {#7131 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7134 -id: 266 -name: "大人天珠" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1719807564 {#7132 date: 2024-07-01 13:19:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7133 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7135 …} -Children: Doctrine\ORM\PersistentCollection {#7138 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7141 -id: 265 -name: "山形天珠" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1719807557 {#7139 date: 2024-07-01 13:19:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7140 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7142 …} -Children: Doctrine\ORM\PersistentCollection {#7145 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7148 -id: 264 -name: "双天地天珠" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1719807548 {#7146 date: 2024-07-01 13:19:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7147 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7149 …} -Children: Doctrine\ORM\PersistentCollection {#7152 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7155 -id: 263 -name: "天地天珠" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1719807542 {#7153 date: 2024-07-01 13:19:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7154 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7156 …} -Children: Doctrine\ORM\PersistentCollection {#7159 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7162 -id: 262 -name: "日月天珠" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1719807535 {#7160 date: 2024-07-01 13:18:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7161 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7163 …} -Children: Doctrine\ORM\PersistentCollection {#7166 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7169 -id: 261 -name: "黒白天珠" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1719807529 {#7167 date: 2024-07-01 13:18:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7168 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7170 …} -Children: Doctrine\ORM\PersistentCollection {#7173 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7176 -id: 260 -name: "流水紋天珠" -hierarchy: 2 -sort_no: 160 -create_date: DateTime @1719807521 {#7174 date: 2024-07-01 13:18:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7175 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7177 …} -Children: Doctrine\ORM\PersistentCollection {#7180 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7183 -id: 259 -name: "財神天珠" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1719807514 {#7181 date: 2024-07-01 13:18:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7182 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7184 …} -Children: Doctrine\ORM\PersistentCollection {#7187 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7190 -id: 258 -name: "如意鈎天珠" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1719807506 {#7188 date: 2024-07-01 13:18:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7189 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7191 …} -Children: Doctrine\ORM\PersistentCollection {#7194 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7197 -id: 257 -name: "水紋天珠" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1719807499 {#7195 date: 2024-07-01 13:18:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7196 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7198 …} -Children: Doctrine\ORM\PersistentCollection {#7201 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7204 -id: 256 -name: "薬師天珠" -hierarchy: 2 -sort_no: 156 -create_date: DateTime @1719807490 {#7202 date: 2024-07-01 13:18:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7203 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7205 …} -Children: Doctrine\ORM\PersistentCollection {#7208 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7211 -id: 255 -name: "亀甲長壽天珠" -hierarchy: 2 -sort_no: 155 -create_date: DateTime @1719807484 {#7209 date: 2024-07-01 13:18:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7210 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7212 …} -Children: Doctrine\ORM\PersistentCollection {#7215 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7218 -id: 254 -name: "金剛虎牙六眼天珠" -hierarchy: 2 -sort_no: 154 -create_date: DateTime @1719807477 {#7216 date: 2024-07-01 13:17:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7217 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7219 …} -Children: Doctrine\ORM\PersistentCollection {#7222 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7225 -id: 253 -name: "金剛蓮花三眼天珠" -hierarchy: 2 -sort_no: 153 -create_date: DateTime @1719807468 {#7223 date: 2024-07-01 13:17:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7224 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7226 …} -Children: Doctrine\ORM\PersistentCollection {#7229 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7232 -id: 252 -name: "金剛杵天珠" -hierarchy: 2 -sort_no: 152 -create_date: DateTime @1719807459 {#7230 date: 2024-07-01 13:17:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7231 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7233 …} -Children: Doctrine\ORM\PersistentCollection {#7236 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7239 -id: 251 -name: "蓮師法器天珠" -hierarchy: 2 -sort_no: 151 -create_date: DateTime @1719807449 {#7237 date: 2024-07-01 13:17:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7238 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7240 …} -Children: Doctrine\ORM\PersistentCollection {#7243 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7246 -id: 250 -name: "蓮師法帽天珠" -hierarchy: 2 -sort_no: 150 -create_date: DateTime @1719807441 {#7244 date: 2024-07-01 13:17:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7245 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7247 …} -Children: Doctrine\ORM\PersistentCollection {#7250 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7253 -id: 249 -name: "閃電五眼天珠" -hierarchy: 2 -sort_no: 149 -create_date: DateTime @1719807435 {#7251 date: 2024-07-01 13:17:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7252 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7254 …} -Children: Doctrine\ORM\PersistentCollection {#7257 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7260 -id: 248 -name: "蓮花天珠" -hierarchy: 2 -sort_no: 148 -create_date: DateTime @1719807427 {#7258 date: 2024-07-01 13:17:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7259 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7261 …} -Children: Doctrine\ORM\PersistentCollection {#7264 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7267 -id: 247 -name: "四線虎牙天珠" -hierarchy: 2 -sort_no: 147 -create_date: DateTime @1719807420 {#7265 date: 2024-07-01 13:17:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7266 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7268 …} -Children: Doctrine\ORM\PersistentCollection {#7271 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7274 -id: 246 -name: "五福臨門天珠" -hierarchy: 2 -sort_no: 146 -create_date: DateTime @1719807414 {#7272 date: 2024-07-01 13:16:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7273 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7275 …} -Children: Doctrine\ORM\PersistentCollection {#7278 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7281 -id: 245 -name: "如意天珠" -hierarchy: 2 -sort_no: 145 -create_date: DateTime @1719807407 {#7279 date: 2024-07-01 13:16:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7280 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7282 …} -Children: Doctrine\ORM\PersistentCollection {#7285 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7288 -id: 244 -name: "二十一眼天珠" -hierarchy: 2 -sort_no: 144 -create_date: DateTime @1719807400 {#7286 date: 2024-07-01 13:16:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7287 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7289 …} -Children: Doctrine\ORM\PersistentCollection {#7292 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7295 -id: 243 -name: "二十眼天珠" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1719807394 {#7293 date: 2024-07-01 13:16:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7294 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7296 …} -Children: Doctrine\ORM\PersistentCollection {#7299 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7302 -id: 242 -name: "十九眼天珠" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1719807386 {#7300 date: 2024-07-01 13:16:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7301 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7303 …} -Children: Doctrine\ORM\PersistentCollection {#7306 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7309 -id: 241 -name: "十八眼天珠" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1719807380 {#7307 date: 2024-07-01 13:16:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7308 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7310 …} -Children: Doctrine\ORM\PersistentCollection {#7313 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7316 -id: 240 -name: "十七眼天珠" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1719807323 {#7314 date: 2024-07-01 13:15:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7315 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7317 …} -Children: Doctrine\ORM\PersistentCollection {#7320 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7323 -id: 239 -name: "十六眼天珠" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1719807316 {#7321 date: 2024-07-01 13:15:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7322 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7324 …} -Children: Doctrine\ORM\PersistentCollection {#7327 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7330 -id: 238 -name: "十五眼天珠" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1719807308 {#7328 date: 2024-07-01 13:15:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7329 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7331 …} -Children: Doctrine\ORM\PersistentCollection {#7334 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7337 -id: 237 -name: "十四眼天珠" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1719807302 {#7335 date: 2024-07-01 13:15:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7336 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7338 …} -Children: Doctrine\ORM\PersistentCollection {#7341 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7344 -id: 236 -name: "十三眼天珠" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1719807293 {#7342 date: 2024-07-01 13:14:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7343 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7345 …} -Children: Doctrine\ORM\PersistentCollection {#7348 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7351 -id: 235 -name: "十二眼天珠" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1719807286 {#7349 date: 2024-07-01 13:14:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7350 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7352 …} -Children: Doctrine\ORM\PersistentCollection {#7355 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7358 -id: 234 -name: "十一眼天珠" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1719807279 {#7356 date: 2024-07-01 13:14:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7357 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7359 …} -Children: Doctrine\ORM\PersistentCollection {#7362 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7365 -id: 233 -name: "十眼天珠" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1719807272 {#7363 date: 2024-07-01 13:14:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7364 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7366 …} -Children: Doctrine\ORM\PersistentCollection {#7369 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7372 -id: 232 -name: "九眼天珠" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1719807265 {#7370 date: 2024-07-01 13:14:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7371 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7373 …} -Children: Doctrine\ORM\PersistentCollection {#7376 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7379 -id: 231 -name: "八眼天珠" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1719807258 {#7377 date: 2024-07-01 13:14:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7378 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7380 …} -Children: Doctrine\ORM\PersistentCollection {#7383 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7386 -id: 230 -name: "七眼天珠" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1719807251 {#7384 date: 2024-07-01 13:14:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7385 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7387 …} -Children: Doctrine\ORM\PersistentCollection {#7390 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7393 -id: 229 -name: "六眼天珠" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1719807237 {#7391 date: 2024-07-01 13:13:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7392 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7394 …} -Children: Doctrine\ORM\PersistentCollection {#7397 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7400 -id: 228 -name: "五眼天珠" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1719807225 {#7398 date: 2024-07-01 13:13:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7399 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7401 …} -Children: Doctrine\ORM\PersistentCollection {#7404 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7407 -id: 227 -name: "四眼天珠" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1719807216 {#7405 date: 2024-07-01 13:13:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7406 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7408 …} -Children: Doctrine\ORM\PersistentCollection {#7411 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7414 -id: 226 -name: "三眼天珠" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1719807209 {#7412 date: 2024-07-01 13:13:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7413 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7415 …} -Children: Doctrine\ORM\PersistentCollection {#7418 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7421 -id: 225 -name: "二眼天珠" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1719807199 {#7419 date: 2024-07-01 13:13:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7420 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7422 …} -Children: Doctrine\ORM\PersistentCollection {#7425 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7428 -id: 308 -name: "蓮花羊眼板天珠" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1726199960 {#7426 date: 2024-09-13 12:59:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1726199960 {#7427 date: 2024-09-13 12:59:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7429 …} -Children: Doctrine\ORM\PersistentCollection {#7432 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7435 -id: 224 -name: "一眼天珠" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1719807188 {#7433 date: 2024-07-01 13:13:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7434 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7436 …} -Children: Doctrine\ORM\PersistentCollection {#7439 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7440 -id: 116 -name: "ピックアップ" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1717434582 {#6990 date: 2024-06-04 02:09:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6991 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7441 …} -Children: Doctrine\ORM\PersistentCollection {#7444 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7447 -id: 117 -name: "ギフト" -hierarchy: 1 -sort_no: 21 -create_date: DateTime @1717434592 {#7445 date: 2024-06-04 02:09:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7446 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7448 …} -Children: Doctrine\ORM\PersistentCollection {#7451 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7456 -id: 30 -name: "運気" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1713760364 {#7452 date: 2024-04-22 13:32:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7453 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7457 …} -Children: Doctrine\ORM\PersistentCollection {#7460 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7461 -id: 115 -name: "招福" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1717417635 {#7454 date: 2024-06-03 21:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417635 {#7455 date: 2024-06-03 21:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7462 …} -Children: Doctrine\ORM\PersistentCollection {#7465 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7470 -id: 114 -name: "願望達成" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1717417623 {#7468 date: 2024-06-03 21:27:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417623 {#7469 date: 2024-06-03 21:27:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7471 …} -Children: Doctrine\ORM\PersistentCollection {#7474 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7477 -id: 113 -name: "学業・試験運" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1717417608 {#7475 date: 2024-06-03 21:26:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417608 {#7476 date: 2024-06-03 21:26:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7478 …} -Children: Doctrine\ORM\PersistentCollection {#7481 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7484 -id: 112 -name: "家庭運" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1717417591 {#7482 date: 2024-06-03 21:26:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417591 {#7483 date: 2024-06-03 21:26:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7485 …} -Children: Doctrine\ORM\PersistentCollection {#7488 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7491 -id: 111 -name: "結婚運" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1717417586 {#7489 date: 2024-06-03 21:26:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417586 {#7490 date: 2024-06-03 21:26:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7492 …} -Children: Doctrine\ORM\PersistentCollection {#7495 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7498 -id: 110 -name: "開運" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1717417580 {#7496 date: 2024-06-03 21:26:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417580 {#7497 date: 2024-06-03 21:26:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7499 …} -Children: Doctrine\ORM\PersistentCollection {#7502 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7505 -id: 109 -name: "対人運" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1717417576 {#7503 date: 2024-06-03 21:26:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417576 {#7504 date: 2024-06-03 21:26:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7506 …} -Children: Doctrine\ORM\PersistentCollection {#7509 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7512 -id: 108 -name: "魔除け" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1717417566 {#7510 date: 2024-06-03 21:26:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417566 {#7511 date: 2024-06-03 21:26:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7513 …} -Children: Doctrine\ORM\PersistentCollection {#7516 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7519 -id: 107 -name: "健康運" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1717417562 {#7517 date: 2024-06-03 21:26:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417562 {#7518 date: 2024-06-03 21:26:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7520 …} -Children: Doctrine\ORM\PersistentCollection {#7523 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7526 -id: 106 -name: "全体運" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1717417539 {#7524 date: 2024-06-03 21:25:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417539 {#7525 date: 2024-06-03 21:25:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7527 …} -Children: Doctrine\ORM\PersistentCollection {#7530 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7533 -id: 33 -name: "仕事運" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1713760383 {#7531 date: 2024-04-22 13:33:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713760383 {#7532 date: 2024-04-22 13:33:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7534 …} -Children: Doctrine\ORM\PersistentCollection {#7537 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7540 -id: 32 -name: "金運・財運" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1713760378 {#7538 date: 2024-04-22 13:32:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417551 {#7539 date: 2024-06-03 21:25:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7541 …} -Children: Doctrine\ORM\PersistentCollection {#7544 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7547 -id: 31 -name: "恋愛運" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1713760375 {#7545 date: 2024-04-22 13:32:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713760375 {#7546 date: 2024-04-22 13:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7548 …} -Children: Doctrine\ORM\PersistentCollection {#7551 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } ] |
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 {#5708 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5756 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5755 -om: Container0s35PEL\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#672 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5702 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Category {#5878 -id: 312 -name: "セール" -hierarchy: 1 -sort_no: 210 -create_date: DateTime @1735090129 {#5884 date: 2024-12-25 10:28:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#5882 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5968 …} -Children: Doctrine\ORM\PersistentCollection {#6124 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6119 -id: 118 -name: "天然石" -hierarchy: 1 -sort_no: 209 -create_date: DateTime @1717439447 {#6123 date: 2024-06-04 03:30:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6122 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6118 …} -Children: Doctrine\ORM\PersistentCollection {#6115 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6114 -id: 309 -name: "トパーズ" -hierarchy: 2 -sort_no: 205 -create_date: DateTime @1728971426 {#6121 date: 2024-10-15 14:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728971426 {#6120 date: 2024-10-15 14:50:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6113 …} -Children: Doctrine\ORM\PersistentCollection {#6109 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6104 -id: 306 -name: "ラヴァストーン" -hierarchy: 2 -sort_no: 204 -create_date: DateTime @1725857600 {#6106 date: 2024-09-09 13:53:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857600 {#6105 date: 2024-09-09 13:53:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6103 …} -Children: Doctrine\ORM\PersistentCollection {#6100 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6097 -id: 305 -name: "リバーストーン" -hierarchy: 2 -sort_no: 203 -create_date: DateTime @1725857595 {#6099 date: 2024-09-09 13:53:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857595 {#6098 date: 2024-09-09 13:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6096 …} -Children: Doctrine\ORM\PersistentCollection {#5881 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6084 -id: 304 -name: "クラック水晶" -hierarchy: 2 -sort_no: 202 -create_date: DateTime @1725857588 {#5879 date: 2024-09-09 13:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857588 {#5900 date: 2024-09-09 13:53:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6086 …} -Children: Doctrine\ORM\PersistentCollection {#6089 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6092 -id: 303 -name: "ゴールドコーラル" -hierarchy: 2 -sort_no: 201 -create_date: DateTime @1725857582 {#6090 date: 2024-09-09 13:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857582 {#6091 date: 2024-09-09 13:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6093 …} -Children: Doctrine\ORM\PersistentCollection {#6131 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6132 -id: 302 -name: "ダルメシアンジャスパー" -hierarchy: 2 -sort_no: 200 -create_date: DateTime @1725857574 {#6129 date: 2024-09-09 13:52:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857574 {#6130 date: 2024-09-09 13:52:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6133 …} -Children: Doctrine\ORM\PersistentCollection {#6136 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6139 -id: 207 -name: "ローズジャスパー" -hierarchy: 2 -sort_no: 199 -create_date: DateTime @1719214717 {#6137 date: 2024-06-24 16:38:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6138 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6140 …} -Children: Doctrine\ORM\PersistentCollection {#6144 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6147 -id: 206 -name: "ローズクォーツ" -hierarchy: 2 -sort_no: 198 -create_date: DateTime @1719214706 {#6145 date: 2024-06-24 16:38:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6146 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6148 …} -Children: Doctrine\ORM\PersistentCollection {#6151 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6154 -id: 205 -name: "レモンクォーツ" -hierarchy: 2 -sort_no: 197 -create_date: DateTime @1719214700 {#6152 date: 2024-06-24 16:38:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6153 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6155 …} -Children: Doctrine\ORM\PersistentCollection {#6158 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6161 -id: 204 -name: "レッドタイガーアイ" -hierarchy: 2 -sort_no: 196 -create_date: DateTime @1719214691 {#6159 date: 2024-06-24 16:38:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6160 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6162 …} -Children: Doctrine\ORM\PersistentCollection {#6165 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6168 -id: 203 -name: "レッドアゲート" -hierarchy: 2 -sort_no: 195 -create_date: DateTime @1719214683 {#6166 date: 2024-06-24 16:38:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6167 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6169 …} -Children: Doctrine\ORM\PersistentCollection {#6172 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6175 -id: 202 -name: "レインボームーンストーン" -hierarchy: 2 -sort_no: 194 -create_date: DateTime @1719214676 {#6173 date: 2024-06-24 16:37:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6174 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6176 …} -Children: Doctrine\ORM\PersistentCollection {#6179 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6182 -id: 201 -name: "ルビー" -hierarchy: 2 -sort_no: 193 -create_date: DateTime @1719214669 {#6180 date: 2024-06-24 16:37:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6181 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6183 …} -Children: Doctrine\ORM\PersistentCollection {#6186 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6189 -id: 200 -name: "ルチルクォーツ" -hierarchy: 2 -sort_no: 192 -create_date: DateTime @1719214664 {#6187 date: 2024-06-24 16:37:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6188 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6190 …} -Children: Doctrine\ORM\PersistentCollection {#6193 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6196 -id: 199 -name: "龍紋メノウ" -hierarchy: 2 -sort_no: 191 -create_date: DateTime @1719214655 {#6194 date: 2024-06-24 16:37:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6195 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6197 …} -Children: Doctrine\ORM\PersistentCollection {#6200 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6203 -id: 300 -name: "リバーストーン" -hierarchy: 2 -sort_no: 190 -create_date: DateTime @1721966548 {#6201 date: 2024-07-26 13:02:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6202 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6204 …} -Children: Doctrine\ORM\PersistentCollection {#6207 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6210 -id: 198 -name: "ラリマー" -hierarchy: 2 -sort_no: 189 -create_date: DateTime @1719214639 {#6208 date: 2024-06-24 16:37:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6209 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6211 …} -Children: Doctrine\ORM\PersistentCollection {#6214 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6217 -id: 197 -name: "ラブラドライト" -hierarchy: 2 -sort_no: 188 -create_date: DateTime @1719214636 {#6215 date: 2024-06-24 16:37:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6216 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6218 …} -Children: Doctrine\ORM\PersistentCollection {#6221 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6224 -id: 196 -name: "ラピスラズリ" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1719214627 {#6222 date: 2024-06-24 16:37:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6223 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6225 …} -Children: Doctrine\ORM\PersistentCollection {#6228 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6231 -id: 195 -name: "モルガナイト" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1719214616 {#6229 date: 2024-06-24 16:36:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6230 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6232 …} -Children: Doctrine\ORM\PersistentCollection {#6235 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6238 -id: 194 -name: "モリオン" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1719214612 {#6236 date: 2024-06-24 16:36:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6237 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6239 …} -Children: Doctrine\ORM\PersistentCollection {#6242 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6245 -id: 193 -name: "モスアゲート" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1719214606 {#6243 date: 2024-06-24 16:36:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6244 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6246 …} -Children: Doctrine\ORM\PersistentCollection {#6249 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6252 -id: 192 -name: "ムーンストーン" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1719214601 {#6250 date: 2024-06-24 16:36:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6251 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6253 …} -Children: Doctrine\ORM\PersistentCollection {#6256 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6259 -id: 191 -name: "ミッドナイトオーラ" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1719214596 {#6257 date: 2024-06-24 16:36:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6258 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6260 …} -Children: Doctrine\ORM\PersistentCollection {#6263 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6266 -id: 289 -name: "MIXアゲート" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1721726889 {#6264 date: 2024-07-23 18:28:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6265 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6267 …} -Children: Doctrine\ORM\PersistentCollection {#6270 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6273 -id: 190 -name: "マザーオブパール" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1719214587 {#6271 date: 2024-06-24 16:36:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6272 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6274 …} -Children: Doctrine\ORM\PersistentCollection {#6277 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6280 -id: 189 -name: "ホワイトカルセドニー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1719214578 {#6278 date: 2024-06-24 16:36:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6279 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6281 …} -Children: Doctrine\ORM\PersistentCollection {#6284 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6287 -id: 188 -name: "北投石" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1719214570 {#6285 date: 2024-06-24 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6286 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6288 …} -Children: Doctrine\ORM\PersistentCollection {#6291 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6294 -id: 187 -name: "ペリドット" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1719214560 {#6292 date: 2024-06-24 16:36:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6293 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6295 …} -Children: Doctrine\ORM\PersistentCollection {#6298 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6301 -id: 186 -name: "ヘマタイト" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1719214555 {#6299 date: 2024-06-24 16:35:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6300 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6302 …} -Children: Doctrine\ORM\PersistentCollection {#6305 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6308 -id: 185 -name: "フローライト" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1719214550 {#6306 date: 2024-06-24 16:35:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6307 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6309 …} -Children: Doctrine\ORM\PersistentCollection {#6312 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6315 -id: 184 -name: "プレナイト" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1719214544 {#6313 date: 2024-06-24 16:35:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6314 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6316 …} -Children: Doctrine\ORM\PersistentCollection {#6319 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6322 -id: 183 -name: "ブルーレースアゲート" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1719214535 {#6320 date: 2024-06-24 16:35:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6321 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6323 …} -Children: Doctrine\ORM\PersistentCollection {#6326 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6329 -id: 182 -name: "ブルータイガーアイ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1719214526 {#6327 date: 2024-06-24 16:35:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6328 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6330 …} -Children: Doctrine\ORM\PersistentCollection {#6333 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6336 -id: 181 -name: "ブルーゴールドストーン" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1719214514 {#6334 date: 2024-06-24 16:35:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6335 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6337 …} -Children: Doctrine\ORM\PersistentCollection {#6340 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6343 -id: 180 -name: "ブラックスピネル" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1719214503 {#6341 date: 2024-06-24 16:35:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6342 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6344 …} -Children: Doctrine\ORM\PersistentCollection {#6347 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6350 -id: 292 -name: "ピーコックヘマタイト" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1721726912 {#6348 date: 2024-07-23 18:28:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6349 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6351 …} -Children: Doctrine\ORM\PersistentCollection {#6354 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6357 -id: 179 -name: "ピンクオパール" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1719214489 {#6355 date: 2024-06-24 16:34:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6356 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6358 …} -Children: Doctrine\ORM\PersistentCollection {#6361 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6364 -id: 178 -name: "ヒマラヤ水晶" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1719214480 {#6362 date: 2024-06-24 16:34:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6363 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6365 …} -Children: Doctrine\ORM\PersistentCollection {#6368 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6371 -id: 177 -name: "翡翠" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1719214472 {#6369 date: 2024-06-24 16:34:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6370 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6372 …} -Children: Doctrine\ORM\PersistentCollection {#6375 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6378 -id: 176 -name: "ピクチャージャスパー" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1719214467 {#6376 date: 2024-06-24 16:34:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6377 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6379 …} -Children: Doctrine\ORM\PersistentCollection {#6382 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6385 -id: 175 -name: "ハウライト" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1719214458 {#6383 date: 2024-06-24 16:34:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6384 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6386 …} -Children: Doctrine\ORM\PersistentCollection {#6389 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6392 -id: 174 -name: "パイライト" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1719214453 {#6390 date: 2024-06-24 16:34:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6391 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6393 …} -Children: Doctrine\ORM\PersistentCollection {#6396 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6399 -id: 173 -name: "パール" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1719214443 {#6397 date: 2024-06-24 16:34:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6398 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6400 …} -Children: Doctrine\ORM\PersistentCollection {#6403 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6406 -id: 172 -name: "トルマリン" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1719214439 {#6404 date: 2024-06-24 16:33:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6405 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6407 …} -Children: Doctrine\ORM\PersistentCollection {#6410 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6413 -id: 171 -name: "テラヘルツ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1719214435 {#6411 date: 2024-06-24 16:33:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6412 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6414 …} -Children: Doctrine\ORM\PersistentCollection {#6417 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6420 -id: 301 -name: "ツリーアゲート" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1721966565 {#6418 date: 2024-07-26 13:02:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6419 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6421 …} -Children: Doctrine\ORM\PersistentCollection {#6424 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6427 -id: 170 -name: "茶黄水晶" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1719214422 {#6425 date: 2024-06-24 16:33:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6426 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6428 …} -Children: Doctrine\ORM\PersistentCollection {#6431 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6434 -id: 169 -name: "チェリークォーツ" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1719214416 {#6432 date: 2024-06-24 16:33:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6433 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6435 …} -Children: Doctrine\ORM\PersistentCollection {#6438 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6441 -id: 168 -name: "タンザナイト" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1719214409 {#6439 date: 2024-06-24 16:33:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6440 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6442 …} -Children: Doctrine\ORM\PersistentCollection {#6445 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6448 -id: 290 -name: "ダルメシアンジャスパー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1721726899 {#6446 date: 2024-07-23 18:28:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6447 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6449 …} -Children: Doctrine\ORM\PersistentCollection {#6452 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6455 -id: 167 -name: "タイガーアイ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1719214404 {#6453 date: 2024-06-24 16:33:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6454 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6456 …} -Children: Doctrine\ORM\PersistentCollection {#6459 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6462 -id: 166 -name: "ターコイズ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1719214392 {#6460 date: 2024-06-24 16:33:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6461 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6463 …} -Children: Doctrine\ORM\PersistentCollection {#6466 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6469 -id: 165 -name: "ソーダライト" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1719214381 {#6467 date: 2024-06-24 16:33:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6468 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6470 …} -Children: Doctrine\ORM\PersistentCollection {#6473 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6476 -id: 164 -name: "スモーキークォーツ" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1719214373 {#6474 date: 2024-06-24 16:32:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6475 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6477 …} -Children: Doctrine\ORM\PersistentCollection {#6480 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6483 -id: 163 -name: "スピネル" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1719214365 {#6481 date: 2024-06-24 16:32:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6482 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6484 …} -Children: Doctrine\ORM\PersistentCollection {#6487 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6490 -id: 162 -name: "ストロベリークォーツ" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1719214359 {#6488 date: 2024-06-24 16:32:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6489 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6491 …} -Children: Doctrine\ORM\PersistentCollection {#6494 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6497 -id: 161 -name: "スギライト" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1719214347 {#6495 date: 2024-06-24 16:32:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6496 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6498 …} -Children: Doctrine\ORM\PersistentCollection {#6501 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6504 -id: 160 -name: "水晶" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1719214342 {#6502 date: 2024-06-24 16:32:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6503 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6505 …} -Children: Doctrine\ORM\PersistentCollection {#6508 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6511 -id: 294 -name: "朱砂パーツ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1721726925 {#6509 date: 2024-07-23 18:28:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6510 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6512 …} -Children: Doctrine\ORM\PersistentCollection {#6515 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6518 -id: 159 -name: "シトリン" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1719214334 {#6516 date: 2024-06-24 16:32:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6517 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6519 …} -Children: Doctrine\ORM\PersistentCollection {#6522 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6525 -id: 158 -name: "サンストーン" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1719214329 {#6523 date: 2024-06-24 16:32:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6524 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6526 …} -Children: Doctrine\ORM\PersistentCollection {#6529 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6532 -id: 157 -name: "珊瑚" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1719214321 {#6530 date: 2024-06-24 16:32:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6531 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6533 …} -Children: Doctrine\ORM\PersistentCollection {#6536 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6539 -id: 156 -name: "サファイア" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1719214302 {#6537 date: 2024-06-24 16:31:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6538 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6540 …} -Children: Doctrine\ORM\PersistentCollection {#6543 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6546 -id: 155 -name: "サードニクス" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1719214295 {#6544 date: 2024-06-24 16:31:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6545 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6547 …} -Children: Doctrine\ORM\PersistentCollection {#6550 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6553 -id: 154 -name: "コスモオーラ" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1719214286 {#6551 date: 2024-06-24 16:31:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6552 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6554 …} -Children: Doctrine\ORM\PersistentCollection {#6557 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6560 -id: 153 -name: "ゴールドヘマタイト" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1719214278 {#6558 date: 2024-06-24 16:31:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6559 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6561 …} -Children: Doctrine\ORM\PersistentCollection {#6564 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6567 -id: 152 -name: "ゴールドストーン" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1719214270 {#6565 date: 2024-06-24 16:31:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6566 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6568 …} -Children: Doctrine\ORM\PersistentCollection {#6571 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6574 -id: 295 -name: "ゴールドコーラル" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1721726932 {#6572 date: 2024-07-23 18:28:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6573 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6575 …} -Children: Doctrine\ORM\PersistentCollection {#6578 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6581 -id: 151 -name: "ゴールデンオーラ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1719214263 {#6579 date: 2024-06-24 16:31:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6580 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6582 …} -Children: Doctrine\ORM\PersistentCollection {#6585 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6588 -id: 150 -name: "クンツァイト" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1719214255 {#6586 date: 2024-06-24 16:30:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6587 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6589 …} -Children: Doctrine\ORM\PersistentCollection {#6592 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6595 -id: 149 -name: "クリソコーラ" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1719214243 {#6593 date: 2024-06-24 16:30:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6594 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6596 …} -Children: Doctrine\ORM\PersistentCollection {#6599 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6602 -id: 148 -name: "グリーンアゲート" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1719214233 {#6600 date: 2024-06-24 16:30:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6601 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6603 …} -Children: Doctrine\ORM\PersistentCollection {#6606 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6609 -id: 296 -name: "クラック水晶" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1721726937 {#6607 date: 2024-07-23 18:28:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6608 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6610 …} -Children: Doctrine\ORM\PersistentCollection {#6613 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6616 -id: 291 -name: "キャンディークォーツ" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1721726906 {#6614 date: 2024-07-23 18:28:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6615 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6617 …} -Children: Doctrine\ORM\PersistentCollection {#6620 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6623 -id: 147 -name: "眼球メノウ" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1719214224 {#6621 date: 2024-06-24 16:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6622 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6624 …} -Children: Doctrine\ORM\PersistentCollection {#6627 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6630 -id: 146 -name: "カルサイト" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1719214207 {#6628 date: 2024-06-24 16:30:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6629 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6631 …} -Children: Doctrine\ORM\PersistentCollection {#6634 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6637 -id: 298 -name: "カラーチェンジフローライト" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1721726951 {#6635 date: 2024-07-23 18:29:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6636 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6638 …} -Children: Doctrine\ORM\PersistentCollection {#6641 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6644 -id: 145 -name: "カイヤナイト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1719214198 {#6642 date: 2024-06-24 16:29:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6643 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6645 …} -Children: Doctrine\ORM\PersistentCollection {#6648 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6651 -id: 144 -name: "カーネリアン" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1719214192 {#6649 date: 2024-06-24 16:29:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6650 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6652 …} -Children: Doctrine\ORM\PersistentCollection {#6655 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6658 -id: 143 -name: "ガーネット" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1719214185 {#6656 date: 2024-06-24 16:29:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6657 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6659 …} -Children: Doctrine\ORM\PersistentCollection {#6662 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6665 -id: 142 -name: "ガーデンクォーツ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1719214182 {#6663 date: 2024-06-24 16:29:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6664 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6666 …} -Children: Doctrine\ORM\PersistentCollection {#6669 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6672 -id: 141 -name: "オレンジムーンストーン" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1719214174 {#6670 date: 2024-06-24 16:29:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6671 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6673 …} -Children: Doctrine\ORM\PersistentCollection {#6676 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6679 -id: 297 -name: "オレンジファントムクォーツ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1721726944 {#6677 date: 2024-07-23 18:29:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6678 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6680 …} -Children: Doctrine\ORM\PersistentCollection {#6683 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6686 -id: 140 -name: "オブシディアン" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1719214165 {#6684 date: 2024-06-24 16:29:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6685 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6687 …} -Children: Doctrine\ORM\PersistentCollection {#6690 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6693 -id: 139 -name: "オニキス" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1719214157 {#6691 date: 2024-06-24 16:29:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6692 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6694 …} -Children: Doctrine\ORM\PersistentCollection {#6697 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6700 -id: 138 -name: "オーロラオーラ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1719214152 {#6698 date: 2024-06-24 16:29:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6699 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6701 …} -Children: Doctrine\ORM\PersistentCollection {#6704 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6707 -id: 293 -name: "エンジェルラダー" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1721726919 {#6705 date: 2024-07-23 18:28:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6706 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6708 …} -Children: Doctrine\ORM\PersistentCollection {#6711 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6714 -id: 137 -name: "エンジェライト" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1719214142 {#6712 date: 2024-06-24 16:29:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6713 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6715 …} -Children: Doctrine\ORM\PersistentCollection {#6718 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6721 -id: 136 -name: "エレスチャル" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1719214136 {#6719 date: 2024-06-24 16:28:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6720 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6722 …} -Children: Doctrine\ORM\PersistentCollection {#6725 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6728 -id: 135 -name: "インカローズ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1719214126 {#6726 date: 2024-06-24 16:28:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6727 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6729 …} -Children: Doctrine\ORM\PersistentCollection {#6732 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6735 -id: 134 -name: "アンバー" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1719214114 {#6733 date: 2024-06-24 16:28:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6734 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6736 …} -Children: Doctrine\ORM\PersistentCollection {#6739 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6742 -id: 133 -name: "アメトリン" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1719214108 {#6740 date: 2024-06-24 16:28:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6741 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6743 …} -Children: Doctrine\ORM\PersistentCollection {#6746 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6749 -id: 132 -name: "アメシスト" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1719214103 {#6747 date: 2024-06-24 16:28:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6748 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6750 …} -Children: Doctrine\ORM\PersistentCollection {#6753 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6756 -id: 131 -name: "アマゾナイト" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1719214098 {#6754 date: 2024-06-24 16:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6755 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6757 …} -Children: Doctrine\ORM\PersistentCollection {#6760 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6763 -id: 130 -name: "アベンチュリン" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1719214091 {#6761 date: 2024-06-24 16:28:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6762 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6764 …} -Children: Doctrine\ORM\PersistentCollection {#6767 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6770 -id: 129 -name: "アパタイト" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1719214076 {#6768 date: 2024-06-24 16:27:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6769 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6771 …} -Children: Doctrine\ORM\PersistentCollection {#6774 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6777 -id: 128 -name: "アクアマリン" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1719214065 {#6775 date: 2024-06-24 16:27:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6776 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6778 …} -Children: Doctrine\ORM\PersistentCollection {#6781 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6784 -id: 121 -name: "アクアオーラ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1717439544 {#6782 date: 2024-06-04 03:32:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6783 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6785 …} -Children: Doctrine\ORM\PersistentCollection {#6788 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6791 -id: 120 -name: "アイリスクォーツ" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1717439529 {#6789 date: 2024-06-04 03:32:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6790 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6792 …} -Children: Doctrine\ORM\PersistentCollection {#6795 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6798 -id: 119 -name: "アイオライト" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1717439519 {#6796 date: 2024-06-04 03:31:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6797 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6799 …} -Children: Doctrine\ORM\PersistentCollection {#6802 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6805 -id: 16 -name: "アイテム" -hierarchy: 1 -sort_no: 208 -create_date: DateTime @1713760183 {#6108 date: 2024-04-22 13:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6107 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6806 …} -Children: Doctrine\ORM\PersistentCollection {#6809 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6810 -id: 315 -name: "ポスター掲載商品" -hierarchy: 2 -sort_no: 207 -create_date: DateTime @1743385403 {#6803 date: 2025-03-31 10:43:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743385403 {#6804 date: 2025-03-31 10:43:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6811 …} -Children: Doctrine\ORM\PersistentCollection {#6814 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6819 -id: 314 -name: "シーズンコレクション・スプリング" -hierarchy: 2 -sort_no: 206 -create_date: DateTime @1739858412 {#6817 date: 2025-02-18 15:00:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1739858412 {#6818 date: 2025-02-18 15:00:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6820 …} -Children: Doctrine\ORM\PersistentCollection {#6823 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6826 -id: 311 -name: "巳年特集" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1735090009 {#6824 date: 2024-12-25 10:26:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741569182 {#6825 date: 2025-03-10 10:13:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6827 …} -Children: Doctrine\ORM\PersistentCollection {#6830 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6833 -id: 127 -name: "リング" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1718619073 {#6831 date: 2024-06-17 19:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6832 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6834 …} -Children: Doctrine\ORM\PersistentCollection {#6837 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6840 -id: 22 -name: "others" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1713760239 {#6838 date: 2024-04-22 13:30:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6839 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6841 …} -Children: Doctrine\ORM\PersistentCollection {#6844 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6847 -id: 21 -name: "浄化グッズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1713760231 {#6845 date: 2024-04-22 13:30:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6846 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6848 …} -Children: Doctrine\ORM\PersistentCollection {#6851 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6854 -id: 20 -name: "原石" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1713760226 {#6852 date: 2024-04-22 13:30:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6853 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6855 …} -Children: Doctrine\ORM\PersistentCollection {#6858 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6861 -id: 19 -name: "ピアス・イヤリング" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1713760219 {#6859 date: 2024-04-22 13:30:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6860 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6862 …} -Children: Doctrine\ORM\PersistentCollection {#6865 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6868 -id: 18 -name: "ネックレス" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1713760199 {#6866 date: 2024-04-22 13:29:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6867 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6869 …} -Children: Doctrine\ORM\PersistentCollection {#6872 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6875 -id: 17 -name: "ブレスレット" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1713760194 {#6873 date: 2024-04-22 13:29:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6874 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6876 …} -Children: Doctrine\ORM\PersistentCollection {#6879 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6882 -id: 210 -name: "誕生石" -hierarchy: 1 -sort_no: 124 -create_date: DateTime @1719807088 {#6816 date: 2024-07-01 13:11:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6815 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6883 …} -Children: Doctrine\ORM\PersistentCollection {#6886 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6887 -id: 222 -name: "12月生まれ" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1719807143 {#6880 date: 2024-07-01 13:12:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807143 {#6881 date: 2024-07-01 13:12:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6888 …} -Children: Doctrine\ORM\PersistentCollection {#6891 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6896 -id: 221 -name: "11月生まれ" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1719807140 {#6894 date: 2024-07-01 13:12:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807140 {#6895 date: 2024-07-01 13:12:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6897 …} -Children: Doctrine\ORM\PersistentCollection {#6900 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6903 -id: 220 -name: "10月生まれ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1719807137 {#6901 date: 2024-07-01 13:12:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807137 {#6902 date: 2024-07-01 13:12:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6904 …} -Children: Doctrine\ORM\PersistentCollection {#6907 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6910 -id: 219 -name: "9月生まれ" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1719807132 {#6908 date: 2024-07-01 13:12:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807132 {#6909 date: 2024-07-01 13:12:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6911 …} -Children: Doctrine\ORM\PersistentCollection {#6914 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6917 -id: 218 -name: "8月生まれ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1719807128 {#6915 date: 2024-07-01 13:12:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807128 {#6916 date: 2024-07-01 13:12:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6918 …} -Children: Doctrine\ORM\PersistentCollection {#6921 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6924 -id: 217 -name: "7月生まれ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1719807126 {#6922 date: 2024-07-01 13:12:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807126 {#6923 date: 2024-07-01 13:12:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6925 …} -Children: Doctrine\ORM\PersistentCollection {#6928 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6931 -id: 216 -name: "6月生まれ" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1719807123 {#6929 date: 2024-07-01 13:12:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807123 {#6930 date: 2024-07-01 13:12:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6932 …} -Children: Doctrine\ORM\PersistentCollection {#6935 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6938 -id: 215 -name: "5月生まれ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1719807120 {#6936 date: 2024-07-01 13:12:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807120 {#6937 date: 2024-07-01 13:12:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6939 …} -Children: Doctrine\ORM\PersistentCollection {#6942 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6945 -id: 214 -name: "4月生まれ" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1719807117 {#6943 date: 2024-07-01 13:11:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807117 {#6944 date: 2024-07-01 13:11:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6946 …} -Children: Doctrine\ORM\PersistentCollection {#6949 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6952 -id: 213 -name: "3月生まれ" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1719807114 {#6950 date: 2024-07-01 13:11:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807114 {#6951 date: 2024-07-01 13:11:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6953 …} -Children: Doctrine\ORM\PersistentCollection {#6956 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6959 -id: 212 -name: "2月生まれ" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1719807111 {#6957 date: 2024-07-01 13:11:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807111 {#6958 date: 2024-07-01 13:11:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6960 …} -Children: Doctrine\ORM\PersistentCollection {#6963 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6966 -id: 211 -name: "1月生まれ" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1719807107 {#6964 date: 2024-07-01 13:11:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807107 {#6965 date: 2024-07-01 13:11:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6967 …} -Children: Doctrine\ORM\PersistentCollection {#6970 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6973 -id: 310 -name: "誕生石アートブレスレット" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1732076237 {#6971 date: 2024-11-20 13:17:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732776583 {#6972 date: 2024-11-28 15:49:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6974 …} -Children: Doctrine\ORM\PersistentCollection {#6977 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } Eccube\Entity\Category {#6980 -id: 223 -name: "天珠" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1719807161 {#6892 date: 2024-07-01 13:12:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6893 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6981 …} -Children: Doctrine\ORM\PersistentCollection {#6984 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#6985 -id: 287 -name: "金銭鈎天珠" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1721714336 {#6978 date: 2024-07-23 14:58:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#6979 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6986 …} -Children: Doctrine\ORM\PersistentCollection {#6989 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#6994 -id: 286 -name: "龍神天珠" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1719807697 {#6992 date: 2024-07-01 13:21:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#6993 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6995 …} -Children: Doctrine\ORM\PersistentCollection {#6998 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7001 -id: 285 -name: "寶瓶天珠" -hierarchy: 2 -sort_no: 185 -create_date: DateTime @1719807689 {#6999 date: 2024-07-01 13:21:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7000 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7002 …} -Children: Doctrine\ORM\PersistentCollection {#7005 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7008 -id: 284 -name: "水蓮花天珠" -hierarchy: 2 -sort_no: 184 -create_date: DateTime @1719807682 {#7006 date: 2024-07-01 13:21:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7007 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7009 …} -Children: Doctrine\ORM\PersistentCollection {#7012 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7015 -id: 283 -name: "虎牙天珠" -hierarchy: 2 -sort_no: 183 -create_date: DateTime @1719807676 {#7013 date: 2024-07-01 13:21:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7014 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7016 …} -Children: Doctrine\ORM\PersistentCollection {#7019 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7022 -id: 282 -name: "緑度母天珠" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1719807669 {#7020 date: 2024-07-01 13:21:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7021 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7023 …} -Children: Doctrine\ORM\PersistentCollection {#7026 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7029 -id: 281 -name: "観音天珠" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1719807663 {#7027 date: 2024-07-01 13:21:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7028 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7030 …} -Children: Doctrine\ORM\PersistentCollection {#7033 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7036 -id: 280 -name: "龍眼天珠" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1719807656 {#7034 date: 2024-07-01 13:20:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7035 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7037 …} -Children: Doctrine\ORM\PersistentCollection {#7040 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7043 -id: 279 -name: "陰陽太極天珠" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1719807647 {#7041 date: 2024-07-01 13:20:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7042 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7044 …} -Children: Doctrine\ORM\PersistentCollection {#7047 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7050 -id: 278 -name: "大黒天天珠" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1719807642 {#7048 date: 2024-07-01 13:20:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7049 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7051 …} -Children: Doctrine\ORM\PersistentCollection {#7054 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7057 -id: 277 -name: "鳳凰眼天珠" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1719807636 {#7055 date: 2024-07-01 13:20:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7056 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7058 …} -Children: Doctrine\ORM\PersistentCollection {#7061 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7064 -id: 276 -name: "麒麟天珠" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1719807630 {#7062 date: 2024-07-01 13:20:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7063 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7065 …} -Children: Doctrine\ORM\PersistentCollection {#7068 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7071 -id: 275 -name: "白蛇天珠" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1719807624 {#7069 date: 2024-07-01 13:20:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7070 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7072 …} -Children: Doctrine\ORM\PersistentCollection {#7075 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7078 -id: 274 -name: "弁財天天珠" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1719807618 {#7076 date: 2024-07-01 13:20:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7077 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7079 …} -Children: Doctrine\ORM\PersistentCollection {#7082 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7085 -id: 273 -name: "蔓字天珠" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1719807611 {#7083 date: 2024-07-01 13:20:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7084 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7086 …} -Children: Doctrine\ORM\PersistentCollection {#7089 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7092 -id: 272 -name: "星辰天珠" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1719807605 {#7090 date: 2024-07-01 13:20:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7091 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7093 …} -Children: Doctrine\ORM\PersistentCollection {#7096 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7099 -id: 271 -name: "羊眼板珠" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1719807598 {#7097 date: 2024-07-01 13:19:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7098 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7100 …} -Children: Doctrine\ORM\PersistentCollection {#7103 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7106 -id: 270 -name: "三色線珠" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1719807588 {#7104 date: 2024-07-01 13:19:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7105 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7107 …} -Children: Doctrine\ORM\PersistentCollection {#7110 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7113 -id: 269 -name: "福壽天珠" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1719807583 {#7111 date: 2024-07-01 13:19:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7112 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7114 …} -Children: Doctrine\ORM\PersistentCollection {#7117 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7120 -id: 268 -name: "大鵬鳥天珠" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1719807577 {#7118 date: 2024-07-01 13:19:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7119 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7121 …} -Children: Doctrine\ORM\PersistentCollection {#7124 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7127 -id: 267 -name: "菩提天珠" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1719807570 {#7125 date: 2024-07-01 13:19:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7126 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7128 …} -Children: Doctrine\ORM\PersistentCollection {#7131 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7134 -id: 266 -name: "大人天珠" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1719807564 {#7132 date: 2024-07-01 13:19:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7133 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7135 …} -Children: Doctrine\ORM\PersistentCollection {#7138 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7141 -id: 265 -name: "山形天珠" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1719807557 {#7139 date: 2024-07-01 13:19:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7140 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7142 …} -Children: Doctrine\ORM\PersistentCollection {#7145 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7148 -id: 264 -name: "双天地天珠" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1719807548 {#7146 date: 2024-07-01 13:19:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7147 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7149 …} -Children: Doctrine\ORM\PersistentCollection {#7152 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7155 -id: 263 -name: "天地天珠" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1719807542 {#7153 date: 2024-07-01 13:19:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7154 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7156 …} -Children: Doctrine\ORM\PersistentCollection {#7159 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7162 -id: 262 -name: "日月天珠" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1719807535 {#7160 date: 2024-07-01 13:18:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7161 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7163 …} -Children: Doctrine\ORM\PersistentCollection {#7166 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7169 -id: 261 -name: "黒白天珠" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1719807529 {#7167 date: 2024-07-01 13:18:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7168 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7170 …} -Children: Doctrine\ORM\PersistentCollection {#7173 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7176 -id: 260 -name: "流水紋天珠" -hierarchy: 2 -sort_no: 160 -create_date: DateTime @1719807521 {#7174 date: 2024-07-01 13:18:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7175 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7177 …} -Children: Doctrine\ORM\PersistentCollection {#7180 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7183 -id: 259 -name: "財神天珠" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1719807514 {#7181 date: 2024-07-01 13:18:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7182 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7184 …} -Children: Doctrine\ORM\PersistentCollection {#7187 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7190 -id: 258 -name: "如意鈎天珠" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1719807506 {#7188 date: 2024-07-01 13:18:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7189 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7191 …} -Children: Doctrine\ORM\PersistentCollection {#7194 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7197 -id: 257 -name: "水紋天珠" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1719807499 {#7195 date: 2024-07-01 13:18:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7196 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7198 …} -Children: Doctrine\ORM\PersistentCollection {#7201 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7204 -id: 256 -name: "薬師天珠" -hierarchy: 2 -sort_no: 156 -create_date: DateTime @1719807490 {#7202 date: 2024-07-01 13:18:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7203 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7205 …} -Children: Doctrine\ORM\PersistentCollection {#7208 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7211 -id: 255 -name: "亀甲長壽天珠" -hierarchy: 2 -sort_no: 155 -create_date: DateTime @1719807484 {#7209 date: 2024-07-01 13:18:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7210 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7212 …} -Children: Doctrine\ORM\PersistentCollection {#7215 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7218 -id: 254 -name: "金剛虎牙六眼天珠" -hierarchy: 2 -sort_no: 154 -create_date: DateTime @1719807477 {#7216 date: 2024-07-01 13:17:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7217 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7219 …} -Children: Doctrine\ORM\PersistentCollection {#7222 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7225 -id: 253 -name: "金剛蓮花三眼天珠" -hierarchy: 2 -sort_no: 153 -create_date: DateTime @1719807468 {#7223 date: 2024-07-01 13:17:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7224 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7226 …} -Children: Doctrine\ORM\PersistentCollection {#7229 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7232 -id: 252 -name: "金剛杵天珠" -hierarchy: 2 -sort_no: 152 -create_date: DateTime @1719807459 {#7230 date: 2024-07-01 13:17:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7231 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7233 …} -Children: Doctrine\ORM\PersistentCollection {#7236 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7239 -id: 251 -name: "蓮師法器天珠" -hierarchy: 2 -sort_no: 151 -create_date: DateTime @1719807449 {#7237 date: 2024-07-01 13:17:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7238 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7240 …} -Children: Doctrine\ORM\PersistentCollection {#7243 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7246 -id: 250 -name: "蓮師法帽天珠" -hierarchy: 2 -sort_no: 150 -create_date: DateTime @1719807441 {#7244 date: 2024-07-01 13:17:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7245 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7247 …} -Children: Doctrine\ORM\PersistentCollection {#7250 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7253 -id: 249 -name: "閃電五眼天珠" -hierarchy: 2 -sort_no: 149 -create_date: DateTime @1719807435 {#7251 date: 2024-07-01 13:17:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7252 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7254 …} -Children: Doctrine\ORM\PersistentCollection {#7257 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7260 -id: 248 -name: "蓮花天珠" -hierarchy: 2 -sort_no: 148 -create_date: DateTime @1719807427 {#7258 date: 2024-07-01 13:17:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7259 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7261 …} -Children: Doctrine\ORM\PersistentCollection {#7264 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7267 -id: 247 -name: "四線虎牙天珠" -hierarchy: 2 -sort_no: 147 -create_date: DateTime @1719807420 {#7265 date: 2024-07-01 13:17:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7266 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7268 …} -Children: Doctrine\ORM\PersistentCollection {#7271 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7274 -id: 246 -name: "五福臨門天珠" -hierarchy: 2 -sort_no: 146 -create_date: DateTime @1719807414 {#7272 date: 2024-07-01 13:16:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7273 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7275 …} -Children: Doctrine\ORM\PersistentCollection {#7278 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7281 -id: 245 -name: "如意天珠" -hierarchy: 2 -sort_no: 145 -create_date: DateTime @1719807407 {#7279 date: 2024-07-01 13:16:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7280 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7282 …} -Children: Doctrine\ORM\PersistentCollection {#7285 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7288 -id: 244 -name: "二十一眼天珠" -hierarchy: 2 -sort_no: 144 -create_date: DateTime @1719807400 {#7286 date: 2024-07-01 13:16:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7287 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7289 …} -Children: Doctrine\ORM\PersistentCollection {#7292 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7295 -id: 243 -name: "二十眼天珠" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1719807394 {#7293 date: 2024-07-01 13:16:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7294 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7296 …} -Children: Doctrine\ORM\PersistentCollection {#7299 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7302 -id: 242 -name: "十九眼天珠" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1719807386 {#7300 date: 2024-07-01 13:16:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7301 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7303 …} -Children: Doctrine\ORM\PersistentCollection {#7306 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7309 -id: 241 -name: "十八眼天珠" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1719807380 {#7307 date: 2024-07-01 13:16:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7308 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7310 …} -Children: Doctrine\ORM\PersistentCollection {#7313 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7316 -id: 240 -name: "十七眼天珠" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1719807323 {#7314 date: 2024-07-01 13:15:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7315 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7317 …} -Children: Doctrine\ORM\PersistentCollection {#7320 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7323 -id: 239 -name: "十六眼天珠" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1719807316 {#7321 date: 2024-07-01 13:15:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7322 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7324 …} -Children: Doctrine\ORM\PersistentCollection {#7327 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7330 -id: 238 -name: "十五眼天珠" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1719807308 {#7328 date: 2024-07-01 13:15:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7329 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7331 …} -Children: Doctrine\ORM\PersistentCollection {#7334 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7337 -id: 237 -name: "十四眼天珠" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1719807302 {#7335 date: 2024-07-01 13:15:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7336 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7338 …} -Children: Doctrine\ORM\PersistentCollection {#7341 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7344 -id: 236 -name: "十三眼天珠" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1719807293 {#7342 date: 2024-07-01 13:14:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7343 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7345 …} -Children: Doctrine\ORM\PersistentCollection {#7348 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7351 -id: 235 -name: "十二眼天珠" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1719807286 {#7349 date: 2024-07-01 13:14:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7350 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7352 …} -Children: Doctrine\ORM\PersistentCollection {#7355 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7358 -id: 234 -name: "十一眼天珠" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1719807279 {#7356 date: 2024-07-01 13:14:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7357 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7359 …} -Children: Doctrine\ORM\PersistentCollection {#7362 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7365 -id: 233 -name: "十眼天珠" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1719807272 {#7363 date: 2024-07-01 13:14:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7364 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7366 …} -Children: Doctrine\ORM\PersistentCollection {#7369 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7372 -id: 232 -name: "九眼天珠" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1719807265 {#7370 date: 2024-07-01 13:14:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7371 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7373 …} -Children: Doctrine\ORM\PersistentCollection {#7376 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7379 -id: 231 -name: "八眼天珠" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1719807258 {#7377 date: 2024-07-01 13:14:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7378 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7380 …} -Children: Doctrine\ORM\PersistentCollection {#7383 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7386 -id: 230 -name: "七眼天珠" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1719807251 {#7384 date: 2024-07-01 13:14:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7385 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7387 …} -Children: Doctrine\ORM\PersistentCollection {#7390 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7393 -id: 229 -name: "六眼天珠" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1719807237 {#7391 date: 2024-07-01 13:13:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7392 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7394 …} -Children: Doctrine\ORM\PersistentCollection {#7397 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7400 -id: 228 -name: "五眼天珠" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1719807225 {#7398 date: 2024-07-01 13:13:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7399 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7401 …} -Children: Doctrine\ORM\PersistentCollection {#7404 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7407 -id: 227 -name: "四眼天珠" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1719807216 {#7405 date: 2024-07-01 13:13:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7406 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7408 …} -Children: Doctrine\ORM\PersistentCollection {#7411 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7414 -id: 226 -name: "三眼天珠" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1719807209 {#7412 date: 2024-07-01 13:13:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7413 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7415 …} -Children: Doctrine\ORM\PersistentCollection {#7418 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7421 -id: 225 -name: "二眼天珠" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1719807199 {#7419 date: 2024-07-01 13:13:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7420 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7422 …} -Children: Doctrine\ORM\PersistentCollection {#7425 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7428 -id: 308 -name: "蓮花羊眼板天珠" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1726199960 {#7426 date: 2024-09-13 12:59:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1726199960 {#7427 date: 2024-09-13 12:59:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7429 …} -Children: Doctrine\ORM\PersistentCollection {#7432 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7435 -id: 224 -name: "一眼天珠" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1719807188 {#7433 date: 2024-07-01 13:13:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7434 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7436 …} -Children: Doctrine\ORM\PersistentCollection {#7439 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } Eccube\Entity\Category {#7440 -id: 116 -name: "ピックアップ" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1717434582 {#6990 date: 2024-06-04 02:09:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6991 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7441 …} -Children: Doctrine\ORM\PersistentCollection {#7444 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7447 -id: 117 -name: "ギフト" -hierarchy: 1 -sort_no: 21 -create_date: DateTime @1717434592 {#7445 date: 2024-06-04 02:09:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7446 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7448 …} -Children: Doctrine\ORM\PersistentCollection {#7451 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7456 -id: 30 -name: "運気" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1713760364 {#7452 date: 2024-04-22 13:32:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7453 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7457 …} -Children: Doctrine\ORM\PersistentCollection {#7460 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7461 -id: 115 -name: "招福" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1717417635 {#7454 date: 2024-06-03 21:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417635 {#7455 date: 2024-06-03 21:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7462 …} -Children: Doctrine\ORM\PersistentCollection {#7465 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7470 -id: 114 -name: "願望達成" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1717417623 {#7468 date: 2024-06-03 21:27:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417623 {#7469 date: 2024-06-03 21:27:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7471 …} -Children: Doctrine\ORM\PersistentCollection {#7474 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7477 -id: 113 -name: "学業・試験運" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1717417608 {#7475 date: 2024-06-03 21:26:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417608 {#7476 date: 2024-06-03 21:26:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7478 …} -Children: Doctrine\ORM\PersistentCollection {#7481 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7484 -id: 112 -name: "家庭運" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1717417591 {#7482 date: 2024-06-03 21:26:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417591 {#7483 date: 2024-06-03 21:26:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7485 …} -Children: Doctrine\ORM\PersistentCollection {#7488 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7491 -id: 111 -name: "結婚運" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1717417586 {#7489 date: 2024-06-03 21:26:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417586 {#7490 date: 2024-06-03 21:26:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7492 …} -Children: Doctrine\ORM\PersistentCollection {#7495 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7498 -id: 110 -name: "開運" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1717417580 {#7496 date: 2024-06-03 21:26:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417580 {#7497 date: 2024-06-03 21:26:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7499 …} -Children: Doctrine\ORM\PersistentCollection {#7502 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7505 -id: 109 -name: "対人運" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1717417576 {#7503 date: 2024-06-03 21:26:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417576 {#7504 date: 2024-06-03 21:26:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7506 …} -Children: Doctrine\ORM\PersistentCollection {#7509 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7512 -id: 108 -name: "魔除け" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1717417566 {#7510 date: 2024-06-03 21:26:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417566 {#7511 date: 2024-06-03 21:26:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7513 …} -Children: Doctrine\ORM\PersistentCollection {#7516 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7519 -id: 107 -name: "健康運" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1717417562 {#7517 date: 2024-06-03 21:26:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417562 {#7518 date: 2024-06-03 21:26:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7520 …} -Children: Doctrine\ORM\PersistentCollection {#7523 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7526 -id: 106 -name: "全体運" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1717417539 {#7524 date: 2024-06-03 21:25:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417539 {#7525 date: 2024-06-03 21:25:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7527 …} -Children: Doctrine\ORM\PersistentCollection {#7530 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7533 -id: 33 -name: "仕事運" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1713760383 {#7531 date: 2024-04-22 13:33:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713760383 {#7532 date: 2024-04-22 13:33:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7534 …} -Children: Doctrine\ORM\PersistentCollection {#7537 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7540 -id: 32 -name: "金運・財運" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1713760378 {#7538 date: 2024-04-22 13:32:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417551 {#7539 date: 2024-06-03 21:25:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7541 …} -Children: Doctrine\ORM\PersistentCollection {#7544 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } Eccube\Entity\Category {#7547 -id: 31 -name: "恋愛運" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1713760375 {#7545 date: 2024-04-22 13:32:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713760375 {#7546 date: 2024-04-22 13:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7548 …} -Children: Doctrine\ORM\PersistentCollection {#7551 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } ] |
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 {#687 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#686 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#685 …} -namespace: Closure() {#683 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | Container0s35PEL\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 {#5755 -om: Container0s35PEL\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#672 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5702 …} -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() {#5753 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4386 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1093 …} $translationDomain: "validators" $message: Closure() {#5716 …} } } |
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 {#7582 +label: "セール" +value: "312" +data: Eccube\Entity\Category {#5878 -id: 312 -name: "セール" -hierarchy: 1 -sort_no: 210 -create_date: DateTime @1735090129 {#5884 date: 2024-12-25 10:28:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#5882 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5968 …} -Children: Doctrine\ORM\PersistentCollection {#6124 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7584 +label: "天然石" +value: "118" +data: Eccube\Entity\Category {#6119 -id: 118 -name: "天然石" -hierarchy: 1 -sort_no: 209 -create_date: DateTime @1717439447 {#6123 date: 2024-06-04 03:30:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6122 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6118 …} -Children: Doctrine\ORM\PersistentCollection {#6115 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7583 +label: " トパーズ" +value: "309" +data: Eccube\Entity\Category {#6114 -id: 309 -name: "トパーズ" -hierarchy: 2 -sort_no: 205 -create_date: DateTime @1728971426 {#6121 date: 2024-10-15 14:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728971426 {#6120 date: 2024-10-15 14:50:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6113 …} -Children: Doctrine\ORM\PersistentCollection {#6109 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7586 +label: " ラヴァストーン" +value: "306" +data: Eccube\Entity\Category {#6104 -id: 306 -name: "ラヴァストーン" -hierarchy: 2 -sort_no: 204 -create_date: DateTime @1725857600 {#6106 date: 2024-09-09 13:53:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857600 {#6105 date: 2024-09-09 13:53:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6103 …} -Children: Doctrine\ORM\PersistentCollection {#6100 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7587 +label: " リバーストーン" +value: "305" +data: Eccube\Entity\Category {#6097 -id: 305 -name: "リバーストーン" -hierarchy: 2 -sort_no: 203 -create_date: DateTime @1725857595 {#6099 date: 2024-09-09 13:53:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857595 {#6098 date: 2024-09-09 13:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6096 …} -Children: Doctrine\ORM\PersistentCollection {#5881 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7588 +label: " クラック水晶" +value: "304" +data: Eccube\Entity\Category {#6084 -id: 304 -name: "クラック水晶" -hierarchy: 2 -sort_no: 202 -create_date: DateTime @1725857588 {#5879 date: 2024-09-09 13:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857588 {#5900 date: 2024-09-09 13:53:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6086 …} -Children: Doctrine\ORM\PersistentCollection {#6089 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7589 +label: " ゴールドコーラル" +value: "303" +data: Eccube\Entity\Category {#6092 -id: 303 -name: "ゴールドコーラル" -hierarchy: 2 -sort_no: 201 -create_date: DateTime @1725857582 {#6090 date: 2024-09-09 13:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857582 {#6091 date: 2024-09-09 13:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6093 …} -Children: Doctrine\ORM\PersistentCollection {#6131 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7590 +label: " ダルメシアンジャスパー" +value: "302" +data: Eccube\Entity\Category {#6132 -id: 302 -name: "ダルメシアンジャスパー" -hierarchy: 2 -sort_no: 200 -create_date: DateTime @1725857574 {#6129 date: 2024-09-09 13:52:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857574 {#6130 date: 2024-09-09 13:52:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6133 …} -Children: Doctrine\ORM\PersistentCollection {#6136 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7591 +label: " ローズジャスパー" +value: "207" +data: Eccube\Entity\Category {#6139 -id: 207 -name: "ローズジャスパー" -hierarchy: 2 -sort_no: 199 -create_date: DateTime @1719214717 {#6137 date: 2024-06-24 16:38:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6138 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6140 …} -Children: Doctrine\ORM\PersistentCollection {#6144 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7592 +label: " ローズクォーツ" +value: "206" +data: Eccube\Entity\Category {#6147 -id: 206 -name: "ローズクォーツ" -hierarchy: 2 -sort_no: 198 -create_date: DateTime @1719214706 {#6145 date: 2024-06-24 16:38:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6146 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6148 …} -Children: Doctrine\ORM\PersistentCollection {#6151 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7593 +label: " レモンクォーツ" +value: "205" +data: Eccube\Entity\Category {#6154 -id: 205 -name: "レモンクォーツ" -hierarchy: 2 -sort_no: 197 -create_date: DateTime @1719214700 {#6152 date: 2024-06-24 16:38:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6153 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6155 …} -Children: Doctrine\ORM\PersistentCollection {#6158 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7594 +label: " レッドタイガーアイ" +value: "204" +data: Eccube\Entity\Category {#6161 -id: 204 -name: "レッドタイガーアイ" -hierarchy: 2 -sort_no: 196 -create_date: DateTime @1719214691 {#6159 date: 2024-06-24 16:38:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6160 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6162 …} -Children: Doctrine\ORM\PersistentCollection {#6165 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7595 +label: " レッドアゲート" +value: "203" +data: Eccube\Entity\Category {#6168 -id: 203 -name: "レッドアゲート" -hierarchy: 2 -sort_no: 195 -create_date: DateTime @1719214683 {#6166 date: 2024-06-24 16:38:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6167 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6169 …} -Children: Doctrine\ORM\PersistentCollection {#6172 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7596 +label: " レインボームーンストーン" +value: "202" +data: Eccube\Entity\Category {#6175 -id: 202 -name: "レインボームーンストーン" -hierarchy: 2 -sort_no: 194 -create_date: DateTime @1719214676 {#6173 date: 2024-06-24 16:37:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6174 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6176 …} -Children: Doctrine\ORM\PersistentCollection {#6179 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7597 +label: " ルビー" +value: "201" +data: Eccube\Entity\Category {#6182 -id: 201 -name: "ルビー" -hierarchy: 2 -sort_no: 193 -create_date: DateTime @1719214669 {#6180 date: 2024-06-24 16:37:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6181 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6183 …} -Children: Doctrine\ORM\PersistentCollection {#6186 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7598 +label: " ルチルクォーツ" +value: "200" +data: Eccube\Entity\Category {#6189 -id: 200 -name: "ルチルクォーツ" -hierarchy: 2 -sort_no: 192 -create_date: DateTime @1719214664 {#6187 date: 2024-06-24 16:37:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6188 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6190 …} -Children: Doctrine\ORM\PersistentCollection {#6193 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7599 +label: " 龍紋メノウ" +value: "199" +data: Eccube\Entity\Category {#6196 -id: 199 -name: "龍紋メノウ" -hierarchy: 2 -sort_no: 191 -create_date: DateTime @1719214655 {#6194 date: 2024-06-24 16:37:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6195 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6197 …} -Children: Doctrine\ORM\PersistentCollection {#6200 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7600 +label: " リバーストーン" +value: "300" +data: Eccube\Entity\Category {#6203 -id: 300 -name: "リバーストーン" -hierarchy: 2 -sort_no: 190 -create_date: DateTime @1721966548 {#6201 date: 2024-07-26 13:02:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6202 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6204 …} -Children: Doctrine\ORM\PersistentCollection {#6207 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7601 +label: " ラリマー" +value: "198" +data: Eccube\Entity\Category {#6210 -id: 198 -name: "ラリマー" -hierarchy: 2 -sort_no: 189 -create_date: DateTime @1719214639 {#6208 date: 2024-06-24 16:37:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6209 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6211 …} -Children: Doctrine\ORM\PersistentCollection {#6214 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7602 +label: " ラブラドライト" +value: "197" +data: Eccube\Entity\Category {#6217 -id: 197 -name: "ラブラドライト" -hierarchy: 2 -sort_no: 188 -create_date: DateTime @1719214636 {#6215 date: 2024-06-24 16:37:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6216 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6218 …} -Children: Doctrine\ORM\PersistentCollection {#6221 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7603 +label: " ラピスラズリ" +value: "196" +data: Eccube\Entity\Category {#6224 -id: 196 -name: "ラピスラズリ" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1719214627 {#6222 date: 2024-06-24 16:37:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6223 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6225 …} -Children: Doctrine\ORM\PersistentCollection {#6228 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7604 +label: " モルガナイト" +value: "195" +data: Eccube\Entity\Category {#6231 -id: 195 -name: "モルガナイト" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1719214616 {#6229 date: 2024-06-24 16:36:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6230 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6232 …} -Children: Doctrine\ORM\PersistentCollection {#6235 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7605 +label: " モリオン" +value: "194" +data: Eccube\Entity\Category {#6238 -id: 194 -name: "モリオン" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1719214612 {#6236 date: 2024-06-24 16:36:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6237 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6239 …} -Children: Doctrine\ORM\PersistentCollection {#6242 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7606 +label: " モスアゲート" +value: "193" +data: Eccube\Entity\Category {#6245 -id: 193 -name: "モスアゲート" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1719214606 {#6243 date: 2024-06-24 16:36:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6244 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6246 …} -Children: Doctrine\ORM\PersistentCollection {#6249 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7607 +label: " ムーンストーン" +value: "192" +data: Eccube\Entity\Category {#6252 -id: 192 -name: "ムーンストーン" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1719214601 {#6250 date: 2024-06-24 16:36:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6251 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6253 …} -Children: Doctrine\ORM\PersistentCollection {#6256 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7608 +label: " ミッドナイトオーラ" +value: "191" +data: Eccube\Entity\Category {#6259 -id: 191 -name: "ミッドナイトオーラ" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1719214596 {#6257 date: 2024-06-24 16:36:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6258 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6260 …} -Children: Doctrine\ORM\PersistentCollection {#6263 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7609 +label: " MIXアゲート" +value: "289" +data: Eccube\Entity\Category {#6266 -id: 289 -name: "MIXアゲート" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1721726889 {#6264 date: 2024-07-23 18:28:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6265 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6267 …} -Children: Doctrine\ORM\PersistentCollection {#6270 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7610 +label: " マザーオブパール" +value: "190" +data: Eccube\Entity\Category {#6273 -id: 190 -name: "マザーオブパール" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1719214587 {#6271 date: 2024-06-24 16:36:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6272 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6274 …} -Children: Doctrine\ORM\PersistentCollection {#6277 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7611 +label: " ホワイトカルセドニー" +value: "189" +data: Eccube\Entity\Category {#6280 -id: 189 -name: "ホワイトカルセドニー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1719214578 {#6278 date: 2024-06-24 16:36:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6279 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6281 …} -Children: Doctrine\ORM\PersistentCollection {#6284 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7612 +label: " 北投石" +value: "188" +data: Eccube\Entity\Category {#6287 -id: 188 -name: "北投石" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1719214570 {#6285 date: 2024-06-24 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6286 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6288 …} -Children: Doctrine\ORM\PersistentCollection {#6291 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7613 +label: " ペリドット" +value: "187" +data: Eccube\Entity\Category {#6294 -id: 187 -name: "ペリドット" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1719214560 {#6292 date: 2024-06-24 16:36:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6293 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6295 …} -Children: Doctrine\ORM\PersistentCollection {#6298 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7614 +label: " ヘマタイト" +value: "186" +data: Eccube\Entity\Category {#6301 -id: 186 -name: "ヘマタイト" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1719214555 {#6299 date: 2024-06-24 16:35:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6300 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6302 …} -Children: Doctrine\ORM\PersistentCollection {#6305 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7615 +label: " フローライト" +value: "185" +data: Eccube\Entity\Category {#6308 -id: 185 -name: "フローライト" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1719214550 {#6306 date: 2024-06-24 16:35:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6307 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6309 …} -Children: Doctrine\ORM\PersistentCollection {#6312 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7616 +label: " プレナイト" +value: "184" +data: Eccube\Entity\Category {#6315 -id: 184 -name: "プレナイト" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1719214544 {#6313 date: 2024-06-24 16:35:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6314 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6316 …} -Children: Doctrine\ORM\PersistentCollection {#6319 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7617 +label: " ブルーレースアゲート" +value: "183" +data: Eccube\Entity\Category {#6322 -id: 183 -name: "ブルーレースアゲート" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1719214535 {#6320 date: 2024-06-24 16:35:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6321 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6323 …} -Children: Doctrine\ORM\PersistentCollection {#6326 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7618 +label: " ブルータイガーアイ" +value: "182" +data: Eccube\Entity\Category {#6329 -id: 182 -name: "ブルータイガーアイ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1719214526 {#6327 date: 2024-06-24 16:35:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6328 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6330 …} -Children: Doctrine\ORM\PersistentCollection {#6333 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7619 +label: " ブルーゴールドストーン" +value: "181" +data: Eccube\Entity\Category {#6336 -id: 181 -name: "ブルーゴールドストーン" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1719214514 {#6334 date: 2024-06-24 16:35:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6335 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6337 …} -Children: Doctrine\ORM\PersistentCollection {#6340 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7620 +label: " ブラックスピネル" +value: "180" +data: Eccube\Entity\Category {#6343 -id: 180 -name: "ブラックスピネル" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1719214503 {#6341 date: 2024-06-24 16:35:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6342 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6344 …} -Children: Doctrine\ORM\PersistentCollection {#6347 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7621 +label: " ピーコックヘマタイト" +value: "292" +data: Eccube\Entity\Category {#6350 -id: 292 -name: "ピーコックヘマタイト" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1721726912 {#6348 date: 2024-07-23 18:28:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6349 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6351 …} -Children: Doctrine\ORM\PersistentCollection {#6354 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7622 +label: " ピンクオパール" +value: "179" +data: Eccube\Entity\Category {#6357 -id: 179 -name: "ピンクオパール" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1719214489 {#6355 date: 2024-06-24 16:34:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6356 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6358 …} -Children: Doctrine\ORM\PersistentCollection {#6361 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7623 +label: " ヒマラヤ水晶" +value: "178" +data: Eccube\Entity\Category {#6364 -id: 178 -name: "ヒマラヤ水晶" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1719214480 {#6362 date: 2024-06-24 16:34:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6363 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6365 …} -Children: Doctrine\ORM\PersistentCollection {#6368 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7624 +label: " 翡翠" +value: "177" +data: Eccube\Entity\Category {#6371 -id: 177 -name: "翡翠" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1719214472 {#6369 date: 2024-06-24 16:34:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6370 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6372 …} -Children: Doctrine\ORM\PersistentCollection {#6375 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7625 +label: " ピクチャージャスパー" +value: "176" +data: Eccube\Entity\Category {#6378 -id: 176 -name: "ピクチャージャスパー" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1719214467 {#6376 date: 2024-06-24 16:34:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6377 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6379 …} -Children: Doctrine\ORM\PersistentCollection {#6382 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7626 +label: " ハウライト" +value: "175" +data: Eccube\Entity\Category {#6385 -id: 175 -name: "ハウライト" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1719214458 {#6383 date: 2024-06-24 16:34:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6384 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6386 …} -Children: Doctrine\ORM\PersistentCollection {#6389 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7627 +label: " パイライト" +value: "174" +data: Eccube\Entity\Category {#6392 -id: 174 -name: "パイライト" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1719214453 {#6390 date: 2024-06-24 16:34:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6391 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6393 …} -Children: Doctrine\ORM\PersistentCollection {#6396 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7628 +label: " パール" +value: "173" +data: Eccube\Entity\Category {#6399 -id: 173 -name: "パール" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1719214443 {#6397 date: 2024-06-24 16:34:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6398 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6400 …} -Children: Doctrine\ORM\PersistentCollection {#6403 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7629 +label: " トルマリン" +value: "172" +data: Eccube\Entity\Category {#6406 -id: 172 -name: "トルマリン" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1719214439 {#6404 date: 2024-06-24 16:33:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6405 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6407 …} -Children: Doctrine\ORM\PersistentCollection {#6410 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7630 +label: " テラヘルツ" +value: "171" +data: Eccube\Entity\Category {#6413 -id: 171 -name: "テラヘルツ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1719214435 {#6411 date: 2024-06-24 16:33:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6412 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6414 …} -Children: Doctrine\ORM\PersistentCollection {#6417 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7631 +label: " ツリーアゲート" +value: "301" +data: Eccube\Entity\Category {#6420 -id: 301 -name: "ツリーアゲート" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1721966565 {#6418 date: 2024-07-26 13:02:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6419 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6421 …} -Children: Doctrine\ORM\PersistentCollection {#6424 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7632 +label: " 茶黄水晶" +value: "170" +data: Eccube\Entity\Category {#6427 -id: 170 -name: "茶黄水晶" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1719214422 {#6425 date: 2024-06-24 16:33:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6426 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6428 …} -Children: Doctrine\ORM\PersistentCollection {#6431 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7633 +label: " チェリークォーツ" +value: "169" +data: Eccube\Entity\Category {#6434 -id: 169 -name: "チェリークォーツ" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1719214416 {#6432 date: 2024-06-24 16:33:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6433 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6435 …} -Children: Doctrine\ORM\PersistentCollection {#6438 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7634 +label: " タンザナイト" +value: "168" +data: Eccube\Entity\Category {#6441 -id: 168 -name: "タンザナイト" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1719214409 {#6439 date: 2024-06-24 16:33:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6440 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6442 …} -Children: Doctrine\ORM\PersistentCollection {#6445 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7635 +label: " ダルメシアンジャスパー" +value: "290" +data: Eccube\Entity\Category {#6448 -id: 290 -name: "ダルメシアンジャスパー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1721726899 {#6446 date: 2024-07-23 18:28:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6447 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6449 …} -Children: Doctrine\ORM\PersistentCollection {#6452 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7636 +label: " タイガーアイ" +value: "167" +data: Eccube\Entity\Category {#6455 -id: 167 -name: "タイガーアイ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1719214404 {#6453 date: 2024-06-24 16:33:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6454 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6456 …} -Children: Doctrine\ORM\PersistentCollection {#6459 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7637 +label: " ターコイズ" +value: "166" +data: Eccube\Entity\Category {#6462 -id: 166 -name: "ターコイズ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1719214392 {#6460 date: 2024-06-24 16:33:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6461 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6463 …} -Children: Doctrine\ORM\PersistentCollection {#6466 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7638 +label: " ソーダライト" +value: "165" +data: Eccube\Entity\Category {#6469 -id: 165 -name: "ソーダライト" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1719214381 {#6467 date: 2024-06-24 16:33:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6468 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6470 …} -Children: Doctrine\ORM\PersistentCollection {#6473 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7639 +label: " スモーキークォーツ" +value: "164" +data: Eccube\Entity\Category {#6476 -id: 164 -name: "スモーキークォーツ" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1719214373 {#6474 date: 2024-06-24 16:32:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6475 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6477 …} -Children: Doctrine\ORM\PersistentCollection {#6480 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7640 +label: " スピネル" +value: "163" +data: Eccube\Entity\Category {#6483 -id: 163 -name: "スピネル" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1719214365 {#6481 date: 2024-06-24 16:32:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6482 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6484 …} -Children: Doctrine\ORM\PersistentCollection {#6487 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7641 +label: " ストロベリークォーツ" +value: "162" +data: Eccube\Entity\Category {#6490 -id: 162 -name: "ストロベリークォーツ" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1719214359 {#6488 date: 2024-06-24 16:32:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6489 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6491 …} -Children: Doctrine\ORM\PersistentCollection {#6494 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7642 +label: " スギライト" +value: "161" +data: Eccube\Entity\Category {#6497 -id: 161 -name: "スギライト" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1719214347 {#6495 date: 2024-06-24 16:32:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6496 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6498 …} -Children: Doctrine\ORM\PersistentCollection {#6501 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7643 +label: " 水晶" +value: "160" +data: Eccube\Entity\Category {#6504 -id: 160 -name: "水晶" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1719214342 {#6502 date: 2024-06-24 16:32:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6503 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6505 …} -Children: Doctrine\ORM\PersistentCollection {#6508 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7644 +label: " 朱砂パーツ" +value: "294" +data: Eccube\Entity\Category {#6511 -id: 294 -name: "朱砂パーツ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1721726925 {#6509 date: 2024-07-23 18:28:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6510 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6512 …} -Children: Doctrine\ORM\PersistentCollection {#6515 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7645 +label: " シトリン" +value: "159" +data: Eccube\Entity\Category {#6518 -id: 159 -name: "シトリン" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1719214334 {#6516 date: 2024-06-24 16:32:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6517 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6519 …} -Children: Doctrine\ORM\PersistentCollection {#6522 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7646 +label: " サンストーン" +value: "158" +data: Eccube\Entity\Category {#6525 -id: 158 -name: "サンストーン" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1719214329 {#6523 date: 2024-06-24 16:32:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6524 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6526 …} -Children: Doctrine\ORM\PersistentCollection {#6529 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7647 +label: " 珊瑚" +value: "157" +data: Eccube\Entity\Category {#6532 -id: 157 -name: "珊瑚" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1719214321 {#6530 date: 2024-06-24 16:32:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6531 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6533 …} -Children: Doctrine\ORM\PersistentCollection {#6536 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7648 +label: " サファイア" +value: "156" +data: Eccube\Entity\Category {#6539 -id: 156 -name: "サファイア" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1719214302 {#6537 date: 2024-06-24 16:31:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6538 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6540 …} -Children: Doctrine\ORM\PersistentCollection {#6543 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7649 +label: " サードニクス" +value: "155" +data: Eccube\Entity\Category {#6546 -id: 155 -name: "サードニクス" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1719214295 {#6544 date: 2024-06-24 16:31:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6545 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6547 …} -Children: Doctrine\ORM\PersistentCollection {#6550 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7650 +label: " コスモオーラ" +value: "154" +data: Eccube\Entity\Category {#6553 -id: 154 -name: "コスモオーラ" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1719214286 {#6551 date: 2024-06-24 16:31:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6552 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6554 …} -Children: Doctrine\ORM\PersistentCollection {#6557 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7651 +label: " ゴールドヘマタイト" +value: "153" +data: Eccube\Entity\Category {#6560 -id: 153 -name: "ゴールドヘマタイト" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1719214278 {#6558 date: 2024-06-24 16:31:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6559 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6561 …} -Children: Doctrine\ORM\PersistentCollection {#6564 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7652 +label: " ゴールドストーン" +value: "152" +data: Eccube\Entity\Category {#6567 -id: 152 -name: "ゴールドストーン" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1719214270 {#6565 date: 2024-06-24 16:31:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6566 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6568 …} -Children: Doctrine\ORM\PersistentCollection {#6571 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7653 +label: " ゴールドコーラル" +value: "295" +data: Eccube\Entity\Category {#6574 -id: 295 -name: "ゴールドコーラル" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1721726932 {#6572 date: 2024-07-23 18:28:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6573 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6575 …} -Children: Doctrine\ORM\PersistentCollection {#6578 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7654 +label: " ゴールデンオーラ" +value: "151" +data: Eccube\Entity\Category {#6581 -id: 151 -name: "ゴールデンオーラ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1719214263 {#6579 date: 2024-06-24 16:31:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6580 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6582 …} -Children: Doctrine\ORM\PersistentCollection {#6585 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7655 +label: " クンツァイト" +value: "150" +data: Eccube\Entity\Category {#6588 -id: 150 -name: "クンツァイト" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1719214255 {#6586 date: 2024-06-24 16:30:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6587 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6589 …} -Children: Doctrine\ORM\PersistentCollection {#6592 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7656 +label: " クリソコーラ" +value: "149" +data: Eccube\Entity\Category {#6595 -id: 149 -name: "クリソコーラ" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1719214243 {#6593 date: 2024-06-24 16:30:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6594 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6596 …} -Children: Doctrine\ORM\PersistentCollection {#6599 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7657 +label: " グリーンアゲート" +value: "148" +data: Eccube\Entity\Category {#6602 -id: 148 -name: "グリーンアゲート" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1719214233 {#6600 date: 2024-06-24 16:30:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6601 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6603 …} -Children: Doctrine\ORM\PersistentCollection {#6606 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7658 +label: " クラック水晶" +value: "296" +data: Eccube\Entity\Category {#6609 -id: 296 -name: "クラック水晶" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1721726937 {#6607 date: 2024-07-23 18:28:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6608 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6610 …} -Children: Doctrine\ORM\PersistentCollection {#6613 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7659 +label: " キャンディークォーツ" +value: "291" +data: Eccube\Entity\Category {#6616 -id: 291 -name: "キャンディークォーツ" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1721726906 {#6614 date: 2024-07-23 18:28:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6615 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6617 …} -Children: Doctrine\ORM\PersistentCollection {#6620 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7660 +label: " 眼球メノウ" +value: "147" +data: Eccube\Entity\Category {#6623 -id: 147 -name: "眼球メノウ" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1719214224 {#6621 date: 2024-06-24 16:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6622 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6624 …} -Children: Doctrine\ORM\PersistentCollection {#6627 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7661 +label: " カルサイト" +value: "146" +data: Eccube\Entity\Category {#6630 -id: 146 -name: "カルサイト" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1719214207 {#6628 date: 2024-06-24 16:30:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6629 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6631 …} -Children: Doctrine\ORM\PersistentCollection {#6634 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7662 +label: " カラーチェンジフローライト" +value: "298" +data: Eccube\Entity\Category {#6637 -id: 298 -name: "カラーチェンジフローライト" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1721726951 {#6635 date: 2024-07-23 18:29:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6636 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6638 …} -Children: Doctrine\ORM\PersistentCollection {#6641 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7663 +label: " カイヤナイト" +value: "145" +data: Eccube\Entity\Category {#6644 -id: 145 -name: "カイヤナイト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1719214198 {#6642 date: 2024-06-24 16:29:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6643 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6645 …} -Children: Doctrine\ORM\PersistentCollection {#6648 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7664 +label: " カーネリアン" +value: "144" +data: Eccube\Entity\Category {#6651 -id: 144 -name: "カーネリアン" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1719214192 {#6649 date: 2024-06-24 16:29:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6650 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6652 …} -Children: Doctrine\ORM\PersistentCollection {#6655 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7665 +label: " ガーネット" +value: "143" +data: Eccube\Entity\Category {#6658 -id: 143 -name: "ガーネット" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1719214185 {#6656 date: 2024-06-24 16:29:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6657 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6659 …} -Children: Doctrine\ORM\PersistentCollection {#6662 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7666 +label: " ガーデンクォーツ" +value: "142" +data: Eccube\Entity\Category {#6665 -id: 142 -name: "ガーデンクォーツ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1719214182 {#6663 date: 2024-06-24 16:29:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6664 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6666 …} -Children: Doctrine\ORM\PersistentCollection {#6669 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7667 +label: " オレンジムーンストーン" +value: "141" +data: Eccube\Entity\Category {#6672 -id: 141 -name: "オレンジムーンストーン" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1719214174 {#6670 date: 2024-06-24 16:29:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6671 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6673 …} -Children: Doctrine\ORM\PersistentCollection {#6676 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7668 +label: " オレンジファントムクォーツ" +value: "297" +data: Eccube\Entity\Category {#6679 -id: 297 -name: "オレンジファントムクォーツ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1721726944 {#6677 date: 2024-07-23 18:29:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6678 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6680 …} -Children: Doctrine\ORM\PersistentCollection {#6683 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7669 +label: " オブシディアン" +value: "140" +data: Eccube\Entity\Category {#6686 -id: 140 -name: "オブシディアン" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1719214165 {#6684 date: 2024-06-24 16:29:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6685 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6687 …} -Children: Doctrine\ORM\PersistentCollection {#6690 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7670 +label: " オニキス" +value: "139" +data: Eccube\Entity\Category {#6693 -id: 139 -name: "オニキス" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1719214157 {#6691 date: 2024-06-24 16:29:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6692 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6694 …} -Children: Doctrine\ORM\PersistentCollection {#6697 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7671 +label: " オーロラオーラ" +value: "138" +data: Eccube\Entity\Category {#6700 -id: 138 -name: "オーロラオーラ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1719214152 {#6698 date: 2024-06-24 16:29:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6699 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6701 …} -Children: Doctrine\ORM\PersistentCollection {#6704 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7672 +label: " エンジェルラダー" +value: "293" +data: Eccube\Entity\Category {#6707 -id: 293 -name: "エンジェルラダー" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1721726919 {#6705 date: 2024-07-23 18:28:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6706 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6708 …} -Children: Doctrine\ORM\PersistentCollection {#6711 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7673 +label: " エンジェライト" +value: "137" +data: Eccube\Entity\Category {#6714 -id: 137 -name: "エンジェライト" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1719214142 {#6712 date: 2024-06-24 16:29:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6713 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6715 …} -Children: Doctrine\ORM\PersistentCollection {#6718 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7674 +label: " エレスチャル" +value: "136" +data: Eccube\Entity\Category {#6721 -id: 136 -name: "エレスチャル" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1719214136 {#6719 date: 2024-06-24 16:28:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6720 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6722 …} -Children: Doctrine\ORM\PersistentCollection {#6725 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7675 +label: " インカローズ" +value: "135" +data: Eccube\Entity\Category {#6728 -id: 135 -name: "インカローズ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1719214126 {#6726 date: 2024-06-24 16:28:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6727 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6729 …} -Children: Doctrine\ORM\PersistentCollection {#6732 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7676 +label: " アンバー" +value: "134" +data: Eccube\Entity\Category {#6735 -id: 134 -name: "アンバー" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1719214114 {#6733 date: 2024-06-24 16:28:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6734 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6736 …} -Children: Doctrine\ORM\PersistentCollection {#6739 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7677 +label: " アメトリン" +value: "133" +data: Eccube\Entity\Category {#6742 -id: 133 -name: "アメトリン" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1719214108 {#6740 date: 2024-06-24 16:28:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6741 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6743 …} -Children: Doctrine\ORM\PersistentCollection {#6746 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7678 +label: " アメシスト" +value: "132" +data: Eccube\Entity\Category {#6749 -id: 132 -name: "アメシスト" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1719214103 {#6747 date: 2024-06-24 16:28:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6748 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6750 …} -Children: Doctrine\ORM\PersistentCollection {#6753 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7679 +label: " アマゾナイト" +value: "131" +data: Eccube\Entity\Category {#6756 -id: 131 -name: "アマゾナイト" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1719214098 {#6754 date: 2024-06-24 16:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6755 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6757 …} -Children: Doctrine\ORM\PersistentCollection {#6760 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7680 +label: " アベンチュリン" +value: "130" +data: Eccube\Entity\Category {#6763 -id: 130 -name: "アベンチュリン" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1719214091 {#6761 date: 2024-06-24 16:28:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6762 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6764 …} -Children: Doctrine\ORM\PersistentCollection {#6767 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7681 +label: " アパタイト" +value: "129" +data: Eccube\Entity\Category {#6770 -id: 129 -name: "アパタイト" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1719214076 {#6768 date: 2024-06-24 16:27:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6769 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6771 …} -Children: Doctrine\ORM\PersistentCollection {#6774 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7682 +label: " アクアマリン" +value: "128" +data: Eccube\Entity\Category {#6777 -id: 128 -name: "アクアマリン" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1719214065 {#6775 date: 2024-06-24 16:27:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6776 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6778 …} -Children: Doctrine\ORM\PersistentCollection {#6781 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7683 +label: " アクアオーラ" +value: "121" +data: Eccube\Entity\Category {#6784 -id: 121 -name: "アクアオーラ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1717439544 {#6782 date: 2024-06-04 03:32:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6783 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6785 …} -Children: Doctrine\ORM\PersistentCollection {#6788 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7684 +label: " アイリスクォーツ" +value: "120" +data: Eccube\Entity\Category {#6791 -id: 120 -name: "アイリスクォーツ" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1717439529 {#6789 date: 2024-06-04 03:32:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6790 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6792 …} -Children: Doctrine\ORM\PersistentCollection {#6795 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7685 +label: " アイオライト" +value: "119" +data: Eccube\Entity\Category {#6798 -id: 119 -name: "アイオライト" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1717439519 {#6796 date: 2024-06-04 03:31:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6797 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6799 …} -Children: Doctrine\ORM\PersistentCollection {#6802 …} -Parent: Eccube\Entity\Category {#6119} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7686 +label: "アイテム" +value: "16" +data: Eccube\Entity\Category {#6805 -id: 16 -name: "アイテム" -hierarchy: 1 -sort_no: 208 -create_date: DateTime @1713760183 {#6108 date: 2024-04-22 13:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6107 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6806 …} -Children: Doctrine\ORM\PersistentCollection {#6809 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7687 +label: " ポスター掲載商品" +value: "315" +data: Eccube\Entity\Category {#6810 -id: 315 -name: "ポスター掲載商品" -hierarchy: 2 -sort_no: 207 -create_date: DateTime @1743385403 {#6803 date: 2025-03-31 10:43:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743385403 {#6804 date: 2025-03-31 10:43:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6811 …} -Children: Doctrine\ORM\PersistentCollection {#6814 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } +attr: [] +labelTranslationParameters: [] } 314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7688 +label: " シーズンコレクション・スプリング" +value: "314" +data: Eccube\Entity\Category {#6819 -id: 314 -name: "シーズンコレクション・スプリング" -hierarchy: 2 -sort_no: 206 -create_date: DateTime @1739858412 {#6817 date: 2025-02-18 15:00:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1739858412 {#6818 date: 2025-02-18 15:00:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6820 …} -Children: Doctrine\ORM\PersistentCollection {#6823 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } +attr: [] +labelTranslationParameters: [] } 311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7689 +label: " 巳年特集" +value: "311" +data: Eccube\Entity\Category {#6826 -id: 311 -name: "巳年特集" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1735090009 {#6824 date: 2024-12-25 10:26:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741569182 {#6825 date: 2025-03-10 10:13:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6827 …} -Children: Doctrine\ORM\PersistentCollection {#6830 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7690 +label: " リング" +value: "127" +data: Eccube\Entity\Category {#6833 -id: 127 -name: "リング" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1718619073 {#6831 date: 2024-06-17 19:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6832 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6834 …} -Children: Doctrine\ORM\PersistentCollection {#6837 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7691 +label: " others" +value: "22" +data: Eccube\Entity\Category {#6840 -id: 22 -name: "others" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1713760239 {#6838 date: 2024-04-22 13:30:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6839 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6841 …} -Children: Doctrine\ORM\PersistentCollection {#6844 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7692 +label: " 浄化グッズ" +value: "21" +data: Eccube\Entity\Category {#6847 -id: 21 -name: "浄化グッズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1713760231 {#6845 date: 2024-04-22 13:30:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6846 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6848 …} -Children: Doctrine\ORM\PersistentCollection {#6851 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7693 +label: " 原石" +value: "20" +data: Eccube\Entity\Category {#6854 -id: 20 -name: "原石" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1713760226 {#6852 date: 2024-04-22 13:30:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6853 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6855 …} -Children: Doctrine\ORM\PersistentCollection {#6858 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7694 +label: " ピアス・イヤリング" +value: "19" +data: Eccube\Entity\Category {#6861 -id: 19 -name: "ピアス・イヤリング" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1713760219 {#6859 date: 2024-04-22 13:30:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6860 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6862 …} -Children: Doctrine\ORM\PersistentCollection {#6865 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7695 +label: " ネックレス" +value: "18" +data: Eccube\Entity\Category {#6868 -id: 18 -name: "ネックレス" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1713760199 {#6866 date: 2024-04-22 13:29:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6867 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6869 …} -Children: Doctrine\ORM\PersistentCollection {#6872 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7696 +label: " ブレスレット" +value: "17" +data: Eccube\Entity\Category {#6875 -id: 17 -name: "ブレスレット" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1713760194 {#6873 date: 2024-04-22 13:29:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6874 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6876 …} -Children: Doctrine\ORM\PersistentCollection {#6879 …} -Parent: Eccube\Entity\Category {#6805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7697 +label: "誕生石" +value: "210" +data: Eccube\Entity\Category {#6882 -id: 210 -name: "誕生石" -hierarchy: 1 -sort_no: 124 -create_date: DateTime @1719807088 {#6816 date: 2024-07-01 13:11:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6815 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6883 …} -Children: Doctrine\ORM\PersistentCollection {#6886 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7698 +label: " 12月生まれ" +value: "222" +data: Eccube\Entity\Category {#6887 -id: 222 -name: "12月生まれ" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1719807143 {#6880 date: 2024-07-01 13:12:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807143 {#6881 date: 2024-07-01 13:12:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6888 …} -Children: Doctrine\ORM\PersistentCollection {#6891 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7699 +label: " 11月生まれ" +value: "221" +data: Eccube\Entity\Category {#6896 -id: 221 -name: "11月生まれ" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1719807140 {#6894 date: 2024-07-01 13:12:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807140 {#6895 date: 2024-07-01 13:12:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6897 …} -Children: Doctrine\ORM\PersistentCollection {#6900 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7700 +label: " 10月生まれ" +value: "220" +data: Eccube\Entity\Category {#6903 -id: 220 -name: "10月生まれ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1719807137 {#6901 date: 2024-07-01 13:12:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807137 {#6902 date: 2024-07-01 13:12:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6904 …} -Children: Doctrine\ORM\PersistentCollection {#6907 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7701 +label: " 9月生まれ" +value: "219" +data: Eccube\Entity\Category {#6910 -id: 219 -name: "9月生まれ" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1719807132 {#6908 date: 2024-07-01 13:12:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807132 {#6909 date: 2024-07-01 13:12:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6911 …} -Children: Doctrine\ORM\PersistentCollection {#6914 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7702 +label: " 8月生まれ" +value: "218" +data: Eccube\Entity\Category {#6917 -id: 218 -name: "8月生まれ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1719807128 {#6915 date: 2024-07-01 13:12:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807128 {#6916 date: 2024-07-01 13:12:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6918 …} -Children: Doctrine\ORM\PersistentCollection {#6921 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7703 +label: " 7月生まれ" +value: "217" +data: Eccube\Entity\Category {#6924 -id: 217 -name: "7月生まれ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1719807126 {#6922 date: 2024-07-01 13:12:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807126 {#6923 date: 2024-07-01 13:12:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6925 …} -Children: Doctrine\ORM\PersistentCollection {#6928 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7704 +label: " 6月生まれ" +value: "216" +data: Eccube\Entity\Category {#6931 -id: 216 -name: "6月生まれ" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1719807123 {#6929 date: 2024-07-01 13:12:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807123 {#6930 date: 2024-07-01 13:12:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6932 …} -Children: Doctrine\ORM\PersistentCollection {#6935 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7705 +label: " 5月生まれ" +value: "215" +data: Eccube\Entity\Category {#6938 -id: 215 -name: "5月生まれ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1719807120 {#6936 date: 2024-07-01 13:12:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807120 {#6937 date: 2024-07-01 13:12:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6939 …} -Children: Doctrine\ORM\PersistentCollection {#6942 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7706 +label: " 4月生まれ" +value: "214" +data: Eccube\Entity\Category {#6945 -id: 214 -name: "4月生まれ" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1719807117 {#6943 date: 2024-07-01 13:11:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807117 {#6944 date: 2024-07-01 13:11:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6946 …} -Children: Doctrine\ORM\PersistentCollection {#6949 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7707 +label: " 3月生まれ" +value: "213" +data: Eccube\Entity\Category {#6952 -id: 213 -name: "3月生まれ" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1719807114 {#6950 date: 2024-07-01 13:11:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807114 {#6951 date: 2024-07-01 13:11:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6953 …} -Children: Doctrine\ORM\PersistentCollection {#6956 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7708 +label: " 2月生まれ" +value: "212" +data: Eccube\Entity\Category {#6959 -id: 212 -name: "2月生まれ" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1719807111 {#6957 date: 2024-07-01 13:11:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807111 {#6958 date: 2024-07-01 13:11:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6960 …} -Children: Doctrine\ORM\PersistentCollection {#6963 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7709 +label: " 1月生まれ" +value: "211" +data: Eccube\Entity\Category {#6966 -id: 211 -name: "1月生まれ" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1719807107 {#6964 date: 2024-07-01 13:11:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807107 {#6965 date: 2024-07-01 13:11:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6967 …} -Children: Doctrine\ORM\PersistentCollection {#6970 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7710 +label: " 誕生石アートブレスレット" +value: "310" +data: Eccube\Entity\Category {#6973 -id: 310 -name: "誕生石アートブレスレット" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1732076237 {#6971 date: 2024-11-20 13:17:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732776583 {#6972 date: 2024-11-28 15:49:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6974 …} -Children: Doctrine\ORM\PersistentCollection {#6977 …} -Parent: Eccube\Entity\Category {#6882} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6111 …} } +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7711 +label: "天珠" +value: "223" +data: Eccube\Entity\Category {#6980 -id: 223 -name: "天珠" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1719807161 {#6892 date: 2024-07-01 13:12:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6893 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6981 …} -Children: Doctrine\ORM\PersistentCollection {#6984 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7712 +label: " 金銭鈎天珠" +value: "287" +data: Eccube\Entity\Category {#6985 -id: 287 -name: "金銭鈎天珠" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1721714336 {#6978 date: 2024-07-23 14:58:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#6979 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6986 …} -Children: Doctrine\ORM\PersistentCollection {#6989 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7713 +label: " 龍神天珠" +value: "286" +data: Eccube\Entity\Category {#6994 -id: 286 -name: "龍神天珠" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1719807697 {#6992 date: 2024-07-01 13:21:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#6993 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6995 …} -Children: Doctrine\ORM\PersistentCollection {#6998 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7714 +label: " 寶瓶天珠" +value: "285" +data: Eccube\Entity\Category {#7001 -id: 285 -name: "寶瓶天珠" -hierarchy: 2 -sort_no: 185 -create_date: DateTime @1719807689 {#6999 date: 2024-07-01 13:21:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7000 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7002 …} -Children: Doctrine\ORM\PersistentCollection {#7005 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7715 +label: " 水蓮花天珠" +value: "284" +data: Eccube\Entity\Category {#7008 -id: 284 -name: "水蓮花天珠" -hierarchy: 2 -sort_no: 184 -create_date: DateTime @1719807682 {#7006 date: 2024-07-01 13:21:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7007 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7009 …} -Children: Doctrine\ORM\PersistentCollection {#7012 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7716 +label: " 虎牙天珠" +value: "283" +data: Eccube\Entity\Category {#7015 -id: 283 -name: "虎牙天珠" -hierarchy: 2 -sort_no: 183 -create_date: DateTime @1719807676 {#7013 date: 2024-07-01 13:21:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7014 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7016 …} -Children: Doctrine\ORM\PersistentCollection {#7019 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7717 +label: " 緑度母天珠" +value: "282" +data: Eccube\Entity\Category {#7022 -id: 282 -name: "緑度母天珠" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1719807669 {#7020 date: 2024-07-01 13:21:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7021 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7023 …} -Children: Doctrine\ORM\PersistentCollection {#7026 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7718 +label: " 観音天珠" +value: "281" +data: Eccube\Entity\Category {#7029 -id: 281 -name: "観音天珠" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1719807663 {#7027 date: 2024-07-01 13:21:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7028 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7030 …} -Children: Doctrine\ORM\PersistentCollection {#7033 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7719 +label: " 龍眼天珠" +value: "280" +data: Eccube\Entity\Category {#7036 -id: 280 -name: "龍眼天珠" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1719807656 {#7034 date: 2024-07-01 13:20:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7035 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7037 …} -Children: Doctrine\ORM\PersistentCollection {#7040 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7720 +label: " 陰陽太極天珠" +value: "279" +data: Eccube\Entity\Category {#7043 -id: 279 -name: "陰陽太極天珠" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1719807647 {#7041 date: 2024-07-01 13:20:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7042 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7044 …} -Children: Doctrine\ORM\PersistentCollection {#7047 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7721 +label: " 大黒天天珠" +value: "278" +data: Eccube\Entity\Category {#7050 -id: 278 -name: "大黒天天珠" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1719807642 {#7048 date: 2024-07-01 13:20:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7049 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7051 …} -Children: Doctrine\ORM\PersistentCollection {#7054 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7722 +label: " 鳳凰眼天珠" +value: "277" +data: Eccube\Entity\Category {#7057 -id: 277 -name: "鳳凰眼天珠" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1719807636 {#7055 date: 2024-07-01 13:20:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7056 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7058 …} -Children: Doctrine\ORM\PersistentCollection {#7061 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7723 +label: " 麒麟天珠" +value: "276" +data: Eccube\Entity\Category {#7064 -id: 276 -name: "麒麟天珠" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1719807630 {#7062 date: 2024-07-01 13:20:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7063 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7065 …} -Children: Doctrine\ORM\PersistentCollection {#7068 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7724 +label: " 白蛇天珠" +value: "275" +data: Eccube\Entity\Category {#7071 -id: 275 -name: "白蛇天珠" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1719807624 {#7069 date: 2024-07-01 13:20:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7070 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7072 …} -Children: Doctrine\ORM\PersistentCollection {#7075 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7725 +label: " 弁財天天珠" +value: "274" +data: Eccube\Entity\Category {#7078 -id: 274 -name: "弁財天天珠" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1719807618 {#7076 date: 2024-07-01 13:20:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7077 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7079 …} -Children: Doctrine\ORM\PersistentCollection {#7082 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7726 +label: " 蔓字天珠" +value: "273" +data: Eccube\Entity\Category {#7085 -id: 273 -name: "蔓字天珠" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1719807611 {#7083 date: 2024-07-01 13:20:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7084 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7086 …} -Children: Doctrine\ORM\PersistentCollection {#7089 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7727 +label: " 星辰天珠" +value: "272" +data: Eccube\Entity\Category {#7092 -id: 272 -name: "星辰天珠" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1719807605 {#7090 date: 2024-07-01 13:20:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7091 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7093 …} -Children: Doctrine\ORM\PersistentCollection {#7096 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7728 +label: " 羊眼板珠" +value: "271" +data: Eccube\Entity\Category {#7099 -id: 271 -name: "羊眼板珠" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1719807598 {#7097 date: 2024-07-01 13:19:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7098 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7100 …} -Children: Doctrine\ORM\PersistentCollection {#7103 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7729 +label: " 三色線珠" +value: "270" +data: Eccube\Entity\Category {#7106 -id: 270 -name: "三色線珠" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1719807588 {#7104 date: 2024-07-01 13:19:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7105 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7107 …} -Children: Doctrine\ORM\PersistentCollection {#7110 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7730 +label: " 福壽天珠" +value: "269" +data: Eccube\Entity\Category {#7113 -id: 269 -name: "福壽天珠" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1719807583 {#7111 date: 2024-07-01 13:19:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7112 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7114 …} -Children: Doctrine\ORM\PersistentCollection {#7117 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7731 +label: " 大鵬鳥天珠" +value: "268" +data: Eccube\Entity\Category {#7120 -id: 268 -name: "大鵬鳥天珠" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1719807577 {#7118 date: 2024-07-01 13:19:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7119 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7121 …} -Children: Doctrine\ORM\PersistentCollection {#7124 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7732 +label: " 菩提天珠" +value: "267" +data: Eccube\Entity\Category {#7127 -id: 267 -name: "菩提天珠" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1719807570 {#7125 date: 2024-07-01 13:19:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7126 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7128 …} -Children: Doctrine\ORM\PersistentCollection {#7131 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7733 +label: " 大人天珠" +value: "266" +data: Eccube\Entity\Category {#7134 -id: 266 -name: "大人天珠" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1719807564 {#7132 date: 2024-07-01 13:19:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7133 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7135 …} -Children: Doctrine\ORM\PersistentCollection {#7138 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7734 +label: " 山形天珠" +value: "265" +data: Eccube\Entity\Category {#7141 -id: 265 -name: "山形天珠" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1719807557 {#7139 date: 2024-07-01 13:19:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7140 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7142 …} -Children: Doctrine\ORM\PersistentCollection {#7145 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7735 +label: " 双天地天珠" +value: "264" +data: Eccube\Entity\Category {#7148 -id: 264 -name: "双天地天珠" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1719807548 {#7146 date: 2024-07-01 13:19:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7147 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7149 …} -Children: Doctrine\ORM\PersistentCollection {#7152 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7736 +label: " 天地天珠" +value: "263" +data: Eccube\Entity\Category {#7155 -id: 263 -name: "天地天珠" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1719807542 {#7153 date: 2024-07-01 13:19:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7154 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7156 …} -Children: Doctrine\ORM\PersistentCollection {#7159 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7737 +label: " 日月天珠" +value: "262" +data: Eccube\Entity\Category {#7162 -id: 262 -name: "日月天珠" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1719807535 {#7160 date: 2024-07-01 13:18:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7161 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7163 …} -Children: Doctrine\ORM\PersistentCollection {#7166 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7738 +label: " 黒白天珠" +value: "261" +data: Eccube\Entity\Category {#7169 -id: 261 -name: "黒白天珠" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1719807529 {#7167 date: 2024-07-01 13:18:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7168 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7170 …} -Children: Doctrine\ORM\PersistentCollection {#7173 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7739 +label: " 流水紋天珠" +value: "260" +data: Eccube\Entity\Category {#7176 -id: 260 -name: "流水紋天珠" -hierarchy: 2 -sort_no: 160 -create_date: DateTime @1719807521 {#7174 date: 2024-07-01 13:18:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7175 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7177 …} -Children: Doctrine\ORM\PersistentCollection {#7180 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7740 +label: " 財神天珠" +value: "259" +data: Eccube\Entity\Category {#7183 -id: 259 -name: "財神天珠" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1719807514 {#7181 date: 2024-07-01 13:18:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7182 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7184 …} -Children: Doctrine\ORM\PersistentCollection {#7187 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7741 +label: " 如意鈎天珠" +value: "258" +data: Eccube\Entity\Category {#7190 -id: 258 -name: "如意鈎天珠" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1719807506 {#7188 date: 2024-07-01 13:18:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7189 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7191 …} -Children: Doctrine\ORM\PersistentCollection {#7194 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7742 +label: " 水紋天珠" +value: "257" +data: Eccube\Entity\Category {#7197 -id: 257 -name: "水紋天珠" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1719807499 {#7195 date: 2024-07-01 13:18:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7196 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7198 …} -Children: Doctrine\ORM\PersistentCollection {#7201 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7743 +label: " 薬師天珠" +value: "256" +data: Eccube\Entity\Category {#7204 -id: 256 -name: "薬師天珠" -hierarchy: 2 -sort_no: 156 -create_date: DateTime @1719807490 {#7202 date: 2024-07-01 13:18:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7203 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7205 …} -Children: Doctrine\ORM\PersistentCollection {#7208 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7744 +label: " 亀甲長壽天珠" +value: "255" +data: Eccube\Entity\Category {#7211 -id: 255 -name: "亀甲長壽天珠" -hierarchy: 2 -sort_no: 155 -create_date: DateTime @1719807484 {#7209 date: 2024-07-01 13:18:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7210 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7212 …} -Children: Doctrine\ORM\PersistentCollection {#7215 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7745 +label: " 金剛虎牙六眼天珠" +value: "254" +data: Eccube\Entity\Category {#7218 -id: 254 -name: "金剛虎牙六眼天珠" -hierarchy: 2 -sort_no: 154 -create_date: DateTime @1719807477 {#7216 date: 2024-07-01 13:17:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7217 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7219 …} -Children: Doctrine\ORM\PersistentCollection {#7222 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7746 +label: " 金剛蓮花三眼天珠" +value: "253" +data: Eccube\Entity\Category {#7225 -id: 253 -name: "金剛蓮花三眼天珠" -hierarchy: 2 -sort_no: 153 -create_date: DateTime @1719807468 {#7223 date: 2024-07-01 13:17:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7224 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7226 …} -Children: Doctrine\ORM\PersistentCollection {#7229 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7747 +label: " 金剛杵天珠" +value: "252" +data: Eccube\Entity\Category {#7232 -id: 252 -name: "金剛杵天珠" -hierarchy: 2 -sort_no: 152 -create_date: DateTime @1719807459 {#7230 date: 2024-07-01 13:17:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7231 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7233 …} -Children: Doctrine\ORM\PersistentCollection {#7236 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7748 +label: " 蓮師法器天珠" +value: "251" +data: Eccube\Entity\Category {#7239 -id: 251 -name: "蓮師法器天珠" -hierarchy: 2 -sort_no: 151 -create_date: DateTime @1719807449 {#7237 date: 2024-07-01 13:17:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7238 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7240 …} -Children: Doctrine\ORM\PersistentCollection {#7243 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7749 +label: " 蓮師法帽天珠" +value: "250" +data: Eccube\Entity\Category {#7246 -id: 250 -name: "蓮師法帽天珠" -hierarchy: 2 -sort_no: 150 -create_date: DateTime @1719807441 {#7244 date: 2024-07-01 13:17:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7245 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7247 …} -Children: Doctrine\ORM\PersistentCollection {#7250 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7750 +label: " 閃電五眼天珠" +value: "249" +data: Eccube\Entity\Category {#7253 -id: 249 -name: "閃電五眼天珠" -hierarchy: 2 -sort_no: 149 -create_date: DateTime @1719807435 {#7251 date: 2024-07-01 13:17:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7252 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7254 …} -Children: Doctrine\ORM\PersistentCollection {#7257 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7751 +label: " 蓮花天珠" +value: "248" +data: Eccube\Entity\Category {#7260 -id: 248 -name: "蓮花天珠" -hierarchy: 2 -sort_no: 148 -create_date: DateTime @1719807427 {#7258 date: 2024-07-01 13:17:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7259 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7261 …} -Children: Doctrine\ORM\PersistentCollection {#7264 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7752 +label: " 四線虎牙天珠" +value: "247" +data: Eccube\Entity\Category {#7267 -id: 247 -name: "四線虎牙天珠" -hierarchy: 2 -sort_no: 147 -create_date: DateTime @1719807420 {#7265 date: 2024-07-01 13:17:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7266 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7268 …} -Children: Doctrine\ORM\PersistentCollection {#7271 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7753 +label: " 五福臨門天珠" +value: "246" +data: Eccube\Entity\Category {#7274 -id: 246 -name: "五福臨門天珠" -hierarchy: 2 -sort_no: 146 -create_date: DateTime @1719807414 {#7272 date: 2024-07-01 13:16:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7273 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7275 …} -Children: Doctrine\ORM\PersistentCollection {#7278 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7754 +label: " 如意天珠" +value: "245" +data: Eccube\Entity\Category {#7281 -id: 245 -name: "如意天珠" -hierarchy: 2 -sort_no: 145 -create_date: DateTime @1719807407 {#7279 date: 2024-07-01 13:16:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7280 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7282 …} -Children: Doctrine\ORM\PersistentCollection {#7285 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7755 +label: " 二十一眼天珠" +value: "244" +data: Eccube\Entity\Category {#7288 -id: 244 -name: "二十一眼天珠" -hierarchy: 2 -sort_no: 144 -create_date: DateTime @1719807400 {#7286 date: 2024-07-01 13:16:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7287 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7289 …} -Children: Doctrine\ORM\PersistentCollection {#7292 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7756 +label: " 二十眼天珠" +value: "243" +data: Eccube\Entity\Category {#7295 -id: 243 -name: "二十眼天珠" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1719807394 {#7293 date: 2024-07-01 13:16:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7294 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7296 …} -Children: Doctrine\ORM\PersistentCollection {#7299 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7757 +label: " 十九眼天珠" +value: "242" +data: Eccube\Entity\Category {#7302 -id: 242 -name: "十九眼天珠" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1719807386 {#7300 date: 2024-07-01 13:16:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7301 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7303 …} -Children: Doctrine\ORM\PersistentCollection {#7306 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7758 +label: " 十八眼天珠" +value: "241" +data: Eccube\Entity\Category {#7309 -id: 241 -name: "十八眼天珠" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1719807380 {#7307 date: 2024-07-01 13:16:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7308 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7310 …} -Children: Doctrine\ORM\PersistentCollection {#7313 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7759 +label: " 十七眼天珠" +value: "240" +data: Eccube\Entity\Category {#7316 -id: 240 -name: "十七眼天珠" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1719807323 {#7314 date: 2024-07-01 13:15:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7315 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7317 …} -Children: Doctrine\ORM\PersistentCollection {#7320 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7760 +label: " 十六眼天珠" +value: "239" +data: Eccube\Entity\Category {#7323 -id: 239 -name: "十六眼天珠" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1719807316 {#7321 date: 2024-07-01 13:15:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7322 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7324 …} -Children: Doctrine\ORM\PersistentCollection {#7327 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7761 +label: " 十五眼天珠" +value: "238" +data: Eccube\Entity\Category {#7330 -id: 238 -name: "十五眼天珠" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1719807308 {#7328 date: 2024-07-01 13:15:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7329 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7331 …} -Children: Doctrine\ORM\PersistentCollection {#7334 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7762 +label: " 十四眼天珠" +value: "237" +data: Eccube\Entity\Category {#7337 -id: 237 -name: "十四眼天珠" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1719807302 {#7335 date: 2024-07-01 13:15:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7336 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7338 …} -Children: Doctrine\ORM\PersistentCollection {#7341 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7763 +label: " 十三眼天珠" +value: "236" +data: Eccube\Entity\Category {#7344 -id: 236 -name: "十三眼天珠" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1719807293 {#7342 date: 2024-07-01 13:14:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7343 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7345 …} -Children: Doctrine\ORM\PersistentCollection {#7348 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7764 +label: " 十二眼天珠" +value: "235" +data: Eccube\Entity\Category {#7351 -id: 235 -name: "十二眼天珠" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1719807286 {#7349 date: 2024-07-01 13:14:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7350 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7352 …} -Children: Doctrine\ORM\PersistentCollection {#7355 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7765 +label: " 十一眼天珠" +value: "234" +data: Eccube\Entity\Category {#7358 -id: 234 -name: "十一眼天珠" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1719807279 {#7356 date: 2024-07-01 13:14:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7357 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7359 …} -Children: Doctrine\ORM\PersistentCollection {#7362 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7766 +label: " 十眼天珠" +value: "233" +data: Eccube\Entity\Category {#7365 -id: 233 -name: "十眼天珠" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1719807272 {#7363 date: 2024-07-01 13:14:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7364 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7366 …} -Children: Doctrine\ORM\PersistentCollection {#7369 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7767 +label: " 九眼天珠" +value: "232" +data: Eccube\Entity\Category {#7372 -id: 232 -name: "九眼天珠" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1719807265 {#7370 date: 2024-07-01 13:14:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7371 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7373 …} -Children: Doctrine\ORM\PersistentCollection {#7376 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7768 +label: " 八眼天珠" +value: "231" +data: Eccube\Entity\Category {#7379 -id: 231 -name: "八眼天珠" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1719807258 {#7377 date: 2024-07-01 13:14:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7378 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7380 …} -Children: Doctrine\ORM\PersistentCollection {#7383 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7769 +label: " 七眼天珠" +value: "230" +data: Eccube\Entity\Category {#7386 -id: 230 -name: "七眼天珠" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1719807251 {#7384 date: 2024-07-01 13:14:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7385 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7387 …} -Children: Doctrine\ORM\PersistentCollection {#7390 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7770 +label: " 六眼天珠" +value: "229" +data: Eccube\Entity\Category {#7393 -id: 229 -name: "六眼天珠" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1719807237 {#7391 date: 2024-07-01 13:13:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7392 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7394 …} -Children: Doctrine\ORM\PersistentCollection {#7397 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7771 +label: " 五眼天珠" +value: "228" +data: Eccube\Entity\Category {#7400 -id: 228 -name: "五眼天珠" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1719807225 {#7398 date: 2024-07-01 13:13:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7399 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7401 …} -Children: Doctrine\ORM\PersistentCollection {#7404 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7772 +label: " 四眼天珠" +value: "227" +data: Eccube\Entity\Category {#7407 -id: 227 -name: "四眼天珠" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1719807216 {#7405 date: 2024-07-01 13:13:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7406 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7408 …} -Children: Doctrine\ORM\PersistentCollection {#7411 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7773 +label: " 三眼天珠" +value: "226" +data: Eccube\Entity\Category {#7414 -id: 226 -name: "三眼天珠" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1719807209 {#7412 date: 2024-07-01 13:13:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7413 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7415 …} -Children: Doctrine\ORM\PersistentCollection {#7418 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7774 +label: " 二眼天珠" +value: "225" +data: Eccube\Entity\Category {#7421 -id: 225 -name: "二眼天珠" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1719807199 {#7419 date: 2024-07-01 13:13:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7420 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7422 …} -Children: Doctrine\ORM\PersistentCollection {#7425 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7775 +label: " 蓮花羊眼板天珠" +value: "308" +data: Eccube\Entity\Category {#7428 -id: 308 -name: "蓮花羊眼板天珠" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1726199960 {#7426 date: 2024-09-13 12:59:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1726199960 {#7427 date: 2024-09-13 12:59:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7429 …} -Children: Doctrine\ORM\PersistentCollection {#7432 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7776 +label: " 一眼天珠" +value: "224" +data: Eccube\Entity\Category {#7435 -id: 224 -name: "一眼天珠" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1719807188 {#7433 date: 2024-07-01 13:13:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7434 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7436 …} -Children: Doctrine\ORM\PersistentCollection {#7439 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6142 …} } +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7777 +label: "ピックアップ" +value: "116" +data: Eccube\Entity\Category {#7440 -id: 116 -name: "ピックアップ" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1717434582 {#6990 date: 2024-06-04 02:09:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6991 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7441 …} -Children: Doctrine\ORM\PersistentCollection {#7444 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7778 +label: "ギフト" +value: "117" +data: Eccube\Entity\Category {#7447 -id: 117 -name: "ギフト" -hierarchy: 1 -sort_no: 21 -create_date: DateTime @1717434592 {#7445 date: 2024-06-04 02:09:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7446 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7448 …} -Children: Doctrine\ORM\PersistentCollection {#7451 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7779 +label: "運気" +value: "30" +data: Eccube\Entity\Category {#7456 -id: 30 -name: "運気" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1713760364 {#7452 date: 2024-04-22 13:32:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7453 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7457 …} -Children: Doctrine\ORM\PersistentCollection {#7460 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7780 +label: " 招福" +value: "115" +data: Eccube\Entity\Category {#7461 -id: 115 -name: "招福" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1717417635 {#7454 date: 2024-06-03 21:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417635 {#7455 date: 2024-06-03 21:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7462 …} -Children: Doctrine\ORM\PersistentCollection {#7465 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7781 +label: " 願望達成" +value: "114" +data: Eccube\Entity\Category {#7470 -id: 114 -name: "願望達成" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1717417623 {#7468 date: 2024-06-03 21:27:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417623 {#7469 date: 2024-06-03 21:27:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7471 …} -Children: Doctrine\ORM\PersistentCollection {#7474 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7782 +label: " 学業・試験運" +value: "113" +data: Eccube\Entity\Category {#7477 -id: 113 -name: "学業・試験運" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1717417608 {#7475 date: 2024-06-03 21:26:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417608 {#7476 date: 2024-06-03 21:26:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7478 …} -Children: Doctrine\ORM\PersistentCollection {#7481 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7783 +label: " 家庭運" +value: "112" +data: Eccube\Entity\Category {#7484 -id: 112 -name: "家庭運" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1717417591 {#7482 date: 2024-06-03 21:26:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417591 {#7483 date: 2024-06-03 21:26:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7485 …} -Children: Doctrine\ORM\PersistentCollection {#7488 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7784 +label: " 結婚運" +value: "111" +data: Eccube\Entity\Category {#7491 -id: 111 -name: "結婚運" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1717417586 {#7489 date: 2024-06-03 21:26:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417586 {#7490 date: 2024-06-03 21:26:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7492 …} -Children: Doctrine\ORM\PersistentCollection {#7495 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7785 +label: " 開運" +value: "110" +data: Eccube\Entity\Category {#7498 -id: 110 -name: "開運" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1717417580 {#7496 date: 2024-06-03 21:26:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417580 {#7497 date: 2024-06-03 21:26:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7499 …} -Children: Doctrine\ORM\PersistentCollection {#7502 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7786 +label: " 対人運" +value: "109" +data: Eccube\Entity\Category {#7505 -id: 109 -name: "対人運" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1717417576 {#7503 date: 2024-06-03 21:26:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417576 {#7504 date: 2024-06-03 21:26:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7506 …} -Children: Doctrine\ORM\PersistentCollection {#7509 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7787 +label: " 魔除け" +value: "108" +data: Eccube\Entity\Category {#7512 -id: 108 -name: "魔除け" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1717417566 {#7510 date: 2024-06-03 21:26:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417566 {#7511 date: 2024-06-03 21:26:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7513 …} -Children: Doctrine\ORM\PersistentCollection {#7516 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7788 +label: " 健康運" +value: "107" +data: Eccube\Entity\Category {#7519 -id: 107 -name: "健康運" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1717417562 {#7517 date: 2024-06-03 21:26:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417562 {#7518 date: 2024-06-03 21:26:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7520 …} -Children: Doctrine\ORM\PersistentCollection {#7523 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7789 +label: " 全体運" +value: "106" +data: Eccube\Entity\Category {#7526 -id: 106 -name: "全体運" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1717417539 {#7524 date: 2024-06-03 21:25:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417539 {#7525 date: 2024-06-03 21:25:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7527 …} -Children: Doctrine\ORM\PersistentCollection {#7530 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7790 +label: " 仕事運" +value: "33" +data: Eccube\Entity\Category {#7533 -id: 33 -name: "仕事運" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1713760383 {#7531 date: 2024-04-22 13:33:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713760383 {#7532 date: 2024-04-22 13:33:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7534 …} -Children: Doctrine\ORM\PersistentCollection {#7537 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7791 +label: " 金運・財運" +value: "32" +data: Eccube\Entity\Category {#7540 -id: 32 -name: "金運・財運" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1713760378 {#7538 date: 2024-04-22 13:32:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417551 {#7539 date: 2024-06-03 21:25:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7541 …} -Children: Doctrine\ORM\PersistentCollection {#7544 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7792 +label: " 恋愛運" +value: "31" +data: Eccube\Entity\Category {#7547 -id: 31 -name: "恋愛運" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1713760375 {#7545 date: 2024-04-22 13:32:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713760375 {#7546 date: 2024-04-22 13:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7548 …} -Children: Doctrine\ORM\PersistentCollection {#7551 …} -Parent: Eccube\Entity\Category {#7456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6126 …} } +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 {#7575 -form: Symfony\Component\Form\Form {#7562 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#7574 …5} |
full_name | "category_id" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_id" |
is_selected | Closure($choice, $value) {#7581 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4641 …} } |
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 {#687 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#686 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#685 …} -namespace: Closure() {#683 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5713 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4344 …} } |
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() {#7467 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4386 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1093 …} $translationDomain: "validators" $message: Closure() {#5712 …} } } |
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 {#7793 -form: Symfony\Component\Form\Form {#7565 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7580 …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 | "" |