- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 545
- Events
- Routing
- Cache
- Translation 28
- Security
- Twig
- Doctrine 4
- Migrations 15
- Debug
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
-
name01
-
name02
-
-
-
kana01
-
kana02
-
-
postal_code
-
-
pref
-
addr01
-
addr02
-
-
phone_number
-
email
-
contents
-
_token
-
-
-
category_id
-
name
-
contact
"Eccube\Form\Type\Front\ContactType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4420 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4361 …} } |
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() {#4422 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4421 …} } } |
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 {#4759 -form: Symfony\Component\Form\Form {#4587 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4758 …5} |
full_name | "contact" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "contact" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact" |
valid | true |
value | null |
name
"Eccube\Form\Type\NameType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4455 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4361 …} } |
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 {#4452 +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 {#4453 +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 {#4444 +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 {#4451 +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() {#4457 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4456 …} } } |
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 {#4763 -form: Symfony\Component\Form\Form {#4612 …} -errors: [] } |
firstname_name | "name02" |
form | Symfony\Component\Form\FormView {#4762 …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 {#4464 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4444 +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 {#4451 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4464 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4444 +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 {#4451 +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 {#4464 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4444 +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 {#4451 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4591 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4361 …} } |
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() {#4593 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4592 …} } } |
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 {#4789 -form: Symfony\Component\Form\Form {#4615 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4788 …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 {#4465 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4452 +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 {#4453 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4465 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4452 +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 {#4453 +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 {#4465 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4452 +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 {#4453 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4602 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4361 …} } |
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() {#4604 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4603 …} } } |
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 {#4790 -form: Symfony\Component\Form\Form {#4618 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4791 …5} |
full_name | "contact[name][name02]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_name_name02" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name02" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_name_name02" |
valid | true |
value | "" |
kana
"Eccube\Form\Type\KanaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4475 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4361 …} } |
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 {#4472 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4473 +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 {#4470 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4471 +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() {#4477 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4476 …} } } |
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 {#4786 -form: Symfony\Component\Form\Form {#4643 …} -errors: [] } |
firstname_name | "kana02" |
form | Symfony\Component\Form\FormView {#4787 …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 {#4470 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4471 +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 {#4470 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4471 +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 {#4470 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4471 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4622 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4361 …} } |
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() {#4624 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4623 …} } } |
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 {#4795 -form: Symfony\Component\Form\Form {#4646 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4794 …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 {#4472 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4473 +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 {#4472 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4473 +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 {#4472 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4473 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4633 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4361 …} } |
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() {#4635 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4634 …} } } |
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 {#4796 -form: Symfony\Component\Form\Form {#4649 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4797 …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 {#4509 +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 {#4510 +payload: null +message: "form_error.numeric_only" +type: "digit" } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4506 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4361 …} } |
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() {#4508 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4507 …} } } |
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 {#4793 -form: Symfony\Component\Form\Form {#4652 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4792 …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 {#4524 +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 {#4525 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] "attr" => [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] ] |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4527 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4361 …} } |
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() {#4529 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4528 …} } } |
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 {#4799 -form: Symfony\Component\Form\Form {#4735 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4798 …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 {#4684 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#4715 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#4698 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4697 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4699 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4703 -om: ContainerJ2A2ujO\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#672 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3791 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "Eccube\Entity\Master\Pref" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerJ2A2ujO\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#672 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4703 -om: ContainerJ2A2ujO\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#672 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3791 …} -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 {#4692 -_em: Doctrine\ORM\EntityManager {#633 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4694 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4695 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4696 #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 {#4693 …} -_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() {#4690 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4687 …} } } |
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 {#4804 +label: "北海道" +value: "1" +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#3828 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4806 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#4821 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4808 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#4822 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4811 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#4823 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4810 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#4824 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4805 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#4825 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4817 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#4826 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4815 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#4827 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4814 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#4828 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4807 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#4829 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4818 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#4830 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4867 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#4831 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4868 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#4832 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4869 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#4833 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4870 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#4834 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4871 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#4835 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4872 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#4836 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4873 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#4837 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4874 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#4838 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4875 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#4839 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4876 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#4840 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4877 +label: "静岡県" +value: "22" +data: Eccube\Entity\Master\Pref {#4841 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4878 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#4842 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4879 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#4843 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4880 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#4844 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4881 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#4845 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4882 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#4846 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4883 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#4847 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4884 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#4848 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4885 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#4849 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4886 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#4850 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4887 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#4851 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4888 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#4852 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4889 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#4853 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4890 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#4854 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4891 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#4855 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4892 +label: "香川県" +value: "37" +data: Eccube\Entity\Master\Pref {#4856 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4893 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#4857 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4894 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#4858 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4895 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#4859 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4896 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#4860 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4897 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#4861 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4898 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#4862 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4899 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#4863 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4900 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#4864 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4901 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#4865 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4902 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#4866 …} +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 {#4803 -form: Symfony\Component\Form\Form {#4738 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4802 …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) {#4904 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4658 …} } |
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 {#4524 +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 {#4524 +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 {#4524 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4708 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4361 …} } |
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() {#4716 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4707 …} } } |
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 {#4905 -form: Symfony\Component\Form\Form {#4741 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4906 …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 {#4525 +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 {#4525 +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 {#4525 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4725 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4361 …} } |
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() {#4727 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4726 …} } } |
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 {#4907 -form: Symfony\Component\Form\Form {#4744 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4908 …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 {#4545 +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 {#4546 +payload: null +message: "form_error.numeric_only" +type: "digit" } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4542 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4361 …} } |
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() {#4544 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4543 …} } } |
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 {#4800 -form: Symfony\Component\Form\Form {#4747 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4801 …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 {#4429 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4430 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4429 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4430 +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 {#4429 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4430 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4562 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4361 …} } |
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() {#4564 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4561 …} } } |
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 {#4910 -form: Symfony\Component\Form\Form {#4750 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4909 …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 {#4431 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4432 +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 {#4431 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4432 +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 {#4431 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4432 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 99999 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4577 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4361 …} } |
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() {#4579 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4578 …} } } |
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 {#4911 -form: Symfony\Component\Form\Form {#4753 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4912 …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 | "d073fcea11532cc0e877fa1.Vle_zfeppVdFq3MSpdaYoqTierB4DUnN0e4CSwy6knQ.GTXO-pXo1gUB5R5r0aCu5eqzE_MfdTi8hNt2fUjjp0wcA_ucpO3NBRXFOg" |
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 | "d073fcea11532cc0e877fa1.Vle_zfeppVdFq3MSpdaYoqTierB4DUnN0e4CSwy6knQ.GTXO-pXo1gUB5R5r0aCu5eqzE_MfdTi8hNt2fUjjp0wcA_ucpO3NBRXFOg" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data | "d073fcea11532cc0e877fa1.Vle_zfeppVdFq3MSpdaYoqTierB4DUnN0e4CSwy6knQ.GTXO-pXo1gUB5R5r0aCu5eqzE_MfdTi8hNt2fUjjp0wcA_ucpO3NBRXFOg" |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4917 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4361 …} } |
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() {#4919 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#4916 …} } } |
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 | "d073fcea11532cc0e877fa1.Vle_zfeppVdFq3MSpdaYoqTierB4DUnN0e4CSwy6knQ.GTXO-pXo1gUB5R5r0aCu5eqzE_MfdTi8hNt2fUjjp0wcA_ucpO3NBRXFOg" |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#4931 -form: Symfony\Component\Form\Form {#4926 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4920 …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 | "d073fcea11532cc0e877fa1.Vle_zfeppVdFq3MSpdaYoqTierB4DUnN0e4CSwy6knQ.GTXO-pXo1gUB5R5r0aCu5eqzE_MfdTi8hNt2fUjjp0wcA_ucpO3NBRXFOg" |
(no name)
"Eccube\Form\Type\SearchProductBlockType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | true |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | false |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5788 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4361 …} } |
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() {#5786 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#5787 …} } } |
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 {#7586 -form: Symfony\Component\Form\Form {#7575 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7587 …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 {#5895 -id: 312 -name: "セール" -hierarchy: 1 -sort_no: 211 -create_date: DateTime @1735090129 {#5901 date: 2024-12-25 10:28:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#5899 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5985 …} -Children: Doctrine\ORM\PersistentCollection {#6141 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6136 -id: 118 -name: "天然石" -hierarchy: 1 -sort_no: 210 -create_date: DateTime @1717439447 {#6140 date: 2024-06-04 03:30:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6139 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6135 …} -Children: Doctrine\ORM\PersistentCollection {#6132 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6131 -id: 309 -name: "トパーズ" -hierarchy: 2 -sort_no: 205 -create_date: DateTime @1728971426 {#6138 date: 2024-10-15 14:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728971426 {#6137 date: 2024-10-15 14:50:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6130 …} -Children: Doctrine\ORM\PersistentCollection {#6126 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6121 -id: 306 -name: "ラヴァストーン" -hierarchy: 2 -sort_no: 204 -create_date: DateTime @1725857600 {#6123 date: 2024-09-09 13:53:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857600 {#6122 date: 2024-09-09 13:53:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6120 …} -Children: Doctrine\ORM\PersistentCollection {#6117 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6114 -id: 305 -name: "リバーストーン" -hierarchy: 2 -sort_no: 203 -create_date: DateTime @1725857595 {#6116 date: 2024-09-09 13:53:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857595 {#6115 date: 2024-09-09 13:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6113 …} -Children: Doctrine\ORM\PersistentCollection {#5898 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6101 -id: 304 -name: "クラック水晶" -hierarchy: 2 -sort_no: 202 -create_date: DateTime @1725857588 {#5896 date: 2024-09-09 13:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857588 {#5917 date: 2024-09-09 13:53:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6103 …} -Children: Doctrine\ORM\PersistentCollection {#6106 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6109 -id: 303 -name: "ゴールドコーラル" -hierarchy: 2 -sort_no: 201 -create_date: DateTime @1725857582 {#6107 date: 2024-09-09 13:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857582 {#6108 date: 2024-09-09 13:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6110 …} -Children: Doctrine\ORM\PersistentCollection {#6148 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6149 -id: 302 -name: "ダルメシアンジャスパー" -hierarchy: 2 -sort_no: 200 -create_date: DateTime @1725857574 {#6146 date: 2024-09-09 13:52:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857574 {#6147 date: 2024-09-09 13:52:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6150 …} -Children: Doctrine\ORM\PersistentCollection {#6153 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6156 -id: 207 -name: "ローズジャスパー" -hierarchy: 2 -sort_no: 199 -create_date: DateTime @1719214717 {#6154 date: 2024-06-24 16:38:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6155 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6157 …} -Children: Doctrine\ORM\PersistentCollection {#6161 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6164 -id: 206 -name: "ローズクォーツ" -hierarchy: 2 -sort_no: 198 -create_date: DateTime @1719214706 {#6162 date: 2024-06-24 16:38:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6163 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6165 …} -Children: Doctrine\ORM\PersistentCollection {#6168 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6171 -id: 205 -name: "レモンクォーツ" -hierarchy: 2 -sort_no: 197 -create_date: DateTime @1719214700 {#6169 date: 2024-06-24 16:38:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6170 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6172 …} -Children: Doctrine\ORM\PersistentCollection {#6175 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6178 -id: 204 -name: "レッドタイガーアイ" -hierarchy: 2 -sort_no: 196 -create_date: DateTime @1719214691 {#6176 date: 2024-06-24 16:38:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6177 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6179 …} -Children: Doctrine\ORM\PersistentCollection {#6182 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6185 -id: 203 -name: "レッドアゲート" -hierarchy: 2 -sort_no: 195 -create_date: DateTime @1719214683 {#6183 date: 2024-06-24 16:38:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6184 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6186 …} -Children: Doctrine\ORM\PersistentCollection {#6189 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6192 -id: 202 -name: "レインボームーンストーン" -hierarchy: 2 -sort_no: 194 -create_date: DateTime @1719214676 {#6190 date: 2024-06-24 16:37:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6191 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6193 …} -Children: Doctrine\ORM\PersistentCollection {#6196 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6199 -id: 201 -name: "ルビー" -hierarchy: 2 -sort_no: 193 -create_date: DateTime @1719214669 {#6197 date: 2024-06-24 16:37:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6198 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6200 …} -Children: Doctrine\ORM\PersistentCollection {#6203 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6206 -id: 200 -name: "ルチルクォーツ" -hierarchy: 2 -sort_no: 192 -create_date: DateTime @1719214664 {#6204 date: 2024-06-24 16:37:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6205 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6207 …} -Children: Doctrine\ORM\PersistentCollection {#6210 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6213 -id: 199 -name: "龍紋メノウ" -hierarchy: 2 -sort_no: 191 -create_date: DateTime @1719214655 {#6211 date: 2024-06-24 16:37:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6212 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6214 …} -Children: Doctrine\ORM\PersistentCollection {#6217 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6220 -id: 300 -name: "リバーストーン" -hierarchy: 2 -sort_no: 190 -create_date: DateTime @1721966548 {#6218 date: 2024-07-26 13:02:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6219 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6221 …} -Children: Doctrine\ORM\PersistentCollection {#6224 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6227 -id: 198 -name: "ラリマー" -hierarchy: 2 -sort_no: 189 -create_date: DateTime @1719214639 {#6225 date: 2024-06-24 16:37:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6226 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6228 …} -Children: Doctrine\ORM\PersistentCollection {#6231 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6234 -id: 197 -name: "ラブラドライト" -hierarchy: 2 -sort_no: 188 -create_date: DateTime @1719214636 {#6232 date: 2024-06-24 16:37:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6233 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6235 …} -Children: Doctrine\ORM\PersistentCollection {#6238 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6241 -id: 196 -name: "ラピスラズリ" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1719214627 {#6239 date: 2024-06-24 16:37:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6240 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6242 …} -Children: Doctrine\ORM\PersistentCollection {#6245 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6248 -id: 195 -name: "モルガナイト" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1719214616 {#6246 date: 2024-06-24 16:36:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6247 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6249 …} -Children: Doctrine\ORM\PersistentCollection {#6252 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6255 -id: 194 -name: "モリオン" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1719214612 {#6253 date: 2024-06-24 16:36:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6254 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6256 …} -Children: Doctrine\ORM\PersistentCollection {#6259 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6262 -id: 193 -name: "モスアゲート" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1719214606 {#6260 date: 2024-06-24 16:36:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6261 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6263 …} -Children: Doctrine\ORM\PersistentCollection {#6266 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6269 -id: 192 -name: "ムーンストーン" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1719214601 {#6267 date: 2024-06-24 16:36:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6268 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6270 …} -Children: Doctrine\ORM\PersistentCollection {#6273 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6276 -id: 191 -name: "ミッドナイトオーラ" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1719214596 {#6274 date: 2024-06-24 16:36:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6275 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6277 …} -Children: Doctrine\ORM\PersistentCollection {#6280 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6283 -id: 289 -name: "MIXアゲート" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1721726889 {#6281 date: 2024-07-23 18:28:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6282 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6284 …} -Children: Doctrine\ORM\PersistentCollection {#6287 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6290 -id: 190 -name: "マザーオブパール" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1719214587 {#6288 date: 2024-06-24 16:36:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6289 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6291 …} -Children: Doctrine\ORM\PersistentCollection {#6294 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6297 -id: 189 -name: "ホワイトカルセドニー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1719214578 {#6295 date: 2024-06-24 16:36:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6296 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6298 …} -Children: Doctrine\ORM\PersistentCollection {#6301 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6304 -id: 188 -name: "北投石" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1719214570 {#6302 date: 2024-06-24 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6303 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6305 …} -Children: Doctrine\ORM\PersistentCollection {#6308 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6311 -id: 187 -name: "ペリドット" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1719214560 {#6309 date: 2024-06-24 16:36:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6310 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6312 …} -Children: Doctrine\ORM\PersistentCollection {#6315 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6318 -id: 186 -name: "ヘマタイト" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1719214555 {#6316 date: 2024-06-24 16:35:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6317 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6319 …} -Children: Doctrine\ORM\PersistentCollection {#6322 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6325 -id: 185 -name: "フローライト" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1719214550 {#6323 date: 2024-06-24 16:35:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6324 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6326 …} -Children: Doctrine\ORM\PersistentCollection {#6329 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6332 -id: 184 -name: "プレナイト" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1719214544 {#6330 date: 2024-06-24 16:35:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6331 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6333 …} -Children: Doctrine\ORM\PersistentCollection {#6336 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6339 -id: 183 -name: "ブルーレースアゲート" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1719214535 {#6337 date: 2024-06-24 16:35:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6338 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6340 …} -Children: Doctrine\ORM\PersistentCollection {#6343 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6346 -id: 182 -name: "ブルータイガーアイ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1719214526 {#6344 date: 2024-06-24 16:35:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6345 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6347 …} -Children: Doctrine\ORM\PersistentCollection {#6350 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6353 -id: 181 -name: "ブルーゴールドストーン" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1719214514 {#6351 date: 2024-06-24 16:35:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6352 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6354 …} -Children: Doctrine\ORM\PersistentCollection {#6357 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6360 -id: 180 -name: "ブラックスピネル" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1719214503 {#6358 date: 2024-06-24 16:35:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6359 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6361 …} -Children: Doctrine\ORM\PersistentCollection {#6364 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6367 -id: 292 -name: "ピーコックヘマタイト" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1721726912 {#6365 date: 2024-07-23 18:28:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6366 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6368 …} -Children: Doctrine\ORM\PersistentCollection {#6371 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6374 -id: 179 -name: "ピンクオパール" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1719214489 {#6372 date: 2024-06-24 16:34:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6373 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6375 …} -Children: Doctrine\ORM\PersistentCollection {#6378 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6381 -id: 178 -name: "ヒマラヤ水晶" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1719214480 {#6379 date: 2024-06-24 16:34:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6380 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6382 …} -Children: Doctrine\ORM\PersistentCollection {#6385 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6388 -id: 177 -name: "翡翠" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1719214472 {#6386 date: 2024-06-24 16:34:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6387 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6389 …} -Children: Doctrine\ORM\PersistentCollection {#6392 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6395 -id: 176 -name: "ピクチャージャスパー" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1719214467 {#6393 date: 2024-06-24 16:34:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6394 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6396 …} -Children: Doctrine\ORM\PersistentCollection {#6399 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6402 -id: 175 -name: "ハウライト" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1719214458 {#6400 date: 2024-06-24 16:34:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6401 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6403 …} -Children: Doctrine\ORM\PersistentCollection {#6406 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6409 -id: 174 -name: "パイライト" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1719214453 {#6407 date: 2024-06-24 16:34:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6408 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6410 …} -Children: Doctrine\ORM\PersistentCollection {#6413 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6416 -id: 173 -name: "パール" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1719214443 {#6414 date: 2024-06-24 16:34:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6415 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6417 …} -Children: Doctrine\ORM\PersistentCollection {#6420 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6423 -id: 172 -name: "トルマリン" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1719214439 {#6421 date: 2024-06-24 16:33:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6422 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6424 …} -Children: Doctrine\ORM\PersistentCollection {#6427 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6430 -id: 171 -name: "テラヘルツ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1719214435 {#6428 date: 2024-06-24 16:33:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6429 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6431 …} -Children: Doctrine\ORM\PersistentCollection {#6434 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6437 -id: 301 -name: "ツリーアゲート" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1721966565 {#6435 date: 2024-07-26 13:02:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6436 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6438 …} -Children: Doctrine\ORM\PersistentCollection {#6441 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6444 -id: 170 -name: "茶黄水晶" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1719214422 {#6442 date: 2024-06-24 16:33:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6443 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6445 …} -Children: Doctrine\ORM\PersistentCollection {#6448 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6451 -id: 169 -name: "チェリークォーツ" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1719214416 {#6449 date: 2024-06-24 16:33:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6450 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6452 …} -Children: Doctrine\ORM\PersistentCollection {#6455 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6458 -id: 168 -name: "タンザナイト" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1719214409 {#6456 date: 2024-06-24 16:33:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6457 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6459 …} -Children: Doctrine\ORM\PersistentCollection {#6462 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6465 -id: 290 -name: "ダルメシアンジャスパー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1721726899 {#6463 date: 2024-07-23 18:28:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6464 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6466 …} -Children: Doctrine\ORM\PersistentCollection {#6469 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6472 -id: 167 -name: "タイガーアイ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1719214404 {#6470 date: 2024-06-24 16:33:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6471 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6473 …} -Children: Doctrine\ORM\PersistentCollection {#6476 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6479 -id: 166 -name: "ターコイズ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1719214392 {#6477 date: 2024-06-24 16:33:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6478 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6480 …} -Children: Doctrine\ORM\PersistentCollection {#6483 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6486 -id: 165 -name: "ソーダライト" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1719214381 {#6484 date: 2024-06-24 16:33:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6485 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6487 …} -Children: Doctrine\ORM\PersistentCollection {#6490 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6493 -id: 164 -name: "スモーキークォーツ" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1719214373 {#6491 date: 2024-06-24 16:32:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6492 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6494 …} -Children: Doctrine\ORM\PersistentCollection {#6497 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6500 -id: 163 -name: "スピネル" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1719214365 {#6498 date: 2024-06-24 16:32:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6499 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6501 …} -Children: Doctrine\ORM\PersistentCollection {#6504 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6507 -id: 162 -name: "ストロベリークォーツ" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1719214359 {#6505 date: 2024-06-24 16:32:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6506 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6508 …} -Children: Doctrine\ORM\PersistentCollection {#6511 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6514 -id: 161 -name: "スギライト" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1719214347 {#6512 date: 2024-06-24 16:32:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6513 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6515 …} -Children: Doctrine\ORM\PersistentCollection {#6518 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6521 -id: 160 -name: "水晶" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1719214342 {#6519 date: 2024-06-24 16:32:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6520 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6522 …} -Children: Doctrine\ORM\PersistentCollection {#6525 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6528 -id: 294 -name: "朱砂パーツ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1721726925 {#6526 date: 2024-07-23 18:28:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6527 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6529 …} -Children: Doctrine\ORM\PersistentCollection {#6532 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6535 -id: 159 -name: "シトリン" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1719214334 {#6533 date: 2024-06-24 16:32:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6534 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6536 …} -Children: Doctrine\ORM\PersistentCollection {#6539 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6542 -id: 158 -name: "サンストーン" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1719214329 {#6540 date: 2024-06-24 16:32:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6541 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6543 …} -Children: Doctrine\ORM\PersistentCollection {#6546 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6549 -id: 157 -name: "珊瑚" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1719214321 {#6547 date: 2024-06-24 16:32:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6548 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6550 …} -Children: Doctrine\ORM\PersistentCollection {#6553 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6556 -id: 156 -name: "サファイア" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1719214302 {#6554 date: 2024-06-24 16:31:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6555 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6557 …} -Children: Doctrine\ORM\PersistentCollection {#6560 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6563 -id: 155 -name: "サードニクス" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1719214295 {#6561 date: 2024-06-24 16:31:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6562 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6564 …} -Children: Doctrine\ORM\PersistentCollection {#6567 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6570 -id: 154 -name: "コスモオーラ" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1719214286 {#6568 date: 2024-06-24 16:31:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6569 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6571 …} -Children: Doctrine\ORM\PersistentCollection {#6574 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6577 -id: 153 -name: "ゴールドヘマタイト" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1719214278 {#6575 date: 2024-06-24 16:31:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6576 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6578 …} -Children: Doctrine\ORM\PersistentCollection {#6581 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6584 -id: 152 -name: "ゴールドストーン" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1719214270 {#6582 date: 2024-06-24 16:31:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6583 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6585 …} -Children: Doctrine\ORM\PersistentCollection {#6588 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6591 -id: 295 -name: "ゴールドコーラル" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1721726932 {#6589 date: 2024-07-23 18:28:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6590 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6592 …} -Children: Doctrine\ORM\PersistentCollection {#6595 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6598 -id: 151 -name: "ゴールデンオーラ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1719214263 {#6596 date: 2024-06-24 16:31:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6597 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6599 …} -Children: Doctrine\ORM\PersistentCollection {#6602 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6605 -id: 150 -name: "クンツァイト" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1719214255 {#6603 date: 2024-06-24 16:30:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6604 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6606 …} -Children: Doctrine\ORM\PersistentCollection {#6609 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6612 -id: 149 -name: "クリソコーラ" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1719214243 {#6610 date: 2024-06-24 16:30:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6611 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6613 …} -Children: Doctrine\ORM\PersistentCollection {#6616 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6619 -id: 148 -name: "グリーンアゲート" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1719214233 {#6617 date: 2024-06-24 16:30:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6618 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6620 …} -Children: Doctrine\ORM\PersistentCollection {#6623 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6626 -id: 296 -name: "クラック水晶" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1721726937 {#6624 date: 2024-07-23 18:28:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6625 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6627 …} -Children: Doctrine\ORM\PersistentCollection {#6630 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6633 -id: 291 -name: "キャンディークォーツ" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1721726906 {#6631 date: 2024-07-23 18:28:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6632 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6634 …} -Children: Doctrine\ORM\PersistentCollection {#6637 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6640 -id: 147 -name: "眼球メノウ" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1719214224 {#6638 date: 2024-06-24 16:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6639 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6641 …} -Children: Doctrine\ORM\PersistentCollection {#6644 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6647 -id: 146 -name: "カルサイト" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1719214207 {#6645 date: 2024-06-24 16:30:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6646 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6648 …} -Children: Doctrine\ORM\PersistentCollection {#6651 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6654 -id: 298 -name: "カラーチェンジフローライト" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1721726951 {#6652 date: 2024-07-23 18:29:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6653 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6655 …} -Children: Doctrine\ORM\PersistentCollection {#6658 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6661 -id: 145 -name: "カイヤナイト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1719214198 {#6659 date: 2024-06-24 16:29:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6660 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6662 …} -Children: Doctrine\ORM\PersistentCollection {#6665 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6668 -id: 144 -name: "カーネリアン" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1719214192 {#6666 date: 2024-06-24 16:29:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6667 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6669 …} -Children: Doctrine\ORM\PersistentCollection {#6672 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6675 -id: 143 -name: "ガーネット" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1719214185 {#6673 date: 2024-06-24 16:29:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6674 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6676 …} -Children: Doctrine\ORM\PersistentCollection {#6679 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6682 -id: 142 -name: "ガーデンクォーツ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1719214182 {#6680 date: 2024-06-24 16:29:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6681 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6683 …} -Children: Doctrine\ORM\PersistentCollection {#6686 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6689 -id: 141 -name: "オレンジムーンストーン" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1719214174 {#6687 date: 2024-06-24 16:29:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6688 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6690 …} -Children: Doctrine\ORM\PersistentCollection {#6693 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6696 -id: 297 -name: "オレンジファントムクォーツ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1721726944 {#6694 date: 2024-07-23 18:29:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6695 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6697 …} -Children: Doctrine\ORM\PersistentCollection {#6700 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6703 -id: 140 -name: "オブシディアン" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1719214165 {#6701 date: 2024-06-24 16:29:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6702 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6704 …} -Children: Doctrine\ORM\PersistentCollection {#6707 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6710 -id: 139 -name: "オニキス" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1719214157 {#6708 date: 2024-06-24 16:29:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6709 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6711 …} -Children: Doctrine\ORM\PersistentCollection {#6714 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6717 -id: 138 -name: "オーロラオーラ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1719214152 {#6715 date: 2024-06-24 16:29:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6716 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6718 …} -Children: Doctrine\ORM\PersistentCollection {#6721 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6724 -id: 293 -name: "エンジェルラダー" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1721726919 {#6722 date: 2024-07-23 18:28:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6723 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6725 …} -Children: Doctrine\ORM\PersistentCollection {#6728 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6731 -id: 137 -name: "エンジェライト" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1719214142 {#6729 date: 2024-06-24 16:29:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6730 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6732 …} -Children: Doctrine\ORM\PersistentCollection {#6735 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6738 -id: 136 -name: "エレスチャル" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1719214136 {#6736 date: 2024-06-24 16:28:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6737 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6739 …} -Children: Doctrine\ORM\PersistentCollection {#6742 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6745 -id: 135 -name: "インカローズ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1719214126 {#6743 date: 2024-06-24 16:28:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6744 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6746 …} -Children: Doctrine\ORM\PersistentCollection {#6749 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6752 -id: 134 -name: "アンバー" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1719214114 {#6750 date: 2024-06-24 16:28:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6751 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6753 …} -Children: Doctrine\ORM\PersistentCollection {#6756 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6759 -id: 133 -name: "アメトリン" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1719214108 {#6757 date: 2024-06-24 16:28:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6758 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6760 …} -Children: Doctrine\ORM\PersistentCollection {#6763 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6766 -id: 132 -name: "アメシスト" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1719214103 {#6764 date: 2024-06-24 16:28:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6765 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6767 …} -Children: Doctrine\ORM\PersistentCollection {#6770 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6773 -id: 131 -name: "アマゾナイト" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1719214098 {#6771 date: 2024-06-24 16:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6772 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6774 …} -Children: Doctrine\ORM\PersistentCollection {#6777 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6780 -id: 130 -name: "アベンチュリン" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1719214091 {#6778 date: 2024-06-24 16:28:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6779 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6781 …} -Children: Doctrine\ORM\PersistentCollection {#6784 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6787 -id: 129 -name: "アパタイト" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1719214076 {#6785 date: 2024-06-24 16:27:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6786 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6788 …} -Children: Doctrine\ORM\PersistentCollection {#6791 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6794 -id: 128 -name: "アクアマリン" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1719214065 {#6792 date: 2024-06-24 16:27:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6793 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6795 …} -Children: Doctrine\ORM\PersistentCollection {#6798 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6801 -id: 121 -name: "アクアオーラ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1717439544 {#6799 date: 2024-06-04 03:32:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6800 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6802 …} -Children: Doctrine\ORM\PersistentCollection {#6805 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6808 -id: 120 -name: "アイリスクォーツ" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1717439529 {#6806 date: 2024-06-04 03:32:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6807 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6809 …} -Children: Doctrine\ORM\PersistentCollection {#6812 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6815 -id: 119 -name: "アイオライト" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1717439519 {#6813 date: 2024-06-04 03:31:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6814 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6816 …} -Children: Doctrine\ORM\PersistentCollection {#6819 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6822 -id: 16 -name: "アイテム" -hierarchy: 1 -sort_no: 209 -create_date: DateTime @1713760183 {#6125 date: 2024-04-22 13:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6124 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6823 …} -Children: Doctrine\ORM\PersistentCollection {#6826 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6827 -id: 316 -name: "母の日限定アイテム" -hierarchy: 2 -sort_no: 208 -create_date: DateTime @1743663525 {#6820 date: 2025-04-03 15:58:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743663525 {#6821 date: 2025-04-03 15:58:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6828 …} -Children: Doctrine\ORM\PersistentCollection {#6831 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6836 -id: 315 -name: "ポスター掲載商品" -hierarchy: 2 -sort_no: 207 -create_date: DateTime @1743385403 {#6834 date: 2025-03-31 10:43:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743385403 {#6835 date: 2025-03-31 10:43:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6837 …} -Children: Doctrine\ORM\PersistentCollection {#6840 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6843 -id: 314 -name: "シーズンコレクション・スプリング" -hierarchy: 2 -sort_no: 206 -create_date: DateTime @1739858412 {#6841 date: 2025-02-18 15:00:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1739858412 {#6842 date: 2025-02-18 15:00:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6844 …} -Children: Doctrine\ORM\PersistentCollection {#6847 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6850 -id: 311 -name: "巳年特集" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1735090009 {#6848 date: 2024-12-25 10:26:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741569182 {#6849 date: 2025-03-10 10:13:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6851 …} -Children: Doctrine\ORM\PersistentCollection {#6854 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6857 -id: 127 -name: "リング" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1718619073 {#6855 date: 2024-06-17 19:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6856 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6858 …} -Children: Doctrine\ORM\PersistentCollection {#6861 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6864 -id: 22 -name: "others" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1713760239 {#6862 date: 2024-04-22 13:30:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6863 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6865 …} -Children: Doctrine\ORM\PersistentCollection {#6868 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6871 -id: 21 -name: "浄化グッズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1713760231 {#6869 date: 2024-04-22 13:30:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6870 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6872 …} -Children: Doctrine\ORM\PersistentCollection {#6875 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6878 -id: 20 -name: "原石" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1713760226 {#6876 date: 2024-04-22 13:30:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6877 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6879 …} -Children: Doctrine\ORM\PersistentCollection {#6882 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6885 -id: 19 -name: "ピアス・イヤリング" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1713760219 {#6883 date: 2024-04-22 13:30:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6884 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6886 …} -Children: Doctrine\ORM\PersistentCollection {#6889 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6892 -id: 18 -name: "ネックレス" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1713760199 {#6890 date: 2024-04-22 13:29:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6891 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6893 …} -Children: Doctrine\ORM\PersistentCollection {#6896 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6899 -id: 17 -name: "ブレスレット" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1713760194 {#6897 date: 2024-04-22 13:29:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6898 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6900 …} -Children: Doctrine\ORM\PersistentCollection {#6903 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6906 -id: 210 -name: "誕生石" -hierarchy: 1 -sort_no: 124 -create_date: DateTime @1719807088 {#6832 date: 2024-07-01 13:11:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6833 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6907 …} -Children: Doctrine\ORM\PersistentCollection {#6910 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6911 -id: 222 -name: "12月生まれ" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1719807143 {#6904 date: 2024-07-01 13:12:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807143 {#6905 date: 2024-07-01 13:12:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6912 …} -Children: Doctrine\ORM\PersistentCollection {#6915 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6920 -id: 221 -name: "11月生まれ" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1719807140 {#6918 date: 2024-07-01 13:12:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807140 {#6919 date: 2024-07-01 13:12:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6921 …} -Children: Doctrine\ORM\PersistentCollection {#6924 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6927 -id: 220 -name: "10月生まれ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1719807137 {#6925 date: 2024-07-01 13:12:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807137 {#6926 date: 2024-07-01 13:12:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6928 …} -Children: Doctrine\ORM\PersistentCollection {#6931 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6934 -id: 219 -name: "9月生まれ" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1719807132 {#6932 date: 2024-07-01 13:12:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807132 {#6933 date: 2024-07-01 13:12:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6935 …} -Children: Doctrine\ORM\PersistentCollection {#6938 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6941 -id: 218 -name: "8月生まれ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1719807128 {#6939 date: 2024-07-01 13:12:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807128 {#6940 date: 2024-07-01 13:12:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6942 …} -Children: Doctrine\ORM\PersistentCollection {#6945 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6948 -id: 217 -name: "7月生まれ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1719807126 {#6946 date: 2024-07-01 13:12:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807126 {#6947 date: 2024-07-01 13:12:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6949 …} -Children: Doctrine\ORM\PersistentCollection {#6952 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6955 -id: 216 -name: "6月生まれ" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1719807123 {#6953 date: 2024-07-01 13:12:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807123 {#6954 date: 2024-07-01 13:12:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6956 …} -Children: Doctrine\ORM\PersistentCollection {#6959 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6962 -id: 215 -name: "5月生まれ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1719807120 {#6960 date: 2024-07-01 13:12:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807120 {#6961 date: 2024-07-01 13:12:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6963 …} -Children: Doctrine\ORM\PersistentCollection {#6966 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6969 -id: 214 -name: "4月生まれ" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1719807117 {#6967 date: 2024-07-01 13:11:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807117 {#6968 date: 2024-07-01 13:11:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6970 …} -Children: Doctrine\ORM\PersistentCollection {#6973 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6976 -id: 213 -name: "3月生まれ" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1719807114 {#6974 date: 2024-07-01 13:11:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807114 {#6975 date: 2024-07-01 13:11:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6977 …} -Children: Doctrine\ORM\PersistentCollection {#6980 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6983 -id: 212 -name: "2月生まれ" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1719807111 {#6981 date: 2024-07-01 13:11:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807111 {#6982 date: 2024-07-01 13:11:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6984 …} -Children: Doctrine\ORM\PersistentCollection {#6987 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6990 -id: 211 -name: "1月生まれ" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1719807107 {#6988 date: 2024-07-01 13:11:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807107 {#6989 date: 2024-07-01 13:11:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6991 …} -Children: Doctrine\ORM\PersistentCollection {#6994 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6997 -id: 310 -name: "誕生石アートブレスレット" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1732076237 {#6995 date: 2024-11-20 13:17:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732776583 {#6996 date: 2024-11-28 15:49:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6998 …} -Children: Doctrine\ORM\PersistentCollection {#7001 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#7004 -id: 223 -name: "天珠" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1719807161 {#6916 date: 2024-07-01 13:12:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6917 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7005 …} -Children: Doctrine\ORM\PersistentCollection {#7008 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7009 -id: 287 -name: "金銭鈎天珠" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1721714336 {#7002 date: 2024-07-23 14:58:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7003 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7010 …} -Children: Doctrine\ORM\PersistentCollection {#7013 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7018 -id: 286 -name: "龍神天珠" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1719807697 {#7016 date: 2024-07-01 13:21:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7017 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7019 …} -Children: Doctrine\ORM\PersistentCollection {#7022 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7025 -id: 285 -name: "寶瓶天珠" -hierarchy: 2 -sort_no: 185 -create_date: DateTime @1719807689 {#7023 date: 2024-07-01 13:21:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7024 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7026 …} -Children: Doctrine\ORM\PersistentCollection {#7029 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7032 -id: 284 -name: "水蓮花天珠" -hierarchy: 2 -sort_no: 184 -create_date: DateTime @1719807682 {#7030 date: 2024-07-01 13:21:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7031 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7033 …} -Children: Doctrine\ORM\PersistentCollection {#7036 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7039 -id: 283 -name: "虎牙天珠" -hierarchy: 2 -sort_no: 183 -create_date: DateTime @1719807676 {#7037 date: 2024-07-01 13:21:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7038 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7040 …} -Children: Doctrine\ORM\PersistentCollection {#7043 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7046 -id: 282 -name: "緑度母天珠" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1719807669 {#7044 date: 2024-07-01 13:21:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7045 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7047 …} -Children: Doctrine\ORM\PersistentCollection {#7050 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7053 -id: 281 -name: "観音天珠" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1719807663 {#7051 date: 2024-07-01 13:21:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7052 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7054 …} -Children: Doctrine\ORM\PersistentCollection {#7057 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7060 -id: 280 -name: "龍眼天珠" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1719807656 {#7058 date: 2024-07-01 13:20:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7059 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7061 …} -Children: Doctrine\ORM\PersistentCollection {#7064 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7067 -id: 279 -name: "陰陽太極天珠" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1719807647 {#7065 date: 2024-07-01 13:20:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7066 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7068 …} -Children: Doctrine\ORM\PersistentCollection {#7071 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7074 -id: 278 -name: "大黒天天珠" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1719807642 {#7072 date: 2024-07-01 13:20:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7073 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7075 …} -Children: Doctrine\ORM\PersistentCollection {#7078 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7081 -id: 277 -name: "鳳凰眼天珠" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1719807636 {#7079 date: 2024-07-01 13:20:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7080 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7082 …} -Children: Doctrine\ORM\PersistentCollection {#7085 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7088 -id: 276 -name: "麒麟天珠" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1719807630 {#7086 date: 2024-07-01 13:20:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7087 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7089 …} -Children: Doctrine\ORM\PersistentCollection {#7092 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7095 -id: 275 -name: "白蛇天珠" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1719807624 {#7093 date: 2024-07-01 13:20:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7094 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7096 …} -Children: Doctrine\ORM\PersistentCollection {#7099 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7102 -id: 274 -name: "弁財天天珠" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1719807618 {#7100 date: 2024-07-01 13:20:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7101 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7103 …} -Children: Doctrine\ORM\PersistentCollection {#7106 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7109 -id: 273 -name: "蔓字天珠" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1719807611 {#7107 date: 2024-07-01 13:20:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7108 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7110 …} -Children: Doctrine\ORM\PersistentCollection {#7113 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7116 -id: 272 -name: "星辰天珠" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1719807605 {#7114 date: 2024-07-01 13:20:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7115 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7117 …} -Children: Doctrine\ORM\PersistentCollection {#7120 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7123 -id: 271 -name: "羊眼板珠" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1719807598 {#7121 date: 2024-07-01 13:19:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7122 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7124 …} -Children: Doctrine\ORM\PersistentCollection {#7127 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7130 -id: 270 -name: "三色線珠" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1719807588 {#7128 date: 2024-07-01 13:19:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7129 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7131 …} -Children: Doctrine\ORM\PersistentCollection {#7134 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7137 -id: 269 -name: "福壽天珠" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1719807583 {#7135 date: 2024-07-01 13:19:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7136 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7138 …} -Children: Doctrine\ORM\PersistentCollection {#7141 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7144 -id: 268 -name: "大鵬鳥天珠" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1719807577 {#7142 date: 2024-07-01 13:19:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7143 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7145 …} -Children: Doctrine\ORM\PersistentCollection {#7148 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7151 -id: 267 -name: "菩提天珠" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1719807570 {#7149 date: 2024-07-01 13:19:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7150 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7152 …} -Children: Doctrine\ORM\PersistentCollection {#7155 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7158 -id: 266 -name: "大人天珠" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1719807564 {#7156 date: 2024-07-01 13:19:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7157 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7159 …} -Children: Doctrine\ORM\PersistentCollection {#7162 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7165 -id: 265 -name: "山形天珠" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1719807557 {#7163 date: 2024-07-01 13:19:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7164 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7166 …} -Children: Doctrine\ORM\PersistentCollection {#7169 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7172 -id: 264 -name: "双天地天珠" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1719807548 {#7170 date: 2024-07-01 13:19:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7171 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7173 …} -Children: Doctrine\ORM\PersistentCollection {#7176 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7179 -id: 263 -name: "天地天珠" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1719807542 {#7177 date: 2024-07-01 13:19:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7178 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7180 …} -Children: Doctrine\ORM\PersistentCollection {#7183 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7186 -id: 262 -name: "日月天珠" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1719807535 {#7184 date: 2024-07-01 13:18:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7185 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7187 …} -Children: Doctrine\ORM\PersistentCollection {#7190 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7193 -id: 261 -name: "黒白天珠" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1719807529 {#7191 date: 2024-07-01 13:18:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7192 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7194 …} -Children: Doctrine\ORM\PersistentCollection {#7197 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7200 -id: 260 -name: "流水紋天珠" -hierarchy: 2 -sort_no: 160 -create_date: DateTime @1719807521 {#7198 date: 2024-07-01 13:18:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7199 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7201 …} -Children: Doctrine\ORM\PersistentCollection {#7204 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7207 -id: 259 -name: "財神天珠" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1719807514 {#7205 date: 2024-07-01 13:18:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7206 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7208 …} -Children: Doctrine\ORM\PersistentCollection {#7211 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7214 -id: 258 -name: "如意鈎天珠" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1719807506 {#7212 date: 2024-07-01 13:18:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7213 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7215 …} -Children: Doctrine\ORM\PersistentCollection {#7218 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7221 -id: 257 -name: "水紋天珠" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1719807499 {#7219 date: 2024-07-01 13:18:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7220 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7222 …} -Children: Doctrine\ORM\PersistentCollection {#7225 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7228 -id: 256 -name: "薬師天珠" -hierarchy: 2 -sort_no: 156 -create_date: DateTime @1719807490 {#7226 date: 2024-07-01 13:18:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7227 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7229 …} -Children: Doctrine\ORM\PersistentCollection {#7232 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7235 -id: 255 -name: "亀甲長壽天珠" -hierarchy: 2 -sort_no: 155 -create_date: DateTime @1719807484 {#7233 date: 2024-07-01 13:18:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7234 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7236 …} -Children: Doctrine\ORM\PersistentCollection {#7239 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7242 -id: 254 -name: "金剛虎牙六眼天珠" -hierarchy: 2 -sort_no: 154 -create_date: DateTime @1719807477 {#7240 date: 2024-07-01 13:17:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7241 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7243 …} -Children: Doctrine\ORM\PersistentCollection {#7246 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7249 -id: 253 -name: "金剛蓮花三眼天珠" -hierarchy: 2 -sort_no: 153 -create_date: DateTime @1719807468 {#7247 date: 2024-07-01 13:17:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7248 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7250 …} -Children: Doctrine\ORM\PersistentCollection {#7253 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7256 -id: 252 -name: "金剛杵天珠" -hierarchy: 2 -sort_no: 152 -create_date: DateTime @1719807459 {#7254 date: 2024-07-01 13:17:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7255 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7257 …} -Children: Doctrine\ORM\PersistentCollection {#7260 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7263 -id: 251 -name: "蓮師法器天珠" -hierarchy: 2 -sort_no: 151 -create_date: DateTime @1719807449 {#7261 date: 2024-07-01 13:17:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7262 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7264 …} -Children: Doctrine\ORM\PersistentCollection {#7267 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7270 -id: 250 -name: "蓮師法帽天珠" -hierarchy: 2 -sort_no: 150 -create_date: DateTime @1719807441 {#7268 date: 2024-07-01 13:17:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7269 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7271 …} -Children: Doctrine\ORM\PersistentCollection {#7274 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7277 -id: 249 -name: "閃電五眼天珠" -hierarchy: 2 -sort_no: 149 -create_date: DateTime @1719807435 {#7275 date: 2024-07-01 13:17:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7276 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7278 …} -Children: Doctrine\ORM\PersistentCollection {#7281 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7284 -id: 248 -name: "蓮花天珠" -hierarchy: 2 -sort_no: 148 -create_date: DateTime @1719807427 {#7282 date: 2024-07-01 13:17:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7283 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7285 …} -Children: Doctrine\ORM\PersistentCollection {#7288 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7291 -id: 247 -name: "四線虎牙天珠" -hierarchy: 2 -sort_no: 147 -create_date: DateTime @1719807420 {#7289 date: 2024-07-01 13:17:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7290 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7292 …} -Children: Doctrine\ORM\PersistentCollection {#7295 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7298 -id: 246 -name: "五福臨門天珠" -hierarchy: 2 -sort_no: 146 -create_date: DateTime @1719807414 {#7296 date: 2024-07-01 13:16:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7297 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7299 …} -Children: Doctrine\ORM\PersistentCollection {#7302 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7305 -id: 245 -name: "如意天珠" -hierarchy: 2 -sort_no: 145 -create_date: DateTime @1719807407 {#7303 date: 2024-07-01 13:16:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7304 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7306 …} -Children: Doctrine\ORM\PersistentCollection {#7309 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7312 -id: 244 -name: "二十一眼天珠" -hierarchy: 2 -sort_no: 144 -create_date: DateTime @1719807400 {#7310 date: 2024-07-01 13:16:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7311 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7313 …} -Children: Doctrine\ORM\PersistentCollection {#7316 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7319 -id: 243 -name: "二十眼天珠" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1719807394 {#7317 date: 2024-07-01 13:16:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7318 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7320 …} -Children: Doctrine\ORM\PersistentCollection {#7323 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7326 -id: 242 -name: "十九眼天珠" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1719807386 {#7324 date: 2024-07-01 13:16:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7325 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7327 …} -Children: Doctrine\ORM\PersistentCollection {#7330 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7333 -id: 241 -name: "十八眼天珠" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1719807380 {#7331 date: 2024-07-01 13:16:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7332 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7334 …} -Children: Doctrine\ORM\PersistentCollection {#7337 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7340 -id: 240 -name: "十七眼天珠" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1719807323 {#7338 date: 2024-07-01 13:15:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7339 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7341 …} -Children: Doctrine\ORM\PersistentCollection {#7344 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7347 -id: 239 -name: "十六眼天珠" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1719807316 {#7345 date: 2024-07-01 13:15:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7346 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7348 …} -Children: Doctrine\ORM\PersistentCollection {#7351 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7354 -id: 238 -name: "十五眼天珠" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1719807308 {#7352 date: 2024-07-01 13:15:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7353 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7355 …} -Children: Doctrine\ORM\PersistentCollection {#7358 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7361 -id: 237 -name: "十四眼天珠" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1719807302 {#7359 date: 2024-07-01 13:15:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7360 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7362 …} -Children: Doctrine\ORM\PersistentCollection {#7365 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7368 -id: 236 -name: "十三眼天珠" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1719807293 {#7366 date: 2024-07-01 13:14:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7367 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7369 …} -Children: Doctrine\ORM\PersistentCollection {#7372 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7375 -id: 235 -name: "十二眼天珠" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1719807286 {#7373 date: 2024-07-01 13:14:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7374 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7376 …} -Children: Doctrine\ORM\PersistentCollection {#7379 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7382 -id: 234 -name: "十一眼天珠" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1719807279 {#7380 date: 2024-07-01 13:14:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7381 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7383 …} -Children: Doctrine\ORM\PersistentCollection {#7386 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7389 -id: 233 -name: "十眼天珠" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1719807272 {#7387 date: 2024-07-01 13:14:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7388 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7390 …} -Children: Doctrine\ORM\PersistentCollection {#7393 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7396 -id: 232 -name: "九眼天珠" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1719807265 {#7394 date: 2024-07-01 13:14:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7395 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7397 …} -Children: Doctrine\ORM\PersistentCollection {#7400 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7403 -id: 231 -name: "八眼天珠" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1719807258 {#7401 date: 2024-07-01 13:14:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7402 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7404 …} -Children: Doctrine\ORM\PersistentCollection {#7407 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7410 -id: 230 -name: "七眼天珠" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1719807251 {#7408 date: 2024-07-01 13:14:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7409 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7411 …} -Children: Doctrine\ORM\PersistentCollection {#7414 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7417 -id: 229 -name: "六眼天珠" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1719807237 {#7415 date: 2024-07-01 13:13:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7416 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7418 …} -Children: Doctrine\ORM\PersistentCollection {#7421 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7424 -id: 228 -name: "五眼天珠" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1719807225 {#7422 date: 2024-07-01 13:13:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7423 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7425 …} -Children: Doctrine\ORM\PersistentCollection {#7428 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7431 -id: 227 -name: "四眼天珠" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1719807216 {#7429 date: 2024-07-01 13:13:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7430 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7432 …} -Children: Doctrine\ORM\PersistentCollection {#7435 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7438 -id: 226 -name: "三眼天珠" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1719807209 {#7436 date: 2024-07-01 13:13:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7437 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7439 …} -Children: Doctrine\ORM\PersistentCollection {#7442 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7445 -id: 225 -name: "二眼天珠" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1719807199 {#7443 date: 2024-07-01 13:13:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7444 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7446 …} -Children: Doctrine\ORM\PersistentCollection {#7449 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7452 -id: 308 -name: "蓮花羊眼板天珠" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1726199960 {#7450 date: 2024-09-13 12:59:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1726199960 {#7451 date: 2024-09-13 12:59:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7453 …} -Children: Doctrine\ORM\PersistentCollection {#7456 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7459 -id: 224 -name: "一眼天珠" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1719807188 {#7457 date: 2024-07-01 13:13:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7458 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7460 …} -Children: Doctrine\ORM\PersistentCollection {#7463 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7464 -id: 116 -name: "ピックアップ" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1717434582 {#7014 date: 2024-06-04 02:09:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7015 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7465 …} -Children: Doctrine\ORM\PersistentCollection {#7468 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7471 -id: 117 -name: "ギフト" -hierarchy: 1 -sort_no: 21 -create_date: DateTime @1717434592 {#7469 date: 2024-06-04 02:09:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7470 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7472 …} -Children: Doctrine\ORM\PersistentCollection {#7475 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7480 -id: 30 -name: "運気" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1713760364 {#7476 date: 2024-04-22 13:32:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7477 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7481 …} -Children: Doctrine\ORM\PersistentCollection {#7484 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7485 -id: 115 -name: "招福" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1717417635 {#7478 date: 2024-06-03 21:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417635 {#7479 date: 2024-06-03 21:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7486 …} -Children: Doctrine\ORM\PersistentCollection {#7489 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#5572 -id: 114 -name: "願望達成" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1717417623 {#7492 date: 2024-06-03 21:27:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417623 {#7493 date: 2024-06-03 21:27:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5446 …} -Children: Doctrine\ORM\PersistentCollection {#5569 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#5321 -id: 113 -name: "学業・試験運" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1717417608 {#5574 date: 2024-06-03 21:26:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417608 {#5575 date: 2024-06-03 21:26:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7494 …} -Children: Doctrine\ORM\PersistentCollection {#7497 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7500 -id: 112 -name: "家庭運" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1717417591 {#7498 date: 2024-06-03 21:26:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417591 {#7499 date: 2024-06-03 21:26:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7501 …} -Children: Doctrine\ORM\PersistentCollection {#7504 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7507 -id: 111 -name: "結婚運" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1717417586 {#7505 date: 2024-06-03 21:26:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417586 {#7506 date: 2024-06-03 21:26:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7508 …} -Children: Doctrine\ORM\PersistentCollection {#7511 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7514 -id: 110 -name: "開運" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1717417580 {#7512 date: 2024-06-03 21:26:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417580 {#7513 date: 2024-06-03 21:26:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7515 …} -Children: Doctrine\ORM\PersistentCollection {#7518 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7521 -id: 109 -name: "対人運" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1717417576 {#7519 date: 2024-06-03 21:26:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417576 {#7520 date: 2024-06-03 21:26:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7522 …} -Children: Doctrine\ORM\PersistentCollection {#7525 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7528 -id: 108 -name: "魔除け" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1717417566 {#7526 date: 2024-06-03 21:26:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417566 {#7527 date: 2024-06-03 21:26:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7529 …} -Children: Doctrine\ORM\PersistentCollection {#7532 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7535 -id: 107 -name: "健康運" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1717417562 {#7533 date: 2024-06-03 21:26:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417562 {#7534 date: 2024-06-03 21:26:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7536 …} -Children: Doctrine\ORM\PersistentCollection {#7539 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7542 -id: 106 -name: "全体運" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1717417539 {#7540 date: 2024-06-03 21:25:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417539 {#7541 date: 2024-06-03 21:25:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7543 …} -Children: Doctrine\ORM\PersistentCollection {#7546 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7549 -id: 33 -name: "仕事運" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1713760383 {#7547 date: 2024-04-22 13:33:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713760383 {#7548 date: 2024-04-22 13:33:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7550 …} -Children: Doctrine\ORM\PersistentCollection {#7553 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7556 -id: 32 -name: "金運・財運" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1713760378 {#7554 date: 2024-04-22 13:32:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417551 {#7555 date: 2024-06-03 21:25:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7557 …} -Children: Doctrine\ORM\PersistentCollection {#7560 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7563 -id: 31 -name: "恋愛運" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1713760375 {#7561 date: 2024-04-22 13:32:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713760375 {#7562 date: 2024-04-22 13:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7564 …} -Children: Doctrine\ORM\PersistentCollection {#7567 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } ] |
[ Eccube\Entity\Category {#5895 -id: 312 -name: "セール" -hierarchy: 1 -sort_no: 211 -create_date: DateTime @1735090129 {#5901 date: 2024-12-25 10:28:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#5899 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5985 …} -Children: Doctrine\ORM\PersistentCollection {#6141 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6136 -id: 118 -name: "天然石" -hierarchy: 1 -sort_no: 210 -create_date: DateTime @1717439447 {#6140 date: 2024-06-04 03:30:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6139 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6135 …} -Children: Doctrine\ORM\PersistentCollection {#6132 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6131 -id: 309 -name: "トパーズ" -hierarchy: 2 -sort_no: 205 -create_date: DateTime @1728971426 {#6138 date: 2024-10-15 14:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728971426 {#6137 date: 2024-10-15 14:50:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6130 …} -Children: Doctrine\ORM\PersistentCollection {#6126 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6121 -id: 306 -name: "ラヴァストーン" -hierarchy: 2 -sort_no: 204 -create_date: DateTime @1725857600 {#6123 date: 2024-09-09 13:53:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857600 {#6122 date: 2024-09-09 13:53:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6120 …} -Children: Doctrine\ORM\PersistentCollection {#6117 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6114 -id: 305 -name: "リバーストーン" -hierarchy: 2 -sort_no: 203 -create_date: DateTime @1725857595 {#6116 date: 2024-09-09 13:53:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857595 {#6115 date: 2024-09-09 13:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6113 …} -Children: Doctrine\ORM\PersistentCollection {#5898 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6101 -id: 304 -name: "クラック水晶" -hierarchy: 2 -sort_no: 202 -create_date: DateTime @1725857588 {#5896 date: 2024-09-09 13:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857588 {#5917 date: 2024-09-09 13:53:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6103 …} -Children: Doctrine\ORM\PersistentCollection {#6106 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6109 -id: 303 -name: "ゴールドコーラル" -hierarchy: 2 -sort_no: 201 -create_date: DateTime @1725857582 {#6107 date: 2024-09-09 13:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857582 {#6108 date: 2024-09-09 13:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6110 …} -Children: Doctrine\ORM\PersistentCollection {#6148 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6149 -id: 302 -name: "ダルメシアンジャスパー" -hierarchy: 2 -sort_no: 200 -create_date: DateTime @1725857574 {#6146 date: 2024-09-09 13:52:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857574 {#6147 date: 2024-09-09 13:52:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6150 …} -Children: Doctrine\ORM\PersistentCollection {#6153 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6156 -id: 207 -name: "ローズジャスパー" -hierarchy: 2 -sort_no: 199 -create_date: DateTime @1719214717 {#6154 date: 2024-06-24 16:38:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6155 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6157 …} -Children: Doctrine\ORM\PersistentCollection {#6161 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6164 -id: 206 -name: "ローズクォーツ" -hierarchy: 2 -sort_no: 198 -create_date: DateTime @1719214706 {#6162 date: 2024-06-24 16:38:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6163 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6165 …} -Children: Doctrine\ORM\PersistentCollection {#6168 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6171 -id: 205 -name: "レモンクォーツ" -hierarchy: 2 -sort_no: 197 -create_date: DateTime @1719214700 {#6169 date: 2024-06-24 16:38:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6170 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6172 …} -Children: Doctrine\ORM\PersistentCollection {#6175 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6178 -id: 204 -name: "レッドタイガーアイ" -hierarchy: 2 -sort_no: 196 -create_date: DateTime @1719214691 {#6176 date: 2024-06-24 16:38:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6177 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6179 …} -Children: Doctrine\ORM\PersistentCollection {#6182 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6185 -id: 203 -name: "レッドアゲート" -hierarchy: 2 -sort_no: 195 -create_date: DateTime @1719214683 {#6183 date: 2024-06-24 16:38:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6184 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6186 …} -Children: Doctrine\ORM\PersistentCollection {#6189 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6192 -id: 202 -name: "レインボームーンストーン" -hierarchy: 2 -sort_no: 194 -create_date: DateTime @1719214676 {#6190 date: 2024-06-24 16:37:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6191 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6193 …} -Children: Doctrine\ORM\PersistentCollection {#6196 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6199 -id: 201 -name: "ルビー" -hierarchy: 2 -sort_no: 193 -create_date: DateTime @1719214669 {#6197 date: 2024-06-24 16:37:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6198 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6200 …} -Children: Doctrine\ORM\PersistentCollection {#6203 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6206 -id: 200 -name: "ルチルクォーツ" -hierarchy: 2 -sort_no: 192 -create_date: DateTime @1719214664 {#6204 date: 2024-06-24 16:37:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6205 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6207 …} -Children: Doctrine\ORM\PersistentCollection {#6210 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6213 -id: 199 -name: "龍紋メノウ" -hierarchy: 2 -sort_no: 191 -create_date: DateTime @1719214655 {#6211 date: 2024-06-24 16:37:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6212 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6214 …} -Children: Doctrine\ORM\PersistentCollection {#6217 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6220 -id: 300 -name: "リバーストーン" -hierarchy: 2 -sort_no: 190 -create_date: DateTime @1721966548 {#6218 date: 2024-07-26 13:02:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6219 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6221 …} -Children: Doctrine\ORM\PersistentCollection {#6224 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6227 -id: 198 -name: "ラリマー" -hierarchy: 2 -sort_no: 189 -create_date: DateTime @1719214639 {#6225 date: 2024-06-24 16:37:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6226 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6228 …} -Children: Doctrine\ORM\PersistentCollection {#6231 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6234 -id: 197 -name: "ラブラドライト" -hierarchy: 2 -sort_no: 188 -create_date: DateTime @1719214636 {#6232 date: 2024-06-24 16:37:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6233 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6235 …} -Children: Doctrine\ORM\PersistentCollection {#6238 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6241 -id: 196 -name: "ラピスラズリ" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1719214627 {#6239 date: 2024-06-24 16:37:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6240 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6242 …} -Children: Doctrine\ORM\PersistentCollection {#6245 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6248 -id: 195 -name: "モルガナイト" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1719214616 {#6246 date: 2024-06-24 16:36:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6247 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6249 …} -Children: Doctrine\ORM\PersistentCollection {#6252 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6255 -id: 194 -name: "モリオン" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1719214612 {#6253 date: 2024-06-24 16:36:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6254 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6256 …} -Children: Doctrine\ORM\PersistentCollection {#6259 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6262 -id: 193 -name: "モスアゲート" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1719214606 {#6260 date: 2024-06-24 16:36:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6261 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6263 …} -Children: Doctrine\ORM\PersistentCollection {#6266 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6269 -id: 192 -name: "ムーンストーン" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1719214601 {#6267 date: 2024-06-24 16:36:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6268 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6270 …} -Children: Doctrine\ORM\PersistentCollection {#6273 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6276 -id: 191 -name: "ミッドナイトオーラ" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1719214596 {#6274 date: 2024-06-24 16:36:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6275 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6277 …} -Children: Doctrine\ORM\PersistentCollection {#6280 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6283 -id: 289 -name: "MIXアゲート" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1721726889 {#6281 date: 2024-07-23 18:28:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6282 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6284 …} -Children: Doctrine\ORM\PersistentCollection {#6287 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6290 -id: 190 -name: "マザーオブパール" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1719214587 {#6288 date: 2024-06-24 16:36:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6289 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6291 …} -Children: Doctrine\ORM\PersistentCollection {#6294 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6297 -id: 189 -name: "ホワイトカルセドニー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1719214578 {#6295 date: 2024-06-24 16:36:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6296 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6298 …} -Children: Doctrine\ORM\PersistentCollection {#6301 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6304 -id: 188 -name: "北投石" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1719214570 {#6302 date: 2024-06-24 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6303 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6305 …} -Children: Doctrine\ORM\PersistentCollection {#6308 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6311 -id: 187 -name: "ペリドット" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1719214560 {#6309 date: 2024-06-24 16:36:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6310 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6312 …} -Children: Doctrine\ORM\PersistentCollection {#6315 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6318 -id: 186 -name: "ヘマタイト" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1719214555 {#6316 date: 2024-06-24 16:35:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6317 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6319 …} -Children: Doctrine\ORM\PersistentCollection {#6322 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6325 -id: 185 -name: "フローライト" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1719214550 {#6323 date: 2024-06-24 16:35:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6324 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6326 …} -Children: Doctrine\ORM\PersistentCollection {#6329 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6332 -id: 184 -name: "プレナイト" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1719214544 {#6330 date: 2024-06-24 16:35:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6331 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6333 …} -Children: Doctrine\ORM\PersistentCollection {#6336 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6339 -id: 183 -name: "ブルーレースアゲート" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1719214535 {#6337 date: 2024-06-24 16:35:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6338 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6340 …} -Children: Doctrine\ORM\PersistentCollection {#6343 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6346 -id: 182 -name: "ブルータイガーアイ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1719214526 {#6344 date: 2024-06-24 16:35:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6345 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6347 …} -Children: Doctrine\ORM\PersistentCollection {#6350 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6353 -id: 181 -name: "ブルーゴールドストーン" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1719214514 {#6351 date: 2024-06-24 16:35:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6352 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6354 …} -Children: Doctrine\ORM\PersistentCollection {#6357 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6360 -id: 180 -name: "ブラックスピネル" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1719214503 {#6358 date: 2024-06-24 16:35:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6359 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6361 …} -Children: Doctrine\ORM\PersistentCollection {#6364 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6367 -id: 292 -name: "ピーコックヘマタイト" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1721726912 {#6365 date: 2024-07-23 18:28:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6366 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6368 …} -Children: Doctrine\ORM\PersistentCollection {#6371 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6374 -id: 179 -name: "ピンクオパール" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1719214489 {#6372 date: 2024-06-24 16:34:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6373 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6375 …} -Children: Doctrine\ORM\PersistentCollection {#6378 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6381 -id: 178 -name: "ヒマラヤ水晶" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1719214480 {#6379 date: 2024-06-24 16:34:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6380 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6382 …} -Children: Doctrine\ORM\PersistentCollection {#6385 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6388 -id: 177 -name: "翡翠" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1719214472 {#6386 date: 2024-06-24 16:34:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6387 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6389 …} -Children: Doctrine\ORM\PersistentCollection {#6392 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6395 -id: 176 -name: "ピクチャージャスパー" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1719214467 {#6393 date: 2024-06-24 16:34:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6394 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6396 …} -Children: Doctrine\ORM\PersistentCollection {#6399 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6402 -id: 175 -name: "ハウライト" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1719214458 {#6400 date: 2024-06-24 16:34:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6401 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6403 …} -Children: Doctrine\ORM\PersistentCollection {#6406 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6409 -id: 174 -name: "パイライト" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1719214453 {#6407 date: 2024-06-24 16:34:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6408 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6410 …} -Children: Doctrine\ORM\PersistentCollection {#6413 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6416 -id: 173 -name: "パール" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1719214443 {#6414 date: 2024-06-24 16:34:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6415 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6417 …} -Children: Doctrine\ORM\PersistentCollection {#6420 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6423 -id: 172 -name: "トルマリン" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1719214439 {#6421 date: 2024-06-24 16:33:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6422 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6424 …} -Children: Doctrine\ORM\PersistentCollection {#6427 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6430 -id: 171 -name: "テラヘルツ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1719214435 {#6428 date: 2024-06-24 16:33:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6429 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6431 …} -Children: Doctrine\ORM\PersistentCollection {#6434 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6437 -id: 301 -name: "ツリーアゲート" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1721966565 {#6435 date: 2024-07-26 13:02:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6436 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6438 …} -Children: Doctrine\ORM\PersistentCollection {#6441 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6444 -id: 170 -name: "茶黄水晶" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1719214422 {#6442 date: 2024-06-24 16:33:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6443 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6445 …} -Children: Doctrine\ORM\PersistentCollection {#6448 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6451 -id: 169 -name: "チェリークォーツ" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1719214416 {#6449 date: 2024-06-24 16:33:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6450 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6452 …} -Children: Doctrine\ORM\PersistentCollection {#6455 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6458 -id: 168 -name: "タンザナイト" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1719214409 {#6456 date: 2024-06-24 16:33:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6457 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6459 …} -Children: Doctrine\ORM\PersistentCollection {#6462 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6465 -id: 290 -name: "ダルメシアンジャスパー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1721726899 {#6463 date: 2024-07-23 18:28:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6464 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6466 …} -Children: Doctrine\ORM\PersistentCollection {#6469 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6472 -id: 167 -name: "タイガーアイ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1719214404 {#6470 date: 2024-06-24 16:33:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6471 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6473 …} -Children: Doctrine\ORM\PersistentCollection {#6476 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6479 -id: 166 -name: "ターコイズ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1719214392 {#6477 date: 2024-06-24 16:33:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6478 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6480 …} -Children: Doctrine\ORM\PersistentCollection {#6483 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6486 -id: 165 -name: "ソーダライト" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1719214381 {#6484 date: 2024-06-24 16:33:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6485 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6487 …} -Children: Doctrine\ORM\PersistentCollection {#6490 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6493 -id: 164 -name: "スモーキークォーツ" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1719214373 {#6491 date: 2024-06-24 16:32:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6492 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6494 …} -Children: Doctrine\ORM\PersistentCollection {#6497 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6500 -id: 163 -name: "スピネル" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1719214365 {#6498 date: 2024-06-24 16:32:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6499 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6501 …} -Children: Doctrine\ORM\PersistentCollection {#6504 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6507 -id: 162 -name: "ストロベリークォーツ" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1719214359 {#6505 date: 2024-06-24 16:32:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6506 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6508 …} -Children: Doctrine\ORM\PersistentCollection {#6511 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6514 -id: 161 -name: "スギライト" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1719214347 {#6512 date: 2024-06-24 16:32:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6513 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6515 …} -Children: Doctrine\ORM\PersistentCollection {#6518 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6521 -id: 160 -name: "水晶" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1719214342 {#6519 date: 2024-06-24 16:32:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6520 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6522 …} -Children: Doctrine\ORM\PersistentCollection {#6525 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6528 -id: 294 -name: "朱砂パーツ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1721726925 {#6526 date: 2024-07-23 18:28:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6527 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6529 …} -Children: Doctrine\ORM\PersistentCollection {#6532 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6535 -id: 159 -name: "シトリン" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1719214334 {#6533 date: 2024-06-24 16:32:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6534 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6536 …} -Children: Doctrine\ORM\PersistentCollection {#6539 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6542 -id: 158 -name: "サンストーン" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1719214329 {#6540 date: 2024-06-24 16:32:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6541 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6543 …} -Children: Doctrine\ORM\PersistentCollection {#6546 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6549 -id: 157 -name: "珊瑚" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1719214321 {#6547 date: 2024-06-24 16:32:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6548 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6550 …} -Children: Doctrine\ORM\PersistentCollection {#6553 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6556 -id: 156 -name: "サファイア" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1719214302 {#6554 date: 2024-06-24 16:31:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6555 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6557 …} -Children: Doctrine\ORM\PersistentCollection {#6560 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6563 -id: 155 -name: "サードニクス" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1719214295 {#6561 date: 2024-06-24 16:31:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6562 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6564 …} -Children: Doctrine\ORM\PersistentCollection {#6567 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6570 -id: 154 -name: "コスモオーラ" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1719214286 {#6568 date: 2024-06-24 16:31:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6569 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6571 …} -Children: Doctrine\ORM\PersistentCollection {#6574 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6577 -id: 153 -name: "ゴールドヘマタイト" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1719214278 {#6575 date: 2024-06-24 16:31:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6576 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6578 …} -Children: Doctrine\ORM\PersistentCollection {#6581 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6584 -id: 152 -name: "ゴールドストーン" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1719214270 {#6582 date: 2024-06-24 16:31:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6583 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6585 …} -Children: Doctrine\ORM\PersistentCollection {#6588 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6591 -id: 295 -name: "ゴールドコーラル" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1721726932 {#6589 date: 2024-07-23 18:28:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6590 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6592 …} -Children: Doctrine\ORM\PersistentCollection {#6595 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6598 -id: 151 -name: "ゴールデンオーラ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1719214263 {#6596 date: 2024-06-24 16:31:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6597 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6599 …} -Children: Doctrine\ORM\PersistentCollection {#6602 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6605 -id: 150 -name: "クンツァイト" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1719214255 {#6603 date: 2024-06-24 16:30:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6604 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6606 …} -Children: Doctrine\ORM\PersistentCollection {#6609 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6612 -id: 149 -name: "クリソコーラ" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1719214243 {#6610 date: 2024-06-24 16:30:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6611 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6613 …} -Children: Doctrine\ORM\PersistentCollection {#6616 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6619 -id: 148 -name: "グリーンアゲート" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1719214233 {#6617 date: 2024-06-24 16:30:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6618 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6620 …} -Children: Doctrine\ORM\PersistentCollection {#6623 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6626 -id: 296 -name: "クラック水晶" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1721726937 {#6624 date: 2024-07-23 18:28:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6625 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6627 …} -Children: Doctrine\ORM\PersistentCollection {#6630 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6633 -id: 291 -name: "キャンディークォーツ" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1721726906 {#6631 date: 2024-07-23 18:28:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6632 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6634 …} -Children: Doctrine\ORM\PersistentCollection {#6637 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6640 -id: 147 -name: "眼球メノウ" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1719214224 {#6638 date: 2024-06-24 16:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6639 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6641 …} -Children: Doctrine\ORM\PersistentCollection {#6644 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6647 -id: 146 -name: "カルサイト" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1719214207 {#6645 date: 2024-06-24 16:30:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6646 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6648 …} -Children: Doctrine\ORM\PersistentCollection {#6651 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6654 -id: 298 -name: "カラーチェンジフローライト" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1721726951 {#6652 date: 2024-07-23 18:29:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6653 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6655 …} -Children: Doctrine\ORM\PersistentCollection {#6658 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6661 -id: 145 -name: "カイヤナイト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1719214198 {#6659 date: 2024-06-24 16:29:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6660 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6662 …} -Children: Doctrine\ORM\PersistentCollection {#6665 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6668 -id: 144 -name: "カーネリアン" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1719214192 {#6666 date: 2024-06-24 16:29:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6667 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6669 …} -Children: Doctrine\ORM\PersistentCollection {#6672 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6675 -id: 143 -name: "ガーネット" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1719214185 {#6673 date: 2024-06-24 16:29:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6674 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6676 …} -Children: Doctrine\ORM\PersistentCollection {#6679 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6682 -id: 142 -name: "ガーデンクォーツ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1719214182 {#6680 date: 2024-06-24 16:29:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6681 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6683 …} -Children: Doctrine\ORM\PersistentCollection {#6686 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6689 -id: 141 -name: "オレンジムーンストーン" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1719214174 {#6687 date: 2024-06-24 16:29:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6688 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6690 …} -Children: Doctrine\ORM\PersistentCollection {#6693 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6696 -id: 297 -name: "オレンジファントムクォーツ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1721726944 {#6694 date: 2024-07-23 18:29:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6695 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6697 …} -Children: Doctrine\ORM\PersistentCollection {#6700 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6703 -id: 140 -name: "オブシディアン" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1719214165 {#6701 date: 2024-06-24 16:29:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6702 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6704 …} -Children: Doctrine\ORM\PersistentCollection {#6707 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6710 -id: 139 -name: "オニキス" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1719214157 {#6708 date: 2024-06-24 16:29:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6709 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6711 …} -Children: Doctrine\ORM\PersistentCollection {#6714 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6717 -id: 138 -name: "オーロラオーラ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1719214152 {#6715 date: 2024-06-24 16:29:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6716 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6718 …} -Children: Doctrine\ORM\PersistentCollection {#6721 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6724 -id: 293 -name: "エンジェルラダー" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1721726919 {#6722 date: 2024-07-23 18:28:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6723 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6725 …} -Children: Doctrine\ORM\PersistentCollection {#6728 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6731 -id: 137 -name: "エンジェライト" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1719214142 {#6729 date: 2024-06-24 16:29:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6730 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6732 …} -Children: Doctrine\ORM\PersistentCollection {#6735 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6738 -id: 136 -name: "エレスチャル" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1719214136 {#6736 date: 2024-06-24 16:28:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6737 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6739 …} -Children: Doctrine\ORM\PersistentCollection {#6742 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6745 -id: 135 -name: "インカローズ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1719214126 {#6743 date: 2024-06-24 16:28:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6744 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6746 …} -Children: Doctrine\ORM\PersistentCollection {#6749 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6752 -id: 134 -name: "アンバー" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1719214114 {#6750 date: 2024-06-24 16:28:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6751 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6753 …} -Children: Doctrine\ORM\PersistentCollection {#6756 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6759 -id: 133 -name: "アメトリン" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1719214108 {#6757 date: 2024-06-24 16:28:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6758 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6760 …} -Children: Doctrine\ORM\PersistentCollection {#6763 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6766 -id: 132 -name: "アメシスト" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1719214103 {#6764 date: 2024-06-24 16:28:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6765 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6767 …} -Children: Doctrine\ORM\PersistentCollection {#6770 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6773 -id: 131 -name: "アマゾナイト" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1719214098 {#6771 date: 2024-06-24 16:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6772 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6774 …} -Children: Doctrine\ORM\PersistentCollection {#6777 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6780 -id: 130 -name: "アベンチュリン" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1719214091 {#6778 date: 2024-06-24 16:28:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6779 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6781 …} -Children: Doctrine\ORM\PersistentCollection {#6784 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6787 -id: 129 -name: "アパタイト" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1719214076 {#6785 date: 2024-06-24 16:27:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6786 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6788 …} -Children: Doctrine\ORM\PersistentCollection {#6791 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6794 -id: 128 -name: "アクアマリン" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1719214065 {#6792 date: 2024-06-24 16:27:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6793 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6795 …} -Children: Doctrine\ORM\PersistentCollection {#6798 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6801 -id: 121 -name: "アクアオーラ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1717439544 {#6799 date: 2024-06-04 03:32:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6800 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6802 …} -Children: Doctrine\ORM\PersistentCollection {#6805 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6808 -id: 120 -name: "アイリスクォーツ" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1717439529 {#6806 date: 2024-06-04 03:32:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6807 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6809 …} -Children: Doctrine\ORM\PersistentCollection {#6812 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6815 -id: 119 -name: "アイオライト" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1717439519 {#6813 date: 2024-06-04 03:31:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6814 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6816 …} -Children: Doctrine\ORM\PersistentCollection {#6819 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6822 -id: 16 -name: "アイテム" -hierarchy: 1 -sort_no: 209 -create_date: DateTime @1713760183 {#6125 date: 2024-04-22 13:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6124 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6823 …} -Children: Doctrine\ORM\PersistentCollection {#6826 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6827 -id: 316 -name: "母の日限定アイテム" -hierarchy: 2 -sort_no: 208 -create_date: DateTime @1743663525 {#6820 date: 2025-04-03 15:58:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743663525 {#6821 date: 2025-04-03 15:58:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6828 …} -Children: Doctrine\ORM\PersistentCollection {#6831 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6836 -id: 315 -name: "ポスター掲載商品" -hierarchy: 2 -sort_no: 207 -create_date: DateTime @1743385403 {#6834 date: 2025-03-31 10:43:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743385403 {#6835 date: 2025-03-31 10:43:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6837 …} -Children: Doctrine\ORM\PersistentCollection {#6840 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6843 -id: 314 -name: "シーズンコレクション・スプリング" -hierarchy: 2 -sort_no: 206 -create_date: DateTime @1739858412 {#6841 date: 2025-02-18 15:00:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1739858412 {#6842 date: 2025-02-18 15:00:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6844 …} -Children: Doctrine\ORM\PersistentCollection {#6847 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6850 -id: 311 -name: "巳年特集" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1735090009 {#6848 date: 2024-12-25 10:26:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741569182 {#6849 date: 2025-03-10 10:13:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6851 …} -Children: Doctrine\ORM\PersistentCollection {#6854 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6857 -id: 127 -name: "リング" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1718619073 {#6855 date: 2024-06-17 19:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6856 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6858 …} -Children: Doctrine\ORM\PersistentCollection {#6861 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6864 -id: 22 -name: "others" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1713760239 {#6862 date: 2024-04-22 13:30:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6863 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6865 …} -Children: Doctrine\ORM\PersistentCollection {#6868 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6871 -id: 21 -name: "浄化グッズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1713760231 {#6869 date: 2024-04-22 13:30:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6870 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6872 …} -Children: Doctrine\ORM\PersistentCollection {#6875 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6878 -id: 20 -name: "原石" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1713760226 {#6876 date: 2024-04-22 13:30:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6877 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6879 …} -Children: Doctrine\ORM\PersistentCollection {#6882 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6885 -id: 19 -name: "ピアス・イヤリング" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1713760219 {#6883 date: 2024-04-22 13:30:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6884 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6886 …} -Children: Doctrine\ORM\PersistentCollection {#6889 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6892 -id: 18 -name: "ネックレス" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1713760199 {#6890 date: 2024-04-22 13:29:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6891 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6893 …} -Children: Doctrine\ORM\PersistentCollection {#6896 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6899 -id: 17 -name: "ブレスレット" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1713760194 {#6897 date: 2024-04-22 13:29:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6898 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6900 …} -Children: Doctrine\ORM\PersistentCollection {#6903 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6906 -id: 210 -name: "誕生石" -hierarchy: 1 -sort_no: 124 -create_date: DateTime @1719807088 {#6832 date: 2024-07-01 13:11:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6833 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6907 …} -Children: Doctrine\ORM\PersistentCollection {#6910 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6911 -id: 222 -name: "12月生まれ" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1719807143 {#6904 date: 2024-07-01 13:12:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807143 {#6905 date: 2024-07-01 13:12:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6912 …} -Children: Doctrine\ORM\PersistentCollection {#6915 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6920 -id: 221 -name: "11月生まれ" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1719807140 {#6918 date: 2024-07-01 13:12:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807140 {#6919 date: 2024-07-01 13:12:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6921 …} -Children: Doctrine\ORM\PersistentCollection {#6924 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6927 -id: 220 -name: "10月生まれ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1719807137 {#6925 date: 2024-07-01 13:12:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807137 {#6926 date: 2024-07-01 13:12:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6928 …} -Children: Doctrine\ORM\PersistentCollection {#6931 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6934 -id: 219 -name: "9月生まれ" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1719807132 {#6932 date: 2024-07-01 13:12:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807132 {#6933 date: 2024-07-01 13:12:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6935 …} -Children: Doctrine\ORM\PersistentCollection {#6938 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6941 -id: 218 -name: "8月生まれ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1719807128 {#6939 date: 2024-07-01 13:12:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807128 {#6940 date: 2024-07-01 13:12:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6942 …} -Children: Doctrine\ORM\PersistentCollection {#6945 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6948 -id: 217 -name: "7月生まれ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1719807126 {#6946 date: 2024-07-01 13:12:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807126 {#6947 date: 2024-07-01 13:12:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6949 …} -Children: Doctrine\ORM\PersistentCollection {#6952 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6955 -id: 216 -name: "6月生まれ" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1719807123 {#6953 date: 2024-07-01 13:12:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807123 {#6954 date: 2024-07-01 13:12:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6956 …} -Children: Doctrine\ORM\PersistentCollection {#6959 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6962 -id: 215 -name: "5月生まれ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1719807120 {#6960 date: 2024-07-01 13:12:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807120 {#6961 date: 2024-07-01 13:12:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6963 …} -Children: Doctrine\ORM\PersistentCollection {#6966 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6969 -id: 214 -name: "4月生まれ" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1719807117 {#6967 date: 2024-07-01 13:11:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807117 {#6968 date: 2024-07-01 13:11:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6970 …} -Children: Doctrine\ORM\PersistentCollection {#6973 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6976 -id: 213 -name: "3月生まれ" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1719807114 {#6974 date: 2024-07-01 13:11:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807114 {#6975 date: 2024-07-01 13:11:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6977 …} -Children: Doctrine\ORM\PersistentCollection {#6980 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6983 -id: 212 -name: "2月生まれ" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1719807111 {#6981 date: 2024-07-01 13:11:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807111 {#6982 date: 2024-07-01 13:11:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6984 …} -Children: Doctrine\ORM\PersistentCollection {#6987 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6990 -id: 211 -name: "1月生まれ" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1719807107 {#6988 date: 2024-07-01 13:11:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807107 {#6989 date: 2024-07-01 13:11:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6991 …} -Children: Doctrine\ORM\PersistentCollection {#6994 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6997 -id: 310 -name: "誕生石アートブレスレット" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1732076237 {#6995 date: 2024-11-20 13:17:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732776583 {#6996 date: 2024-11-28 15:49:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6998 …} -Children: Doctrine\ORM\PersistentCollection {#7001 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#7004 -id: 223 -name: "天珠" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1719807161 {#6916 date: 2024-07-01 13:12:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6917 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7005 …} -Children: Doctrine\ORM\PersistentCollection {#7008 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7009 -id: 287 -name: "金銭鈎天珠" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1721714336 {#7002 date: 2024-07-23 14:58:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7003 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7010 …} -Children: Doctrine\ORM\PersistentCollection {#7013 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7018 -id: 286 -name: "龍神天珠" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1719807697 {#7016 date: 2024-07-01 13:21:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7017 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7019 …} -Children: Doctrine\ORM\PersistentCollection {#7022 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7025 -id: 285 -name: "寶瓶天珠" -hierarchy: 2 -sort_no: 185 -create_date: DateTime @1719807689 {#7023 date: 2024-07-01 13:21:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7024 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7026 …} -Children: Doctrine\ORM\PersistentCollection {#7029 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7032 -id: 284 -name: "水蓮花天珠" -hierarchy: 2 -sort_no: 184 -create_date: DateTime @1719807682 {#7030 date: 2024-07-01 13:21:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7031 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7033 …} -Children: Doctrine\ORM\PersistentCollection {#7036 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7039 -id: 283 -name: "虎牙天珠" -hierarchy: 2 -sort_no: 183 -create_date: DateTime @1719807676 {#7037 date: 2024-07-01 13:21:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7038 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7040 …} -Children: Doctrine\ORM\PersistentCollection {#7043 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7046 -id: 282 -name: "緑度母天珠" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1719807669 {#7044 date: 2024-07-01 13:21:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7045 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7047 …} -Children: Doctrine\ORM\PersistentCollection {#7050 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7053 -id: 281 -name: "観音天珠" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1719807663 {#7051 date: 2024-07-01 13:21:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7052 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7054 …} -Children: Doctrine\ORM\PersistentCollection {#7057 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7060 -id: 280 -name: "龍眼天珠" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1719807656 {#7058 date: 2024-07-01 13:20:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7059 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7061 …} -Children: Doctrine\ORM\PersistentCollection {#7064 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7067 -id: 279 -name: "陰陽太極天珠" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1719807647 {#7065 date: 2024-07-01 13:20:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7066 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7068 …} -Children: Doctrine\ORM\PersistentCollection {#7071 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7074 -id: 278 -name: "大黒天天珠" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1719807642 {#7072 date: 2024-07-01 13:20:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7073 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7075 …} -Children: Doctrine\ORM\PersistentCollection {#7078 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7081 -id: 277 -name: "鳳凰眼天珠" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1719807636 {#7079 date: 2024-07-01 13:20:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7080 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7082 …} -Children: Doctrine\ORM\PersistentCollection {#7085 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7088 -id: 276 -name: "麒麟天珠" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1719807630 {#7086 date: 2024-07-01 13:20:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7087 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7089 …} -Children: Doctrine\ORM\PersistentCollection {#7092 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7095 -id: 275 -name: "白蛇天珠" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1719807624 {#7093 date: 2024-07-01 13:20:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7094 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7096 …} -Children: Doctrine\ORM\PersistentCollection {#7099 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7102 -id: 274 -name: "弁財天天珠" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1719807618 {#7100 date: 2024-07-01 13:20:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7101 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7103 …} -Children: Doctrine\ORM\PersistentCollection {#7106 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7109 -id: 273 -name: "蔓字天珠" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1719807611 {#7107 date: 2024-07-01 13:20:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7108 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7110 …} -Children: Doctrine\ORM\PersistentCollection {#7113 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7116 -id: 272 -name: "星辰天珠" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1719807605 {#7114 date: 2024-07-01 13:20:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7115 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7117 …} -Children: Doctrine\ORM\PersistentCollection {#7120 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7123 -id: 271 -name: "羊眼板珠" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1719807598 {#7121 date: 2024-07-01 13:19:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7122 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7124 …} -Children: Doctrine\ORM\PersistentCollection {#7127 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7130 -id: 270 -name: "三色線珠" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1719807588 {#7128 date: 2024-07-01 13:19:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7129 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7131 …} -Children: Doctrine\ORM\PersistentCollection {#7134 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7137 -id: 269 -name: "福壽天珠" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1719807583 {#7135 date: 2024-07-01 13:19:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7136 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7138 …} -Children: Doctrine\ORM\PersistentCollection {#7141 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7144 -id: 268 -name: "大鵬鳥天珠" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1719807577 {#7142 date: 2024-07-01 13:19:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7143 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7145 …} -Children: Doctrine\ORM\PersistentCollection {#7148 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7151 -id: 267 -name: "菩提天珠" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1719807570 {#7149 date: 2024-07-01 13:19:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7150 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7152 …} -Children: Doctrine\ORM\PersistentCollection {#7155 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7158 -id: 266 -name: "大人天珠" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1719807564 {#7156 date: 2024-07-01 13:19:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7157 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7159 …} -Children: Doctrine\ORM\PersistentCollection {#7162 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7165 -id: 265 -name: "山形天珠" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1719807557 {#7163 date: 2024-07-01 13:19:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7164 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7166 …} -Children: Doctrine\ORM\PersistentCollection {#7169 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7172 -id: 264 -name: "双天地天珠" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1719807548 {#7170 date: 2024-07-01 13:19:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7171 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7173 …} -Children: Doctrine\ORM\PersistentCollection {#7176 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7179 -id: 263 -name: "天地天珠" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1719807542 {#7177 date: 2024-07-01 13:19:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7178 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7180 …} -Children: Doctrine\ORM\PersistentCollection {#7183 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7186 -id: 262 -name: "日月天珠" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1719807535 {#7184 date: 2024-07-01 13:18:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7185 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7187 …} -Children: Doctrine\ORM\PersistentCollection {#7190 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7193 -id: 261 -name: "黒白天珠" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1719807529 {#7191 date: 2024-07-01 13:18:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7192 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7194 …} -Children: Doctrine\ORM\PersistentCollection {#7197 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7200 -id: 260 -name: "流水紋天珠" -hierarchy: 2 -sort_no: 160 -create_date: DateTime @1719807521 {#7198 date: 2024-07-01 13:18:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7199 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7201 …} -Children: Doctrine\ORM\PersistentCollection {#7204 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7207 -id: 259 -name: "財神天珠" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1719807514 {#7205 date: 2024-07-01 13:18:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7206 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7208 …} -Children: Doctrine\ORM\PersistentCollection {#7211 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7214 -id: 258 -name: "如意鈎天珠" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1719807506 {#7212 date: 2024-07-01 13:18:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7213 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7215 …} -Children: Doctrine\ORM\PersistentCollection {#7218 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7221 -id: 257 -name: "水紋天珠" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1719807499 {#7219 date: 2024-07-01 13:18:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7220 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7222 …} -Children: Doctrine\ORM\PersistentCollection {#7225 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7228 -id: 256 -name: "薬師天珠" -hierarchy: 2 -sort_no: 156 -create_date: DateTime @1719807490 {#7226 date: 2024-07-01 13:18:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7227 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7229 …} -Children: Doctrine\ORM\PersistentCollection {#7232 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7235 -id: 255 -name: "亀甲長壽天珠" -hierarchy: 2 -sort_no: 155 -create_date: DateTime @1719807484 {#7233 date: 2024-07-01 13:18:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7234 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7236 …} -Children: Doctrine\ORM\PersistentCollection {#7239 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7242 -id: 254 -name: "金剛虎牙六眼天珠" -hierarchy: 2 -sort_no: 154 -create_date: DateTime @1719807477 {#7240 date: 2024-07-01 13:17:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7241 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7243 …} -Children: Doctrine\ORM\PersistentCollection {#7246 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7249 -id: 253 -name: "金剛蓮花三眼天珠" -hierarchy: 2 -sort_no: 153 -create_date: DateTime @1719807468 {#7247 date: 2024-07-01 13:17:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7248 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7250 …} -Children: Doctrine\ORM\PersistentCollection {#7253 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7256 -id: 252 -name: "金剛杵天珠" -hierarchy: 2 -sort_no: 152 -create_date: DateTime @1719807459 {#7254 date: 2024-07-01 13:17:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7255 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7257 …} -Children: Doctrine\ORM\PersistentCollection {#7260 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7263 -id: 251 -name: "蓮師法器天珠" -hierarchy: 2 -sort_no: 151 -create_date: DateTime @1719807449 {#7261 date: 2024-07-01 13:17:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7262 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7264 …} -Children: Doctrine\ORM\PersistentCollection {#7267 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7270 -id: 250 -name: "蓮師法帽天珠" -hierarchy: 2 -sort_no: 150 -create_date: DateTime @1719807441 {#7268 date: 2024-07-01 13:17:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7269 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7271 …} -Children: Doctrine\ORM\PersistentCollection {#7274 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7277 -id: 249 -name: "閃電五眼天珠" -hierarchy: 2 -sort_no: 149 -create_date: DateTime @1719807435 {#7275 date: 2024-07-01 13:17:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7276 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7278 …} -Children: Doctrine\ORM\PersistentCollection {#7281 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7284 -id: 248 -name: "蓮花天珠" -hierarchy: 2 -sort_no: 148 -create_date: DateTime @1719807427 {#7282 date: 2024-07-01 13:17:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7283 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7285 …} -Children: Doctrine\ORM\PersistentCollection {#7288 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7291 -id: 247 -name: "四線虎牙天珠" -hierarchy: 2 -sort_no: 147 -create_date: DateTime @1719807420 {#7289 date: 2024-07-01 13:17:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7290 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7292 …} -Children: Doctrine\ORM\PersistentCollection {#7295 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7298 -id: 246 -name: "五福臨門天珠" -hierarchy: 2 -sort_no: 146 -create_date: DateTime @1719807414 {#7296 date: 2024-07-01 13:16:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7297 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7299 …} -Children: Doctrine\ORM\PersistentCollection {#7302 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7305 -id: 245 -name: "如意天珠" -hierarchy: 2 -sort_no: 145 -create_date: DateTime @1719807407 {#7303 date: 2024-07-01 13:16:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7304 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7306 …} -Children: Doctrine\ORM\PersistentCollection {#7309 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7312 -id: 244 -name: "二十一眼天珠" -hierarchy: 2 -sort_no: 144 -create_date: DateTime @1719807400 {#7310 date: 2024-07-01 13:16:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7311 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7313 …} -Children: Doctrine\ORM\PersistentCollection {#7316 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7319 -id: 243 -name: "二十眼天珠" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1719807394 {#7317 date: 2024-07-01 13:16:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7318 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7320 …} -Children: Doctrine\ORM\PersistentCollection {#7323 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7326 -id: 242 -name: "十九眼天珠" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1719807386 {#7324 date: 2024-07-01 13:16:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7325 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7327 …} -Children: Doctrine\ORM\PersistentCollection {#7330 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7333 -id: 241 -name: "十八眼天珠" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1719807380 {#7331 date: 2024-07-01 13:16:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7332 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7334 …} -Children: Doctrine\ORM\PersistentCollection {#7337 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7340 -id: 240 -name: "十七眼天珠" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1719807323 {#7338 date: 2024-07-01 13:15:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7339 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7341 …} -Children: Doctrine\ORM\PersistentCollection {#7344 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7347 -id: 239 -name: "十六眼天珠" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1719807316 {#7345 date: 2024-07-01 13:15:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7346 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7348 …} -Children: Doctrine\ORM\PersistentCollection {#7351 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7354 -id: 238 -name: "十五眼天珠" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1719807308 {#7352 date: 2024-07-01 13:15:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7353 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7355 …} -Children: Doctrine\ORM\PersistentCollection {#7358 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7361 -id: 237 -name: "十四眼天珠" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1719807302 {#7359 date: 2024-07-01 13:15:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7360 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7362 …} -Children: Doctrine\ORM\PersistentCollection {#7365 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7368 -id: 236 -name: "十三眼天珠" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1719807293 {#7366 date: 2024-07-01 13:14:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7367 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7369 …} -Children: Doctrine\ORM\PersistentCollection {#7372 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7375 -id: 235 -name: "十二眼天珠" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1719807286 {#7373 date: 2024-07-01 13:14:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7374 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7376 …} -Children: Doctrine\ORM\PersistentCollection {#7379 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7382 -id: 234 -name: "十一眼天珠" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1719807279 {#7380 date: 2024-07-01 13:14:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7381 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7383 …} -Children: Doctrine\ORM\PersistentCollection {#7386 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7389 -id: 233 -name: "十眼天珠" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1719807272 {#7387 date: 2024-07-01 13:14:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7388 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7390 …} -Children: Doctrine\ORM\PersistentCollection {#7393 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7396 -id: 232 -name: "九眼天珠" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1719807265 {#7394 date: 2024-07-01 13:14:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7395 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7397 …} -Children: Doctrine\ORM\PersistentCollection {#7400 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7403 -id: 231 -name: "八眼天珠" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1719807258 {#7401 date: 2024-07-01 13:14:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7402 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7404 …} -Children: Doctrine\ORM\PersistentCollection {#7407 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7410 -id: 230 -name: "七眼天珠" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1719807251 {#7408 date: 2024-07-01 13:14:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7409 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7411 …} -Children: Doctrine\ORM\PersistentCollection {#7414 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7417 -id: 229 -name: "六眼天珠" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1719807237 {#7415 date: 2024-07-01 13:13:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7416 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7418 …} -Children: Doctrine\ORM\PersistentCollection {#7421 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7424 -id: 228 -name: "五眼天珠" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1719807225 {#7422 date: 2024-07-01 13:13:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7423 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7425 …} -Children: Doctrine\ORM\PersistentCollection {#7428 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7431 -id: 227 -name: "四眼天珠" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1719807216 {#7429 date: 2024-07-01 13:13:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7430 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7432 …} -Children: Doctrine\ORM\PersistentCollection {#7435 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7438 -id: 226 -name: "三眼天珠" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1719807209 {#7436 date: 2024-07-01 13:13:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7437 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7439 …} -Children: Doctrine\ORM\PersistentCollection {#7442 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7445 -id: 225 -name: "二眼天珠" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1719807199 {#7443 date: 2024-07-01 13:13:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7444 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7446 …} -Children: Doctrine\ORM\PersistentCollection {#7449 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7452 -id: 308 -name: "蓮花羊眼板天珠" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1726199960 {#7450 date: 2024-09-13 12:59:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1726199960 {#7451 date: 2024-09-13 12:59:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7453 …} -Children: Doctrine\ORM\PersistentCollection {#7456 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7459 -id: 224 -name: "一眼天珠" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1719807188 {#7457 date: 2024-07-01 13:13:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7458 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7460 …} -Children: Doctrine\ORM\PersistentCollection {#7463 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7464 -id: 116 -name: "ピックアップ" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1717434582 {#7014 date: 2024-06-04 02:09:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7015 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7465 …} -Children: Doctrine\ORM\PersistentCollection {#7468 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7471 -id: 117 -name: "ギフト" -hierarchy: 1 -sort_no: 21 -create_date: DateTime @1717434592 {#7469 date: 2024-06-04 02:09:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7470 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7472 …} -Children: Doctrine\ORM\PersistentCollection {#7475 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7480 -id: 30 -name: "運気" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1713760364 {#7476 date: 2024-04-22 13:32:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7477 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7481 …} -Children: Doctrine\ORM\PersistentCollection {#7484 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7485 -id: 115 -name: "招福" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1717417635 {#7478 date: 2024-06-03 21:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417635 {#7479 date: 2024-06-03 21:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7486 …} -Children: Doctrine\ORM\PersistentCollection {#7489 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#5572 -id: 114 -name: "願望達成" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1717417623 {#7492 date: 2024-06-03 21:27:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417623 {#7493 date: 2024-06-03 21:27:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5446 …} -Children: Doctrine\ORM\PersistentCollection {#5569 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#5321 -id: 113 -name: "学業・試験運" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1717417608 {#5574 date: 2024-06-03 21:26:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417608 {#5575 date: 2024-06-03 21:26:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7494 …} -Children: Doctrine\ORM\PersistentCollection {#7497 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7500 -id: 112 -name: "家庭運" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1717417591 {#7498 date: 2024-06-03 21:26:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417591 {#7499 date: 2024-06-03 21:26:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7501 …} -Children: Doctrine\ORM\PersistentCollection {#7504 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7507 -id: 111 -name: "結婚運" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1717417586 {#7505 date: 2024-06-03 21:26:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417586 {#7506 date: 2024-06-03 21:26:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7508 …} -Children: Doctrine\ORM\PersistentCollection {#7511 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7514 -id: 110 -name: "開運" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1717417580 {#7512 date: 2024-06-03 21:26:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417580 {#7513 date: 2024-06-03 21:26:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7515 …} -Children: Doctrine\ORM\PersistentCollection {#7518 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7521 -id: 109 -name: "対人運" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1717417576 {#7519 date: 2024-06-03 21:26:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417576 {#7520 date: 2024-06-03 21:26:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7522 …} -Children: Doctrine\ORM\PersistentCollection {#7525 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7528 -id: 108 -name: "魔除け" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1717417566 {#7526 date: 2024-06-03 21:26:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417566 {#7527 date: 2024-06-03 21:26:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7529 …} -Children: Doctrine\ORM\PersistentCollection {#7532 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7535 -id: 107 -name: "健康運" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1717417562 {#7533 date: 2024-06-03 21:26:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417562 {#7534 date: 2024-06-03 21:26:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7536 …} -Children: Doctrine\ORM\PersistentCollection {#7539 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7542 -id: 106 -name: "全体運" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1717417539 {#7540 date: 2024-06-03 21:25:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417539 {#7541 date: 2024-06-03 21:25:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7543 …} -Children: Doctrine\ORM\PersistentCollection {#7546 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7549 -id: 33 -name: "仕事運" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1713760383 {#7547 date: 2024-04-22 13:33:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713760383 {#7548 date: 2024-04-22 13:33:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7550 …} -Children: Doctrine\ORM\PersistentCollection {#7553 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7556 -id: 32 -name: "金運・財運" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1713760378 {#7554 date: 2024-04-22 13:32:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417551 {#7555 date: 2024-06-03 21:25:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7557 …} -Children: Doctrine\ORM\PersistentCollection {#7560 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7563 -id: 31 -name: "恋愛運" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1713760375 {#7561 date: 2024-04-22 13:32:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713760375 {#7562 date: 2024-04-22 13:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7564 …} -Children: Doctrine\ORM\PersistentCollection {#7567 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } ] |
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 {#5725 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5773 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5772 -om: ContainerJ2A2ujO\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#672 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5719 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Category {#5895 -id: 312 -name: "セール" -hierarchy: 1 -sort_no: 211 -create_date: DateTime @1735090129 {#5901 date: 2024-12-25 10:28:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#5899 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5985 …} -Children: Doctrine\ORM\PersistentCollection {#6141 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6136 -id: 118 -name: "天然石" -hierarchy: 1 -sort_no: 210 -create_date: DateTime @1717439447 {#6140 date: 2024-06-04 03:30:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6139 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6135 …} -Children: Doctrine\ORM\PersistentCollection {#6132 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6131 -id: 309 -name: "トパーズ" -hierarchy: 2 -sort_no: 205 -create_date: DateTime @1728971426 {#6138 date: 2024-10-15 14:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728971426 {#6137 date: 2024-10-15 14:50:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6130 …} -Children: Doctrine\ORM\PersistentCollection {#6126 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6121 -id: 306 -name: "ラヴァストーン" -hierarchy: 2 -sort_no: 204 -create_date: DateTime @1725857600 {#6123 date: 2024-09-09 13:53:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857600 {#6122 date: 2024-09-09 13:53:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6120 …} -Children: Doctrine\ORM\PersistentCollection {#6117 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6114 -id: 305 -name: "リバーストーン" -hierarchy: 2 -sort_no: 203 -create_date: DateTime @1725857595 {#6116 date: 2024-09-09 13:53:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857595 {#6115 date: 2024-09-09 13:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6113 …} -Children: Doctrine\ORM\PersistentCollection {#5898 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6101 -id: 304 -name: "クラック水晶" -hierarchy: 2 -sort_no: 202 -create_date: DateTime @1725857588 {#5896 date: 2024-09-09 13:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857588 {#5917 date: 2024-09-09 13:53:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6103 …} -Children: Doctrine\ORM\PersistentCollection {#6106 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6109 -id: 303 -name: "ゴールドコーラル" -hierarchy: 2 -sort_no: 201 -create_date: DateTime @1725857582 {#6107 date: 2024-09-09 13:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857582 {#6108 date: 2024-09-09 13:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6110 …} -Children: Doctrine\ORM\PersistentCollection {#6148 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6149 -id: 302 -name: "ダルメシアンジャスパー" -hierarchy: 2 -sort_no: 200 -create_date: DateTime @1725857574 {#6146 date: 2024-09-09 13:52:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857574 {#6147 date: 2024-09-09 13:52:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6150 …} -Children: Doctrine\ORM\PersistentCollection {#6153 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6156 -id: 207 -name: "ローズジャスパー" -hierarchy: 2 -sort_no: 199 -create_date: DateTime @1719214717 {#6154 date: 2024-06-24 16:38:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6155 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6157 …} -Children: Doctrine\ORM\PersistentCollection {#6161 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6164 -id: 206 -name: "ローズクォーツ" -hierarchy: 2 -sort_no: 198 -create_date: DateTime @1719214706 {#6162 date: 2024-06-24 16:38:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6163 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6165 …} -Children: Doctrine\ORM\PersistentCollection {#6168 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6171 -id: 205 -name: "レモンクォーツ" -hierarchy: 2 -sort_no: 197 -create_date: DateTime @1719214700 {#6169 date: 2024-06-24 16:38:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6170 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6172 …} -Children: Doctrine\ORM\PersistentCollection {#6175 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6178 -id: 204 -name: "レッドタイガーアイ" -hierarchy: 2 -sort_no: 196 -create_date: DateTime @1719214691 {#6176 date: 2024-06-24 16:38:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6177 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6179 …} -Children: Doctrine\ORM\PersistentCollection {#6182 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6185 -id: 203 -name: "レッドアゲート" -hierarchy: 2 -sort_no: 195 -create_date: DateTime @1719214683 {#6183 date: 2024-06-24 16:38:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6184 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6186 …} -Children: Doctrine\ORM\PersistentCollection {#6189 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6192 -id: 202 -name: "レインボームーンストーン" -hierarchy: 2 -sort_no: 194 -create_date: DateTime @1719214676 {#6190 date: 2024-06-24 16:37:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6191 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6193 …} -Children: Doctrine\ORM\PersistentCollection {#6196 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6199 -id: 201 -name: "ルビー" -hierarchy: 2 -sort_no: 193 -create_date: DateTime @1719214669 {#6197 date: 2024-06-24 16:37:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6198 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6200 …} -Children: Doctrine\ORM\PersistentCollection {#6203 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6206 -id: 200 -name: "ルチルクォーツ" -hierarchy: 2 -sort_no: 192 -create_date: DateTime @1719214664 {#6204 date: 2024-06-24 16:37:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6205 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6207 …} -Children: Doctrine\ORM\PersistentCollection {#6210 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6213 -id: 199 -name: "龍紋メノウ" -hierarchy: 2 -sort_no: 191 -create_date: DateTime @1719214655 {#6211 date: 2024-06-24 16:37:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6212 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6214 …} -Children: Doctrine\ORM\PersistentCollection {#6217 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6220 -id: 300 -name: "リバーストーン" -hierarchy: 2 -sort_no: 190 -create_date: DateTime @1721966548 {#6218 date: 2024-07-26 13:02:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6219 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6221 …} -Children: Doctrine\ORM\PersistentCollection {#6224 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6227 -id: 198 -name: "ラリマー" -hierarchy: 2 -sort_no: 189 -create_date: DateTime @1719214639 {#6225 date: 2024-06-24 16:37:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6226 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6228 …} -Children: Doctrine\ORM\PersistentCollection {#6231 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6234 -id: 197 -name: "ラブラドライト" -hierarchy: 2 -sort_no: 188 -create_date: DateTime @1719214636 {#6232 date: 2024-06-24 16:37:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6233 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6235 …} -Children: Doctrine\ORM\PersistentCollection {#6238 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6241 -id: 196 -name: "ラピスラズリ" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1719214627 {#6239 date: 2024-06-24 16:37:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6240 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6242 …} -Children: Doctrine\ORM\PersistentCollection {#6245 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6248 -id: 195 -name: "モルガナイト" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1719214616 {#6246 date: 2024-06-24 16:36:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6247 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6249 …} -Children: Doctrine\ORM\PersistentCollection {#6252 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6255 -id: 194 -name: "モリオン" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1719214612 {#6253 date: 2024-06-24 16:36:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6254 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6256 …} -Children: Doctrine\ORM\PersistentCollection {#6259 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6262 -id: 193 -name: "モスアゲート" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1719214606 {#6260 date: 2024-06-24 16:36:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6261 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6263 …} -Children: Doctrine\ORM\PersistentCollection {#6266 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6269 -id: 192 -name: "ムーンストーン" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1719214601 {#6267 date: 2024-06-24 16:36:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6268 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6270 …} -Children: Doctrine\ORM\PersistentCollection {#6273 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6276 -id: 191 -name: "ミッドナイトオーラ" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1719214596 {#6274 date: 2024-06-24 16:36:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6275 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6277 …} -Children: Doctrine\ORM\PersistentCollection {#6280 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6283 -id: 289 -name: "MIXアゲート" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1721726889 {#6281 date: 2024-07-23 18:28:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6282 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6284 …} -Children: Doctrine\ORM\PersistentCollection {#6287 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6290 -id: 190 -name: "マザーオブパール" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1719214587 {#6288 date: 2024-06-24 16:36:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6289 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6291 …} -Children: Doctrine\ORM\PersistentCollection {#6294 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6297 -id: 189 -name: "ホワイトカルセドニー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1719214578 {#6295 date: 2024-06-24 16:36:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6296 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6298 …} -Children: Doctrine\ORM\PersistentCollection {#6301 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6304 -id: 188 -name: "北投石" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1719214570 {#6302 date: 2024-06-24 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6303 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6305 …} -Children: Doctrine\ORM\PersistentCollection {#6308 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6311 -id: 187 -name: "ペリドット" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1719214560 {#6309 date: 2024-06-24 16:36:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6310 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6312 …} -Children: Doctrine\ORM\PersistentCollection {#6315 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6318 -id: 186 -name: "ヘマタイト" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1719214555 {#6316 date: 2024-06-24 16:35:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6317 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6319 …} -Children: Doctrine\ORM\PersistentCollection {#6322 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6325 -id: 185 -name: "フローライト" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1719214550 {#6323 date: 2024-06-24 16:35:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6324 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6326 …} -Children: Doctrine\ORM\PersistentCollection {#6329 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6332 -id: 184 -name: "プレナイト" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1719214544 {#6330 date: 2024-06-24 16:35:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6331 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6333 …} -Children: Doctrine\ORM\PersistentCollection {#6336 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6339 -id: 183 -name: "ブルーレースアゲート" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1719214535 {#6337 date: 2024-06-24 16:35:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6338 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6340 …} -Children: Doctrine\ORM\PersistentCollection {#6343 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6346 -id: 182 -name: "ブルータイガーアイ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1719214526 {#6344 date: 2024-06-24 16:35:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6345 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6347 …} -Children: Doctrine\ORM\PersistentCollection {#6350 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6353 -id: 181 -name: "ブルーゴールドストーン" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1719214514 {#6351 date: 2024-06-24 16:35:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6352 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6354 …} -Children: Doctrine\ORM\PersistentCollection {#6357 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6360 -id: 180 -name: "ブラックスピネル" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1719214503 {#6358 date: 2024-06-24 16:35:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6359 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6361 …} -Children: Doctrine\ORM\PersistentCollection {#6364 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6367 -id: 292 -name: "ピーコックヘマタイト" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1721726912 {#6365 date: 2024-07-23 18:28:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6366 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6368 …} -Children: Doctrine\ORM\PersistentCollection {#6371 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6374 -id: 179 -name: "ピンクオパール" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1719214489 {#6372 date: 2024-06-24 16:34:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6373 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6375 …} -Children: Doctrine\ORM\PersistentCollection {#6378 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6381 -id: 178 -name: "ヒマラヤ水晶" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1719214480 {#6379 date: 2024-06-24 16:34:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6380 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6382 …} -Children: Doctrine\ORM\PersistentCollection {#6385 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6388 -id: 177 -name: "翡翠" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1719214472 {#6386 date: 2024-06-24 16:34:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6387 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6389 …} -Children: Doctrine\ORM\PersistentCollection {#6392 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6395 -id: 176 -name: "ピクチャージャスパー" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1719214467 {#6393 date: 2024-06-24 16:34:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6394 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6396 …} -Children: Doctrine\ORM\PersistentCollection {#6399 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6402 -id: 175 -name: "ハウライト" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1719214458 {#6400 date: 2024-06-24 16:34:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6401 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6403 …} -Children: Doctrine\ORM\PersistentCollection {#6406 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6409 -id: 174 -name: "パイライト" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1719214453 {#6407 date: 2024-06-24 16:34:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6408 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6410 …} -Children: Doctrine\ORM\PersistentCollection {#6413 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6416 -id: 173 -name: "パール" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1719214443 {#6414 date: 2024-06-24 16:34:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6415 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6417 …} -Children: Doctrine\ORM\PersistentCollection {#6420 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6423 -id: 172 -name: "トルマリン" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1719214439 {#6421 date: 2024-06-24 16:33:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6422 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6424 …} -Children: Doctrine\ORM\PersistentCollection {#6427 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6430 -id: 171 -name: "テラヘルツ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1719214435 {#6428 date: 2024-06-24 16:33:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6429 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6431 …} -Children: Doctrine\ORM\PersistentCollection {#6434 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6437 -id: 301 -name: "ツリーアゲート" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1721966565 {#6435 date: 2024-07-26 13:02:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6436 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6438 …} -Children: Doctrine\ORM\PersistentCollection {#6441 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6444 -id: 170 -name: "茶黄水晶" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1719214422 {#6442 date: 2024-06-24 16:33:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6443 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6445 …} -Children: Doctrine\ORM\PersistentCollection {#6448 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6451 -id: 169 -name: "チェリークォーツ" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1719214416 {#6449 date: 2024-06-24 16:33:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6450 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6452 …} -Children: Doctrine\ORM\PersistentCollection {#6455 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6458 -id: 168 -name: "タンザナイト" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1719214409 {#6456 date: 2024-06-24 16:33:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6457 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6459 …} -Children: Doctrine\ORM\PersistentCollection {#6462 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6465 -id: 290 -name: "ダルメシアンジャスパー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1721726899 {#6463 date: 2024-07-23 18:28:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6464 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6466 …} -Children: Doctrine\ORM\PersistentCollection {#6469 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6472 -id: 167 -name: "タイガーアイ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1719214404 {#6470 date: 2024-06-24 16:33:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6471 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6473 …} -Children: Doctrine\ORM\PersistentCollection {#6476 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6479 -id: 166 -name: "ターコイズ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1719214392 {#6477 date: 2024-06-24 16:33:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6478 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6480 …} -Children: Doctrine\ORM\PersistentCollection {#6483 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6486 -id: 165 -name: "ソーダライト" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1719214381 {#6484 date: 2024-06-24 16:33:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6485 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6487 …} -Children: Doctrine\ORM\PersistentCollection {#6490 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6493 -id: 164 -name: "スモーキークォーツ" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1719214373 {#6491 date: 2024-06-24 16:32:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6492 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6494 …} -Children: Doctrine\ORM\PersistentCollection {#6497 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6500 -id: 163 -name: "スピネル" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1719214365 {#6498 date: 2024-06-24 16:32:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6499 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6501 …} -Children: Doctrine\ORM\PersistentCollection {#6504 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6507 -id: 162 -name: "ストロベリークォーツ" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1719214359 {#6505 date: 2024-06-24 16:32:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6506 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6508 …} -Children: Doctrine\ORM\PersistentCollection {#6511 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6514 -id: 161 -name: "スギライト" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1719214347 {#6512 date: 2024-06-24 16:32:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6513 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6515 …} -Children: Doctrine\ORM\PersistentCollection {#6518 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6521 -id: 160 -name: "水晶" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1719214342 {#6519 date: 2024-06-24 16:32:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6520 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6522 …} -Children: Doctrine\ORM\PersistentCollection {#6525 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6528 -id: 294 -name: "朱砂パーツ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1721726925 {#6526 date: 2024-07-23 18:28:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6527 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6529 …} -Children: Doctrine\ORM\PersistentCollection {#6532 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6535 -id: 159 -name: "シトリン" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1719214334 {#6533 date: 2024-06-24 16:32:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6534 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6536 …} -Children: Doctrine\ORM\PersistentCollection {#6539 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6542 -id: 158 -name: "サンストーン" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1719214329 {#6540 date: 2024-06-24 16:32:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6541 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6543 …} -Children: Doctrine\ORM\PersistentCollection {#6546 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6549 -id: 157 -name: "珊瑚" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1719214321 {#6547 date: 2024-06-24 16:32:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6548 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6550 …} -Children: Doctrine\ORM\PersistentCollection {#6553 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6556 -id: 156 -name: "サファイア" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1719214302 {#6554 date: 2024-06-24 16:31:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6555 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6557 …} -Children: Doctrine\ORM\PersistentCollection {#6560 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6563 -id: 155 -name: "サードニクス" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1719214295 {#6561 date: 2024-06-24 16:31:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6562 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6564 …} -Children: Doctrine\ORM\PersistentCollection {#6567 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6570 -id: 154 -name: "コスモオーラ" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1719214286 {#6568 date: 2024-06-24 16:31:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6569 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6571 …} -Children: Doctrine\ORM\PersistentCollection {#6574 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6577 -id: 153 -name: "ゴールドヘマタイト" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1719214278 {#6575 date: 2024-06-24 16:31:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6576 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6578 …} -Children: Doctrine\ORM\PersistentCollection {#6581 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6584 -id: 152 -name: "ゴールドストーン" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1719214270 {#6582 date: 2024-06-24 16:31:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6583 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6585 …} -Children: Doctrine\ORM\PersistentCollection {#6588 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6591 -id: 295 -name: "ゴールドコーラル" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1721726932 {#6589 date: 2024-07-23 18:28:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6590 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6592 …} -Children: Doctrine\ORM\PersistentCollection {#6595 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6598 -id: 151 -name: "ゴールデンオーラ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1719214263 {#6596 date: 2024-06-24 16:31:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6597 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6599 …} -Children: Doctrine\ORM\PersistentCollection {#6602 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6605 -id: 150 -name: "クンツァイト" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1719214255 {#6603 date: 2024-06-24 16:30:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6604 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6606 …} -Children: Doctrine\ORM\PersistentCollection {#6609 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6612 -id: 149 -name: "クリソコーラ" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1719214243 {#6610 date: 2024-06-24 16:30:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6611 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6613 …} -Children: Doctrine\ORM\PersistentCollection {#6616 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6619 -id: 148 -name: "グリーンアゲート" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1719214233 {#6617 date: 2024-06-24 16:30:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6618 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6620 …} -Children: Doctrine\ORM\PersistentCollection {#6623 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6626 -id: 296 -name: "クラック水晶" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1721726937 {#6624 date: 2024-07-23 18:28:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6625 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6627 …} -Children: Doctrine\ORM\PersistentCollection {#6630 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6633 -id: 291 -name: "キャンディークォーツ" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1721726906 {#6631 date: 2024-07-23 18:28:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6632 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6634 …} -Children: Doctrine\ORM\PersistentCollection {#6637 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6640 -id: 147 -name: "眼球メノウ" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1719214224 {#6638 date: 2024-06-24 16:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6639 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6641 …} -Children: Doctrine\ORM\PersistentCollection {#6644 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6647 -id: 146 -name: "カルサイト" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1719214207 {#6645 date: 2024-06-24 16:30:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6646 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6648 …} -Children: Doctrine\ORM\PersistentCollection {#6651 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6654 -id: 298 -name: "カラーチェンジフローライト" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1721726951 {#6652 date: 2024-07-23 18:29:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6653 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6655 …} -Children: Doctrine\ORM\PersistentCollection {#6658 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6661 -id: 145 -name: "カイヤナイト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1719214198 {#6659 date: 2024-06-24 16:29:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6660 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6662 …} -Children: Doctrine\ORM\PersistentCollection {#6665 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6668 -id: 144 -name: "カーネリアン" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1719214192 {#6666 date: 2024-06-24 16:29:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6667 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6669 …} -Children: Doctrine\ORM\PersistentCollection {#6672 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6675 -id: 143 -name: "ガーネット" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1719214185 {#6673 date: 2024-06-24 16:29:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6674 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6676 …} -Children: Doctrine\ORM\PersistentCollection {#6679 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6682 -id: 142 -name: "ガーデンクォーツ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1719214182 {#6680 date: 2024-06-24 16:29:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6681 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6683 …} -Children: Doctrine\ORM\PersistentCollection {#6686 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6689 -id: 141 -name: "オレンジムーンストーン" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1719214174 {#6687 date: 2024-06-24 16:29:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6688 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6690 …} -Children: Doctrine\ORM\PersistentCollection {#6693 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6696 -id: 297 -name: "オレンジファントムクォーツ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1721726944 {#6694 date: 2024-07-23 18:29:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6695 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6697 …} -Children: Doctrine\ORM\PersistentCollection {#6700 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6703 -id: 140 -name: "オブシディアン" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1719214165 {#6701 date: 2024-06-24 16:29:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6702 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6704 …} -Children: Doctrine\ORM\PersistentCollection {#6707 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6710 -id: 139 -name: "オニキス" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1719214157 {#6708 date: 2024-06-24 16:29:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6709 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6711 …} -Children: Doctrine\ORM\PersistentCollection {#6714 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6717 -id: 138 -name: "オーロラオーラ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1719214152 {#6715 date: 2024-06-24 16:29:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6716 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6718 …} -Children: Doctrine\ORM\PersistentCollection {#6721 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6724 -id: 293 -name: "エンジェルラダー" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1721726919 {#6722 date: 2024-07-23 18:28:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6723 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6725 …} -Children: Doctrine\ORM\PersistentCollection {#6728 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6731 -id: 137 -name: "エンジェライト" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1719214142 {#6729 date: 2024-06-24 16:29:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6730 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6732 …} -Children: Doctrine\ORM\PersistentCollection {#6735 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6738 -id: 136 -name: "エレスチャル" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1719214136 {#6736 date: 2024-06-24 16:28:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6737 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6739 …} -Children: Doctrine\ORM\PersistentCollection {#6742 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6745 -id: 135 -name: "インカローズ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1719214126 {#6743 date: 2024-06-24 16:28:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6744 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6746 …} -Children: Doctrine\ORM\PersistentCollection {#6749 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6752 -id: 134 -name: "アンバー" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1719214114 {#6750 date: 2024-06-24 16:28:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6751 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6753 …} -Children: Doctrine\ORM\PersistentCollection {#6756 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6759 -id: 133 -name: "アメトリン" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1719214108 {#6757 date: 2024-06-24 16:28:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6758 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6760 …} -Children: Doctrine\ORM\PersistentCollection {#6763 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6766 -id: 132 -name: "アメシスト" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1719214103 {#6764 date: 2024-06-24 16:28:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6765 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6767 …} -Children: Doctrine\ORM\PersistentCollection {#6770 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6773 -id: 131 -name: "アマゾナイト" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1719214098 {#6771 date: 2024-06-24 16:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6772 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6774 …} -Children: Doctrine\ORM\PersistentCollection {#6777 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6780 -id: 130 -name: "アベンチュリン" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1719214091 {#6778 date: 2024-06-24 16:28:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6779 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6781 …} -Children: Doctrine\ORM\PersistentCollection {#6784 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6787 -id: 129 -name: "アパタイト" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1719214076 {#6785 date: 2024-06-24 16:27:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6786 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6788 …} -Children: Doctrine\ORM\PersistentCollection {#6791 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6794 -id: 128 -name: "アクアマリン" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1719214065 {#6792 date: 2024-06-24 16:27:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6793 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6795 …} -Children: Doctrine\ORM\PersistentCollection {#6798 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6801 -id: 121 -name: "アクアオーラ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1717439544 {#6799 date: 2024-06-04 03:32:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6800 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6802 …} -Children: Doctrine\ORM\PersistentCollection {#6805 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6808 -id: 120 -name: "アイリスクォーツ" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1717439529 {#6806 date: 2024-06-04 03:32:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6807 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6809 …} -Children: Doctrine\ORM\PersistentCollection {#6812 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6815 -id: 119 -name: "アイオライト" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1717439519 {#6813 date: 2024-06-04 03:31:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6814 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6816 …} -Children: Doctrine\ORM\PersistentCollection {#6819 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#6822 -id: 16 -name: "アイテム" -hierarchy: 1 -sort_no: 209 -create_date: DateTime @1713760183 {#6125 date: 2024-04-22 13:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6124 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6823 …} -Children: Doctrine\ORM\PersistentCollection {#6826 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6827 -id: 316 -name: "母の日限定アイテム" -hierarchy: 2 -sort_no: 208 -create_date: DateTime @1743663525 {#6820 date: 2025-04-03 15:58:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743663525 {#6821 date: 2025-04-03 15:58:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6828 …} -Children: Doctrine\ORM\PersistentCollection {#6831 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6836 -id: 315 -name: "ポスター掲載商品" -hierarchy: 2 -sort_no: 207 -create_date: DateTime @1743385403 {#6834 date: 2025-03-31 10:43:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743385403 {#6835 date: 2025-03-31 10:43:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6837 …} -Children: Doctrine\ORM\PersistentCollection {#6840 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6843 -id: 314 -name: "シーズンコレクション・スプリング" -hierarchy: 2 -sort_no: 206 -create_date: DateTime @1739858412 {#6841 date: 2025-02-18 15:00:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1739858412 {#6842 date: 2025-02-18 15:00:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6844 …} -Children: Doctrine\ORM\PersistentCollection {#6847 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6850 -id: 311 -name: "巳年特集" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1735090009 {#6848 date: 2024-12-25 10:26:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741569182 {#6849 date: 2025-03-10 10:13:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6851 …} -Children: Doctrine\ORM\PersistentCollection {#6854 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6857 -id: 127 -name: "リング" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1718619073 {#6855 date: 2024-06-17 19:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6856 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6858 …} -Children: Doctrine\ORM\PersistentCollection {#6861 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6864 -id: 22 -name: "others" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1713760239 {#6862 date: 2024-04-22 13:30:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6863 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6865 …} -Children: Doctrine\ORM\PersistentCollection {#6868 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6871 -id: 21 -name: "浄化グッズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1713760231 {#6869 date: 2024-04-22 13:30:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6870 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6872 …} -Children: Doctrine\ORM\PersistentCollection {#6875 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6878 -id: 20 -name: "原石" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1713760226 {#6876 date: 2024-04-22 13:30:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6877 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6879 …} -Children: Doctrine\ORM\PersistentCollection {#6882 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6885 -id: 19 -name: "ピアス・イヤリング" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1713760219 {#6883 date: 2024-04-22 13:30:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6884 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6886 …} -Children: Doctrine\ORM\PersistentCollection {#6889 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6892 -id: 18 -name: "ネックレス" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1713760199 {#6890 date: 2024-04-22 13:29:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6891 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6893 …} -Children: Doctrine\ORM\PersistentCollection {#6896 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6899 -id: 17 -name: "ブレスレット" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1713760194 {#6897 date: 2024-04-22 13:29:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6898 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6900 …} -Children: Doctrine\ORM\PersistentCollection {#6903 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#6906 -id: 210 -name: "誕生石" -hierarchy: 1 -sort_no: 124 -create_date: DateTime @1719807088 {#6832 date: 2024-07-01 13:11:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6833 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6907 …} -Children: Doctrine\ORM\PersistentCollection {#6910 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6911 -id: 222 -name: "12月生まれ" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1719807143 {#6904 date: 2024-07-01 13:12:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807143 {#6905 date: 2024-07-01 13:12:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6912 …} -Children: Doctrine\ORM\PersistentCollection {#6915 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6920 -id: 221 -name: "11月生まれ" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1719807140 {#6918 date: 2024-07-01 13:12:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807140 {#6919 date: 2024-07-01 13:12:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6921 …} -Children: Doctrine\ORM\PersistentCollection {#6924 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6927 -id: 220 -name: "10月生まれ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1719807137 {#6925 date: 2024-07-01 13:12:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807137 {#6926 date: 2024-07-01 13:12:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6928 …} -Children: Doctrine\ORM\PersistentCollection {#6931 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6934 -id: 219 -name: "9月生まれ" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1719807132 {#6932 date: 2024-07-01 13:12:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807132 {#6933 date: 2024-07-01 13:12:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6935 …} -Children: Doctrine\ORM\PersistentCollection {#6938 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6941 -id: 218 -name: "8月生まれ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1719807128 {#6939 date: 2024-07-01 13:12:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807128 {#6940 date: 2024-07-01 13:12:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6942 …} -Children: Doctrine\ORM\PersistentCollection {#6945 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6948 -id: 217 -name: "7月生まれ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1719807126 {#6946 date: 2024-07-01 13:12:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807126 {#6947 date: 2024-07-01 13:12:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6949 …} -Children: Doctrine\ORM\PersistentCollection {#6952 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6955 -id: 216 -name: "6月生まれ" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1719807123 {#6953 date: 2024-07-01 13:12:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807123 {#6954 date: 2024-07-01 13:12:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6956 …} -Children: Doctrine\ORM\PersistentCollection {#6959 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6962 -id: 215 -name: "5月生まれ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1719807120 {#6960 date: 2024-07-01 13:12:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807120 {#6961 date: 2024-07-01 13:12:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6963 …} -Children: Doctrine\ORM\PersistentCollection {#6966 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6969 -id: 214 -name: "4月生まれ" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1719807117 {#6967 date: 2024-07-01 13:11:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807117 {#6968 date: 2024-07-01 13:11:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6970 …} -Children: Doctrine\ORM\PersistentCollection {#6973 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6976 -id: 213 -name: "3月生まれ" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1719807114 {#6974 date: 2024-07-01 13:11:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807114 {#6975 date: 2024-07-01 13:11:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6977 …} -Children: Doctrine\ORM\PersistentCollection {#6980 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6983 -id: 212 -name: "2月生まれ" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1719807111 {#6981 date: 2024-07-01 13:11:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807111 {#6982 date: 2024-07-01 13:11:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6984 …} -Children: Doctrine\ORM\PersistentCollection {#6987 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6990 -id: 211 -name: "1月生まれ" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1719807107 {#6988 date: 2024-07-01 13:11:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807107 {#6989 date: 2024-07-01 13:11:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6991 …} -Children: Doctrine\ORM\PersistentCollection {#6994 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#6997 -id: 310 -name: "誕生石アートブレスレット" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1732076237 {#6995 date: 2024-11-20 13:17:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732776583 {#6996 date: 2024-11-28 15:49:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6998 …} -Children: Doctrine\ORM\PersistentCollection {#7001 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } Eccube\Entity\Category {#7004 -id: 223 -name: "天珠" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1719807161 {#6916 date: 2024-07-01 13:12:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6917 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7005 …} -Children: Doctrine\ORM\PersistentCollection {#7008 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7009 -id: 287 -name: "金銭鈎天珠" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1721714336 {#7002 date: 2024-07-23 14:58:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7003 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7010 …} -Children: Doctrine\ORM\PersistentCollection {#7013 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7018 -id: 286 -name: "龍神天珠" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1719807697 {#7016 date: 2024-07-01 13:21:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7017 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7019 …} -Children: Doctrine\ORM\PersistentCollection {#7022 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7025 -id: 285 -name: "寶瓶天珠" -hierarchy: 2 -sort_no: 185 -create_date: DateTime @1719807689 {#7023 date: 2024-07-01 13:21:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7024 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7026 …} -Children: Doctrine\ORM\PersistentCollection {#7029 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7032 -id: 284 -name: "水蓮花天珠" -hierarchy: 2 -sort_no: 184 -create_date: DateTime @1719807682 {#7030 date: 2024-07-01 13:21:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7031 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7033 …} -Children: Doctrine\ORM\PersistentCollection {#7036 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7039 -id: 283 -name: "虎牙天珠" -hierarchy: 2 -sort_no: 183 -create_date: DateTime @1719807676 {#7037 date: 2024-07-01 13:21:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7038 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7040 …} -Children: Doctrine\ORM\PersistentCollection {#7043 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7046 -id: 282 -name: "緑度母天珠" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1719807669 {#7044 date: 2024-07-01 13:21:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7045 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7047 …} -Children: Doctrine\ORM\PersistentCollection {#7050 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7053 -id: 281 -name: "観音天珠" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1719807663 {#7051 date: 2024-07-01 13:21:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7052 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7054 …} -Children: Doctrine\ORM\PersistentCollection {#7057 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7060 -id: 280 -name: "龍眼天珠" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1719807656 {#7058 date: 2024-07-01 13:20:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7059 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7061 …} -Children: Doctrine\ORM\PersistentCollection {#7064 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7067 -id: 279 -name: "陰陽太極天珠" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1719807647 {#7065 date: 2024-07-01 13:20:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7066 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7068 …} -Children: Doctrine\ORM\PersistentCollection {#7071 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7074 -id: 278 -name: "大黒天天珠" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1719807642 {#7072 date: 2024-07-01 13:20:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7073 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7075 …} -Children: Doctrine\ORM\PersistentCollection {#7078 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7081 -id: 277 -name: "鳳凰眼天珠" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1719807636 {#7079 date: 2024-07-01 13:20:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7080 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7082 …} -Children: Doctrine\ORM\PersistentCollection {#7085 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7088 -id: 276 -name: "麒麟天珠" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1719807630 {#7086 date: 2024-07-01 13:20:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7087 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7089 …} -Children: Doctrine\ORM\PersistentCollection {#7092 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7095 -id: 275 -name: "白蛇天珠" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1719807624 {#7093 date: 2024-07-01 13:20:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7094 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7096 …} -Children: Doctrine\ORM\PersistentCollection {#7099 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7102 -id: 274 -name: "弁財天天珠" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1719807618 {#7100 date: 2024-07-01 13:20:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7101 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7103 …} -Children: Doctrine\ORM\PersistentCollection {#7106 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7109 -id: 273 -name: "蔓字天珠" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1719807611 {#7107 date: 2024-07-01 13:20:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7108 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7110 …} -Children: Doctrine\ORM\PersistentCollection {#7113 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7116 -id: 272 -name: "星辰天珠" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1719807605 {#7114 date: 2024-07-01 13:20:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7115 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7117 …} -Children: Doctrine\ORM\PersistentCollection {#7120 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7123 -id: 271 -name: "羊眼板珠" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1719807598 {#7121 date: 2024-07-01 13:19:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7122 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7124 …} -Children: Doctrine\ORM\PersistentCollection {#7127 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7130 -id: 270 -name: "三色線珠" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1719807588 {#7128 date: 2024-07-01 13:19:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7129 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7131 …} -Children: Doctrine\ORM\PersistentCollection {#7134 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7137 -id: 269 -name: "福壽天珠" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1719807583 {#7135 date: 2024-07-01 13:19:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7136 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7138 …} -Children: Doctrine\ORM\PersistentCollection {#7141 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7144 -id: 268 -name: "大鵬鳥天珠" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1719807577 {#7142 date: 2024-07-01 13:19:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7143 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7145 …} -Children: Doctrine\ORM\PersistentCollection {#7148 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7151 -id: 267 -name: "菩提天珠" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1719807570 {#7149 date: 2024-07-01 13:19:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7150 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7152 …} -Children: Doctrine\ORM\PersistentCollection {#7155 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7158 -id: 266 -name: "大人天珠" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1719807564 {#7156 date: 2024-07-01 13:19:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7157 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7159 …} -Children: Doctrine\ORM\PersistentCollection {#7162 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7165 -id: 265 -name: "山形天珠" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1719807557 {#7163 date: 2024-07-01 13:19:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7164 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7166 …} -Children: Doctrine\ORM\PersistentCollection {#7169 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7172 -id: 264 -name: "双天地天珠" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1719807548 {#7170 date: 2024-07-01 13:19:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7171 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7173 …} -Children: Doctrine\ORM\PersistentCollection {#7176 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7179 -id: 263 -name: "天地天珠" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1719807542 {#7177 date: 2024-07-01 13:19:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7178 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7180 …} -Children: Doctrine\ORM\PersistentCollection {#7183 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7186 -id: 262 -name: "日月天珠" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1719807535 {#7184 date: 2024-07-01 13:18:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7185 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7187 …} -Children: Doctrine\ORM\PersistentCollection {#7190 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7193 -id: 261 -name: "黒白天珠" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1719807529 {#7191 date: 2024-07-01 13:18:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7192 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7194 …} -Children: Doctrine\ORM\PersistentCollection {#7197 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7200 -id: 260 -name: "流水紋天珠" -hierarchy: 2 -sort_no: 160 -create_date: DateTime @1719807521 {#7198 date: 2024-07-01 13:18:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7199 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7201 …} -Children: Doctrine\ORM\PersistentCollection {#7204 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7207 -id: 259 -name: "財神天珠" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1719807514 {#7205 date: 2024-07-01 13:18:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7206 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7208 …} -Children: Doctrine\ORM\PersistentCollection {#7211 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7214 -id: 258 -name: "如意鈎天珠" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1719807506 {#7212 date: 2024-07-01 13:18:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7213 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7215 …} -Children: Doctrine\ORM\PersistentCollection {#7218 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7221 -id: 257 -name: "水紋天珠" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1719807499 {#7219 date: 2024-07-01 13:18:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7220 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7222 …} -Children: Doctrine\ORM\PersistentCollection {#7225 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7228 -id: 256 -name: "薬師天珠" -hierarchy: 2 -sort_no: 156 -create_date: DateTime @1719807490 {#7226 date: 2024-07-01 13:18:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7227 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7229 …} -Children: Doctrine\ORM\PersistentCollection {#7232 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7235 -id: 255 -name: "亀甲長壽天珠" -hierarchy: 2 -sort_no: 155 -create_date: DateTime @1719807484 {#7233 date: 2024-07-01 13:18:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7234 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7236 …} -Children: Doctrine\ORM\PersistentCollection {#7239 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7242 -id: 254 -name: "金剛虎牙六眼天珠" -hierarchy: 2 -sort_no: 154 -create_date: DateTime @1719807477 {#7240 date: 2024-07-01 13:17:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7241 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7243 …} -Children: Doctrine\ORM\PersistentCollection {#7246 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7249 -id: 253 -name: "金剛蓮花三眼天珠" -hierarchy: 2 -sort_no: 153 -create_date: DateTime @1719807468 {#7247 date: 2024-07-01 13:17:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7248 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7250 …} -Children: Doctrine\ORM\PersistentCollection {#7253 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7256 -id: 252 -name: "金剛杵天珠" -hierarchy: 2 -sort_no: 152 -create_date: DateTime @1719807459 {#7254 date: 2024-07-01 13:17:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7255 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7257 …} -Children: Doctrine\ORM\PersistentCollection {#7260 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7263 -id: 251 -name: "蓮師法器天珠" -hierarchy: 2 -sort_no: 151 -create_date: DateTime @1719807449 {#7261 date: 2024-07-01 13:17:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7262 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7264 …} -Children: Doctrine\ORM\PersistentCollection {#7267 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7270 -id: 250 -name: "蓮師法帽天珠" -hierarchy: 2 -sort_no: 150 -create_date: DateTime @1719807441 {#7268 date: 2024-07-01 13:17:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7269 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7271 …} -Children: Doctrine\ORM\PersistentCollection {#7274 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7277 -id: 249 -name: "閃電五眼天珠" -hierarchy: 2 -sort_no: 149 -create_date: DateTime @1719807435 {#7275 date: 2024-07-01 13:17:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7276 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7278 …} -Children: Doctrine\ORM\PersistentCollection {#7281 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7284 -id: 248 -name: "蓮花天珠" -hierarchy: 2 -sort_no: 148 -create_date: DateTime @1719807427 {#7282 date: 2024-07-01 13:17:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7283 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7285 …} -Children: Doctrine\ORM\PersistentCollection {#7288 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7291 -id: 247 -name: "四線虎牙天珠" -hierarchy: 2 -sort_no: 147 -create_date: DateTime @1719807420 {#7289 date: 2024-07-01 13:17:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7290 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7292 …} -Children: Doctrine\ORM\PersistentCollection {#7295 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7298 -id: 246 -name: "五福臨門天珠" -hierarchy: 2 -sort_no: 146 -create_date: DateTime @1719807414 {#7296 date: 2024-07-01 13:16:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7297 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7299 …} -Children: Doctrine\ORM\PersistentCollection {#7302 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7305 -id: 245 -name: "如意天珠" -hierarchy: 2 -sort_no: 145 -create_date: DateTime @1719807407 {#7303 date: 2024-07-01 13:16:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7304 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7306 …} -Children: Doctrine\ORM\PersistentCollection {#7309 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7312 -id: 244 -name: "二十一眼天珠" -hierarchy: 2 -sort_no: 144 -create_date: DateTime @1719807400 {#7310 date: 2024-07-01 13:16:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7311 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7313 …} -Children: Doctrine\ORM\PersistentCollection {#7316 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7319 -id: 243 -name: "二十眼天珠" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1719807394 {#7317 date: 2024-07-01 13:16:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7318 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7320 …} -Children: Doctrine\ORM\PersistentCollection {#7323 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7326 -id: 242 -name: "十九眼天珠" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1719807386 {#7324 date: 2024-07-01 13:16:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7325 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7327 …} -Children: Doctrine\ORM\PersistentCollection {#7330 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7333 -id: 241 -name: "十八眼天珠" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1719807380 {#7331 date: 2024-07-01 13:16:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7332 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7334 …} -Children: Doctrine\ORM\PersistentCollection {#7337 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7340 -id: 240 -name: "十七眼天珠" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1719807323 {#7338 date: 2024-07-01 13:15:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7339 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7341 …} -Children: Doctrine\ORM\PersistentCollection {#7344 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7347 -id: 239 -name: "十六眼天珠" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1719807316 {#7345 date: 2024-07-01 13:15:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7346 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7348 …} -Children: Doctrine\ORM\PersistentCollection {#7351 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7354 -id: 238 -name: "十五眼天珠" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1719807308 {#7352 date: 2024-07-01 13:15:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7353 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7355 …} -Children: Doctrine\ORM\PersistentCollection {#7358 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7361 -id: 237 -name: "十四眼天珠" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1719807302 {#7359 date: 2024-07-01 13:15:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7360 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7362 …} -Children: Doctrine\ORM\PersistentCollection {#7365 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7368 -id: 236 -name: "十三眼天珠" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1719807293 {#7366 date: 2024-07-01 13:14:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7367 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7369 …} -Children: Doctrine\ORM\PersistentCollection {#7372 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7375 -id: 235 -name: "十二眼天珠" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1719807286 {#7373 date: 2024-07-01 13:14:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7374 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7376 …} -Children: Doctrine\ORM\PersistentCollection {#7379 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7382 -id: 234 -name: "十一眼天珠" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1719807279 {#7380 date: 2024-07-01 13:14:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7381 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7383 …} -Children: Doctrine\ORM\PersistentCollection {#7386 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7389 -id: 233 -name: "十眼天珠" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1719807272 {#7387 date: 2024-07-01 13:14:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7388 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7390 …} -Children: Doctrine\ORM\PersistentCollection {#7393 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7396 -id: 232 -name: "九眼天珠" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1719807265 {#7394 date: 2024-07-01 13:14:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7395 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7397 …} -Children: Doctrine\ORM\PersistentCollection {#7400 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7403 -id: 231 -name: "八眼天珠" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1719807258 {#7401 date: 2024-07-01 13:14:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7402 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7404 …} -Children: Doctrine\ORM\PersistentCollection {#7407 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7410 -id: 230 -name: "七眼天珠" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1719807251 {#7408 date: 2024-07-01 13:14:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7409 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7411 …} -Children: Doctrine\ORM\PersistentCollection {#7414 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7417 -id: 229 -name: "六眼天珠" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1719807237 {#7415 date: 2024-07-01 13:13:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7416 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7418 …} -Children: Doctrine\ORM\PersistentCollection {#7421 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7424 -id: 228 -name: "五眼天珠" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1719807225 {#7422 date: 2024-07-01 13:13:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7423 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7425 …} -Children: Doctrine\ORM\PersistentCollection {#7428 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7431 -id: 227 -name: "四眼天珠" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1719807216 {#7429 date: 2024-07-01 13:13:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7430 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7432 …} -Children: Doctrine\ORM\PersistentCollection {#7435 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7438 -id: 226 -name: "三眼天珠" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1719807209 {#7436 date: 2024-07-01 13:13:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7437 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7439 …} -Children: Doctrine\ORM\PersistentCollection {#7442 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7445 -id: 225 -name: "二眼天珠" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1719807199 {#7443 date: 2024-07-01 13:13:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7444 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7446 …} -Children: Doctrine\ORM\PersistentCollection {#7449 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7452 -id: 308 -name: "蓮花羊眼板天珠" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1726199960 {#7450 date: 2024-09-13 12:59:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1726199960 {#7451 date: 2024-09-13 12:59:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7453 …} -Children: Doctrine\ORM\PersistentCollection {#7456 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7459 -id: 224 -name: "一眼天珠" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1719807188 {#7457 date: 2024-07-01 13:13:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7458 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7460 …} -Children: Doctrine\ORM\PersistentCollection {#7463 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } Eccube\Entity\Category {#7464 -id: 116 -name: "ピックアップ" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1717434582 {#7014 date: 2024-06-04 02:09:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7015 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7465 …} -Children: Doctrine\ORM\PersistentCollection {#7468 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7471 -id: 117 -name: "ギフト" -hierarchy: 1 -sort_no: 21 -create_date: DateTime @1717434592 {#7469 date: 2024-06-04 02:09:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7470 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7472 …} -Children: Doctrine\ORM\PersistentCollection {#7475 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7480 -id: 30 -name: "運気" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1713760364 {#7476 date: 2024-04-22 13:32:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7477 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7481 …} -Children: Doctrine\ORM\PersistentCollection {#7484 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7485 -id: 115 -name: "招福" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1717417635 {#7478 date: 2024-06-03 21:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417635 {#7479 date: 2024-06-03 21:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7486 …} -Children: Doctrine\ORM\PersistentCollection {#7489 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#5572 -id: 114 -name: "願望達成" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1717417623 {#7492 date: 2024-06-03 21:27:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417623 {#7493 date: 2024-06-03 21:27:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5446 …} -Children: Doctrine\ORM\PersistentCollection {#5569 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#5321 -id: 113 -name: "学業・試験運" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1717417608 {#5574 date: 2024-06-03 21:26:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417608 {#5575 date: 2024-06-03 21:26:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7494 …} -Children: Doctrine\ORM\PersistentCollection {#7497 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7500 -id: 112 -name: "家庭運" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1717417591 {#7498 date: 2024-06-03 21:26:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417591 {#7499 date: 2024-06-03 21:26:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7501 …} -Children: Doctrine\ORM\PersistentCollection {#7504 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7507 -id: 111 -name: "結婚運" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1717417586 {#7505 date: 2024-06-03 21:26:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417586 {#7506 date: 2024-06-03 21:26:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7508 …} -Children: Doctrine\ORM\PersistentCollection {#7511 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7514 -id: 110 -name: "開運" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1717417580 {#7512 date: 2024-06-03 21:26:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417580 {#7513 date: 2024-06-03 21:26:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7515 …} -Children: Doctrine\ORM\PersistentCollection {#7518 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7521 -id: 109 -name: "対人運" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1717417576 {#7519 date: 2024-06-03 21:26:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417576 {#7520 date: 2024-06-03 21:26:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7522 …} -Children: Doctrine\ORM\PersistentCollection {#7525 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7528 -id: 108 -name: "魔除け" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1717417566 {#7526 date: 2024-06-03 21:26:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417566 {#7527 date: 2024-06-03 21:26:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7529 …} -Children: Doctrine\ORM\PersistentCollection {#7532 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7535 -id: 107 -name: "健康運" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1717417562 {#7533 date: 2024-06-03 21:26:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417562 {#7534 date: 2024-06-03 21:26:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7536 …} -Children: Doctrine\ORM\PersistentCollection {#7539 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7542 -id: 106 -name: "全体運" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1717417539 {#7540 date: 2024-06-03 21:25:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417539 {#7541 date: 2024-06-03 21:25:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7543 …} -Children: Doctrine\ORM\PersistentCollection {#7546 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7549 -id: 33 -name: "仕事運" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1713760383 {#7547 date: 2024-04-22 13:33:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713760383 {#7548 date: 2024-04-22 13:33:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7550 …} -Children: Doctrine\ORM\PersistentCollection {#7553 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7556 -id: 32 -name: "金運・財運" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1713760378 {#7554 date: 2024-04-22 13:32:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417551 {#7555 date: 2024-06-03 21:25:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7557 …} -Children: Doctrine\ORM\PersistentCollection {#7560 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } Eccube\Entity\Category {#7563 -id: 31 -name: "恋愛運" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1713760375 {#7561 date: 2024-04-22 13:32:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713760375 {#7562 date: 2024-04-22 13:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7564 …} -Children: Doctrine\ORM\PersistentCollection {#7567 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } ] |
class | "Eccube\Entity\Category" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerJ2A2ujO\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#672 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5772 -om: ContainerJ2A2ujO\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#672 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5719 …} -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() {#5770 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#5733 …} } } |
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 {#7598 +label: "セール" +value: "312" +data: Eccube\Entity\Category {#5895 -id: 312 -name: "セール" -hierarchy: 1 -sort_no: 211 -create_date: DateTime @1735090129 {#5901 date: 2024-12-25 10:28:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#5899 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5985 …} -Children: Doctrine\ORM\PersistentCollection {#6141 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7600 +label: "天然石" +value: "118" +data: Eccube\Entity\Category {#6136 -id: 118 -name: "天然石" -hierarchy: 1 -sort_no: 210 -create_date: DateTime @1717439447 {#6140 date: 2024-06-04 03:30:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6139 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6135 …} -Children: Doctrine\ORM\PersistentCollection {#6132 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7599 +label: " トパーズ" +value: "309" +data: Eccube\Entity\Category {#6131 -id: 309 -name: "トパーズ" -hierarchy: 2 -sort_no: 205 -create_date: DateTime @1728971426 {#6138 date: 2024-10-15 14:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728971426 {#6137 date: 2024-10-15 14:50:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6130 …} -Children: Doctrine\ORM\PersistentCollection {#6126 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7602 +label: " ラヴァストーン" +value: "306" +data: Eccube\Entity\Category {#6121 -id: 306 -name: "ラヴァストーン" -hierarchy: 2 -sort_no: 204 -create_date: DateTime @1725857600 {#6123 date: 2024-09-09 13:53:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857600 {#6122 date: 2024-09-09 13:53:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6120 …} -Children: Doctrine\ORM\PersistentCollection {#6117 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7603 +label: " リバーストーン" +value: "305" +data: Eccube\Entity\Category {#6114 -id: 305 -name: "リバーストーン" -hierarchy: 2 -sort_no: 203 -create_date: DateTime @1725857595 {#6116 date: 2024-09-09 13:53:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857595 {#6115 date: 2024-09-09 13:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6113 …} -Children: Doctrine\ORM\PersistentCollection {#5898 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7604 +label: " クラック水晶" +value: "304" +data: Eccube\Entity\Category {#6101 -id: 304 -name: "クラック水晶" -hierarchy: 2 -sort_no: 202 -create_date: DateTime @1725857588 {#5896 date: 2024-09-09 13:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857588 {#5917 date: 2024-09-09 13:53:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6103 …} -Children: Doctrine\ORM\PersistentCollection {#6106 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7605 +label: " ゴールドコーラル" +value: "303" +data: Eccube\Entity\Category {#6109 -id: 303 -name: "ゴールドコーラル" -hierarchy: 2 -sort_no: 201 -create_date: DateTime @1725857582 {#6107 date: 2024-09-09 13:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857582 {#6108 date: 2024-09-09 13:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6110 …} -Children: Doctrine\ORM\PersistentCollection {#6148 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7606 +label: " ダルメシアンジャスパー" +value: "302" +data: Eccube\Entity\Category {#6149 -id: 302 -name: "ダルメシアンジャスパー" -hierarchy: 2 -sort_no: 200 -create_date: DateTime @1725857574 {#6146 date: 2024-09-09 13:52:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725857574 {#6147 date: 2024-09-09 13:52:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6150 …} -Children: Doctrine\ORM\PersistentCollection {#6153 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7607 +label: " ローズジャスパー" +value: "207" +data: Eccube\Entity\Category {#6156 -id: 207 -name: "ローズジャスパー" -hierarchy: 2 -sort_no: 199 -create_date: DateTime @1719214717 {#6154 date: 2024-06-24 16:38:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6155 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6157 …} -Children: Doctrine\ORM\PersistentCollection {#6161 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7608 +label: " ローズクォーツ" +value: "206" +data: Eccube\Entity\Category {#6164 -id: 206 -name: "ローズクォーツ" -hierarchy: 2 -sort_no: 198 -create_date: DateTime @1719214706 {#6162 date: 2024-06-24 16:38:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6163 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6165 …} -Children: Doctrine\ORM\PersistentCollection {#6168 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7609 +label: " レモンクォーツ" +value: "205" +data: Eccube\Entity\Category {#6171 -id: 205 -name: "レモンクォーツ" -hierarchy: 2 -sort_no: 197 -create_date: DateTime @1719214700 {#6169 date: 2024-06-24 16:38:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6170 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6172 …} -Children: Doctrine\ORM\PersistentCollection {#6175 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7610 +label: " レッドタイガーアイ" +value: "204" +data: Eccube\Entity\Category {#6178 -id: 204 -name: "レッドタイガーアイ" -hierarchy: 2 -sort_no: 196 -create_date: DateTime @1719214691 {#6176 date: 2024-06-24 16:38:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6177 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6179 …} -Children: Doctrine\ORM\PersistentCollection {#6182 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7611 +label: " レッドアゲート" +value: "203" +data: Eccube\Entity\Category {#6185 -id: 203 -name: "レッドアゲート" -hierarchy: 2 -sort_no: 195 -create_date: DateTime @1719214683 {#6183 date: 2024-06-24 16:38:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6184 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6186 …} -Children: Doctrine\ORM\PersistentCollection {#6189 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7612 +label: " レインボームーンストーン" +value: "202" +data: Eccube\Entity\Category {#6192 -id: 202 -name: "レインボームーンストーン" -hierarchy: 2 -sort_no: 194 -create_date: DateTime @1719214676 {#6190 date: 2024-06-24 16:37:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6191 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6193 …} -Children: Doctrine\ORM\PersistentCollection {#6196 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7613 +label: " ルビー" +value: "201" +data: Eccube\Entity\Category {#6199 -id: 201 -name: "ルビー" -hierarchy: 2 -sort_no: 193 -create_date: DateTime @1719214669 {#6197 date: 2024-06-24 16:37:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6198 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6200 …} -Children: Doctrine\ORM\PersistentCollection {#6203 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7614 +label: " ルチルクォーツ" +value: "200" +data: Eccube\Entity\Category {#6206 -id: 200 -name: "ルチルクォーツ" -hierarchy: 2 -sort_no: 192 -create_date: DateTime @1719214664 {#6204 date: 2024-06-24 16:37:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6205 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6207 …} -Children: Doctrine\ORM\PersistentCollection {#6210 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7615 +label: " 龍紋メノウ" +value: "199" +data: Eccube\Entity\Category {#6213 -id: 199 -name: "龍紋メノウ" -hierarchy: 2 -sort_no: 191 -create_date: DateTime @1719214655 {#6211 date: 2024-06-24 16:37:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6212 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6214 …} -Children: Doctrine\ORM\PersistentCollection {#6217 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7616 +label: " リバーストーン" +value: "300" +data: Eccube\Entity\Category {#6220 -id: 300 -name: "リバーストーン" -hierarchy: 2 -sort_no: 190 -create_date: DateTime @1721966548 {#6218 date: 2024-07-26 13:02:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6219 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6221 …} -Children: Doctrine\ORM\PersistentCollection {#6224 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7617 +label: " ラリマー" +value: "198" +data: Eccube\Entity\Category {#6227 -id: 198 -name: "ラリマー" -hierarchy: 2 -sort_no: 189 -create_date: DateTime @1719214639 {#6225 date: 2024-06-24 16:37:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6226 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6228 …} -Children: Doctrine\ORM\PersistentCollection {#6231 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7618 +label: " ラブラドライト" +value: "197" +data: Eccube\Entity\Category {#6234 -id: 197 -name: "ラブラドライト" -hierarchy: 2 -sort_no: 188 -create_date: DateTime @1719214636 {#6232 date: 2024-06-24 16:37:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6233 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6235 …} -Children: Doctrine\ORM\PersistentCollection {#6238 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7619 +label: " ラピスラズリ" +value: "196" +data: Eccube\Entity\Category {#6241 -id: 196 -name: "ラピスラズリ" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1719214627 {#6239 date: 2024-06-24 16:37:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6240 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6242 …} -Children: Doctrine\ORM\PersistentCollection {#6245 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7620 +label: " モルガナイト" +value: "195" +data: Eccube\Entity\Category {#6248 -id: 195 -name: "モルガナイト" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1719214616 {#6246 date: 2024-06-24 16:36:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6247 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6249 …} -Children: Doctrine\ORM\PersistentCollection {#6252 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7621 +label: " モリオン" +value: "194" +data: Eccube\Entity\Category {#6255 -id: 194 -name: "モリオン" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1719214612 {#6253 date: 2024-06-24 16:36:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6254 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6256 …} -Children: Doctrine\ORM\PersistentCollection {#6259 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7622 +label: " モスアゲート" +value: "193" +data: Eccube\Entity\Category {#6262 -id: 193 -name: "モスアゲート" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1719214606 {#6260 date: 2024-06-24 16:36:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6261 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6263 …} -Children: Doctrine\ORM\PersistentCollection {#6266 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7623 +label: " ムーンストーン" +value: "192" +data: Eccube\Entity\Category {#6269 -id: 192 -name: "ムーンストーン" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1719214601 {#6267 date: 2024-06-24 16:36:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6268 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6270 …} -Children: Doctrine\ORM\PersistentCollection {#6273 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7624 +label: " ミッドナイトオーラ" +value: "191" +data: Eccube\Entity\Category {#6276 -id: 191 -name: "ミッドナイトオーラ" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1719214596 {#6274 date: 2024-06-24 16:36:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6275 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6277 …} -Children: Doctrine\ORM\PersistentCollection {#6280 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7625 +label: " MIXアゲート" +value: "289" +data: Eccube\Entity\Category {#6283 -id: 289 -name: "MIXアゲート" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1721726889 {#6281 date: 2024-07-23 18:28:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6282 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6284 …} -Children: Doctrine\ORM\PersistentCollection {#6287 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7626 +label: " マザーオブパール" +value: "190" +data: Eccube\Entity\Category {#6290 -id: 190 -name: "マザーオブパール" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1719214587 {#6288 date: 2024-06-24 16:36:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6289 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6291 …} -Children: Doctrine\ORM\PersistentCollection {#6294 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7627 +label: " ホワイトカルセドニー" +value: "189" +data: Eccube\Entity\Category {#6297 -id: 189 -name: "ホワイトカルセドニー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1719214578 {#6295 date: 2024-06-24 16:36:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6296 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6298 …} -Children: Doctrine\ORM\PersistentCollection {#6301 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7628 +label: " 北投石" +value: "188" +data: Eccube\Entity\Category {#6304 -id: 188 -name: "北投石" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1719214570 {#6302 date: 2024-06-24 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6303 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6305 …} -Children: Doctrine\ORM\PersistentCollection {#6308 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7629 +label: " ペリドット" +value: "187" +data: Eccube\Entity\Category {#6311 -id: 187 -name: "ペリドット" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1719214560 {#6309 date: 2024-06-24 16:36:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6310 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6312 …} -Children: Doctrine\ORM\PersistentCollection {#6315 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7630 +label: " ヘマタイト" +value: "186" +data: Eccube\Entity\Category {#6318 -id: 186 -name: "ヘマタイト" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1719214555 {#6316 date: 2024-06-24 16:35:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6317 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6319 …} -Children: Doctrine\ORM\PersistentCollection {#6322 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7631 +label: " フローライト" +value: "185" +data: Eccube\Entity\Category {#6325 -id: 185 -name: "フローライト" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1719214550 {#6323 date: 2024-06-24 16:35:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6324 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6326 …} -Children: Doctrine\ORM\PersistentCollection {#6329 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7632 +label: " プレナイト" +value: "184" +data: Eccube\Entity\Category {#6332 -id: 184 -name: "プレナイト" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1719214544 {#6330 date: 2024-06-24 16:35:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6331 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6333 …} -Children: Doctrine\ORM\PersistentCollection {#6336 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7633 +label: " ブルーレースアゲート" +value: "183" +data: Eccube\Entity\Category {#6339 -id: 183 -name: "ブルーレースアゲート" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1719214535 {#6337 date: 2024-06-24 16:35:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6338 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6340 …} -Children: Doctrine\ORM\PersistentCollection {#6343 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7634 +label: " ブルータイガーアイ" +value: "182" +data: Eccube\Entity\Category {#6346 -id: 182 -name: "ブルータイガーアイ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1719214526 {#6344 date: 2024-06-24 16:35:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6345 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6347 …} -Children: Doctrine\ORM\PersistentCollection {#6350 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7635 +label: " ブルーゴールドストーン" +value: "181" +data: Eccube\Entity\Category {#6353 -id: 181 -name: "ブルーゴールドストーン" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1719214514 {#6351 date: 2024-06-24 16:35:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6352 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6354 …} -Children: Doctrine\ORM\PersistentCollection {#6357 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7636 +label: " ブラックスピネル" +value: "180" +data: Eccube\Entity\Category {#6360 -id: 180 -name: "ブラックスピネル" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1719214503 {#6358 date: 2024-06-24 16:35:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6359 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6361 …} -Children: Doctrine\ORM\PersistentCollection {#6364 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7637 +label: " ピーコックヘマタイト" +value: "292" +data: Eccube\Entity\Category {#6367 -id: 292 -name: "ピーコックヘマタイト" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1721726912 {#6365 date: 2024-07-23 18:28:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6366 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6368 …} -Children: Doctrine\ORM\PersistentCollection {#6371 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7638 +label: " ピンクオパール" +value: "179" +data: Eccube\Entity\Category {#6374 -id: 179 -name: "ピンクオパール" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1719214489 {#6372 date: 2024-06-24 16:34:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6373 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6375 …} -Children: Doctrine\ORM\PersistentCollection {#6378 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7639 +label: " ヒマラヤ水晶" +value: "178" +data: Eccube\Entity\Category {#6381 -id: 178 -name: "ヒマラヤ水晶" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1719214480 {#6379 date: 2024-06-24 16:34:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6380 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6382 …} -Children: Doctrine\ORM\PersistentCollection {#6385 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7640 +label: " 翡翠" +value: "177" +data: Eccube\Entity\Category {#6388 -id: 177 -name: "翡翠" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1719214472 {#6386 date: 2024-06-24 16:34:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6387 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6389 …} -Children: Doctrine\ORM\PersistentCollection {#6392 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7641 +label: " ピクチャージャスパー" +value: "176" +data: Eccube\Entity\Category {#6395 -id: 176 -name: "ピクチャージャスパー" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1719214467 {#6393 date: 2024-06-24 16:34:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6394 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6396 …} -Children: Doctrine\ORM\PersistentCollection {#6399 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7642 +label: " ハウライト" +value: "175" +data: Eccube\Entity\Category {#6402 -id: 175 -name: "ハウライト" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1719214458 {#6400 date: 2024-06-24 16:34:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6401 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6403 …} -Children: Doctrine\ORM\PersistentCollection {#6406 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7643 +label: " パイライト" +value: "174" +data: Eccube\Entity\Category {#6409 -id: 174 -name: "パイライト" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1719214453 {#6407 date: 2024-06-24 16:34:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6408 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6410 …} -Children: Doctrine\ORM\PersistentCollection {#6413 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7644 +label: " パール" +value: "173" +data: Eccube\Entity\Category {#6416 -id: 173 -name: "パール" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1719214443 {#6414 date: 2024-06-24 16:34:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6415 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6417 …} -Children: Doctrine\ORM\PersistentCollection {#6420 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7645 +label: " トルマリン" +value: "172" +data: Eccube\Entity\Category {#6423 -id: 172 -name: "トルマリン" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1719214439 {#6421 date: 2024-06-24 16:33:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6422 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6424 …} -Children: Doctrine\ORM\PersistentCollection {#6427 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7646 +label: " テラヘルツ" +value: "171" +data: Eccube\Entity\Category {#6430 -id: 171 -name: "テラヘルツ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1719214435 {#6428 date: 2024-06-24 16:33:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6429 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6431 …} -Children: Doctrine\ORM\PersistentCollection {#6434 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7647 +label: " ツリーアゲート" +value: "301" +data: Eccube\Entity\Category {#6437 -id: 301 -name: "ツリーアゲート" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1721966565 {#6435 date: 2024-07-26 13:02:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6436 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6438 …} -Children: Doctrine\ORM\PersistentCollection {#6441 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7648 +label: " 茶黄水晶" +value: "170" +data: Eccube\Entity\Category {#6444 -id: 170 -name: "茶黄水晶" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1719214422 {#6442 date: 2024-06-24 16:33:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6443 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6445 …} -Children: Doctrine\ORM\PersistentCollection {#6448 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7649 +label: " チェリークォーツ" +value: "169" +data: Eccube\Entity\Category {#6451 -id: 169 -name: "チェリークォーツ" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1719214416 {#6449 date: 2024-06-24 16:33:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6450 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6452 …} -Children: Doctrine\ORM\PersistentCollection {#6455 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7650 +label: " タンザナイト" +value: "168" +data: Eccube\Entity\Category {#6458 -id: 168 -name: "タンザナイト" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1719214409 {#6456 date: 2024-06-24 16:33:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6457 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6459 …} -Children: Doctrine\ORM\PersistentCollection {#6462 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7651 +label: " ダルメシアンジャスパー" +value: "290" +data: Eccube\Entity\Category {#6465 -id: 290 -name: "ダルメシアンジャスパー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1721726899 {#6463 date: 2024-07-23 18:28:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6464 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6466 …} -Children: Doctrine\ORM\PersistentCollection {#6469 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7652 +label: " タイガーアイ" +value: "167" +data: Eccube\Entity\Category {#6472 -id: 167 -name: "タイガーアイ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1719214404 {#6470 date: 2024-06-24 16:33:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6471 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6473 …} -Children: Doctrine\ORM\PersistentCollection {#6476 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7653 +label: " ターコイズ" +value: "166" +data: Eccube\Entity\Category {#6479 -id: 166 -name: "ターコイズ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1719214392 {#6477 date: 2024-06-24 16:33:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6478 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6480 …} -Children: Doctrine\ORM\PersistentCollection {#6483 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7654 +label: " ソーダライト" +value: "165" +data: Eccube\Entity\Category {#6486 -id: 165 -name: "ソーダライト" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1719214381 {#6484 date: 2024-06-24 16:33:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6485 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6487 …} -Children: Doctrine\ORM\PersistentCollection {#6490 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7655 +label: " スモーキークォーツ" +value: "164" +data: Eccube\Entity\Category {#6493 -id: 164 -name: "スモーキークォーツ" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1719214373 {#6491 date: 2024-06-24 16:32:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6492 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6494 …} -Children: Doctrine\ORM\PersistentCollection {#6497 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7656 +label: " スピネル" +value: "163" +data: Eccube\Entity\Category {#6500 -id: 163 -name: "スピネル" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1719214365 {#6498 date: 2024-06-24 16:32:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6499 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6501 …} -Children: Doctrine\ORM\PersistentCollection {#6504 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7657 +label: " ストロベリークォーツ" +value: "162" +data: Eccube\Entity\Category {#6507 -id: 162 -name: "ストロベリークォーツ" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1719214359 {#6505 date: 2024-06-24 16:32:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6506 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6508 …} -Children: Doctrine\ORM\PersistentCollection {#6511 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7658 +label: " スギライト" +value: "161" +data: Eccube\Entity\Category {#6514 -id: 161 -name: "スギライト" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1719214347 {#6512 date: 2024-06-24 16:32:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6513 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6515 …} -Children: Doctrine\ORM\PersistentCollection {#6518 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7659 +label: " 水晶" +value: "160" +data: Eccube\Entity\Category {#6521 -id: 160 -name: "水晶" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1719214342 {#6519 date: 2024-06-24 16:32:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6520 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6522 …} -Children: Doctrine\ORM\PersistentCollection {#6525 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7660 +label: " 朱砂パーツ" +value: "294" +data: Eccube\Entity\Category {#6528 -id: 294 -name: "朱砂パーツ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1721726925 {#6526 date: 2024-07-23 18:28:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6527 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6529 …} -Children: Doctrine\ORM\PersistentCollection {#6532 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7661 +label: " シトリン" +value: "159" +data: Eccube\Entity\Category {#6535 -id: 159 -name: "シトリン" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1719214334 {#6533 date: 2024-06-24 16:32:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6534 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6536 …} -Children: Doctrine\ORM\PersistentCollection {#6539 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7662 +label: " サンストーン" +value: "158" +data: Eccube\Entity\Category {#6542 -id: 158 -name: "サンストーン" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1719214329 {#6540 date: 2024-06-24 16:32:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6541 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6543 …} -Children: Doctrine\ORM\PersistentCollection {#6546 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7663 +label: " 珊瑚" +value: "157" +data: Eccube\Entity\Category {#6549 -id: 157 -name: "珊瑚" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1719214321 {#6547 date: 2024-06-24 16:32:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6548 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6550 …} -Children: Doctrine\ORM\PersistentCollection {#6553 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7664 +label: " サファイア" +value: "156" +data: Eccube\Entity\Category {#6556 -id: 156 -name: "サファイア" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1719214302 {#6554 date: 2024-06-24 16:31:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6555 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6557 …} -Children: Doctrine\ORM\PersistentCollection {#6560 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7665 +label: " サードニクス" +value: "155" +data: Eccube\Entity\Category {#6563 -id: 155 -name: "サードニクス" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1719214295 {#6561 date: 2024-06-24 16:31:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6562 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6564 …} -Children: Doctrine\ORM\PersistentCollection {#6567 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7666 +label: " コスモオーラ" +value: "154" +data: Eccube\Entity\Category {#6570 -id: 154 -name: "コスモオーラ" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1719214286 {#6568 date: 2024-06-24 16:31:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6569 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6571 …} -Children: Doctrine\ORM\PersistentCollection {#6574 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7667 +label: " ゴールドヘマタイト" +value: "153" +data: Eccube\Entity\Category {#6577 -id: 153 -name: "ゴールドヘマタイト" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1719214278 {#6575 date: 2024-06-24 16:31:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6576 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6578 …} -Children: Doctrine\ORM\PersistentCollection {#6581 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7668 +label: " ゴールドストーン" +value: "152" +data: Eccube\Entity\Category {#6584 -id: 152 -name: "ゴールドストーン" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1719214270 {#6582 date: 2024-06-24 16:31:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6583 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6585 …} -Children: Doctrine\ORM\PersistentCollection {#6588 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7669 +label: " ゴールドコーラル" +value: "295" +data: Eccube\Entity\Category {#6591 -id: 295 -name: "ゴールドコーラル" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1721726932 {#6589 date: 2024-07-23 18:28:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6590 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6592 …} -Children: Doctrine\ORM\PersistentCollection {#6595 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7670 +label: " ゴールデンオーラ" +value: "151" +data: Eccube\Entity\Category {#6598 -id: 151 -name: "ゴールデンオーラ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1719214263 {#6596 date: 2024-06-24 16:31:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6597 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6599 …} -Children: Doctrine\ORM\PersistentCollection {#6602 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7671 +label: " クンツァイト" +value: "150" +data: Eccube\Entity\Category {#6605 -id: 150 -name: "クンツァイト" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1719214255 {#6603 date: 2024-06-24 16:30:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6604 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6606 …} -Children: Doctrine\ORM\PersistentCollection {#6609 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7672 +label: " クリソコーラ" +value: "149" +data: Eccube\Entity\Category {#6612 -id: 149 -name: "クリソコーラ" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1719214243 {#6610 date: 2024-06-24 16:30:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6611 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6613 …} -Children: Doctrine\ORM\PersistentCollection {#6616 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7673 +label: " グリーンアゲート" +value: "148" +data: Eccube\Entity\Category {#6619 -id: 148 -name: "グリーンアゲート" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1719214233 {#6617 date: 2024-06-24 16:30:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6618 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6620 …} -Children: Doctrine\ORM\PersistentCollection {#6623 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7674 +label: " クラック水晶" +value: "296" +data: Eccube\Entity\Category {#6626 -id: 296 -name: "クラック水晶" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1721726937 {#6624 date: 2024-07-23 18:28:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6625 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6627 …} -Children: Doctrine\ORM\PersistentCollection {#6630 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7675 +label: " キャンディークォーツ" +value: "291" +data: Eccube\Entity\Category {#6633 -id: 291 -name: "キャンディークォーツ" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1721726906 {#6631 date: 2024-07-23 18:28:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6632 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6634 …} -Children: Doctrine\ORM\PersistentCollection {#6637 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7676 +label: " 眼球メノウ" +value: "147" +data: Eccube\Entity\Category {#6640 -id: 147 -name: "眼球メノウ" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1719214224 {#6638 date: 2024-06-24 16:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6639 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6641 …} -Children: Doctrine\ORM\PersistentCollection {#6644 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7677 +label: " カルサイト" +value: "146" +data: Eccube\Entity\Category {#6647 -id: 146 -name: "カルサイト" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1719214207 {#6645 date: 2024-06-24 16:30:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6646 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6648 …} -Children: Doctrine\ORM\PersistentCollection {#6651 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7678 +label: " カラーチェンジフローライト" +value: "298" +data: Eccube\Entity\Category {#6654 -id: 298 -name: "カラーチェンジフローライト" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1721726951 {#6652 date: 2024-07-23 18:29:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6653 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6655 …} -Children: Doctrine\ORM\PersistentCollection {#6658 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7679 +label: " カイヤナイト" +value: "145" +data: Eccube\Entity\Category {#6661 -id: 145 -name: "カイヤナイト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1719214198 {#6659 date: 2024-06-24 16:29:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6660 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6662 …} -Children: Doctrine\ORM\PersistentCollection {#6665 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7680 +label: " カーネリアン" +value: "144" +data: Eccube\Entity\Category {#6668 -id: 144 -name: "カーネリアン" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1719214192 {#6666 date: 2024-06-24 16:29:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6667 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6669 …} -Children: Doctrine\ORM\PersistentCollection {#6672 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7681 +label: " ガーネット" +value: "143" +data: Eccube\Entity\Category {#6675 -id: 143 -name: "ガーネット" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1719214185 {#6673 date: 2024-06-24 16:29:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6674 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6676 …} -Children: Doctrine\ORM\PersistentCollection {#6679 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7682 +label: " ガーデンクォーツ" +value: "142" +data: Eccube\Entity\Category {#6682 -id: 142 -name: "ガーデンクォーツ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1719214182 {#6680 date: 2024-06-24 16:29:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6681 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6683 …} -Children: Doctrine\ORM\PersistentCollection {#6686 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7683 +label: " オレンジムーンストーン" +value: "141" +data: Eccube\Entity\Category {#6689 -id: 141 -name: "オレンジムーンストーン" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1719214174 {#6687 date: 2024-06-24 16:29:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6688 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6690 …} -Children: Doctrine\ORM\PersistentCollection {#6693 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7684 +label: " オレンジファントムクォーツ" +value: "297" +data: Eccube\Entity\Category {#6696 -id: 297 -name: "オレンジファントムクォーツ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1721726944 {#6694 date: 2024-07-23 18:29:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6695 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6697 …} -Children: Doctrine\ORM\PersistentCollection {#6700 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7685 +label: " オブシディアン" +value: "140" +data: Eccube\Entity\Category {#6703 -id: 140 -name: "オブシディアン" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1719214165 {#6701 date: 2024-06-24 16:29:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6702 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6704 …} -Children: Doctrine\ORM\PersistentCollection {#6707 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7686 +label: " オニキス" +value: "139" +data: Eccube\Entity\Category {#6710 -id: 139 -name: "オニキス" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1719214157 {#6708 date: 2024-06-24 16:29:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6709 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6711 …} -Children: Doctrine\ORM\PersistentCollection {#6714 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7687 +label: " オーロラオーラ" +value: "138" +data: Eccube\Entity\Category {#6717 -id: 138 -name: "オーロラオーラ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1719214152 {#6715 date: 2024-06-24 16:29:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6716 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6718 …} -Children: Doctrine\ORM\PersistentCollection {#6721 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7688 +label: " エンジェルラダー" +value: "293" +data: Eccube\Entity\Category {#6724 -id: 293 -name: "エンジェルラダー" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1721726919 {#6722 date: 2024-07-23 18:28:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6723 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6725 …} -Children: Doctrine\ORM\PersistentCollection {#6728 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7689 +label: " エンジェライト" +value: "137" +data: Eccube\Entity\Category {#6731 -id: 137 -name: "エンジェライト" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1719214142 {#6729 date: 2024-06-24 16:29:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6730 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6732 …} -Children: Doctrine\ORM\PersistentCollection {#6735 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7690 +label: " エレスチャル" +value: "136" +data: Eccube\Entity\Category {#6738 -id: 136 -name: "エレスチャル" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1719214136 {#6736 date: 2024-06-24 16:28:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6737 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6739 …} -Children: Doctrine\ORM\PersistentCollection {#6742 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7691 +label: " インカローズ" +value: "135" +data: Eccube\Entity\Category {#6745 -id: 135 -name: "インカローズ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1719214126 {#6743 date: 2024-06-24 16:28:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6744 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6746 …} -Children: Doctrine\ORM\PersistentCollection {#6749 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7692 +label: " アンバー" +value: "134" +data: Eccube\Entity\Category {#6752 -id: 134 -name: "アンバー" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1719214114 {#6750 date: 2024-06-24 16:28:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6751 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6753 …} -Children: Doctrine\ORM\PersistentCollection {#6756 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7693 +label: " アメトリン" +value: "133" +data: Eccube\Entity\Category {#6759 -id: 133 -name: "アメトリン" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1719214108 {#6757 date: 2024-06-24 16:28:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6758 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6760 …} -Children: Doctrine\ORM\PersistentCollection {#6763 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7694 +label: " アメシスト" +value: "132" +data: Eccube\Entity\Category {#6766 -id: 132 -name: "アメシスト" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1719214103 {#6764 date: 2024-06-24 16:28:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6765 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6767 …} -Children: Doctrine\ORM\PersistentCollection {#6770 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7695 +label: " アマゾナイト" +value: "131" +data: Eccube\Entity\Category {#6773 -id: 131 -name: "アマゾナイト" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1719214098 {#6771 date: 2024-06-24 16:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6772 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6774 …} -Children: Doctrine\ORM\PersistentCollection {#6777 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7696 +label: " アベンチュリン" +value: "130" +data: Eccube\Entity\Category {#6780 -id: 130 -name: "アベンチュリン" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1719214091 {#6778 date: 2024-06-24 16:28:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6779 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6781 …} -Children: Doctrine\ORM\PersistentCollection {#6784 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7697 +label: " アパタイト" +value: "129" +data: Eccube\Entity\Category {#6787 -id: 129 -name: "アパタイト" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1719214076 {#6785 date: 2024-06-24 16:27:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6786 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6788 …} -Children: Doctrine\ORM\PersistentCollection {#6791 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7698 +label: " アクアマリン" +value: "128" +data: Eccube\Entity\Category {#6794 -id: 128 -name: "アクアマリン" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1719214065 {#6792 date: 2024-06-24 16:27:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6793 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6795 …} -Children: Doctrine\ORM\PersistentCollection {#6798 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7699 +label: " アクアオーラ" +value: "121" +data: Eccube\Entity\Category {#6801 -id: 121 -name: "アクアオーラ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1717439544 {#6799 date: 2024-06-04 03:32:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6800 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6802 …} -Children: Doctrine\ORM\PersistentCollection {#6805 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7700 +label: " アイリスクォーツ" +value: "120" +data: Eccube\Entity\Category {#6808 -id: 120 -name: "アイリスクォーツ" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1717439529 {#6806 date: 2024-06-04 03:32:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6807 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6809 …} -Children: Doctrine\ORM\PersistentCollection {#6812 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7701 +label: " アイオライト" +value: "119" +data: Eccube\Entity\Category {#6815 -id: 119 -name: "アイオライト" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1717439519 {#6813 date: 2024-06-04 03:31:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721966582 {#6814 date: 2024-07-26 13:03:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6816 …} -Children: Doctrine\ORM\PersistentCollection {#6819 …} -Parent: Eccube\Entity\Category {#6136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7702 +label: "アイテム" +value: "16" +data: Eccube\Entity\Category {#6822 -id: 16 -name: "アイテム" -hierarchy: 1 -sort_no: 209 -create_date: DateTime @1713760183 {#6125 date: 2024-04-22 13:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6124 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6823 …} -Children: Doctrine\ORM\PersistentCollection {#6826 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7703 +label: " 母の日限定アイテム" +value: "316" +data: Eccube\Entity\Category {#6827 -id: 316 -name: "母の日限定アイテム" -hierarchy: 2 -sort_no: 208 -create_date: DateTime @1743663525 {#6820 date: 2025-04-03 15:58:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743663525 {#6821 date: 2025-04-03 15:58:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6828 …} -Children: Doctrine\ORM\PersistentCollection {#6831 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } +attr: [] +labelTranslationParameters: [] } 315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7704 +label: " ポスター掲載商品" +value: "315" +data: Eccube\Entity\Category {#6836 -id: 315 -name: "ポスター掲載商品" -hierarchy: 2 -sort_no: 207 -create_date: DateTime @1743385403 {#6834 date: 2025-03-31 10:43:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743385403 {#6835 date: 2025-03-31 10:43:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6837 …} -Children: Doctrine\ORM\PersistentCollection {#6840 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } +attr: [] +labelTranslationParameters: [] } 314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7705 +label: " シーズンコレクション・スプリング" +value: "314" +data: Eccube\Entity\Category {#6843 -id: 314 -name: "シーズンコレクション・スプリング" -hierarchy: 2 -sort_no: 206 -create_date: DateTime @1739858412 {#6841 date: 2025-02-18 15:00:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1739858412 {#6842 date: 2025-02-18 15:00:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6844 …} -Children: Doctrine\ORM\PersistentCollection {#6847 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } +attr: [] +labelTranslationParameters: [] } 311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7706 +label: " 巳年特集" +value: "311" +data: Eccube\Entity\Category {#6850 -id: 311 -name: "巳年特集" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1735090009 {#6848 date: 2024-12-25 10:26:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741569182 {#6849 date: 2025-03-10 10:13:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6851 …} -Children: Doctrine\ORM\PersistentCollection {#6854 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7707 +label: " リング" +value: "127" +data: Eccube\Entity\Category {#6857 -id: 127 -name: "リング" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1718619073 {#6855 date: 2024-06-17 19:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6856 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6858 …} -Children: Doctrine\ORM\PersistentCollection {#6861 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7708 +label: " others" +value: "22" +data: Eccube\Entity\Category {#6864 -id: 22 -name: "others" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1713760239 {#6862 date: 2024-04-22 13:30:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6863 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6865 …} -Children: Doctrine\ORM\PersistentCollection {#6868 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7709 +label: " 浄化グッズ" +value: "21" +data: Eccube\Entity\Category {#6871 -id: 21 -name: "浄化グッズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1713760231 {#6869 date: 2024-04-22 13:30:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6870 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6872 …} -Children: Doctrine\ORM\PersistentCollection {#6875 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7710 +label: " 原石" +value: "20" +data: Eccube\Entity\Category {#6878 -id: 20 -name: "原石" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1713760226 {#6876 date: 2024-04-22 13:30:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6877 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6879 …} -Children: Doctrine\ORM\PersistentCollection {#6882 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7711 +label: " ピアス・イヤリング" +value: "19" +data: Eccube\Entity\Category {#6885 -id: 19 -name: "ピアス・イヤリング" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1713760219 {#6883 date: 2024-04-22 13:30:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6884 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6886 …} -Children: Doctrine\ORM\PersistentCollection {#6889 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7712 +label: " ネックレス" +value: "18" +data: Eccube\Entity\Category {#6892 -id: 18 -name: "ネックレス" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1713760199 {#6890 date: 2024-04-22 13:29:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6891 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6893 …} -Children: Doctrine\ORM\PersistentCollection {#6896 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7713 +label: " ブレスレット" +value: "17" +data: Eccube\Entity\Category {#6899 -id: 17 -name: "ブレスレット" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1713760194 {#6897 date: 2024-04-22 13:29:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735090048 {#6898 date: 2024-12-25 10:27:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6900 …} -Children: Doctrine\ORM\PersistentCollection {#6903 …} -Parent: Eccube\Entity\Category {#6822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7714 +label: "誕生石" +value: "210" +data: Eccube\Entity\Category {#6906 -id: 210 -name: "誕生石" -hierarchy: 1 -sort_no: 124 -create_date: DateTime @1719807088 {#6832 date: 2024-07-01 13:11:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6833 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6907 …} -Children: Doctrine\ORM\PersistentCollection {#6910 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7715 +label: " 12月生まれ" +value: "222" +data: Eccube\Entity\Category {#6911 -id: 222 -name: "12月生まれ" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1719807143 {#6904 date: 2024-07-01 13:12:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807143 {#6905 date: 2024-07-01 13:12:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6912 …} -Children: Doctrine\ORM\PersistentCollection {#6915 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7716 +label: " 11月生まれ" +value: "221" +data: Eccube\Entity\Category {#6920 -id: 221 -name: "11月生まれ" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1719807140 {#6918 date: 2024-07-01 13:12:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807140 {#6919 date: 2024-07-01 13:12:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6921 …} -Children: Doctrine\ORM\PersistentCollection {#6924 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7717 +label: " 10月生まれ" +value: "220" +data: Eccube\Entity\Category {#6927 -id: 220 -name: "10月生まれ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1719807137 {#6925 date: 2024-07-01 13:12:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807137 {#6926 date: 2024-07-01 13:12:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6928 …} -Children: Doctrine\ORM\PersistentCollection {#6931 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7718 +label: " 9月生まれ" +value: "219" +data: Eccube\Entity\Category {#6934 -id: 219 -name: "9月生まれ" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1719807132 {#6932 date: 2024-07-01 13:12:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807132 {#6933 date: 2024-07-01 13:12:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6935 …} -Children: Doctrine\ORM\PersistentCollection {#6938 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7719 +label: " 8月生まれ" +value: "218" +data: Eccube\Entity\Category {#6941 -id: 218 -name: "8月生まれ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1719807128 {#6939 date: 2024-07-01 13:12:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807128 {#6940 date: 2024-07-01 13:12:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6942 …} -Children: Doctrine\ORM\PersistentCollection {#6945 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7720 +label: " 7月生まれ" +value: "217" +data: Eccube\Entity\Category {#6948 -id: 217 -name: "7月生まれ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1719807126 {#6946 date: 2024-07-01 13:12:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807126 {#6947 date: 2024-07-01 13:12:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6949 …} -Children: Doctrine\ORM\PersistentCollection {#6952 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7721 +label: " 6月生まれ" +value: "216" +data: Eccube\Entity\Category {#6955 -id: 216 -name: "6月生まれ" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1719807123 {#6953 date: 2024-07-01 13:12:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807123 {#6954 date: 2024-07-01 13:12:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6956 …} -Children: Doctrine\ORM\PersistentCollection {#6959 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7722 +label: " 5月生まれ" +value: "215" +data: Eccube\Entity\Category {#6962 -id: 215 -name: "5月生まれ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1719807120 {#6960 date: 2024-07-01 13:12:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807120 {#6961 date: 2024-07-01 13:12:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6963 …} -Children: Doctrine\ORM\PersistentCollection {#6966 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7723 +label: " 4月生まれ" +value: "214" +data: Eccube\Entity\Category {#6969 -id: 214 -name: "4月生まれ" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1719807117 {#6967 date: 2024-07-01 13:11:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807117 {#6968 date: 2024-07-01 13:11:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6970 …} -Children: Doctrine\ORM\PersistentCollection {#6973 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7724 +label: " 3月生まれ" +value: "213" +data: Eccube\Entity\Category {#6976 -id: 213 -name: "3月生まれ" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1719807114 {#6974 date: 2024-07-01 13:11:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807114 {#6975 date: 2024-07-01 13:11:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6977 …} -Children: Doctrine\ORM\PersistentCollection {#6980 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7725 +label: " 2月生まれ" +value: "212" +data: Eccube\Entity\Category {#6983 -id: 212 -name: "2月生まれ" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1719807111 {#6981 date: 2024-07-01 13:11:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807111 {#6982 date: 2024-07-01 13:11:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6984 …} -Children: Doctrine\ORM\PersistentCollection {#6987 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7726 +label: " 1月生まれ" +value: "211" +data: Eccube\Entity\Category {#6990 -id: 211 -name: "1月生まれ" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1719807107 {#6988 date: 2024-07-01 13:11:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719807107 {#6989 date: 2024-07-01 13:11:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6991 …} -Children: Doctrine\ORM\PersistentCollection {#6994 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7727 +label: " 誕生石アートブレスレット" +value: "310" +data: Eccube\Entity\Category {#6997 -id: 310 -name: "誕生石アートブレスレット" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1732076237 {#6995 date: 2024-11-20 13:17:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732776583 {#6996 date: 2024-11-28 15:49:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6998 …} -Children: Doctrine\ORM\PersistentCollection {#7001 …} -Parent: Eccube\Entity\Category {#6906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6128 …} } +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7728 +label: "天珠" +value: "223" +data: Eccube\Entity\Category {#7004 -id: 223 -name: "天珠" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1719807161 {#6916 date: 2024-07-01 13:12:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#6917 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7005 …} -Children: Doctrine\ORM\PersistentCollection {#7008 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7729 +label: " 金銭鈎天珠" +value: "287" +data: Eccube\Entity\Category {#7009 -id: 287 -name: "金銭鈎天珠" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1721714336 {#7002 date: 2024-07-23 14:58:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7003 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7010 …} -Children: Doctrine\ORM\PersistentCollection {#7013 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7730 +label: " 龍神天珠" +value: "286" +data: Eccube\Entity\Category {#7018 -id: 286 -name: "龍神天珠" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1719807697 {#7016 date: 2024-07-01 13:21:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7017 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7019 …} -Children: Doctrine\ORM\PersistentCollection {#7022 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7731 +label: " 寶瓶天珠" +value: "285" +data: Eccube\Entity\Category {#7025 -id: 285 -name: "寶瓶天珠" -hierarchy: 2 -sort_no: 185 -create_date: DateTime @1719807689 {#7023 date: 2024-07-01 13:21:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7024 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7026 …} -Children: Doctrine\ORM\PersistentCollection {#7029 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7732 +label: " 水蓮花天珠" +value: "284" +data: Eccube\Entity\Category {#7032 -id: 284 -name: "水蓮花天珠" -hierarchy: 2 -sort_no: 184 -create_date: DateTime @1719807682 {#7030 date: 2024-07-01 13:21:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7031 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7033 …} -Children: Doctrine\ORM\PersistentCollection {#7036 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7733 +label: " 虎牙天珠" +value: "283" +data: Eccube\Entity\Category {#7039 -id: 283 -name: "虎牙天珠" -hierarchy: 2 -sort_no: 183 -create_date: DateTime @1719807676 {#7037 date: 2024-07-01 13:21:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7038 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7040 …} -Children: Doctrine\ORM\PersistentCollection {#7043 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7734 +label: " 緑度母天珠" +value: "282" +data: Eccube\Entity\Category {#7046 -id: 282 -name: "緑度母天珠" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1719807669 {#7044 date: 2024-07-01 13:21:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7045 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7047 …} -Children: Doctrine\ORM\PersistentCollection {#7050 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7735 +label: " 観音天珠" +value: "281" +data: Eccube\Entity\Category {#7053 -id: 281 -name: "観音天珠" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1719807663 {#7051 date: 2024-07-01 13:21:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7052 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7054 …} -Children: Doctrine\ORM\PersistentCollection {#7057 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7736 +label: " 龍眼天珠" +value: "280" +data: Eccube\Entity\Category {#7060 -id: 280 -name: "龍眼天珠" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1719807656 {#7058 date: 2024-07-01 13:20:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7059 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7061 …} -Children: Doctrine\ORM\PersistentCollection {#7064 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7737 +label: " 陰陽太極天珠" +value: "279" +data: Eccube\Entity\Category {#7067 -id: 279 -name: "陰陽太極天珠" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1719807647 {#7065 date: 2024-07-01 13:20:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7066 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7068 …} -Children: Doctrine\ORM\PersistentCollection {#7071 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7738 +label: " 大黒天天珠" +value: "278" +data: Eccube\Entity\Category {#7074 -id: 278 -name: "大黒天天珠" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1719807642 {#7072 date: 2024-07-01 13:20:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7073 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7075 …} -Children: Doctrine\ORM\PersistentCollection {#7078 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7739 +label: " 鳳凰眼天珠" +value: "277" +data: Eccube\Entity\Category {#7081 -id: 277 -name: "鳳凰眼天珠" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1719807636 {#7079 date: 2024-07-01 13:20:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7080 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7082 …} -Children: Doctrine\ORM\PersistentCollection {#7085 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7740 +label: " 麒麟天珠" +value: "276" +data: Eccube\Entity\Category {#7088 -id: 276 -name: "麒麟天珠" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1719807630 {#7086 date: 2024-07-01 13:20:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7087 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7089 …} -Children: Doctrine\ORM\PersistentCollection {#7092 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7741 +label: " 白蛇天珠" +value: "275" +data: Eccube\Entity\Category {#7095 -id: 275 -name: "白蛇天珠" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1719807624 {#7093 date: 2024-07-01 13:20:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7094 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7096 …} -Children: Doctrine\ORM\PersistentCollection {#7099 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7742 +label: " 弁財天天珠" +value: "274" +data: Eccube\Entity\Category {#7102 -id: 274 -name: "弁財天天珠" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1719807618 {#7100 date: 2024-07-01 13:20:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7101 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7103 …} -Children: Doctrine\ORM\PersistentCollection {#7106 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7743 +label: " 蔓字天珠" +value: "273" +data: Eccube\Entity\Category {#7109 -id: 273 -name: "蔓字天珠" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1719807611 {#7107 date: 2024-07-01 13:20:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7108 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7110 …} -Children: Doctrine\ORM\PersistentCollection {#7113 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7744 +label: " 星辰天珠" +value: "272" +data: Eccube\Entity\Category {#7116 -id: 272 -name: "星辰天珠" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1719807605 {#7114 date: 2024-07-01 13:20:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7115 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7117 …} -Children: Doctrine\ORM\PersistentCollection {#7120 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7745 +label: " 羊眼板珠" +value: "271" +data: Eccube\Entity\Category {#7123 -id: 271 -name: "羊眼板珠" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1719807598 {#7121 date: 2024-07-01 13:19:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7122 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7124 …} -Children: Doctrine\ORM\PersistentCollection {#7127 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7746 +label: " 三色線珠" +value: "270" +data: Eccube\Entity\Category {#7130 -id: 270 -name: "三色線珠" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1719807588 {#7128 date: 2024-07-01 13:19:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7129 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7131 …} -Children: Doctrine\ORM\PersistentCollection {#7134 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7747 +label: " 福壽天珠" +value: "269" +data: Eccube\Entity\Category {#7137 -id: 269 -name: "福壽天珠" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1719807583 {#7135 date: 2024-07-01 13:19:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7136 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7138 …} -Children: Doctrine\ORM\PersistentCollection {#7141 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7748 +label: " 大鵬鳥天珠" +value: "268" +data: Eccube\Entity\Category {#7144 -id: 268 -name: "大鵬鳥天珠" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1719807577 {#7142 date: 2024-07-01 13:19:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7143 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7145 …} -Children: Doctrine\ORM\PersistentCollection {#7148 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7749 +label: " 菩提天珠" +value: "267" +data: Eccube\Entity\Category {#7151 -id: 267 -name: "菩提天珠" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1719807570 {#7149 date: 2024-07-01 13:19:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7150 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7152 …} -Children: Doctrine\ORM\PersistentCollection {#7155 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7750 +label: " 大人天珠" +value: "266" +data: Eccube\Entity\Category {#7158 -id: 266 -name: "大人天珠" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1719807564 {#7156 date: 2024-07-01 13:19:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7157 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7159 …} -Children: Doctrine\ORM\PersistentCollection {#7162 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7751 +label: " 山形天珠" +value: "265" +data: Eccube\Entity\Category {#7165 -id: 265 -name: "山形天珠" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1719807557 {#7163 date: 2024-07-01 13:19:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7164 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7166 …} -Children: Doctrine\ORM\PersistentCollection {#7169 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7752 +label: " 双天地天珠" +value: "264" +data: Eccube\Entity\Category {#7172 -id: 264 -name: "双天地天珠" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1719807548 {#7170 date: 2024-07-01 13:19:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7171 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7173 …} -Children: Doctrine\ORM\PersistentCollection {#7176 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7753 +label: " 天地天珠" +value: "263" +data: Eccube\Entity\Category {#7179 -id: 263 -name: "天地天珠" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1719807542 {#7177 date: 2024-07-01 13:19:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7178 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7180 …} -Children: Doctrine\ORM\PersistentCollection {#7183 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7754 +label: " 日月天珠" +value: "262" +data: Eccube\Entity\Category {#7186 -id: 262 -name: "日月天珠" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1719807535 {#7184 date: 2024-07-01 13:18:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7185 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7187 …} -Children: Doctrine\ORM\PersistentCollection {#7190 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7755 +label: " 黒白天珠" +value: "261" +data: Eccube\Entity\Category {#7193 -id: 261 -name: "黒白天珠" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1719807529 {#7191 date: 2024-07-01 13:18:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7192 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7194 …} -Children: Doctrine\ORM\PersistentCollection {#7197 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7756 +label: " 流水紋天珠" +value: "260" +data: Eccube\Entity\Category {#7200 -id: 260 -name: "流水紋天珠" -hierarchy: 2 -sort_no: 160 -create_date: DateTime @1719807521 {#7198 date: 2024-07-01 13:18:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7199 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7201 …} -Children: Doctrine\ORM\PersistentCollection {#7204 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7757 +label: " 財神天珠" +value: "259" +data: Eccube\Entity\Category {#7207 -id: 259 -name: "財神天珠" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1719807514 {#7205 date: 2024-07-01 13:18:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7206 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7208 …} -Children: Doctrine\ORM\PersistentCollection {#7211 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7758 +label: " 如意鈎天珠" +value: "258" +data: Eccube\Entity\Category {#7214 -id: 258 -name: "如意鈎天珠" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1719807506 {#7212 date: 2024-07-01 13:18:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7213 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7215 …} -Children: Doctrine\ORM\PersistentCollection {#7218 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7759 +label: " 水紋天珠" +value: "257" +data: Eccube\Entity\Category {#7221 -id: 257 -name: "水紋天珠" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1719807499 {#7219 date: 2024-07-01 13:18:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7220 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7222 …} -Children: Doctrine\ORM\PersistentCollection {#7225 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7760 +label: " 薬師天珠" +value: "256" +data: Eccube\Entity\Category {#7228 -id: 256 -name: "薬師天珠" -hierarchy: 2 -sort_no: 156 -create_date: DateTime @1719807490 {#7226 date: 2024-07-01 13:18:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7227 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7229 …} -Children: Doctrine\ORM\PersistentCollection {#7232 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7761 +label: " 亀甲長壽天珠" +value: "255" +data: Eccube\Entity\Category {#7235 -id: 255 -name: "亀甲長壽天珠" -hierarchy: 2 -sort_no: 155 -create_date: DateTime @1719807484 {#7233 date: 2024-07-01 13:18:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7234 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7236 …} -Children: Doctrine\ORM\PersistentCollection {#7239 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7762 +label: " 金剛虎牙六眼天珠" +value: "254" +data: Eccube\Entity\Category {#7242 -id: 254 -name: "金剛虎牙六眼天珠" -hierarchy: 2 -sort_no: 154 -create_date: DateTime @1719807477 {#7240 date: 2024-07-01 13:17:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7241 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7243 …} -Children: Doctrine\ORM\PersistentCollection {#7246 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7763 +label: " 金剛蓮花三眼天珠" +value: "253" +data: Eccube\Entity\Category {#7249 -id: 253 -name: "金剛蓮花三眼天珠" -hierarchy: 2 -sort_no: 153 -create_date: DateTime @1719807468 {#7247 date: 2024-07-01 13:17:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7248 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7250 …} -Children: Doctrine\ORM\PersistentCollection {#7253 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7764 +label: " 金剛杵天珠" +value: "252" +data: Eccube\Entity\Category {#7256 -id: 252 -name: "金剛杵天珠" -hierarchy: 2 -sort_no: 152 -create_date: DateTime @1719807459 {#7254 date: 2024-07-01 13:17:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7255 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7257 …} -Children: Doctrine\ORM\PersistentCollection {#7260 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7765 +label: " 蓮師法器天珠" +value: "251" +data: Eccube\Entity\Category {#7263 -id: 251 -name: "蓮師法器天珠" -hierarchy: 2 -sort_no: 151 -create_date: DateTime @1719807449 {#7261 date: 2024-07-01 13:17:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7262 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7264 …} -Children: Doctrine\ORM\PersistentCollection {#7267 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7766 +label: " 蓮師法帽天珠" +value: "250" +data: Eccube\Entity\Category {#7270 -id: 250 -name: "蓮師法帽天珠" -hierarchy: 2 -sort_no: 150 -create_date: DateTime @1719807441 {#7268 date: 2024-07-01 13:17:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7269 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7271 …} -Children: Doctrine\ORM\PersistentCollection {#7274 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7767 +label: " 閃電五眼天珠" +value: "249" +data: Eccube\Entity\Category {#7277 -id: 249 -name: "閃電五眼天珠" -hierarchy: 2 -sort_no: 149 -create_date: DateTime @1719807435 {#7275 date: 2024-07-01 13:17:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7276 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7278 …} -Children: Doctrine\ORM\PersistentCollection {#7281 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7768 +label: " 蓮花天珠" +value: "248" +data: Eccube\Entity\Category {#7284 -id: 248 -name: "蓮花天珠" -hierarchy: 2 -sort_no: 148 -create_date: DateTime @1719807427 {#7282 date: 2024-07-01 13:17:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7283 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7285 …} -Children: Doctrine\ORM\PersistentCollection {#7288 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7769 +label: " 四線虎牙天珠" +value: "247" +data: Eccube\Entity\Category {#7291 -id: 247 -name: "四線虎牙天珠" -hierarchy: 2 -sort_no: 147 -create_date: DateTime @1719807420 {#7289 date: 2024-07-01 13:17:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7290 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7292 …} -Children: Doctrine\ORM\PersistentCollection {#7295 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7770 +label: " 五福臨門天珠" +value: "246" +data: Eccube\Entity\Category {#7298 -id: 246 -name: "五福臨門天珠" -hierarchy: 2 -sort_no: 146 -create_date: DateTime @1719807414 {#7296 date: 2024-07-01 13:16:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7297 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7299 …} -Children: Doctrine\ORM\PersistentCollection {#7302 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7771 +label: " 如意天珠" +value: "245" +data: Eccube\Entity\Category {#7305 -id: 245 -name: "如意天珠" -hierarchy: 2 -sort_no: 145 -create_date: DateTime @1719807407 {#7303 date: 2024-07-01 13:16:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7304 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7306 …} -Children: Doctrine\ORM\PersistentCollection {#7309 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7772 +label: " 二十一眼天珠" +value: "244" +data: Eccube\Entity\Category {#7312 -id: 244 -name: "二十一眼天珠" -hierarchy: 2 -sort_no: 144 -create_date: DateTime @1719807400 {#7310 date: 2024-07-01 13:16:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7311 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7313 …} -Children: Doctrine\ORM\PersistentCollection {#7316 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7773 +label: " 二十眼天珠" +value: "243" +data: Eccube\Entity\Category {#7319 -id: 243 -name: "二十眼天珠" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1719807394 {#7317 date: 2024-07-01 13:16:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7318 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7320 …} -Children: Doctrine\ORM\PersistentCollection {#7323 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7774 +label: " 十九眼天珠" +value: "242" +data: Eccube\Entity\Category {#7326 -id: 242 -name: "十九眼天珠" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1719807386 {#7324 date: 2024-07-01 13:16:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7325 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7327 …} -Children: Doctrine\ORM\PersistentCollection {#7330 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7775 +label: " 十八眼天珠" +value: "241" +data: Eccube\Entity\Category {#7333 -id: 241 -name: "十八眼天珠" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1719807380 {#7331 date: 2024-07-01 13:16:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7332 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7334 …} -Children: Doctrine\ORM\PersistentCollection {#7337 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7776 +label: " 十七眼天珠" +value: "240" +data: Eccube\Entity\Category {#7340 -id: 240 -name: "十七眼天珠" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1719807323 {#7338 date: 2024-07-01 13:15:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7339 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7341 …} -Children: Doctrine\ORM\PersistentCollection {#7344 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7777 +label: " 十六眼天珠" +value: "239" +data: Eccube\Entity\Category {#7347 -id: 239 -name: "十六眼天珠" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1719807316 {#7345 date: 2024-07-01 13:15:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7346 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7348 …} -Children: Doctrine\ORM\PersistentCollection {#7351 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7778 +label: " 十五眼天珠" +value: "238" +data: Eccube\Entity\Category {#7354 -id: 238 -name: "十五眼天珠" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1719807308 {#7352 date: 2024-07-01 13:15:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7353 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7355 …} -Children: Doctrine\ORM\PersistentCollection {#7358 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7779 +label: " 十四眼天珠" +value: "237" +data: Eccube\Entity\Category {#7361 -id: 237 -name: "十四眼天珠" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1719807302 {#7359 date: 2024-07-01 13:15:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7360 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7362 …} -Children: Doctrine\ORM\PersistentCollection {#7365 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7780 +label: " 十三眼天珠" +value: "236" +data: Eccube\Entity\Category {#7368 -id: 236 -name: "十三眼天珠" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1719807293 {#7366 date: 2024-07-01 13:14:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7367 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7369 …} -Children: Doctrine\ORM\PersistentCollection {#7372 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7781 +label: " 十二眼天珠" +value: "235" +data: Eccube\Entity\Category {#7375 -id: 235 -name: "十二眼天珠" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1719807286 {#7373 date: 2024-07-01 13:14:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7374 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7376 …} -Children: Doctrine\ORM\PersistentCollection {#7379 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7782 +label: " 十一眼天珠" +value: "234" +data: Eccube\Entity\Category {#7382 -id: 234 -name: "十一眼天珠" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1719807279 {#7380 date: 2024-07-01 13:14:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7381 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7383 …} -Children: Doctrine\ORM\PersistentCollection {#7386 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7783 +label: " 十眼天珠" +value: "233" +data: Eccube\Entity\Category {#7389 -id: 233 -name: "十眼天珠" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1719807272 {#7387 date: 2024-07-01 13:14:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7388 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7390 …} -Children: Doctrine\ORM\PersistentCollection {#7393 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7784 +label: " 九眼天珠" +value: "232" +data: Eccube\Entity\Category {#7396 -id: 232 -name: "九眼天珠" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1719807265 {#7394 date: 2024-07-01 13:14:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7395 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7397 …} -Children: Doctrine\ORM\PersistentCollection {#7400 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7785 +label: " 八眼天珠" +value: "231" +data: Eccube\Entity\Category {#7403 -id: 231 -name: "八眼天珠" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1719807258 {#7401 date: 2024-07-01 13:14:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7402 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7404 …} -Children: Doctrine\ORM\PersistentCollection {#7407 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7786 +label: " 七眼天珠" +value: "230" +data: Eccube\Entity\Category {#7410 -id: 230 -name: "七眼天珠" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1719807251 {#7408 date: 2024-07-01 13:14:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7409 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7411 …} -Children: Doctrine\ORM\PersistentCollection {#7414 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7787 +label: " 六眼天珠" +value: "229" +data: Eccube\Entity\Category {#7417 -id: 229 -name: "六眼天珠" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1719807237 {#7415 date: 2024-07-01 13:13:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7416 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7418 …} -Children: Doctrine\ORM\PersistentCollection {#7421 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7788 +label: " 五眼天珠" +value: "228" +data: Eccube\Entity\Category {#7424 -id: 228 -name: "五眼天珠" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1719807225 {#7422 date: 2024-07-01 13:13:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7423 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7425 …} -Children: Doctrine\ORM\PersistentCollection {#7428 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7789 +label: " 四眼天珠" +value: "227" +data: Eccube\Entity\Category {#7431 -id: 227 -name: "四眼天珠" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1719807216 {#7429 date: 2024-07-01 13:13:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7430 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7432 …} -Children: Doctrine\ORM\PersistentCollection {#7435 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7790 +label: " 三眼天珠" +value: "226" +data: Eccube\Entity\Category {#7438 -id: 226 -name: "三眼天珠" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1719807209 {#7436 date: 2024-07-01 13:13:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7437 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7439 …} -Children: Doctrine\ORM\PersistentCollection {#7442 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7791 +label: " 二眼天珠" +value: "225" +data: Eccube\Entity\Category {#7445 -id: 225 -name: "二眼天珠" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1719807199 {#7443 date: 2024-07-01 13:13:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7444 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7446 …} -Children: Doctrine\ORM\PersistentCollection {#7449 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7792 +label: " 蓮花羊眼板天珠" +value: "308" +data: Eccube\Entity\Category {#7452 -id: 308 -name: "蓮花羊眼板天珠" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1726199960 {#7450 date: 2024-09-13 12:59:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1726199960 {#7451 date: 2024-09-13 12:59:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7453 …} -Children: Doctrine\ORM\PersistentCollection {#7456 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7793 +label: " 一眼天珠" +value: "224" +data: Eccube\Entity\Category {#7459 -id: 224 -name: "一眼天珠" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1719807188 {#7457 date: 2024-07-01 13:13:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721726737 {#7458 date: 2024-07-23 18:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7460 …} -Children: Doctrine\ORM\PersistentCollection {#7463 …} -Parent: Eccube\Entity\Category {#7004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6159 …} } +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7794 +label: "ピックアップ" +value: "116" +data: Eccube\Entity\Category {#7464 -id: 116 -name: "ピックアップ" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1717434582 {#7014 date: 2024-06-04 02:09:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7015 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7465 …} -Children: Doctrine\ORM\PersistentCollection {#7468 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7795 +label: "ギフト" +value: "117" +data: Eccube\Entity\Category {#7471 -id: 117 -name: "ギフト" -hierarchy: 1 -sort_no: 21 -create_date: DateTime @1717434592 {#7469 date: 2024-06-04 02:09:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7470 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7472 …} -Children: Doctrine\ORM\PersistentCollection {#7475 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7796 +label: "運気" +value: "30" +data: Eccube\Entity\Category {#7480 -id: 30 -name: "運気" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1713760364 {#7476 date: 2024-04-22 13:32:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1738770643 {#7477 date: 2025-02-06 00:50:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7481 …} -Children: Doctrine\ORM\PersistentCollection {#7484 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7797 +label: " 招福" +value: "115" +data: Eccube\Entity\Category {#7485 -id: 115 -name: "招福" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1717417635 {#7478 date: 2024-06-03 21:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417635 {#7479 date: 2024-06-03 21:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7486 …} -Children: Doctrine\ORM\PersistentCollection {#7489 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7798 +label: " 願望達成" +value: "114" +data: Eccube\Entity\Category {#5572 -id: 114 -name: "願望達成" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1717417623 {#7492 date: 2024-06-03 21:27:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417623 {#7493 date: 2024-06-03 21:27:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5446 …} -Children: Doctrine\ORM\PersistentCollection {#5569 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7799 +label: " 学業・試験運" +value: "113" +data: Eccube\Entity\Category {#5321 -id: 113 -name: "学業・試験運" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1717417608 {#5574 date: 2024-06-03 21:26:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417608 {#5575 date: 2024-06-03 21:26:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7494 …} -Children: Doctrine\ORM\PersistentCollection {#7497 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7800 +label: " 家庭運" +value: "112" +data: Eccube\Entity\Category {#7500 -id: 112 -name: "家庭運" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1717417591 {#7498 date: 2024-06-03 21:26:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417591 {#7499 date: 2024-06-03 21:26:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7501 …} -Children: Doctrine\ORM\PersistentCollection {#7504 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7801 +label: " 結婚運" +value: "111" +data: Eccube\Entity\Category {#7507 -id: 111 -name: "結婚運" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1717417586 {#7505 date: 2024-06-03 21:26:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417586 {#7506 date: 2024-06-03 21:26:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7508 …} -Children: Doctrine\ORM\PersistentCollection {#7511 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7802 +label: " 開運" +value: "110" +data: Eccube\Entity\Category {#7514 -id: 110 -name: "開運" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1717417580 {#7512 date: 2024-06-03 21:26:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417580 {#7513 date: 2024-06-03 21:26:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7515 …} -Children: Doctrine\ORM\PersistentCollection {#7518 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7803 +label: " 対人運" +value: "109" +data: Eccube\Entity\Category {#7521 -id: 109 -name: "対人運" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1717417576 {#7519 date: 2024-06-03 21:26:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417576 {#7520 date: 2024-06-03 21:26:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7522 …} -Children: Doctrine\ORM\PersistentCollection {#7525 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7804 +label: " 魔除け" +value: "108" +data: Eccube\Entity\Category {#7528 -id: 108 -name: "魔除け" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1717417566 {#7526 date: 2024-06-03 21:26:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417566 {#7527 date: 2024-06-03 21:26:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7529 …} -Children: Doctrine\ORM\PersistentCollection {#7532 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7805 +label: " 健康運" +value: "107" +data: Eccube\Entity\Category {#7535 -id: 107 -name: "健康運" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1717417562 {#7533 date: 2024-06-03 21:26:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417562 {#7534 date: 2024-06-03 21:26:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7536 …} -Children: Doctrine\ORM\PersistentCollection {#7539 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7806 +label: " 全体運" +value: "106" +data: Eccube\Entity\Category {#7542 -id: 106 -name: "全体運" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1717417539 {#7540 date: 2024-06-03 21:25:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417539 {#7541 date: 2024-06-03 21:25:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7543 …} -Children: Doctrine\ORM\PersistentCollection {#7546 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7807 +label: " 仕事運" +value: "33" +data: Eccube\Entity\Category {#7549 -id: 33 -name: "仕事運" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1713760383 {#7547 date: 2024-04-22 13:33:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713760383 {#7548 date: 2024-04-22 13:33:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7550 …} -Children: Doctrine\ORM\PersistentCollection {#7553 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7808 +label: " 金運・財運" +value: "32" +data: Eccube\Entity\Category {#7556 -id: 32 -name: "金運・財運" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1713760378 {#7554 date: 2024-04-22 13:32:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717417551 {#7555 date: 2024-06-03 21:25:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7557 …} -Children: Doctrine\ORM\PersistentCollection {#7560 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7809 +label: " 恋愛運" +value: "31" +data: Eccube\Entity\Category {#7563 -id: 31 -name: "恋愛運" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1713760375 {#7561 date: 2024-04-22 13:32:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713760375 {#7562 date: 2024-04-22 13:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7564 …} -Children: Doctrine\ORM\PersistentCollection {#7567 …} -Parent: Eccube\Entity\Category {#7480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6143 …} } +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 {#7591 -form: Symfony\Component\Form\Form {#7578 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#7590 …5} |
full_name | "category_id" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_id" |
is_selected | Closure($choice, $value) {#7597 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4658 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "category_id" |
placeholder | "common.select__all_products" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_category_id" |
valid | true |
value | "" |
name
"Symfony\Component\Form\Extension\Core\Type\SearchType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 50 ] |
[ "maxlength" => 50 ] |
label | "common.search_keyword" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 50 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#688 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#687 …} -namespace: Closure() {#685 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5730 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4361 …} } |
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() {#7491 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1101 …} $translationDomain: "validators" $message: Closure() {#5729 …} } } |
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 {#7810 -form: Symfony\Component\Form\Form {#7581 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7596 …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 | "" |