- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 861
- Events
- Routing
- Cache
- Translation 14
- 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
-
school
-
school_year
-
school_class
-
_token
-
-
-
category_id
-
name
-
contact
"Customize\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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6110 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6051 …} } |
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() {#6112 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6111 …} } } |
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 {#6492 -form: Symfony\Component\Form\Form {#6335 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6491 …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 |
---|---|---|
label | "お名前" |
same as passed 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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6136 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6051 …} } |
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 {#6133 +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 {#6134 +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 | "お名前" |
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 {#6127 +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 {#6132 +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() {#6138 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6137 …} } } |
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 {#6496 -form: Symfony\Component\Form\Form {#6360 …} -errors: [] } |
firstname_name | "name02" |
form | Symfony\Component\Form\FormView {#6495 …5} |
full_name | "contact[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_name" |
label | "お名前" |
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 {#6145 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6127 +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 {#6132 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6145 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6127 +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 {#6132 +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 {#6145 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6127 +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 {#6132 +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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6339 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6051 …} } |
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() {#6341 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6340 …} } } |
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 {#6528 -form: Symfony\Component\Form\Form {#6363 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6527 …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 {#6146 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6133 +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 {#6134 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6146 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6133 +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 {#6134 +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 {#6146 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6133 +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 {#6134 +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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6350 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6051 …} } |
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() {#6352 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6351 …} } } |
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 {#6529 -form: Symfony\Component\Form\Form {#6366 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6530 …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 |
---|---|---|
label | "お名前(フリガナ)" |
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 |
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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6156 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6051 …} } |
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 {#6153 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6154 +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 | "お名前(フリガナ)" |
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 {#6151 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6152 +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() {#6158 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6157 …} } } |
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 {#6525 -form: Symfony\Component\Form\Form {#6391 …} -errors: [] } |
firstname_name | "kana02" |
form | Symfony\Component\Form\FormView {#6526 …5} |
full_name | "contact[kana]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_kana" |
label | "お名前(フリガナ)" |
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 {#6151 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6152 +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 {#6151 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6152 +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 {#6151 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6152 +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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6370 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6051 …} } |
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() {#6372 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6371 …} } } |
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 {#6534 -form: Symfony\Component\Form\Form {#6394 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6533 …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 {#6153 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6154 +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 {#6153 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6154 +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 {#6153 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6154 +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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6381 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6051 …} } |
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() {#6383 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6382 …} } } |
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 {#6535 -form: Symfony\Component\Form\Form {#6397 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6536 …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 {#6190 +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 {#6191 +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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6187 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6051 …} } |
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() {#6189 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6188 …} } } |
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 {#6532 -form: Symfony\Component\Form\Form {#6400 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6531 …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 |
---|---|---|
label | "住所" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
addr01_name | "addr01" |
addr01_options | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#6205 +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 {#6206 +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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6208 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6051 …} } |
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 | "住所" |
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() {#6210 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6209 …} } } |
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 {#6538 -form: Symfony\Component\Form\Form {#6459 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6537 …5} |
full_name | "contact[address]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_address" |
label | "住所" |
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 {#6291 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#6439 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#6422 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#6421 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#6423 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6427 -om: ContainerXorLgGn\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#807 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4434 …} -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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerXorLgGn\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#807 …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 {#6427 -om: ContainerXorLgGn\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#807 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4434 …} -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 {#6416 -_em: Doctrine\ORM\EntityManager {#765 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#6418 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#6419 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#6420 #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 {#6417 …} -_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() {#6414 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6411 …} } } |
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 {#6543 +label: "北海道" +value: "1" +data: Eccube\Entity\Master\Pref {#6560 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6545 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#6561 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6547 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#6562 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6550 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#6563 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6549 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#6564 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6544 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#6565 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6556 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#6566 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6554 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#6567 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6553 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#6568 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6546 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#6569 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6557 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#6570 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6606 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#6571 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6607 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#6572 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6608 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#6573 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6609 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#6574 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6610 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#6575 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6611 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#6576 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6612 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#6577 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6613 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#6578 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6614 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#6579 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6615 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#6580 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6616 +label: "静岡県" +value: "22" +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#4631 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6617 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#6581 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6618 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#6582 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6619 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#6583 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6620 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#6584 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6621 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#6585 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6622 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#6586 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6623 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#6587 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6624 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#6588 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6625 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#6589 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6626 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#6590 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6627 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#6591 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6628 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#6592 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6629 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#6593 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6630 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#6594 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6631 +label: "香川県" +value: "37" +data: Eccube\Entity\Master\Pref {#6595 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6632 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#6596 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6633 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#6597 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6634 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#6598 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6635 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#6599 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6636 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#6600 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6637 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#6601 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6638 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#6602 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6639 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#6603 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6640 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#6604 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6641 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#6605 …} +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 {#6542 -form: Symfony\Component\Form\Form {#6462 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#6541 …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) {#6643 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6269 …} } |
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 {#6205 +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 {#6205 +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 {#6205 +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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6432 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6051 …} } |
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() {#6440 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6431 …} } } |
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 {#6644 -form: Symfony\Component\Form\Form {#6465 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6645 …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 {#6206 +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 {#6206 +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 {#6206 +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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6449 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6051 …} } |
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() {#6451 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6450 …} } } |
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 {#6646 -form: Symfony\Component\Form\Form {#6468 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6647 …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 |
---|---|---|
label | "電話番号" |
same as passed 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 {#6226 +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 {#6227 +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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6223 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6051 …} } |
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 | "電話番号" |
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() {#6225 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6224 …} } } |
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 {#6539 -form: Symfony\Component\Form\Form {#6471 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6540 …5} |
full_name | "contact[phone_number]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_phone_number" |
label | "電話番号" |
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 |
---|---|---|
label | "メールアドレス" |
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 | 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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6243 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6051 …} } |
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 | "メールアドレス" |
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() {#6245 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6242 …} } } |
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 {#6649 -form: Symfony\Component\Form\Form {#6474 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6648 …5} |
full_name | "contact[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_email" |
label | "メールアドレス" |
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 {#6119 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6119 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "お問い合わせ内容" |
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 | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6119 +payload: null +message: "This value should not be blank." +allowNull: false +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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6258 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6051 …} } |
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 | "お問い合わせ内容" |
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() {#6260 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6259 …} } } |
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 {#6650 -form: Symfony\Component\Form\Form {#6477 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6651 …5} |
full_name | "contact[contents]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_contents" |
label | "お問い合わせ内容" |
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 | "" |
school
"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 | "school_name" |
same as passed value |
class | "Customize\Entity\School" |
same as passed value |
expanded | false |
false
|
label | "学校" |
same as passed value |
multiple | false |
false
|
placeholder | "選択してください" |
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 | "school_name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#6302 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#6295 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#6303 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#6304 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6296 -om: ContainerXorLgGn\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#807 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4829 …} -singleId: true -intId: true -idField: "school_id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "Customize\Entity\School" |
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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerXorLgGn\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#807 …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 {#6296 -om: ContainerXorLgGn\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#807 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4829 …} -singleId: true -intId: true -idField: "school_id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "学校" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "選択してください" |
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() {#6294 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6292 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_contact_school" ] |
cache_key | "_contact_school_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6656 +label: "静岡県立磐田南高等学校(在校生)" +value: "1" +data: Customize\Entity\School {#6701 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6664 +label: "浜松西高等学校・中等部(在校生)" +value: "2" +data: Customize\Entity\School {#6751 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6658 +label: "静岡県西遠女子学園高等学校(在校生)" +value: "3" +data: Customize\Entity\School {#6785 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6673 +label: "浜松聖星高等学校(在校生)" +value: "4" +data: Customize\Entity\School {#6793 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6657 +label: "磐田東中学校(在校生)" +value: "5" +data: Customize\Entity\School {#6801 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6671 +label: "磐田東高等学校(在校生)" +value: "6" +data: Customize\Entity\School {#6809 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6663 +label: "磐田市立第一中学校(在校生)" +value: "7" +data: Customize\Entity\School {#6817 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6667 +label: "磐田市立神明中学校(在校生)" +value: "8" +data: Customize\Entity\School {#6825 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6659 +label: "磐田市立南部中学校(在校生)" +value: "9" +data: Customize\Entity\School {#6833 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6670 +label: "磐田市立城山中学校(在校生)" +value: "10" +data: Customize\Entity\School {#6841 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7080 +label: "浜松市立浜名中学校(在校生)" +value: "11" +data: Customize\Entity\School {#6849 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7081 +label: "掛川西高等学校(在校生)" +value: "12" +data: Customize\Entity\School {#6859 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7082 +label: "浜松南高等学校(在校生)" +value: "13" +data: Customize\Entity\School {#6869 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7083 +label: "浜松商業高等学校(在校生)" +value: "14" +data: Customize\Entity\School {#6879 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7084 +label: "磐田市立向陽中学校(在校生)" +value: "15" +data: Customize\Entity\School {#6887 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7085 +label: "静岡県西遠女子学園中学校(在校生)" +value: "16" +data: Customize\Entity\School {#6895 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7086 +label: "浜松市立篠原中学校(在校生)" +value: "17" +data: Customize\Entity\School {#6903 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7087 +label: "浜松開誠館高等学校(在校生)" +value: "18" +data: Customize\Entity\School {#6911 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7088 +label: "浜松開誠館中学校(在校生)" +value: "19" +data: Customize\Entity\School {#6919 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7089 +label: "浜松学院中学校・高等学校(在校生)" +value: "20" +data: Customize\Entity\School {#6927 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7090 +label: "浜松湖北高等学校(在校生)" +value: "21" +data: Customize\Entity\School {#6935 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7091 +label: "磐田北高等学校(在校生)" +value: "22" +data: Customize\Entity\School {#6943 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7092 +label: "浜松工業高等学校(在校生)" +value: "23" +data: Customize\Entity\School {#6951 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7093 +label: "静岡県立磐田南高等学校(新入生)" +value: "24" +data: Customize\Entity\School {#6960 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7094 +label: "掛川西高等学校(新入生)" +value: "25" +data: Customize\Entity\School {#6969 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7095 +label: "浜松南高等学校(新入生)" +value: "26" +data: Customize\Entity\School {#6978 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7096 +label: "浜松商業高等学校(新入生)" +value: "27" +data: Customize\Entity\School {#6987 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7097 +label: "浜松湖北高等学校(新入生)" +value: "28" +data: Customize\Entity\School {#6996 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7098 +label: "磐田北高等学校(新入生)" +value: "29" +data: Customize\Entity\School {#7005 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7099 +label: "浜松工業高等学校(新入生)" +value: "30" +data: Customize\Entity\School {#7014 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7100 +label: "磐田市立第一中学校(新入生)" +value: "31" +data: Customize\Entity\School {#7023 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7101 +label: "磐田市立神明中学校(新入生)" +value: "32" +data: Customize\Entity\School {#7032 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7102 +label: "磐田市立南部中学校(新入生)" +value: "33" +data: Customize\Entity\School {#7041 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7103 +label: "磐田市立城山中学校(新入生)" +value: "34" +data: Customize\Entity\School {#7050 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7104 +label: "磐田市立向陽中学校(新入生)" +value: "35" +data: Customize\Entity\School {#7059 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7105 +label: "浜松市立浜名中学校(新入生)" +value: "36" +data: Customize\Entity\School {#7068 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7106 +label: "浜松市立篠原中学校(新入生)" +value: "37" +data: Customize\Entity\School {#7077 …} +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 {#6652 -form: Symfony\Component\Form\Form {#6480 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#6653 …5} |
full_name | "contact[school]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_school" |
is_selected | Closure($choice, $value) {#6655 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6269 …} } |
label | "学校" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "school" |
placeholder | "選択してください" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_school" |
valid | true |
value | "" |
school_year
"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 |
---|---|---|
label | "学年" |
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 |
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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6314 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6051 …} } |
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 | "学年" |
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() {#6316 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6315 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_school_year" ] |
cache_key | "_contact_school_year_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 {#7107 -form: Symfony\Component\Form\Form {#6483 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6654 …5} |
full_name | "contact[school_year]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_school_year" |
label | "学年" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "school_year" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_school_year" |
valid | true |
value | "" |
school_class
"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 |
---|---|---|
label | "クラス" |
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 |
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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6325 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6051 …} } |
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 | "クラス" |
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() {#6327 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6326 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_school_class" ] |
cache_key | "_contact_school_class_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 {#7108 -form: Symfony\Component\Form\Form {#6486 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7109 …5} |
full_name | "contact[school_class]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_school_class" |
label | "クラス" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "school_class" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_school_class" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "911e1b552c081b37a95598e444d.OqXAc3glxBxkte14QKQo3TXbRXaGzriMcWJ-csW7iTI.aO6fHS1koHJT24AMGe4RsnPjLD7ZgPHjJAMfGaLsvHdvzaohP0vzVhHG2Q" |
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 | "911e1b552c081b37a95598e444d.OqXAc3glxBxkte14QKQo3TXbRXaGzriMcWJ-csW7iTI.aO6fHS1koHJT24AMGe4RsnPjLD7ZgPHjJAMfGaLsvHdvzaohP0vzVhHG2Q" |
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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data | "911e1b552c081b37a95598e444d.OqXAc3glxBxkte14QKQo3TXbRXaGzriMcWJ-csW7iTI.aO6fHS1koHJT24AMGe4RsnPjLD7ZgPHjJAMfGaLsvHdvzaohP0vzVhHG2Q" |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#7114 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6051 …} } |
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() {#7116 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#7113 …} } } |
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 | "911e1b552c081b37a95598e444d.OqXAc3glxBxkte14QKQo3TXbRXaGzriMcWJ-csW7iTI.aO6fHS1koHJT24AMGe4RsnPjLD7ZgPHjJAMfGaLsvHdvzaohP0vzVhHG2Q" |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#7128 -form: Symfony\Component\Form\Form {#7123 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7117 …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 | "911e1b552c081b37a95598e444d.OqXAc3glxBxkte14QKQo3TXbRXaGzriMcWJ-csW7iTI.aO6fHS1koHJT24AMGe4RsnPjLD7ZgPHjJAMfGaLsvHdvzaohP0vzVhHG2Q" |
(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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#8948 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6051 …} } |
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() {#8946 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#8947 …} } } |
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 {#11363 -form: Symfony\Component\Form\Form {#11352 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11364 …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 {#9033 -id: 182 -name: "浜松工業高等学校" -hierarchy: 1 -sort_no: 296 -create_date: DateTime @1727359862 {#9065 date: 2024-09-26 23:11:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9063 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9076 …} -Children: Doctrine\ORM\PersistentCollection {#9319 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6951 …} } Eccube\Entity\Category {#9318 -id: 186 -name: "上衣" -hierarchy: 2 -sort_no: 228 -create_date: DateTime @1727359888 {#9061 date: 2024-09-26 23:11:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#9059 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9317 …} -Children: Doctrine\ORM\PersistentCollection {#9313 …} -Parent: Eccube\Entity\Category {#9033} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6951 …} } Eccube\Entity\Category {#9308 -id: 185 -name: "ブラウス" -hierarchy: 2 -sort_no: 227 -create_date: DateTime @1727359881 {#9310 date: 2024-09-26 23:11:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#9309 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9307 …} -Children: Doctrine\ORM\PersistentCollection {#9304 …} -Parent: Eccube\Entity\Category {#9033} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6951 …} } Eccube\Entity\Category {#9301 -id: 184 -name: "スカート" -hierarchy: 2 -sort_no: 226 -create_date: DateTime @1727359876 {#9303 date: 2024-09-26 23:11:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#9302 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9300 …} -Children: Doctrine\ORM\PersistentCollection {#9297 …} -Parent: Eccube\Entity\Category {#9033} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6951 …} } Eccube\Entity\Category {#9294 -id: 187 -name: "ネクタイ" -hierarchy: 2 -sort_no: 225 -create_date: DateTime @1727359899 {#9296 date: 2024-09-26 23:11:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#9295 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9293 …} -Children: Doctrine\ORM\PersistentCollection {#9290 …} -Parent: Eccube\Entity\Category {#9033} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6951 …} } Eccube\Entity\Category {#9055 -id: 183 -name: "ニット" -hierarchy: 2 -sort_no: 224 -create_date: DateTime @1727359868 {#9054 date: 2024-09-26 23:11:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#9060 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9056 …} -Children: Doctrine\ORM\PersistentCollection {#9279 …} -Parent: Eccube\Entity\Category {#9033} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6951 …} } Eccube\Entity\Category {#9282 -id: 225 -name: "浜松工業高等学校" -hierarchy: 1 -sort_no: 290 -create_date: DateTime @1727360786 {#9312 date: 2024-09-26 23:26:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9311 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9283 …} -Children: Doctrine\ORM\PersistentCollection {#9286 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7014 …} } Eccube\Entity\Category {#9287 -id: 230 -name: "上衣" -hierarchy: 2 -sort_no: 266 -create_date: DateTime @1727360815 {#9280 date: 2024-09-26 23:26:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360815 {#9281 date: 2024-09-26 23:26:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9288 …} -Children: Doctrine\ORM\PersistentCollection {#9324 …} -Parent: Eccube\Entity\Category {#9282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7014 …} } Eccube\Entity\Category {#9330 -id: 229 -name: "ブラウス" -hierarchy: 2 -sort_no: 265 -create_date: DateTime @1727360810 {#9328 date: 2024-09-26 23:26:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360810 {#9329 date: 2024-09-26 23:26:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9331 …} -Children: Doctrine\ORM\PersistentCollection {#9334 …} -Parent: Eccube\Entity\Category {#9282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7014 …} } Eccube\Entity\Category {#9337 -id: 228 -name: "スカート" -hierarchy: 2 -sort_no: 264 -create_date: DateTime @1727360808 {#9335 date: 2024-09-26 23:26:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360808 {#9336 date: 2024-09-26 23:26:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9338 …} -Children: Doctrine\ORM\PersistentCollection {#9341 …} -Parent: Eccube\Entity\Category {#9282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7014 …} } Eccube\Entity\Category {#9344 -id: 227 -name: "ネクタイ" -hierarchy: 2 -sort_no: 263 -create_date: DateTime @1727360804 {#9342 date: 2024-09-26 23:26:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360804 {#9343 date: 2024-09-26 23:26:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9345 …} -Children: Doctrine\ORM\PersistentCollection {#9348 …} -Parent: Eccube\Entity\Category {#9282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7014 …} } Eccube\Entity\Category {#9351 -id: 226 -name: "ニット" -hierarchy: 2 -sort_no: 262 -create_date: DateTime @1727360794 {#9349 date: 2024-09-26 23:26:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360794 {#9350 date: 2024-09-26 23:26:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9352 …} -Children: Doctrine\ORM\PersistentCollection {#9355 …} -Parent: Eccube\Entity\Category {#9282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7014 …} } Eccube\Entity\Category {#9358 -id: 175 -name: "磐田北高等学校" -hierarchy: 1 -sort_no: 289 -create_date: DateTime @1727359766 {#9325 date: 2024-09-26 23:09:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9327 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9359 …} -Children: Doctrine\ORM\PersistentCollection {#9362 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#9363 -id: 181 -name: "上衣" -hierarchy: 2 -sort_no: 222 -create_date: DateTime @1727359792 {#9356 date: 2024-09-26 23:09:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359792 {#9357 date: 2024-09-26 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9364 …} -Children: Doctrine\ORM\PersistentCollection {#9367 …} -Parent: Eccube\Entity\Category {#9358} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#9372 -id: 180 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 221 -create_date: DateTime @1727359786 {#9370 date: 2024-09-26 23:09:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359786 {#9371 date: 2024-09-26 23:09:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9373 …} -Children: Doctrine\ORM\PersistentCollection {#9376 …} -Parent: Eccube\Entity\Category {#9358} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#9379 -id: 179 -name: "スラックス" -hierarchy: 2 -sort_no: 220 -create_date: DateTime @1727359782 {#9377 date: 2024-09-26 23:09:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359782 {#9378 date: 2024-09-26 23:09:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9380 …} -Children: Doctrine\ORM\PersistentCollection {#9383 …} -Parent: Eccube\Entity\Category {#9358} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#9386 -id: 178 -name: "スカート" -hierarchy: 2 -sort_no: 219 -create_date: DateTime @1727359778 {#9384 date: 2024-09-26 23:09:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359778 {#9385 date: 2024-09-26 23:09:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9387 …} -Children: Doctrine\ORM\PersistentCollection {#9390 …} -Parent: Eccube\Entity\Category {#9358} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#9393 -id: 177 -name: "ネクタイ" -hierarchy: 2 -sort_no: 218 -create_date: DateTime @1727359776 {#9391 date: 2024-09-26 23:09:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359776 {#9392 date: 2024-09-26 23:09:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9394 …} -Children: Doctrine\ORM\PersistentCollection {#9397 …} -Parent: Eccube\Entity\Category {#9358} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#9400 -id: 176 -name: "ソックス" -hierarchy: 2 -sort_no: 217 -create_date: DateTime @1727359773 {#9398 date: 2024-09-26 23:09:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359773 {#9399 date: 2024-09-26 23:09:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9401 …} -Children: Doctrine\ORM\PersistentCollection {#9404 …} -Parent: Eccube\Entity\Category {#9358} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#9407 -id: 218 -name: "磐田北高等学校" -hierarchy: 1 -sort_no: 288 -create_date: DateTime @1727360732 {#9369 date: 2024-09-26 23:25:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9368 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9408 …} -Children: Doctrine\ORM\PersistentCollection {#9411 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7005 …} } Eccube\Entity\Category {#9412 -id: 224 -name: "上衣" -hierarchy: 2 -sort_no: 261 -create_date: DateTime @1727360755 {#9405 date: 2024-09-26 23:25:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360755 {#9406 date: 2024-09-26 23:25:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9413 …} -Children: Doctrine\ORM\PersistentCollection {#9416 …} -Parent: Eccube\Entity\Category {#9407} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7005 …} } Eccube\Entity\Category {#9421 -id: 223 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 260 -create_date: DateTime @1727360750 {#9419 date: 2024-09-26 23:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360750 {#9420 date: 2024-09-26 23:25:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9422 …} -Children: Doctrine\ORM\PersistentCollection {#9425 …} -Parent: Eccube\Entity\Category {#9407} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7005 …} } Eccube\Entity\Category {#9428 -id: 222 -name: "スラックス" -hierarchy: 2 -sort_no: 259 -create_date: DateTime @1727360744 {#9426 date: 2024-09-26 23:25:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360744 {#9427 date: 2024-09-26 23:25:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9429 …} -Children: Doctrine\ORM\PersistentCollection {#9432 …} -Parent: Eccube\Entity\Category {#9407} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7005 …} } Eccube\Entity\Category {#9435 -id: 221 -name: "スカート" -hierarchy: 2 -sort_no: 258 -create_date: DateTime @1727360742 {#9433 date: 2024-09-26 23:25:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360742 {#9434 date: 2024-09-26 23:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9436 …} -Children: Doctrine\ORM\PersistentCollection {#9439 …} -Parent: Eccube\Entity\Category {#9407} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7005 …} } Eccube\Entity\Category {#9442 -id: 220 -name: "ネクタイ" -hierarchy: 2 -sort_no: 257 -create_date: DateTime @1727360739 {#9440 date: 2024-09-26 23:25:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360739 {#9441 date: 2024-09-26 23:25:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9443 …} -Children: Doctrine\ORM\PersistentCollection {#9446 …} -Parent: Eccube\Entity\Category {#9407} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7005 …} } Eccube\Entity\Category {#9449 -id: 219 -name: "ソックス" -hierarchy: 2 -sort_no: 256 -create_date: DateTime @1727360737 {#9447 date: 2024-09-26 23:25:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360737 {#9448 date: 2024-09-26 23:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9450 …} -Children: Doctrine\ORM\PersistentCollection {#9453 …} -Parent: Eccube\Entity\Category {#9407} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7005 …} } Eccube\Entity\Category {#9456 -id: 168 -name: "浜松湖北高等学校" -hierarchy: 1 -sort_no: 287 -create_date: DateTime @1727359685 {#9418 date: 2024-09-26 23:08:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9417 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9457 …} -Children: Doctrine\ORM\PersistentCollection {#9460 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#9461 -id: 174 -name: "ブレザー" -hierarchy: 2 -sort_no: 215 -create_date: DateTime @1727359726 {#9454 date: 2024-09-26 23:08:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359726 {#9455 date: 2024-09-26 23:08:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9462 …} -Children: Doctrine\ORM\PersistentCollection {#9465 …} -Parent: Eccube\Entity\Category {#9456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#9470 -id: 173 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 214 -create_date: DateTime @1727359718 {#9468 date: 2024-09-26 23:08:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359718 {#9469 date: 2024-09-26 23:08:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9471 …} -Children: Doctrine\ORM\PersistentCollection {#9474 …} -Parent: Eccube\Entity\Category {#9456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#9477 -id: 172 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 213 -create_date: DateTime @1727359713 {#9475 date: 2024-09-26 23:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359713 {#9476 date: 2024-09-26 23:08:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9478 …} -Children: Doctrine\ORM\PersistentCollection {#9481 …} -Parent: Eccube\Entity\Category {#9456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#9484 -id: 171 -name: "スカート" -hierarchy: 2 -sort_no: 212 -create_date: DateTime @1727359701 {#9482 date: 2024-09-26 23:08:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359701 {#9483 date: 2024-09-26 23:08:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9485 …} -Children: Doctrine\ORM\PersistentCollection {#9488 …} -Parent: Eccube\Entity\Category {#9456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#9491 -id: 170 -name: "ネクタイ" -hierarchy: 2 -sort_no: 211 -create_date: DateTime @1727359697 {#9489 date: 2024-09-26 23:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359697 {#9490 date: 2024-09-26 23:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9492 …} -Children: Doctrine\ORM\PersistentCollection {#9495 …} -Parent: Eccube\Entity\Category {#9456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#9498 -id: 169 -name: "セーター" -hierarchy: 2 -sort_no: 210 -create_date: DateTime @1727359690 {#9496 date: 2024-09-26 23:08:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359694 {#9497 date: 2024-09-26 23:08:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9499 …} -Children: Doctrine\ORM\PersistentCollection {#9502 …} -Parent: Eccube\Entity\Category {#9456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#9505 -id: 211 -name: "浜松湖北高等学校" -hierarchy: 1 -sort_no: 286 -create_date: DateTime @1727360664 {#9467 date: 2024-09-26 23:24:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9466 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9506 …} -Children: Doctrine\ORM\PersistentCollection {#9509 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6996 …} } Eccube\Entity\Category {#9510 -id: 217 -name: "ブレザー" -hierarchy: 2 -sort_no: 236 -create_date: DateTime @1727360698 {#9503 date: 2024-09-26 23:24:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360698 {#9504 date: 2024-09-26 23:24:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9511 …} -Children: Doctrine\ORM\PersistentCollection {#9514 …} -Parent: Eccube\Entity\Category {#9505} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6996 …} } Eccube\Entity\Category {#9519 -id: 216 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 235 -create_date: DateTime @1727360692 {#9517 date: 2024-09-26 23:24:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360692 {#9518 date: 2024-09-26 23:24:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9520 …} -Children: Doctrine\ORM\PersistentCollection {#9523 …} -Parent: Eccube\Entity\Category {#9505} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6996 …} } Eccube\Entity\Category {#9526 -id: 215 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 234 -create_date: DateTime @1727360684 {#9524 date: 2024-09-26 23:24:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360684 {#9525 date: 2024-09-26 23:24:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9527 …} -Children: Doctrine\ORM\PersistentCollection {#9530 …} -Parent: Eccube\Entity\Category {#9505} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6996 …} } Eccube\Entity\Category {#9533 -id: 214 -name: "スカート" -hierarchy: 2 -sort_no: 233 -create_date: DateTime @1727360678 {#9531 date: 2024-09-26 23:24:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360678 {#9532 date: 2024-09-26 23:24:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9534 …} -Children: Doctrine\ORM\PersistentCollection {#9537 …} -Parent: Eccube\Entity\Category {#9505} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6996 …} } Eccube\Entity\Category {#9540 -id: 213 -name: "ネクタイ" -hierarchy: 2 -sort_no: 232 -create_date: DateTime @1727360676 {#9538 date: 2024-09-26 23:24:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360676 {#9539 date: 2024-09-26 23:24:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9541 …} -Children: Doctrine\ORM\PersistentCollection {#9544 …} -Parent: Eccube\Entity\Category {#9505} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6996 …} } Eccube\Entity\Category {#9547 -id: 212 -name: "セーター" -hierarchy: 2 -sort_no: 231 -create_date: DateTime @1727360671 {#9545 date: 2024-09-26 23:24:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360671 {#9546 date: 2024-09-26 23:24:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9548 …} -Children: Doctrine\ORM\PersistentCollection {#9551 …} -Parent: Eccube\Entity\Category {#9505} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6996 …} } Eccube\Entity\Category {#9554 -id: 163 -name: "浜松学院" -hierarchy: 1 -sort_no: 277 -create_date: DateTime @1727359629 {#9516 date: 2024-09-26 23:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9515 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9555 …} -Children: Doctrine\ORM\PersistentCollection {#9558 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#9559 -id: 167 -name: "ジャケット" -hierarchy: 2 -sort_no: 208 -create_date: DateTime @1727359648 {#9552 date: 2024-09-26 23:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359648 {#9553 date: 2024-09-26 23:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9560 …} -Children: Doctrine\ORM\PersistentCollection {#9563 …} -Parent: Eccube\Entity\Category {#9554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#9568 -id: 166 -name: "シャツ" -hierarchy: 2 -sort_no: 207 -create_date: DateTime @1727359639 {#9566 date: 2024-09-26 23:07:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359639 {#9567 date: 2024-09-26 23:07:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9569 …} -Children: Doctrine\ORM\PersistentCollection {#9572 …} -Parent: Eccube\Entity\Category {#9554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#9575 -id: 165 -name: "スラックス" -hierarchy: 2 -sort_no: 206 -create_date: DateTime @1727359637 {#9573 date: 2024-09-26 23:07:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359637 {#9574 date: 2024-09-26 23:07:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9576 …} -Children: Doctrine\ORM\PersistentCollection {#9579 …} -Parent: Eccube\Entity\Category {#9554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#9582 -id: 164 -name: "ソックス" -hierarchy: 2 -sort_no: 205 -create_date: DateTime @1727359633 {#9580 date: 2024-09-26 23:07:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359633 {#9581 date: 2024-09-26 23:07:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9583 …} -Children: Doctrine\ORM\PersistentCollection {#9586 …} -Parent: Eccube\Entity\Category {#9554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#9589 -id: 152 -name: "開誠館中学校" -hierarchy: 1 -sort_no: 268 -create_date: DateTime @1727359500 {#9565 date: 2024-09-26 23:05:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9564 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9590 …} -Children: Doctrine\ORM\PersistentCollection {#9593 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9594 -id: 162 -name: "上衣" -hierarchy: 2 -sort_no: 203 -create_date: DateTime @1727359564 {#9587 date: 2024-09-26 23:06:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359564 {#9588 date: 2024-09-26 23:06:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9595 …} -Children: Doctrine\ORM\PersistentCollection {#9598 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9603 -id: 161 -name: "シャツ" -hierarchy: 2 -sort_no: 202 -create_date: DateTime @1727359561 {#9601 date: 2024-09-26 23:06:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359561 {#9602 date: 2024-09-26 23:06:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9604 …} -Children: Doctrine\ORM\PersistentCollection {#9607 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9610 -id: 160 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 201 -create_date: DateTime @1727359555 {#9608 date: 2024-09-26 23:05:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359555 {#9609 date: 2024-09-26 23:05:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9611 …} -Children: Doctrine\ORM\PersistentCollection {#9614 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9617 -id: 159 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 200 -create_date: DateTime @1727359548 {#9615 date: 2024-09-26 23:05:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359548 {#9616 date: 2024-09-26 23:05:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9618 …} -Children: Doctrine\ORM\PersistentCollection {#9621 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9624 -id: 158 -name: "セーラー" -hierarchy: 2 -sort_no: 199 -create_date: DateTime @1727359541 {#9622 date: 2024-09-26 23:05:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359541 {#9623 date: 2024-09-26 23:05:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9625 …} -Children: Doctrine\ORM\PersistentCollection {#9628 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9631 -id: 157 -name: "スカート" -hierarchy: 2 -sort_no: 198 -create_date: DateTime @1727359539 {#9629 date: 2024-09-26 23:05:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359539 {#9630 date: 2024-09-26 23:05:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9632 …} -Children: Doctrine\ORM\PersistentCollection {#9635 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9638 -id: 156 -name: "ソックス" -hierarchy: 2 -sort_no: 197 -create_date: DateTime @1727359534 {#9636 date: 2024-09-26 23:05:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359534 {#9637 date: 2024-09-26 23:05:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9639 …} -Children: Doctrine\ORM\PersistentCollection {#9642 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9645 -id: 155 -name: "通学靴" -hierarchy: 2 -sort_no: 196 -create_date: DateTime @1727359530 {#9643 date: 2024-09-26 23:05:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359530 {#9644 date: 2024-09-26 23:05:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9646 …} -Children: Doctrine\ORM\PersistentCollection {#9649 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9652 -id: 154 -name: "雨衣" -hierarchy: 2 -sort_no: 195 -create_date: DateTime @1727359524 {#9650 date: 2024-09-26 23:05:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359524 {#9651 date: 2024-09-26 23:05:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9653 …} -Children: Doctrine\ORM\PersistentCollection {#9656 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9659 -id: 153 -name: "その他" -hierarchy: 2 -sort_no: 194 -create_date: DateTime @1727359518 {#9657 date: 2024-09-26 23:05:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359518 {#9658 date: 2024-09-26 23:05:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9660 …} -Children: Doctrine\ORM\PersistentCollection {#9663 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9666 -id: 141 -name: "開誠館高等学校" -hierarchy: 1 -sort_no: 267 -create_date: DateTime @1727359401 {#9600 date: 2024-09-26 23:03:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9599 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9667 …} -Children: Doctrine\ORM\PersistentCollection {#9670 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9671 -id: 151 -name: "上衣" -hierarchy: 2 -sort_no: 184 -create_date: DateTime @1727359458 {#9664 date: 2024-09-26 23:04:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359458 {#9665 date: 2024-09-26 23:04:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9672 …} -Children: Doctrine\ORM\PersistentCollection {#9675 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9680 -id: 150 -name: "シャツ" -hierarchy: 2 -sort_no: 183 -create_date: DateTime @1727359453 {#9678 date: 2024-09-26 23:04:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359453 {#9679 date: 2024-09-26 23:04:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9681 …} -Children: Doctrine\ORM\PersistentCollection {#9684 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9687 -id: 149 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1727359448 {#9685 date: 2024-09-26 23:04:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359448 {#9686 date: 2024-09-26 23:04:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9688 …} -Children: Doctrine\ORM\PersistentCollection {#9691 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9694 -id: 148 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1727359440 {#9692 date: 2024-09-26 23:04:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359440 {#9693 date: 2024-09-26 23:04:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9695 …} -Children: Doctrine\ORM\PersistentCollection {#9698 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9701 -id: 147 -name: "セーラー" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1727359431 {#9699 date: 2024-09-26 23:03:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359431 {#9700 date: 2024-09-26 23:03:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9702 …} -Children: Doctrine\ORM\PersistentCollection {#9705 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9708 -id: 146 -name: "スカート" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1727359428 {#9706 date: 2024-09-26 23:03:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359428 {#9707 date: 2024-09-26 23:03:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9709 …} -Children: Doctrine\ORM\PersistentCollection {#9712 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9715 -id: 145 -name: "ソックス" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1727359426 {#9713 date: 2024-09-26 23:03:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359426 {#9714 date: 2024-09-26 23:03:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9716 …} -Children: Doctrine\ORM\PersistentCollection {#9719 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9722 -id: 144 -name: "通学靴" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1727359419 {#9720 date: 2024-09-26 23:03:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359419 {#9721 date: 2024-09-26 23:03:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9723 …} -Children: Doctrine\ORM\PersistentCollection {#9726 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9729 -id: 143 -name: "雨衣" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1727359413 {#9727 date: 2024-09-26 23:03:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359413 {#9728 date: 2024-09-26 23:03:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9730 …} -Children: Doctrine\ORM\PersistentCollection {#9733 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9736 -id: 142 -name: "その他" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1727359408 {#9734 date: 2024-09-26 23:03:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359408 {#9735 date: 2024-09-26 23:03:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9737 …} -Children: Doctrine\ORM\PersistentCollection {#9740 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9743 -id: 121 -name: "浜松商業高等学校" -hierarchy: 1 -sort_no: 255 -create_date: DateTime @1727359092 {#9677 date: 2024-09-26 22:58:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9676 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9744 …} -Children: Doctrine\ORM\PersistentCollection {#9747 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#9748 -id: 125 -name: "ジャケット" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1727359108 {#9741 date: 2024-09-26 22:58:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359108 {#9742 date: 2024-09-26 22:58:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9749 …} -Children: Doctrine\ORM\PersistentCollection {#9752 …} -Parent: Eccube\Entity\Category {#9743} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#9757 -id: 124 -name: "ベスト" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1727359105 {#9755 date: 2024-09-26 22:58:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359105 {#9756 date: 2024-09-26 22:58:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9758 …} -Children: Doctrine\ORM\PersistentCollection {#9761 …} -Parent: Eccube\Entity\Category {#9743} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#9764 -id: 123 -name: "スカート" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1727359103 {#9762 date: 2024-09-26 22:58:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359103 {#9763 date: 2024-09-26 22:58:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9765 …} -Children: Doctrine\ORM\PersistentCollection {#9768 …} -Parent: Eccube\Entity\Category {#9743} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#9771 -id: 122 -name: "スラックス" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1727359100 {#9769 date: 2024-09-26 22:58:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359100 {#9770 date: 2024-09-26 22:58:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9772 …} -Children: Doctrine\ORM\PersistentCollection {#9775 …} -Parent: Eccube\Entity\Category {#9743} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#9778 -id: 206 -name: "浜松商業高等学校" -hierarchy: 1 -sort_no: 254 -create_date: DateTime @1727360598 {#9754 date: 2024-09-26 23:23:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9753 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9779 …} -Children: Doctrine\ORM\PersistentCollection {#9782 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6987 …} } Eccube\Entity\Category {#9783 -id: 210 -name: "ジャケット" -hierarchy: 2 -sort_no: 249 -create_date: DateTime @1727360632 {#9776 date: 2024-09-26 23:23:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360632 {#9777 date: 2024-09-26 23:23:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9784 …} -Children: Doctrine\ORM\PersistentCollection {#9787 …} -Parent: Eccube\Entity\Category {#9778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6987 …} } Eccube\Entity\Category {#9792 -id: 209 -name: "ベスト" -hierarchy: 2 -sort_no: 248 -create_date: DateTime @1727360630 {#9790 date: 2024-09-26 23:23:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360630 {#9791 date: 2024-09-26 23:23:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9793 …} -Children: Doctrine\ORM\PersistentCollection {#9796 …} -Parent: Eccube\Entity\Category {#9778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6987 …} } Eccube\Entity\Category {#9799 -id: 208 -name: "スカート" -hierarchy: 2 -sort_no: 247 -create_date: DateTime @1727360627 {#9797 date: 2024-09-26 23:23:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360627 {#9798 date: 2024-09-26 23:23:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9800 …} -Children: Doctrine\ORM\PersistentCollection {#9803 …} -Parent: Eccube\Entity\Category {#9778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6987 …} } Eccube\Entity\Category {#9806 -id: 207 -name: "スラックス" -hierarchy: 2 -sort_no: 246 -create_date: DateTime @1727360623 {#9804 date: 2024-09-26 23:23:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360623 {#9805 date: 2024-09-26 23:23:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9807 …} -Children: Doctrine\ORM\PersistentCollection {#9810 …} -Parent: Eccube\Entity\Category {#9778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6987 …} } Eccube\Entity\Category {#9813 -id: 115 -name: "浜松南高等学校" -hierarchy: 1 -sort_no: 253 -create_date: DateTime @1727359000 {#9789 date: 2024-09-26 22:56:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9788 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9814 …} -Children: Doctrine\ORM\PersistentCollection {#9817 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9818 -id: 120 -name: "ジャケット" -hierarchy: 2 -sort_no: 252 -create_date: DateTime @1727359038 {#9811 date: 2024-09-26 22:57:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9812 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9819 …} -Children: Doctrine\ORM\PersistentCollection {#9823 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9828 -id: 119 -name: "ブラウス" -hierarchy: 2 -sort_no: 251 -create_date: DateTime @1727359033 {#9826 date: 2024-09-26 22:57:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9827 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9829 …} -Children: Doctrine\ORM\PersistentCollection {#9832 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9835 -id: 291 -name: "シャツ" -hierarchy: 2 -sort_no: 250 -create_date: DateTime @1732080417 {#9833 date: 2024-11-20 14:26:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9834 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9836 …} -Children: Doctrine\ORM\PersistentCollection {#9839 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9842 -id: 293 -name: "ポロシャツ" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1732080487 {#9840 date: 2024-11-20 14:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9841 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9843 …} -Children: Doctrine\ORM\PersistentCollection {#9846 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9849 -id: 118 -name: "スカート" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1727359031 {#9847 date: 2024-09-26 22:57:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9848 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9850 …} -Children: Doctrine\ORM\PersistentCollection {#9853 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9856 -id: 117 -name: "スラックス" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1727359026 {#9854 date: 2024-09-26 22:57:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9855 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9857 …} -Children: Doctrine\ORM\PersistentCollection {#9860 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9863 -id: 294 -name: "ニット" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1732080498 {#9861 date: 2024-11-20 14:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9862 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9864 …} -Children: Doctrine\ORM\PersistentCollection {#9867 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9870 -id: 116 -name: "ネクタイ・リボン" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1727359023 {#9868 date: 2024-09-26 22:57:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9869 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9871 …} -Children: Doctrine\ORM\PersistentCollection {#9874 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9877 -id: 200 -name: "浜松南高等学校" -hierarchy: 1 -sort_no: 240 -create_date: DateTime @1727360514 {#9825 date: 2024-09-26 23:21:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9824 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9878 …} -Children: Doctrine\ORM\PersistentCollection {#9881 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9882 -id: 205 -name: "ジャケット" -hierarchy: 2 -sort_no: 245 -create_date: DateTime @1727360534 {#9875 date: 2024-09-26 23:22:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9876 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9883 …} -Children: Doctrine\ORM\PersistentCollection {#9886 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9891 -id: 204 -name: "ブラウス" -hierarchy: 2 -sort_no: 244 -create_date: DateTime @1727360532 {#9889 date: 2024-09-26 23:22:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9890 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9892 …} -Children: Doctrine\ORM\PersistentCollection {#9895 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9898 -id: 295 -name: "シャツ" -hierarchy: 2 -sort_no: 243 -create_date: DateTime @1732080513 {#9896 date: 2024-11-20 14:28:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9897 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9899 …} -Children: Doctrine\ORM\PersistentCollection {#9902 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9905 -id: 296 -name: "ポロシャツ" -hierarchy: 2 -sort_no: 242 -create_date: DateTime @1732080521 {#9903 date: 2024-11-20 14:28:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9904 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9906 …} -Children: Doctrine\ORM\PersistentCollection {#9909 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9912 -id: 203 -name: "スカート" -hierarchy: 2 -sort_no: 241 -create_date: DateTime @1727360528 {#9910 date: 2024-09-26 23:22:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9911 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9913 …} -Children: Doctrine\ORM\PersistentCollection {#9916 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9919 -id: 202 -name: "スラックス" -hierarchy: 2 -sort_no: 239 -create_date: DateTime @1727360523 {#9917 date: 2024-09-26 23:22:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9918 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9920 …} -Children: Doctrine\ORM\PersistentCollection {#9923 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9926 -id: 297 -name: "ニット" -hierarchy: 2 -sort_no: 238 -create_date: DateTime @1732080525 {#9924 date: 2024-11-20 14:28:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9925 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9927 …} -Children: Doctrine\ORM\PersistentCollection {#9930 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9933 -id: 201 -name: "ネクタイ・リボン" -hierarchy: 2 -sort_no: 237 -create_date: DateTime @1727360520 {#9931 date: 2024-09-26 23:22:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9932 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9934 …} -Children: Doctrine\ORM\PersistentCollection {#9937 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9940 -id: 110 -name: "掛川西高等学校" -hierarchy: 1 -sort_no: 230 -create_date: DateTime @1727358904 {#9888 date: 2024-09-26 22:55:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9887 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9941 …} -Children: Doctrine\ORM\PersistentCollection {#9944 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6859 …} } Eccube\Entity\Category {#9945 -id: 113 -name: "ジャケット" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1727358918 {#9938 date: 2024-09-26 22:55:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#9939 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9946 …} -Children: Doctrine\ORM\PersistentCollection {#9949 …} -Parent: Eccube\Entity\Category {#9940} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6859 …} } Eccube\Entity\Category {#9954 -id: 112 -name: "シャツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1727358916 {#9952 date: 2024-09-26 22:55:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#9953 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9955 …} -Children: Doctrine\ORM\PersistentCollection {#9958 …} -Parent: Eccube\Entity\Category {#9940} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6859 …} } Eccube\Entity\Category {#9961 -id: 111 -name: "ベスト" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1727358910 {#9959 date: 2024-09-26 22:55:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#9960 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9962 …} -Children: Doctrine\ORM\PersistentCollection {#9965 …} -Parent: Eccube\Entity\Category {#9940} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6859 …} } Eccube\Entity\Category {#9968 -id: 114 -name: "スカート" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1727358946 {#9966 date: 2024-09-26 22:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#9967 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9969 …} -Children: Doctrine\ORM\PersistentCollection {#9972 …} -Parent: Eccube\Entity\Category {#9940} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6859 …} } Eccube\Entity\Category {#9975 -id: 195 -name: "掛川西高等学校" -hierarchy: 1 -sort_no: 229 -create_date: DateTime @1727360083 {#9951 date: 2024-09-26 23:14:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9950 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9976 …} -Children: Doctrine\ORM\PersistentCollection {#9979 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6969 …} } Eccube\Entity\Category {#9980 -id: 199 -name: "ジャケット" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1727360115 {#9973 date: 2024-09-26 23:15:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360115 {#9974 date: 2024-09-26 23:15:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9981 …} -Children: Doctrine\ORM\PersistentCollection {#9984 …} -Parent: Eccube\Entity\Category {#9975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6969 …} } Eccube\Entity\Category {#9989 -id: 198 -name: "ブラウス" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1727360106 {#9987 date: 2024-09-26 23:15:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360106 {#9988 date: 2024-09-26 23:15:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9990 …} -Children: Doctrine\ORM\PersistentCollection {#9993 …} -Parent: Eccube\Entity\Category {#9975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6969 …} } Eccube\Entity\Category {#9996 -id: 197 -name: "ベスト" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1727360103 {#9994 date: 2024-09-26 23:15:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360103 {#9995 date: 2024-09-26 23:15:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9997 …} -Children: Doctrine\ORM\PersistentCollection {#10000 …} -Parent: Eccube\Entity\Category {#9975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6969 …} } Eccube\Entity\Category {#10003 -id: 196 -name: "スカート" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1727360096 {#10001 date: 2024-09-26 23:14:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360096 {#10002 date: 2024-09-26 23:14:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10004 …} -Children: Doctrine\ORM\PersistentCollection {#10007 …} -Parent: Eccube\Entity\Category {#9975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6969 …} } Eccube\Entity\Category {#10010 -id: 135 -name: "篠原中学校" -hierarchy: 1 -sort_no: 223 -create_date: DateTime @1727359323 {#9986 date: 2024-09-26 23:02:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9985 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10011 …} -Children: Doctrine\ORM\PersistentCollection {#10014 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#10015 -id: 140 -name: "上衣" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1727359356 {#10008 date: 2024-09-26 23:02:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359356 {#10009 date: 2024-09-26 23:02:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10016 …} -Children: Doctrine\ORM\PersistentCollection {#10019 …} -Parent: Eccube\Entity\Category {#10010} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#10024 -id: 139 -name: "シャツ" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1727359353 {#10022 date: 2024-09-26 23:02:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359353 {#10023 date: 2024-09-26 23:02:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10025 …} -Children: Doctrine\ORM\PersistentCollection {#10028 …} -Parent: Eccube\Entity\Category {#10010} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#10031 -id: 138 -name: "スラックス" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1727359350 {#10029 date: 2024-09-26 23:02:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359350 {#10030 date: 2024-09-26 23:02:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10032 …} -Children: Doctrine\ORM\PersistentCollection {#10035 …} -Parent: Eccube\Entity\Category {#10010} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#10038 -id: 137 -name: "スカート" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1727359348 {#10036 date: 2024-09-26 23:02:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359348 {#10037 date: 2024-09-26 23:02:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10039 …} -Children: Doctrine\ORM\PersistentCollection {#10042 …} -Parent: Eccube\Entity\Category {#10010} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#10045 -id: 136 -name: "その他" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1727359334 {#10043 date: 2024-09-26 23:02:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359334 {#10044 date: 2024-09-26 23:02:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10046 …} -Children: Doctrine\ORM\PersistentCollection {#10049 …} -Parent: Eccube\Entity\Category {#10010} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#10052 -id: 285 -name: "篠原中学校" -hierarchy: 1 -sort_no: 216 -create_date: DateTime @1727361471 {#10020 date: 2024-09-26 23:37:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10021 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10053 …} -Children: Doctrine\ORM\PersistentCollection {#10056 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7077 …} } Eccube\Entity\Category {#10057 -id: 290 -name: "上衣" -hierarchy: 2 -sort_no: 295 -create_date: DateTime @1727361510 {#10050 date: 2024-09-26 23:38:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361510 {#10051 date: 2024-09-26 23:38:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10058 …} -Children: Doctrine\ORM\PersistentCollection {#10061 …} -Parent: Eccube\Entity\Category {#10052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7077 …} } Eccube\Entity\Category {#10066 -id: 289 -name: "シャツ" -hierarchy: 2 -sort_no: 294 -create_date: DateTime @1727361507 {#10064 date: 2024-09-26 23:38:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361507 {#10065 date: 2024-09-26 23:38:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10067 …} -Children: Doctrine\ORM\PersistentCollection {#10070 …} -Parent: Eccube\Entity\Category {#10052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7077 …} } Eccube\Entity\Category {#10073 -id: 288 -name: "スラックス" -hierarchy: 2 -sort_no: 293 -create_date: DateTime @1727361504 {#10071 date: 2024-09-26 23:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361504 {#10072 date: 2024-09-26 23:38:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10074 …} -Children: Doctrine\ORM\PersistentCollection {#10077 …} -Parent: Eccube\Entity\Category {#10052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7077 …} } Eccube\Entity\Category {#10080 -id: 287 -name: "スカート" -hierarchy: 2 -sort_no: 292 -create_date: DateTime @1727361501 {#10078 date: 2024-09-26 23:38:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361501 {#10079 date: 2024-09-26 23:38:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10081 …} -Children: Doctrine\ORM\PersistentCollection {#10084 …} -Parent: Eccube\Entity\Category {#10052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7077 …} } Eccube\Entity\Category {#10087 -id: 286 -name: "その他" -hierarchy: 2 -sort_no: 291 -create_date: DateTime @1727361498 {#10085 date: 2024-09-26 23:38:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361498 {#10086 date: 2024-09-26 23:38:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10088 …} -Children: Doctrine\ORM\PersistentCollection {#10091 …} -Parent: Eccube\Entity\Category {#10052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7077 …} } Eccube\Entity\Category {#10094 -id: 126 -name: "向陽中学校" -hierarchy: 1 -sort_no: 209 -create_date: DateTime @1727359145 {#10062 date: 2024-09-26 22:59:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10063 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10095 …} -Children: Doctrine\ORM\PersistentCollection {#10098 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10099 -id: 134 -name: "上衣" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1727359181 {#10092 date: 2024-09-26 22:59:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10093 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10100 …} -Children: Doctrine\ORM\PersistentCollection {#10103 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10108 -id: 131 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1727359169 {#10106 date: 2024-09-26 22:59:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10107 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10109 …} -Children: Doctrine\ORM\PersistentCollection {#10112 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10115 -id: 130 -name: "スラックス" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1727359167 {#10113 date: 2024-09-26 22:59:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10114 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10116 …} -Children: Doctrine\ORM\PersistentCollection {#10119 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10122 -id: 133 -name: "セーラー" -hierarchy: 2 -sort_no: 156 -create_date: DateTime @1727359175 {#10120 date: 2024-09-26 22:59:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10121 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10123 …} -Children: Doctrine\ORM\PersistentCollection {#10126 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10129 -id: 132 -name: "スカート" -hierarchy: 2 -sort_no: 155 -create_date: DateTime @1727359172 {#10127 date: 2024-09-26 22:59:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10128 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10130 …} -Children: Doctrine\ORM\PersistentCollection {#10133 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10136 -id: 129 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 154 -create_date: DateTime @1727359163 {#10134 date: 2024-09-26 22:59:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10135 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10137 …} -Children: Doctrine\ORM\PersistentCollection {#10140 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10143 -id: 128 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 153 -create_date: DateTime @1727359155 {#10141 date: 2024-09-26 22:59:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10142 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10144 …} -Children: Doctrine\ORM\PersistentCollection {#10147 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10150 -id: 127 -name: "その他" -hierarchy: 2 -sort_no: 152 -create_date: DateTime @1727359151 {#10148 date: 2024-09-26 22:59:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10149 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10151 …} -Children: Doctrine\ORM\PersistentCollection {#10154 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10157 -id: 267 -name: "向陽中学校" -hierarchy: 1 -sort_no: 204 -create_date: DateTime @1727361245 {#10105 date: 2024-09-26 23:34:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10104 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10158 …} -Children: Doctrine\ORM\PersistentCollection {#10161 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10162 -id: 275 -name: "上衣" -hierarchy: 2 -sort_no: 192 -create_date: DateTime @1727361296 {#10155 date: 2024-09-26 23:34:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10156 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10163 …} -Children: Doctrine\ORM\PersistentCollection {#10166 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10171 -id: 272 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 191 -create_date: DateTime @1727361289 {#10169 date: 2024-09-26 23:34:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10170 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10172 …} -Children: Doctrine\ORM\PersistentCollection {#10175 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10178 -id: 271 -name: "スラックス" -hierarchy: 2 -sort_no: 190 -create_date: DateTime @1727361286 {#10176 date: 2024-09-26 23:34:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10177 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10179 …} -Children: Doctrine\ORM\PersistentCollection {#10182 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10185 -id: 274 -name: "セーラー" -hierarchy: 2 -sort_no: 189 -create_date: DateTime @1727361294 {#10183 date: 2024-09-26 23:34:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10184 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10186 …} -Children: Doctrine\ORM\PersistentCollection {#10189 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10192 -id: 273 -name: "スカート" -hierarchy: 2 -sort_no: 188 -create_date: DateTime @1727361291 {#10190 date: 2024-09-26 23:34:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10191 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10193 …} -Children: Doctrine\ORM\PersistentCollection {#10196 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10199 -id: 270 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1727361283 {#10197 date: 2024-09-26 23:34:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10198 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10200 …} -Children: Doctrine\ORM\PersistentCollection {#10203 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10206 -id: 269 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1727361276 {#10204 date: 2024-09-26 23:34:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10205 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10207 …} -Children: Doctrine\ORM\PersistentCollection {#10210 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10213 -id: 268 -name: "その他" -hierarchy: 2 -sort_no: 185 -create_date: DateTime @1727361269 {#10211 date: 2024-09-26 23:34:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10212 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10214 …} -Children: Doctrine\ORM\PersistentCollection {#10217 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10220 -id: 101 -name: "浜名中学校" -hierarchy: 1 -sort_no: 193 -create_date: DateTime @1727358107 {#10168 date: 2024-09-26 22:41:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10167 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10221 …} -Children: Doctrine\ORM\PersistentCollection {#10224 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10225 -id: 109 -name: "上衣" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1727358867 {#10218 date: 2024-09-26 22:54:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10219 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10226 …} -Children: Doctrine\ORM\PersistentCollection {#10229 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10234 -id: 106 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1727358848 {#10232 date: 2024-09-26 22:54:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10233 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10235 …} -Children: Doctrine\ORM\PersistentCollection {#10238 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10241 -id: 105 -name: "スラックス" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1727358843 {#10239 date: 2024-09-26 22:54:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10240 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10242 …} -Children: Doctrine\ORM\PersistentCollection {#10245 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10248 -id: 108 -name: "セーラー" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1727358863 {#10246 date: 2024-09-26 22:54:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10247 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10249 …} -Children: Doctrine\ORM\PersistentCollection {#10252 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10255 -id: 107 -name: "スカート" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1727358857 {#10253 date: 2024-09-26 22:54:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10254 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10256 …} -Children: Doctrine\ORM\PersistentCollection {#10259 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10262 -id: 104 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1727358768 {#10260 date: 2024-09-26 22:52:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10261 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10263 …} -Children: Doctrine\ORM\PersistentCollection {#10266 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10269 -id: 103 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1727358442 {#10267 date: 2024-09-26 22:47:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10268 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10270 …} -Children: Doctrine\ORM\PersistentCollection {#10273 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10276 -id: 102 -name: "その他" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1727358434 {#10274 date: 2024-09-26 22:47:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10275 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10277 …} -Children: Doctrine\ORM\PersistentCollection {#10280 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10283 -id: 276 -name: "浜名中学校" -hierarchy: 1 -sort_no: 174 -create_date: DateTime @1727361361 {#10231 date: 2024-09-26 23:36:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10230 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10284 …} -Children: Doctrine\ORM\PersistentCollection {#10287 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10288 -id: 284 -name: "上衣" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1727361409 {#10281 date: 2024-09-26 23:36:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10282 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10289 …} -Children: Doctrine\ORM\PersistentCollection {#10292 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10297 -id: 281 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1727361396 {#10295 date: 2024-09-26 23:36:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10296 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10298 …} -Children: Doctrine\ORM\PersistentCollection {#10301 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10304 -id: 280 -name: "スラックス" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1727361393 {#10302 date: 2024-09-26 23:36:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10303 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10305 …} -Children: Doctrine\ORM\PersistentCollection {#10308 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10311 -id: 283 -name: "セーラー" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1727361403 {#10309 date: 2024-09-26 23:36:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10310 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10312 …} -Children: Doctrine\ORM\PersistentCollection {#10315 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10318 -id: 282 -name: "スカート" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1727361400 {#10316 date: 2024-09-26 23:36:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10317 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10319 …} -Children: Doctrine\ORM\PersistentCollection {#10322 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10325 -id: 279 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1727361390 {#10323 date: 2024-09-26 23:36:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10324 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10326 …} -Children: Doctrine\ORM\PersistentCollection {#10329 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10332 -id: 278 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1727361384 {#10330 date: 2024-09-26 23:36:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10331 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10333 …} -Children: Doctrine\ORM\PersistentCollection {#10336 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10339 -id: 277 -name: "その他" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1727361378 {#10337 date: 2024-09-26 23:36:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10338 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10340 …} -Children: Doctrine\ORM\PersistentCollection {#10343 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10346 -id: 92 -name: "城山中学校" -hierarchy: 1 -sort_no: 160 -create_date: DateTime @1727358012 {#10294 date: 2024-09-26 22:40:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10293 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10347 …} -Children: Doctrine\ORM\PersistentCollection {#10350 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10351 -id: 100 -name: "上衣" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1727358069 {#10344 date: 2024-09-26 22:41:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10345 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10352 …} -Children: Doctrine\ORM\PersistentCollection {#10355 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10360 -id: 97 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1727358060 {#10358 date: 2024-09-26 22:41:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10359 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10361 …} -Children: Doctrine\ORM\PersistentCollection {#10364 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10367 -id: 96 -name: "スラックス" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1727358037 {#10365 date: 2024-09-26 22:40:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10366 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10368 …} -Children: Doctrine\ORM\PersistentCollection {#10371 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10374 -id: 99 -name: "セーラー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1727358066 {#10372 date: 2024-09-26 22:41:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10373 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10375 …} -Children: Doctrine\ORM\PersistentCollection {#10378 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10381 -id: 98 -name: "スカート" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1727358063 {#10379 date: 2024-09-26 22:41:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10380 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10382 …} -Children: Doctrine\ORM\PersistentCollection {#10385 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10388 -id: 95 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1727358035 {#10386 date: 2024-09-26 22:40:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10387 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10389 …} -Children: Doctrine\ORM\PersistentCollection {#10392 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10395 -id: 94 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1727358031 {#10393 date: 2024-09-26 22:40:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10394 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10396 …} -Children: Doctrine\ORM\PersistentCollection {#10399 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10402 -id: 93 -name: "その他" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1727358024 {#10400 date: 2024-09-26 22:40:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10401 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10403 …} -Children: Doctrine\ORM\PersistentCollection {#10406 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10409 -id: 258 -name: "城山中学校" -hierarchy: 1 -sort_no: 151 -create_date: DateTime @1727361071 {#10357 date: 2024-09-26 23:31:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10356 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10410 …} -Children: Doctrine\ORM\PersistentCollection {#10413 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10414 -id: 266 -name: "上衣" -hierarchy: 2 -sort_no: 150 -create_date: DateTime @1727361110 {#10407 date: 2024-09-26 23:31:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10408 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10415 …} -Children: Doctrine\ORM\PersistentCollection {#10418 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10423 -id: 263 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 149 -create_date: DateTime @1727361104 {#10421 date: 2024-09-26 23:31:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10422 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10424 …} -Children: Doctrine\ORM\PersistentCollection {#10427 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10430 -id: 262 -name: "スラックス" -hierarchy: 2 -sort_no: 148 -create_date: DateTime @1727361098 {#10428 date: 2024-09-26 23:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10429 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10431 …} -Children: Doctrine\ORM\PersistentCollection {#10434 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10437 -id: 265 -name: "セーラー" -hierarchy: 2 -sort_no: 147 -create_date: DateTime @1727361108 {#10435 date: 2024-09-26 23:31:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10436 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10438 …} -Children: Doctrine\ORM\PersistentCollection {#10441 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10444 -id: 264 -name: "スカート" -hierarchy: 2 -sort_no: 146 -create_date: DateTime @1727361106 {#10442 date: 2024-09-26 23:31:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10443 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10445 …} -Children: Doctrine\ORM\PersistentCollection {#10448 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10451 -id: 261 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 145 -create_date: DateTime @1727361094 {#10449 date: 2024-09-26 23:31:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10450 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10452 …} -Children: Doctrine\ORM\PersistentCollection {#10455 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10458 -id: 260 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 144 -create_date: DateTime @1727361087 {#10456 date: 2024-09-26 23:31:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10457 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10459 …} -Children: Doctrine\ORM\PersistentCollection {#10462 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10465 -id: 259 -name: "その他" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1727361085 {#10463 date: 2024-09-26 23:31:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10464 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10466 …} -Children: Doctrine\ORM\PersistentCollection {#10469 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10472 -id: 83 -name: "南部中学校" -hierarchy: 1 -sort_no: 138 -create_date: DateTime @1727357914 {#10420 date: 2024-09-26 22:38:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10419 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10473 …} -Children: Doctrine\ORM\PersistentCollection {#10476 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10477 -id: 91 -name: "上衣" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1727357970 {#10470 date: 2024-09-26 22:39:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10471 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10478 …} -Children: Doctrine\ORM\PersistentCollection {#10481 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10486 -id: 88 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1727357956 {#10484 date: 2024-09-26 22:39:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10485 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10487 …} -Children: Doctrine\ORM\PersistentCollection {#10490 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10493 -id: 87 -name: "スラックス" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1727357952 {#10491 date: 2024-09-26 22:39:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10492 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10494 …} -Children: Doctrine\ORM\PersistentCollection {#10497 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10500 -id: 90 -name: "セーラー" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1727357967 {#10498 date: 2024-09-26 22:39:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10499 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10501 …} -Children: Doctrine\ORM\PersistentCollection {#10504 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10507 -id: 89 -name: "スカート" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1727357965 {#10505 date: 2024-09-26 22:39:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10506 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10508 …} -Children: Doctrine\ORM\PersistentCollection {#10511 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10514 -id: 86 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1727357948 {#10512 date: 2024-09-26 22:39:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10513 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10515 …} -Children: Doctrine\ORM\PersistentCollection {#10518 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10521 -id: 85 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1727357938 {#10519 date: 2024-09-26 22:38:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10520 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10522 …} -Children: Doctrine\ORM\PersistentCollection {#10525 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10528 -id: 84 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1727357933 {#10526 date: 2024-09-26 22:38:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10527 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10529 …} -Children: Doctrine\ORM\PersistentCollection {#10532 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10535 -id: 249 -name: "南部中学校" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1727361001 {#10483 date: 2024-09-26 23:30:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10482 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10536 …} -Children: Doctrine\ORM\PersistentCollection {#10539 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10540 -id: 257 -name: "上衣" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1727361052 {#10533 date: 2024-09-26 23:30:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10534 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10541 …} -Children: Doctrine\ORM\PersistentCollection {#10544 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10549 -id: 254 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1727361044 {#10547 date: 2024-09-26 23:30:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10548 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10550 …} -Children: Doctrine\ORM\PersistentCollection {#10553 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10556 -id: 253 -name: "スラックス" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1727361040 {#10554 date: 2024-09-26 23:30:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10555 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10557 …} -Children: Doctrine\ORM\PersistentCollection {#10560 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10563 -id: 256 -name: "セーラー" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1727361049 {#10561 date: 2024-09-26 23:30:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10562 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10564 …} -Children: Doctrine\ORM\PersistentCollection {#10567 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10570 -id: 255 -name: "スカート" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1727361046 {#10568 date: 2024-09-26 23:30:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10569 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10571 …} -Children: Doctrine\ORM\PersistentCollection {#10574 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10577 -id: 252 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1727361037 {#10575 date: 2024-09-26 23:30:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10576 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10578 …} -Children: Doctrine\ORM\PersistentCollection {#10581 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10584 -id: 251 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1727361031 {#10582 date: 2024-09-26 23:30:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10583 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10585 …} -Children: Doctrine\ORM\PersistentCollection {#10588 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10591 -id: 250 -name: "その他" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1727361027 {#10589 date: 2024-09-26 23:30:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10590 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10592 …} -Children: Doctrine\ORM\PersistentCollection {#10595 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10598 -id: 74 -name: "神明中学校" -hierarchy: 1 -sort_no: 115 -create_date: DateTime @1727357577 {#10546 date: 2024-09-26 22:32:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10545 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10599 …} -Children: Doctrine\ORM\PersistentCollection {#10602 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10603 -id: 82 -name: "上衣" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1727357622 {#10596 date: 2024-09-26 22:33:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10597 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10604 …} -Children: Doctrine\ORM\PersistentCollection {#10607 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10612 -id: 79 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1727357614 {#10610 date: 2024-09-26 22:33:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10611 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10613 …} -Children: Doctrine\ORM\PersistentCollection {#10616 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10619 -id: 78 -name: "スラックス" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1727357610 {#10617 date: 2024-09-26 22:33:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10618 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10620 …} -Children: Doctrine\ORM\PersistentCollection {#10623 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10626 -id: 81 -name: "セーラー" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1727357619 {#10624 date: 2024-09-26 22:33:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10625 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10627 …} -Children: Doctrine\ORM\PersistentCollection {#10630 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10633 -id: 80 -name: "スカート" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1727357617 {#10631 date: 2024-09-26 22:33:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10632 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10634 …} -Children: Doctrine\ORM\PersistentCollection {#10637 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10640 -id: 77 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1727357599 {#10638 date: 2024-09-26 22:33:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10639 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10641 …} -Children: Doctrine\ORM\PersistentCollection {#10644 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10647 -id: 76 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1727357591 {#10645 date: 2024-09-26 22:33:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10646 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10648 …} -Children: Doctrine\ORM\PersistentCollection {#10651 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10654 -id: 75 -name: "その他" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1727357584 {#10652 date: 2024-09-26 22:33:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10653 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10655 …} -Children: Doctrine\ORM\PersistentCollection {#10658 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10661 -id: 240 -name: "神明中学校" -hierarchy: 1 -sort_no: 106 -create_date: DateTime @1727360936 {#10609 date: 2024-09-26 23:28:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10608 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10662 …} -Children: Doctrine\ORM\PersistentCollection {#10665 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10666 -id: 248 -name: "上衣" -hierarchy: 2 -sort_no: 285 -create_date: DateTime @1727360967 {#10659 date: 2024-09-26 23:29:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10660 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10667 …} -Children: Doctrine\ORM\PersistentCollection {#10670 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10675 -id: 245 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 284 -create_date: DateTime @1727360958 {#10673 date: 2024-09-26 23:29:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10674 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10676 …} -Children: Doctrine\ORM\PersistentCollection {#10679 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10682 -id: 244 -name: "スラックス" -hierarchy: 2 -sort_no: 283 -create_date: DateTime @1727360955 {#10680 date: 2024-09-26 23:29:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10681 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10683 …} -Children: Doctrine\ORM\PersistentCollection {#10686 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10689 -id: 247 -name: "セーラー" -hierarchy: 2 -sort_no: 282 -create_date: DateTime @1727360964 {#10687 date: 2024-09-26 23:29:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10688 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10690 …} -Children: Doctrine\ORM\PersistentCollection {#10693 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10696 -id: 246 -name: "スカート" -hierarchy: 2 -sort_no: 281 -create_date: DateTime @1727360961 {#10694 date: 2024-09-26 23:29:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10695 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10697 …} -Children: Doctrine\ORM\PersistentCollection {#10700 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10703 -id: 243 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 280 -create_date: DateTime @1727360952 {#10701 date: 2024-09-26 23:29:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10702 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10704 …} -Children: Doctrine\ORM\PersistentCollection {#10707 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10710 -id: 242 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 279 -create_date: DateTime @1727360946 {#10708 date: 2024-09-26 23:29:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10709 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10711 …} -Children: Doctrine\ORM\PersistentCollection {#10714 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10717 -id: 241 -name: "その他" -hierarchy: 2 -sort_no: 278 -create_date: DateTime @1727360942 {#10715 date: 2024-09-26 23:29:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10716 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10718 …} -Children: Doctrine\ORM\PersistentCollection {#10721 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10724 -id: 65 -name: "第一中学校" -hierarchy: 1 -sort_no: 97 -create_date: DateTime @1727357466 {#10672 date: 2024-09-26 22:31:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10671 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10725 …} -Children: Doctrine\ORM\PersistentCollection {#10728 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10729 -id: 73 -name: "上衣" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1727357538 {#10722 date: 2024-09-26 22:32:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10723 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10730 …} -Children: Doctrine\ORM\PersistentCollection {#10733 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10738 -id: 70 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1727357525 {#10736 date: 2024-09-26 22:32:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10737 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10739 …} -Children: Doctrine\ORM\PersistentCollection {#10742 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10745 -id: 69 -name: "スラックス" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1727357521 {#10743 date: 2024-09-26 22:32:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10744 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10746 …} -Children: Doctrine\ORM\PersistentCollection {#10749 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10752 -id: 72 -name: "セーラー" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1727357530 {#10750 date: 2024-09-26 22:32:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10751 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10753 …} -Children: Doctrine\ORM\PersistentCollection {#10756 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10759 -id: 71 -name: "スカート" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1727357528 {#10757 date: 2024-09-26 22:32:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10758 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10760 …} -Children: Doctrine\ORM\PersistentCollection {#10763 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10766 -id: 68 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1727357505 {#10764 date: 2024-09-26 22:31:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10765 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10767 …} -Children: Doctrine\ORM\PersistentCollection {#10770 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10773 -id: 67 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1727357494 {#10771 date: 2024-09-26 22:31:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10772 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10774 …} -Children: Doctrine\ORM\PersistentCollection {#10777 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10780 -id: 66 -name: "その他" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1727357484 {#10778 date: 2024-09-26 22:31:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10779 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10781 …} -Children: Doctrine\ORM\PersistentCollection {#10784 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10787 -id: 231 -name: "第一中学校" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1727360851 {#10735 date: 2024-09-26 23:27:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10734 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10788 …} -Children: Doctrine\ORM\PersistentCollection {#10791 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10792 -id: 239 -name: "上衣" -hierarchy: 2 -sort_no: 276 -create_date: DateTime @1727360898 {#10785 date: 2024-09-26 23:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10786 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10793 …} -Children: Doctrine\ORM\PersistentCollection {#10796 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10801 -id: 236 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 275 -create_date: DateTime @1727360887 {#10799 date: 2024-09-26 23:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10800 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10802 …} -Children: Doctrine\ORM\PersistentCollection {#10805 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10808 -id: 235 -name: "スラックス" -hierarchy: 2 -sort_no: 274 -create_date: DateTime @1727360884 {#10806 date: 2024-09-26 23:28:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10807 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10809 …} -Children: Doctrine\ORM\PersistentCollection {#10812 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10815 -id: 238 -name: "セーラー" -hierarchy: 2 -sort_no: 273 -create_date: DateTime @1727360895 {#10813 date: 2024-09-26 23:28:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10814 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10816 …} -Children: Doctrine\ORM\PersistentCollection {#10819 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10822 -id: 237 -name: "スカート" -hierarchy: 2 -sort_no: 272 -create_date: DateTime @1727360892 {#10820 date: 2024-09-26 23:28:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10821 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10823 …} -Children: Doctrine\ORM\PersistentCollection {#10826 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10829 -id: 234 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 271 -create_date: DateTime @1727360881 {#10827 date: 2024-09-26 23:28:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10828 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10830 …} -Children: Doctrine\ORM\PersistentCollection {#10833 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10836 -id: 233 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 270 -create_date: DateTime @1727360874 {#10834 date: 2024-09-26 23:27:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10835 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10837 …} -Children: Doctrine\ORM\PersistentCollection {#10840 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10843 -id: 232 -name: "その他" -hierarchy: 2 -sort_no: 269 -create_date: DateTime @1727360866 {#10841 date: 2024-09-26 23:27:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10842 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10844 …} -Children: Doctrine\ORM\PersistentCollection {#10847 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10850 -id: 42 -name: "磐田東高等学校" -hierarchy: 1 -sort_no: 79 -create_date: DateTime @1727357236 {#10798 date: 2024-09-26 22:27:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10797 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10851 …} -Children: Doctrine\ORM\PersistentCollection {#10854 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10855 -id: 64 -name: "上衣" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1727357423 {#10848 date: 2024-09-26 22:30:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357427 {#10849 date: 2024-09-26 22:30:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10856 …} -Children: Doctrine\ORM\PersistentCollection {#10859 …} -Parent: Eccube\Entity\Category {#10850} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10864 -id: 63 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1727357418 {#10862 date: 2024-09-26 22:30:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357418 {#10863 date: 2024-09-26 22:30:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10865 …} -Children: Doctrine\ORM\PersistentCollection {#10868 …} -Parent: Eccube\Entity\Category {#10850} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10871 -id: 62 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1727357412 {#10869 date: 2024-09-26 22:30:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357412 {#10870 date: 2024-09-26 22:30:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10872 …} -Children: Doctrine\ORM\PersistentCollection {#10875 …} -Parent: Eccube\Entity\Category {#10850} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10878 -id: 61 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1727357404 {#10876 date: 2024-09-26 22:30:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357404 {#10877 date: 2024-09-26 22:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10879 …} -Children: Doctrine\ORM\PersistentCollection {#10882 …} -Parent: Eccube\Entity\Category {#10850} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10885 -id: 60 -name: "ニット" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1727357395 {#10883 date: 2024-09-26 22:29:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357395 {#10884 date: 2024-09-26 22:29:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10886 …} -Children: Doctrine\ORM\PersistentCollection {#10889 …} -Parent: Eccube\Entity\Category {#10850} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10892 -id: 59 -name: "その他" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1727357393 {#10890 date: 2024-09-26 22:29:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357393 {#10891 date: 2024-09-26 22:29:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10893 …} -Children: Doctrine\ORM\PersistentCollection {#10896 …} -Parent: Eccube\Entity\Category {#10850} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10899 -id: 41 -name: "磐田東中学校" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1727357222 {#10861 date: 2024-09-26 22:27:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10860 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10900 …} -Children: Doctrine\ORM\PersistentCollection {#10903 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10904 -id: 52 -name: "上衣" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1727357343 {#10897 date: 2024-09-26 22:29:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357343 {#10898 date: 2024-09-26 22:29:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10905 …} -Children: Doctrine\ORM\PersistentCollection {#10908 …} -Parent: Eccube\Entity\Category {#10899} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10913 -id: 51 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1727357338 {#10911 date: 2024-09-26 22:28:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357338 {#10912 date: 2024-09-26 22:28:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10914 …} -Children: Doctrine\ORM\PersistentCollection {#10917 …} -Parent: Eccube\Entity\Category {#10899} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10920 -id: 50 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1727357327 {#10918 date: 2024-09-26 22:28:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357327 {#10919 date: 2024-09-26 22:28:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10921 …} -Children: Doctrine\ORM\PersistentCollection {#10924 …} -Parent: Eccube\Entity\Category {#10899} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10927 -id: 49 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1727357311 {#10925 date: 2024-09-26 22:28:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357311 {#10926 date: 2024-09-26 22:28:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10928 …} -Children: Doctrine\ORM\PersistentCollection {#10931 …} -Parent: Eccube\Entity\Category {#10899} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10934 -id: 48 -name: "その他" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1727357304 {#10932 date: 2024-09-26 22:28:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357304 {#10933 date: 2024-09-26 22:28:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10935 …} -Children: Doctrine\ORM\PersistentCollection {#10938 …} -Parent: Eccube\Entity\Category {#10899} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10941 -id: 39 -name: "磐田東中学校" -hierarchy: 1 -sort_no: 63 -create_date: DateTime @1727357151 {#10909 date: 2024-09-26 22:25:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10910 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10942 …} -Children: Doctrine\ORM\PersistentCollection {#10945 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#10946 -id: 47 -name: "上衣" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1727357287 {#10939 date: 2024-09-26 22:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357287 {#10940 date: 2024-09-26 22:28:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10947 …} -Children: Doctrine\ORM\PersistentCollection {#10950 …} -Parent: Eccube\Entity\Category {#10941} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#10955 -id: 46 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1727357276 {#10953 date: 2024-09-26 22:27:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357276 {#10954 date: 2024-09-26 22:27:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10956 …} -Children: Doctrine\ORM\PersistentCollection {#10959 …} -Parent: Eccube\Entity\Category {#10941} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#10962 -id: 45 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1727357269 {#10960 date: 2024-09-26 22:27:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357269 {#10961 date: 2024-09-26 22:27:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10963 …} -Children: Doctrine\ORM\PersistentCollection {#10966 …} -Parent: Eccube\Entity\Category {#10941} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#10969 -id: 44 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1727357264 {#10967 date: 2024-09-26 22:27:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357264 {#10968 date: 2024-09-26 22:27:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10970 …} -Children: Doctrine\ORM\PersistentCollection {#10973 …} -Parent: Eccube\Entity\Category {#10941} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#10976 -id: 43 -name: "その他" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1727357259 {#10974 date: 2024-09-26 22:27:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357259 {#10975 date: 2024-09-26 22:27:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10977 …} -Children: Doctrine\ORM\PersistentCollection {#10980 …} -Parent: Eccube\Entity\Category {#10941} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#10983 -id: 40 -name: "磐田東高等学校" -hierarchy: 1 -sort_no: 56 -create_date: DateTime @1727357212 {#10951 date: 2024-09-26 22:26:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10952 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10984 …} -Children: Doctrine\ORM\PersistentCollection {#10987 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#10988 -id: 58 -name: "上衣" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1727357386 {#10981 date: 2024-09-26 22:29:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357386 {#10982 date: 2024-09-26 22:29:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10989 …} -Children: Doctrine\ORM\PersistentCollection {#10992 …} -Parent: Eccube\Entity\Category {#10983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#10997 -id: 57 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1727357383 {#10995 date: 2024-09-26 22:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357383 {#10996 date: 2024-09-26 22:29:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10998 …} -Children: Doctrine\ORM\PersistentCollection {#11001 …} -Parent: Eccube\Entity\Category {#10983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#11004 -id: 56 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1727357377 {#11002 date: 2024-09-26 22:29:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357377 {#11003 date: 2024-09-26 22:29:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11005 …} -Children: Doctrine\ORM\PersistentCollection {#11008 …} -Parent: Eccube\Entity\Category {#10983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#11011 -id: 55 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1727357364 {#11009 date: 2024-09-26 22:29:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357364 {#11010 date: 2024-09-26 22:29:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11012 …} -Children: Doctrine\ORM\PersistentCollection {#11015 …} -Parent: Eccube\Entity\Category {#10983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#11018 -id: 54 -name: "ニット" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1727357358 {#11016 date: 2024-09-26 22:29:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357358 {#11017 date: 2024-09-26 22:29:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11019 …} -Children: Doctrine\ORM\PersistentCollection {#11022 …} -Parent: Eccube\Entity\Category {#10983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#11025 -id: 53 -name: "その他" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1727357353 {#11023 date: 2024-09-26 22:29:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357353 {#11024 date: 2024-09-26 22:29:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11026 …} -Children: Doctrine\ORM\PersistentCollection {#11029 …} -Parent: Eccube\Entity\Category {#10983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#11032 -id: 29 -name: "浜松聖星高等学校" -hierarchy: 1 -sort_no: 50 -create_date: DateTime @1727357059 {#10994 date: 2024-09-26 22:24:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10993 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11033 …} -Children: Doctrine\ORM\PersistentCollection {#11036 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11037 -id: 38 -name: "上衣" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1727357125 {#11030 date: 2024-09-26 22:25:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357125 {#11031 date: 2024-09-26 22:25:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11038 …} -Children: Doctrine\ORM\PersistentCollection {#11041 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11046 -id: 37 -name: "スカート" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1727357113 {#11044 date: 2024-09-26 22:25:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357113 {#11045 date: 2024-09-26 22:25:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11047 …} -Children: Doctrine\ORM\PersistentCollection {#11050 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11053 -id: 36 -name: "スラックス" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1727357109 {#11051 date: 2024-09-26 22:25:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357109 {#11052 date: 2024-09-26 22:25:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11054 …} -Children: Doctrine\ORM\PersistentCollection {#11057 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11060 -id: 35 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1727357107 {#11058 date: 2024-09-26 22:25:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357107 {#11059 date: 2024-09-26 22:25:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11061 …} -Children: Doctrine\ORM\PersistentCollection {#11064 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11067 -id: 34 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1727357100 {#11065 date: 2024-09-26 22:25:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357100 {#11066 date: 2024-09-26 22:25:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11068 …} -Children: Doctrine\ORM\PersistentCollection {#11071 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11074 -id: 33 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1727357095 {#11072 date: 2024-09-26 22:24:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357095 {#11073 date: 2024-09-26 22:24:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11075 …} -Children: Doctrine\ORM\PersistentCollection {#11078 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11081 -id: 32 -name: "ソックス" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1727357091 {#11079 date: 2024-09-26 22:24:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357091 {#11080 date: 2024-09-26 22:24:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11082 …} -Children: Doctrine\ORM\PersistentCollection {#11085 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11088 -id: 31 -name: "バッグ" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1727357088 {#11086 date: 2024-09-26 22:24:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357088 {#11087 date: 2024-09-26 22:24:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11089 …} -Children: Doctrine\ORM\PersistentCollection {#11092 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11095 -id: 30 -name: "その他" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1727357074 {#11093 date: 2024-09-26 22:24:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357074 {#11094 date: 2024-09-26 22:24:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11096 …} -Children: Doctrine\ORM\PersistentCollection {#11099 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11102 -id: 22 -name: "西遠女子学園中学校" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1727356966 {#11042 date: 2024-09-26 22:22:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#11043 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11103 …} -Children: Doctrine\ORM\PersistentCollection {#11106 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#11107 -id: 28 -name: "セーラー" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1727356997 {#11100 date: 2024-09-26 22:23:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356997 {#11101 date: 2024-09-26 22:23:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11108 …} -Children: Doctrine\ORM\PersistentCollection {#11111 …} -Parent: Eccube\Entity\Category {#11102} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#11116 -id: 27 -name: "スカート" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1727356991 {#11114 date: 2024-09-26 22:23:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356991 {#11115 date: 2024-09-26 22:23:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11117 …} -Children: Doctrine\ORM\PersistentCollection {#11120 …} -Parent: Eccube\Entity\Category {#11102} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#11123 -id: 26 -name: "セーター" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1727356988 {#11121 date: 2024-09-26 22:23:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356988 {#11122 date: 2024-09-26 22:23:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11124 …} -Children: Doctrine\ORM\PersistentCollection {#11127 …} -Parent: Eccube\Entity\Category {#11102} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#11130 -id: 25 -name: "ソックス" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1727356981 {#11128 date: 2024-09-26 22:23:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356981 {#11129 date: 2024-09-26 22:23:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11131 …} -Children: Doctrine\ORM\PersistentCollection {#11134 …} -Parent: Eccube\Entity\Category {#11102} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#11137 -id: 24 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1727356978 {#11135 date: 2024-09-26 22:22:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356978 {#11136 date: 2024-09-26 22:22:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11138 …} -Children: Doctrine\ORM\PersistentCollection {#11141 …} -Parent: Eccube\Entity\Category {#11102} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#11144 -id: 23 -name: "コート" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1727356972 {#11142 date: 2024-09-26 22:22:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356972 {#11143 date: 2024-09-26 22:22:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11145 …} -Children: Doctrine\ORM\PersistentCollection {#11148 …} -Parent: Eccube\Entity\Category {#11102} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#11151 -id: 15 -name: "西遠女子学園高等学校" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1727356865 {#11113 date: 2024-09-26 22:21:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#11112 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11152 …} -Children: Doctrine\ORM\PersistentCollection {#11155 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#11156 -id: 21 -name: "セーラー" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1727356937 {#11149 date: 2024-09-26 22:22:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356937 {#11150 date: 2024-09-26 22:22:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11157 …} -Children: Doctrine\ORM\PersistentCollection {#11160 …} -Parent: Eccube\Entity\Category {#11151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#11165 -id: 20 -name: "スカート" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1727356935 {#11163 date: 2024-09-26 22:22:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356935 {#11164 date: 2024-09-26 22:22:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11166 …} -Children: Doctrine\ORM\PersistentCollection {#11169 …} -Parent: Eccube\Entity\Category {#11151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#11172 -id: 19 -name: "セーター" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1727356926 {#11170 date: 2024-09-26 22:22:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356926 {#11171 date: 2024-09-26 22:22:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11173 …} -Children: Doctrine\ORM\PersistentCollection {#11176 …} -Parent: Eccube\Entity\Category {#11151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#11179 -id: 18 -name: "ソックス" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1727356922 {#11177 date: 2024-09-26 22:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356922 {#11178 date: 2024-09-26 22:22:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11180 …} -Children: Doctrine\ORM\PersistentCollection {#11183 …} -Parent: Eccube\Entity\Category {#11151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#11186 -id: 17 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1727356917 {#11184 date: 2024-09-26 22:21:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356917 {#11185 date: 2024-09-26 22:21:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11187 …} -Children: Doctrine\ORM\PersistentCollection {#11190 …} -Parent: Eccube\Entity\Category {#11151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#11193 -id: 16 -name: "コート" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1727356912 {#11191 date: 2024-09-26 22:21:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356912 {#11192 date: 2024-09-26 22:21:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11194 …} -Children: Doctrine\ORM\PersistentCollection {#11197 …} -Parent: Eccube\Entity\Category {#11151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#11200 -id: 7 -name: "浜松西高等学校・中等部" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1727356715 {#11162 date: 2024-09-26 22:18:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#11161 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11201 …} -Children: Doctrine\ORM\PersistentCollection {#11204 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6751 …} } Eccube\Entity\Category {#11205 -id: 14 -name: "上衣" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1727356836 {#11198 date: 2024-09-26 22:20:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11199 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11206 …} -Children: Doctrine\ORM\PersistentCollection {#11209 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } Eccube\Entity\Category {#11214 -id: 13 -name: "シャツ" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1727356831 {#11212 date: 2024-09-26 22:20:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11213 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11215 …} -Children: Doctrine\ORM\PersistentCollection {#11218 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } Eccube\Entity\Category {#11221 -id: 12 -name: "セーラー" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1727356828 {#11219 date: 2024-09-26 22:20:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11220 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11222 …} -Children: Doctrine\ORM\PersistentCollection {#11225 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } Eccube\Entity\Category {#11228 -id: 11 -name: "スカート" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1727356825 {#11226 date: 2024-09-26 22:20:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11227 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11229 …} -Children: Doctrine\ORM\PersistentCollection {#11232 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } Eccube\Entity\Category {#11235 -id: 10 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1727356822 {#11233 date: 2024-09-26 22:20:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11234 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11236 …} -Children: Doctrine\ORM\PersistentCollection {#11239 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } Eccube\Entity\Category {#11242 -id: 9 -name: "セーター・ベスト" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1727356811 {#11240 date: 2024-09-26 22:20:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11241 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11243 …} -Children: Doctrine\ORM\PersistentCollection {#11246 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } Eccube\Entity\Category {#11249 -id: 8 -name: "ソックス" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1727356797 {#11247 date: 2024-09-26 22:19:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11248 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11250 …} -Children: Doctrine\ORM\PersistentCollection {#11253 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } Eccube\Entity\Category {#11256 -id: 1 -name: "磐田南高等学校" -hierarchy: 1 -sort_no: 20 -create_date: DateTime @1727356577 {#11210 date: 2024-09-26 22:16:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#11211 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11257 …} -Children: Doctrine\ORM\PersistentCollection {#11260 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6701 …} } Eccube\Entity\Category {#11261 -id: 6 -name: "上衣" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1727356642 {#11254 date: 2024-09-26 22:17:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356648 {#11255 date: 2024-09-26 22:17:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11262 …} -Children: Doctrine\ORM\PersistentCollection {#11265 …} -Parent: Eccube\Entity\Category {#11256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6701 …} } Eccube\Entity\Category {#11270 -id: 5 -name: "シャツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1727356639 {#11268 date: 2024-09-26 22:17:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356639 {#11269 date: 2024-09-26 22:17:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11271 …} -Children: Doctrine\ORM\PersistentCollection {#11274 …} -Parent: Eccube\Entity\Category {#11256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6701 …} } Eccube\Entity\Category {#11277 -id: 4 -name: "スカート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1727356633 {#11275 date: 2024-09-26 22:17:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356633 {#11276 date: 2024-09-26 22:17:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11278 …} -Children: Doctrine\ORM\PersistentCollection {#11281 …} -Parent: Eccube\Entity\Category {#11256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6701 …} } Eccube\Entity\Category {#11284 -id: 3 -name: "スラックス" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1727356629 {#11282 date: 2024-09-26 22:17:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356629 {#11283 date: 2024-09-26 22:17:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11285 …} -Children: Doctrine\ORM\PersistentCollection {#11288 …} -Parent: Eccube\Entity\Category {#11256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6701 …} } Eccube\Entity\Category {#11291 -id: 2 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1727356613 {#11289 date: 2024-09-26 22:16:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356613 {#11290 date: 2024-09-26 22:16:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11292 …} -Children: Doctrine\ORM\PersistentCollection {#11295 …} -Parent: Eccube\Entity\Category {#11256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6701 …} } Eccube\Entity\Category {#11298 -id: 188 -name: "磐田南高等学校" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1727359960 {#11266 date: 2024-09-26 23:12:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#11267 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11299 …} -Children: Doctrine\ORM\PersistentCollection {#11302 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6960 …} } Eccube\Entity\Category {#11303 -id: 194 -name: "上衣" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1727360018 {#11296 date: 2024-09-26 23:13:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360018 {#11297 date: 2024-09-26 23:13:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11304 …} -Children: Doctrine\ORM\PersistentCollection {#11307 …} -Parent: Eccube\Entity\Category {#11298} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6960 …} } Eccube\Entity\Category {#11312 -id: 193 -name: "シャツ" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1727360007 {#11310 date: 2024-09-26 23:13:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360007 {#11311 date: 2024-09-26 23:13:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11313 …} -Children: Doctrine\ORM\PersistentCollection {#11316 …} -Parent: Eccube\Entity\Category {#11298} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6960 …} } Eccube\Entity\Category {#11319 -id: 192 -name: "スカート" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1727360005 {#11317 date: 2024-09-26 23:13:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360005 {#11318 date: 2024-09-26 23:13:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11320 …} -Children: Doctrine\ORM\PersistentCollection {#11323 …} -Parent: Eccube\Entity\Category {#11298} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6960 …} } Eccube\Entity\Category {#11326 -id: 191 -name: "スラックス" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1727360000 {#11324 date: 2024-09-26 23:13:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360000 {#11325 date: 2024-09-26 23:13:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11327 …} -Children: Doctrine\ORM\PersistentCollection {#11330 …} -Parent: Eccube\Entity\Category {#11298} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6960 …} } Eccube\Entity\Category {#11333 -id: 190 -name: "ソックス" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1727359991 {#11331 date: 2024-09-26 23:13:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359991 {#11332 date: 2024-09-26 23:13:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11334 …} -Children: Doctrine\ORM\PersistentCollection {#11337 …} -Parent: Eccube\Entity\Category {#11298} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6960 …} } Eccube\Entity\Category {#11340 -id: 189 -name: "その他" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1727359981 {#11338 date: 2024-09-26 23:13:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359981 {#11339 date: 2024-09-26 23:13:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11341 …} -Children: Doctrine\ORM\PersistentCollection {#11344 …} -Parent: Eccube\Entity\Category {#11298} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6960 …} } ] |
[ Eccube\Entity\Category {#9033 -id: 182 -name: "浜松工業高等学校" -hierarchy: 1 -sort_no: 296 -create_date: DateTime @1727359862 {#9065 date: 2024-09-26 23:11:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9063 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9076 …} -Children: Doctrine\ORM\PersistentCollection {#9319 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6951 …} } Eccube\Entity\Category {#9318 -id: 186 -name: "上衣" -hierarchy: 2 -sort_no: 228 -create_date: DateTime @1727359888 {#9061 date: 2024-09-26 23:11:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#9059 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9317 …} -Children: Doctrine\ORM\PersistentCollection {#9313 …} -Parent: Eccube\Entity\Category {#9033} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6951 …} } Eccube\Entity\Category {#9308 -id: 185 -name: "ブラウス" -hierarchy: 2 -sort_no: 227 -create_date: DateTime @1727359881 {#9310 date: 2024-09-26 23:11:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#9309 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9307 …} -Children: Doctrine\ORM\PersistentCollection {#9304 …} -Parent: Eccube\Entity\Category {#9033} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6951 …} } Eccube\Entity\Category {#9301 -id: 184 -name: "スカート" -hierarchy: 2 -sort_no: 226 -create_date: DateTime @1727359876 {#9303 date: 2024-09-26 23:11:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#9302 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9300 …} -Children: Doctrine\ORM\PersistentCollection {#9297 …} -Parent: Eccube\Entity\Category {#9033} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6951 …} } Eccube\Entity\Category {#9294 -id: 187 -name: "ネクタイ" -hierarchy: 2 -sort_no: 225 -create_date: DateTime @1727359899 {#9296 date: 2024-09-26 23:11:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#9295 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9293 …} -Children: Doctrine\ORM\PersistentCollection {#9290 …} -Parent: Eccube\Entity\Category {#9033} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6951 …} } Eccube\Entity\Category {#9055 -id: 183 -name: "ニット" -hierarchy: 2 -sort_no: 224 -create_date: DateTime @1727359868 {#9054 date: 2024-09-26 23:11:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#9060 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9056 …} -Children: Doctrine\ORM\PersistentCollection {#9279 …} -Parent: Eccube\Entity\Category {#9033} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6951 …} } Eccube\Entity\Category {#9282 -id: 225 -name: "浜松工業高等学校" -hierarchy: 1 -sort_no: 290 -create_date: DateTime @1727360786 {#9312 date: 2024-09-26 23:26:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9311 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9283 …} -Children: Doctrine\ORM\PersistentCollection {#9286 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7014 …} } Eccube\Entity\Category {#9287 -id: 230 -name: "上衣" -hierarchy: 2 -sort_no: 266 -create_date: DateTime @1727360815 {#9280 date: 2024-09-26 23:26:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360815 {#9281 date: 2024-09-26 23:26:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9288 …} -Children: Doctrine\ORM\PersistentCollection {#9324 …} -Parent: Eccube\Entity\Category {#9282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7014 …} } Eccube\Entity\Category {#9330 -id: 229 -name: "ブラウス" -hierarchy: 2 -sort_no: 265 -create_date: DateTime @1727360810 {#9328 date: 2024-09-26 23:26:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360810 {#9329 date: 2024-09-26 23:26:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9331 …} -Children: Doctrine\ORM\PersistentCollection {#9334 …} -Parent: Eccube\Entity\Category {#9282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7014 …} } Eccube\Entity\Category {#9337 -id: 228 -name: "スカート" -hierarchy: 2 -sort_no: 264 -create_date: DateTime @1727360808 {#9335 date: 2024-09-26 23:26:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360808 {#9336 date: 2024-09-26 23:26:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9338 …} -Children: Doctrine\ORM\PersistentCollection {#9341 …} -Parent: Eccube\Entity\Category {#9282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7014 …} } Eccube\Entity\Category {#9344 -id: 227 -name: "ネクタイ" -hierarchy: 2 -sort_no: 263 -create_date: DateTime @1727360804 {#9342 date: 2024-09-26 23:26:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360804 {#9343 date: 2024-09-26 23:26:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9345 …} -Children: Doctrine\ORM\PersistentCollection {#9348 …} -Parent: Eccube\Entity\Category {#9282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7014 …} } Eccube\Entity\Category {#9351 -id: 226 -name: "ニット" -hierarchy: 2 -sort_no: 262 -create_date: DateTime @1727360794 {#9349 date: 2024-09-26 23:26:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360794 {#9350 date: 2024-09-26 23:26:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9352 …} -Children: Doctrine\ORM\PersistentCollection {#9355 …} -Parent: Eccube\Entity\Category {#9282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7014 …} } Eccube\Entity\Category {#9358 -id: 175 -name: "磐田北高等学校" -hierarchy: 1 -sort_no: 289 -create_date: DateTime @1727359766 {#9325 date: 2024-09-26 23:09:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9327 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9359 …} -Children: Doctrine\ORM\PersistentCollection {#9362 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#9363 -id: 181 -name: "上衣" -hierarchy: 2 -sort_no: 222 -create_date: DateTime @1727359792 {#9356 date: 2024-09-26 23:09:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359792 {#9357 date: 2024-09-26 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9364 …} -Children: Doctrine\ORM\PersistentCollection {#9367 …} -Parent: Eccube\Entity\Category {#9358} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#9372 -id: 180 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 221 -create_date: DateTime @1727359786 {#9370 date: 2024-09-26 23:09:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359786 {#9371 date: 2024-09-26 23:09:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9373 …} -Children: Doctrine\ORM\PersistentCollection {#9376 …} -Parent: Eccube\Entity\Category {#9358} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#9379 -id: 179 -name: "スラックス" -hierarchy: 2 -sort_no: 220 -create_date: DateTime @1727359782 {#9377 date: 2024-09-26 23:09:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359782 {#9378 date: 2024-09-26 23:09:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9380 …} -Children: Doctrine\ORM\PersistentCollection {#9383 …} -Parent: Eccube\Entity\Category {#9358} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#9386 -id: 178 -name: "スカート" -hierarchy: 2 -sort_no: 219 -create_date: DateTime @1727359778 {#9384 date: 2024-09-26 23:09:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359778 {#9385 date: 2024-09-26 23:09:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9387 …} -Children: Doctrine\ORM\PersistentCollection {#9390 …} -Parent: Eccube\Entity\Category {#9358} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#9393 -id: 177 -name: "ネクタイ" -hierarchy: 2 -sort_no: 218 -create_date: DateTime @1727359776 {#9391 date: 2024-09-26 23:09:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359776 {#9392 date: 2024-09-26 23:09:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9394 …} -Children: Doctrine\ORM\PersistentCollection {#9397 …} -Parent: Eccube\Entity\Category {#9358} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#9400 -id: 176 -name: "ソックス" -hierarchy: 2 -sort_no: 217 -create_date: DateTime @1727359773 {#9398 date: 2024-09-26 23:09:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359773 {#9399 date: 2024-09-26 23:09:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9401 …} -Children: Doctrine\ORM\PersistentCollection {#9404 …} -Parent: Eccube\Entity\Category {#9358} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#9407 -id: 218 -name: "磐田北高等学校" -hierarchy: 1 -sort_no: 288 -create_date: DateTime @1727360732 {#9369 date: 2024-09-26 23:25:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9368 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9408 …} -Children: Doctrine\ORM\PersistentCollection {#9411 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7005 …} } Eccube\Entity\Category {#9412 -id: 224 -name: "上衣" -hierarchy: 2 -sort_no: 261 -create_date: DateTime @1727360755 {#9405 date: 2024-09-26 23:25:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360755 {#9406 date: 2024-09-26 23:25:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9413 …} -Children: Doctrine\ORM\PersistentCollection {#9416 …} -Parent: Eccube\Entity\Category {#9407} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7005 …} } Eccube\Entity\Category {#9421 -id: 223 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 260 -create_date: DateTime @1727360750 {#9419 date: 2024-09-26 23:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360750 {#9420 date: 2024-09-26 23:25:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9422 …} -Children: Doctrine\ORM\PersistentCollection {#9425 …} -Parent: Eccube\Entity\Category {#9407} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7005 …} } Eccube\Entity\Category {#9428 -id: 222 -name: "スラックス" -hierarchy: 2 -sort_no: 259 -create_date: DateTime @1727360744 {#9426 date: 2024-09-26 23:25:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360744 {#9427 date: 2024-09-26 23:25:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9429 …} -Children: Doctrine\ORM\PersistentCollection {#9432 …} -Parent: Eccube\Entity\Category {#9407} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7005 …} } Eccube\Entity\Category {#9435 -id: 221 -name: "スカート" -hierarchy: 2 -sort_no: 258 -create_date: DateTime @1727360742 {#9433 date: 2024-09-26 23:25:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360742 {#9434 date: 2024-09-26 23:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9436 …} -Children: Doctrine\ORM\PersistentCollection {#9439 …} -Parent: Eccube\Entity\Category {#9407} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7005 …} } Eccube\Entity\Category {#9442 -id: 220 -name: "ネクタイ" -hierarchy: 2 -sort_no: 257 -create_date: DateTime @1727360739 {#9440 date: 2024-09-26 23:25:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360739 {#9441 date: 2024-09-26 23:25:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9443 …} -Children: Doctrine\ORM\PersistentCollection {#9446 …} -Parent: Eccube\Entity\Category {#9407} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7005 …} } Eccube\Entity\Category {#9449 -id: 219 -name: "ソックス" -hierarchy: 2 -sort_no: 256 -create_date: DateTime @1727360737 {#9447 date: 2024-09-26 23:25:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360737 {#9448 date: 2024-09-26 23:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9450 …} -Children: Doctrine\ORM\PersistentCollection {#9453 …} -Parent: Eccube\Entity\Category {#9407} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7005 …} } Eccube\Entity\Category {#9456 -id: 168 -name: "浜松湖北高等学校" -hierarchy: 1 -sort_no: 287 -create_date: DateTime @1727359685 {#9418 date: 2024-09-26 23:08:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9417 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9457 …} -Children: Doctrine\ORM\PersistentCollection {#9460 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#9461 -id: 174 -name: "ブレザー" -hierarchy: 2 -sort_no: 215 -create_date: DateTime @1727359726 {#9454 date: 2024-09-26 23:08:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359726 {#9455 date: 2024-09-26 23:08:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9462 …} -Children: Doctrine\ORM\PersistentCollection {#9465 …} -Parent: Eccube\Entity\Category {#9456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#9470 -id: 173 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 214 -create_date: DateTime @1727359718 {#9468 date: 2024-09-26 23:08:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359718 {#9469 date: 2024-09-26 23:08:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9471 …} -Children: Doctrine\ORM\PersistentCollection {#9474 …} -Parent: Eccube\Entity\Category {#9456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#9477 -id: 172 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 213 -create_date: DateTime @1727359713 {#9475 date: 2024-09-26 23:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359713 {#9476 date: 2024-09-26 23:08:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9478 …} -Children: Doctrine\ORM\PersistentCollection {#9481 …} -Parent: Eccube\Entity\Category {#9456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#9484 -id: 171 -name: "スカート" -hierarchy: 2 -sort_no: 212 -create_date: DateTime @1727359701 {#9482 date: 2024-09-26 23:08:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359701 {#9483 date: 2024-09-26 23:08:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9485 …} -Children: Doctrine\ORM\PersistentCollection {#9488 …} -Parent: Eccube\Entity\Category {#9456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#9491 -id: 170 -name: "ネクタイ" -hierarchy: 2 -sort_no: 211 -create_date: DateTime @1727359697 {#9489 date: 2024-09-26 23:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359697 {#9490 date: 2024-09-26 23:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9492 …} -Children: Doctrine\ORM\PersistentCollection {#9495 …} -Parent: Eccube\Entity\Category {#9456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#9498 -id: 169 -name: "セーター" -hierarchy: 2 -sort_no: 210 -create_date: DateTime @1727359690 {#9496 date: 2024-09-26 23:08:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359694 {#9497 date: 2024-09-26 23:08:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9499 …} -Children: Doctrine\ORM\PersistentCollection {#9502 …} -Parent: Eccube\Entity\Category {#9456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#9505 -id: 211 -name: "浜松湖北高等学校" -hierarchy: 1 -sort_no: 286 -create_date: DateTime @1727360664 {#9467 date: 2024-09-26 23:24:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9466 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9506 …} -Children: Doctrine\ORM\PersistentCollection {#9509 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6996 …} } Eccube\Entity\Category {#9510 -id: 217 -name: "ブレザー" -hierarchy: 2 -sort_no: 236 -create_date: DateTime @1727360698 {#9503 date: 2024-09-26 23:24:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360698 {#9504 date: 2024-09-26 23:24:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9511 …} -Children: Doctrine\ORM\PersistentCollection {#9514 …} -Parent: Eccube\Entity\Category {#9505} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6996 …} } Eccube\Entity\Category {#9519 -id: 216 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 235 -create_date: DateTime @1727360692 {#9517 date: 2024-09-26 23:24:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360692 {#9518 date: 2024-09-26 23:24:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9520 …} -Children: Doctrine\ORM\PersistentCollection {#9523 …} -Parent: Eccube\Entity\Category {#9505} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6996 …} } Eccube\Entity\Category {#9526 -id: 215 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 234 -create_date: DateTime @1727360684 {#9524 date: 2024-09-26 23:24:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360684 {#9525 date: 2024-09-26 23:24:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9527 …} -Children: Doctrine\ORM\PersistentCollection {#9530 …} -Parent: Eccube\Entity\Category {#9505} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6996 …} } Eccube\Entity\Category {#9533 -id: 214 -name: "スカート" -hierarchy: 2 -sort_no: 233 -create_date: DateTime @1727360678 {#9531 date: 2024-09-26 23:24:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360678 {#9532 date: 2024-09-26 23:24:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9534 …} -Children: Doctrine\ORM\PersistentCollection {#9537 …} -Parent: Eccube\Entity\Category {#9505} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6996 …} } Eccube\Entity\Category {#9540 -id: 213 -name: "ネクタイ" -hierarchy: 2 -sort_no: 232 -create_date: DateTime @1727360676 {#9538 date: 2024-09-26 23:24:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360676 {#9539 date: 2024-09-26 23:24:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9541 …} -Children: Doctrine\ORM\PersistentCollection {#9544 …} -Parent: Eccube\Entity\Category {#9505} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6996 …} } Eccube\Entity\Category {#9547 -id: 212 -name: "セーター" -hierarchy: 2 -sort_no: 231 -create_date: DateTime @1727360671 {#9545 date: 2024-09-26 23:24:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360671 {#9546 date: 2024-09-26 23:24:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9548 …} -Children: Doctrine\ORM\PersistentCollection {#9551 …} -Parent: Eccube\Entity\Category {#9505} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6996 …} } Eccube\Entity\Category {#9554 -id: 163 -name: "浜松学院" -hierarchy: 1 -sort_no: 277 -create_date: DateTime @1727359629 {#9516 date: 2024-09-26 23:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9515 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9555 …} -Children: Doctrine\ORM\PersistentCollection {#9558 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#9559 -id: 167 -name: "ジャケット" -hierarchy: 2 -sort_no: 208 -create_date: DateTime @1727359648 {#9552 date: 2024-09-26 23:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359648 {#9553 date: 2024-09-26 23:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9560 …} -Children: Doctrine\ORM\PersistentCollection {#9563 …} -Parent: Eccube\Entity\Category {#9554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#9568 -id: 166 -name: "シャツ" -hierarchy: 2 -sort_no: 207 -create_date: DateTime @1727359639 {#9566 date: 2024-09-26 23:07:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359639 {#9567 date: 2024-09-26 23:07:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9569 …} -Children: Doctrine\ORM\PersistentCollection {#9572 …} -Parent: Eccube\Entity\Category {#9554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#9575 -id: 165 -name: "スラックス" -hierarchy: 2 -sort_no: 206 -create_date: DateTime @1727359637 {#9573 date: 2024-09-26 23:07:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359637 {#9574 date: 2024-09-26 23:07:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9576 …} -Children: Doctrine\ORM\PersistentCollection {#9579 …} -Parent: Eccube\Entity\Category {#9554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#9582 -id: 164 -name: "ソックス" -hierarchy: 2 -sort_no: 205 -create_date: DateTime @1727359633 {#9580 date: 2024-09-26 23:07:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359633 {#9581 date: 2024-09-26 23:07:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9583 …} -Children: Doctrine\ORM\PersistentCollection {#9586 …} -Parent: Eccube\Entity\Category {#9554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#9589 -id: 152 -name: "開誠館中学校" -hierarchy: 1 -sort_no: 268 -create_date: DateTime @1727359500 {#9565 date: 2024-09-26 23:05:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9564 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9590 …} -Children: Doctrine\ORM\PersistentCollection {#9593 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9594 -id: 162 -name: "上衣" -hierarchy: 2 -sort_no: 203 -create_date: DateTime @1727359564 {#9587 date: 2024-09-26 23:06:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359564 {#9588 date: 2024-09-26 23:06:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9595 …} -Children: Doctrine\ORM\PersistentCollection {#9598 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9603 -id: 161 -name: "シャツ" -hierarchy: 2 -sort_no: 202 -create_date: DateTime @1727359561 {#9601 date: 2024-09-26 23:06:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359561 {#9602 date: 2024-09-26 23:06:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9604 …} -Children: Doctrine\ORM\PersistentCollection {#9607 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9610 -id: 160 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 201 -create_date: DateTime @1727359555 {#9608 date: 2024-09-26 23:05:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359555 {#9609 date: 2024-09-26 23:05:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9611 …} -Children: Doctrine\ORM\PersistentCollection {#9614 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9617 -id: 159 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 200 -create_date: DateTime @1727359548 {#9615 date: 2024-09-26 23:05:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359548 {#9616 date: 2024-09-26 23:05:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9618 …} -Children: Doctrine\ORM\PersistentCollection {#9621 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9624 -id: 158 -name: "セーラー" -hierarchy: 2 -sort_no: 199 -create_date: DateTime @1727359541 {#9622 date: 2024-09-26 23:05:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359541 {#9623 date: 2024-09-26 23:05:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9625 …} -Children: Doctrine\ORM\PersistentCollection {#9628 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9631 -id: 157 -name: "スカート" -hierarchy: 2 -sort_no: 198 -create_date: DateTime @1727359539 {#9629 date: 2024-09-26 23:05:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359539 {#9630 date: 2024-09-26 23:05:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9632 …} -Children: Doctrine\ORM\PersistentCollection {#9635 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9638 -id: 156 -name: "ソックス" -hierarchy: 2 -sort_no: 197 -create_date: DateTime @1727359534 {#9636 date: 2024-09-26 23:05:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359534 {#9637 date: 2024-09-26 23:05:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9639 …} -Children: Doctrine\ORM\PersistentCollection {#9642 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9645 -id: 155 -name: "通学靴" -hierarchy: 2 -sort_no: 196 -create_date: DateTime @1727359530 {#9643 date: 2024-09-26 23:05:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359530 {#9644 date: 2024-09-26 23:05:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9646 …} -Children: Doctrine\ORM\PersistentCollection {#9649 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9652 -id: 154 -name: "雨衣" -hierarchy: 2 -sort_no: 195 -create_date: DateTime @1727359524 {#9650 date: 2024-09-26 23:05:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359524 {#9651 date: 2024-09-26 23:05:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9653 …} -Children: Doctrine\ORM\PersistentCollection {#9656 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9659 -id: 153 -name: "その他" -hierarchy: 2 -sort_no: 194 -create_date: DateTime @1727359518 {#9657 date: 2024-09-26 23:05:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359518 {#9658 date: 2024-09-26 23:05:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9660 …} -Children: Doctrine\ORM\PersistentCollection {#9663 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9666 -id: 141 -name: "開誠館高等学校" -hierarchy: 1 -sort_no: 267 -create_date: DateTime @1727359401 {#9600 date: 2024-09-26 23:03:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9599 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9667 …} -Children: Doctrine\ORM\PersistentCollection {#9670 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9671 -id: 151 -name: "上衣" -hierarchy: 2 -sort_no: 184 -create_date: DateTime @1727359458 {#9664 date: 2024-09-26 23:04:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359458 {#9665 date: 2024-09-26 23:04:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9672 …} -Children: Doctrine\ORM\PersistentCollection {#9675 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9680 -id: 150 -name: "シャツ" -hierarchy: 2 -sort_no: 183 -create_date: DateTime @1727359453 {#9678 date: 2024-09-26 23:04:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359453 {#9679 date: 2024-09-26 23:04:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9681 …} -Children: Doctrine\ORM\PersistentCollection {#9684 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9687 -id: 149 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1727359448 {#9685 date: 2024-09-26 23:04:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359448 {#9686 date: 2024-09-26 23:04:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9688 …} -Children: Doctrine\ORM\PersistentCollection {#9691 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9694 -id: 148 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1727359440 {#9692 date: 2024-09-26 23:04:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359440 {#9693 date: 2024-09-26 23:04:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9695 …} -Children: Doctrine\ORM\PersistentCollection {#9698 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9701 -id: 147 -name: "セーラー" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1727359431 {#9699 date: 2024-09-26 23:03:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359431 {#9700 date: 2024-09-26 23:03:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9702 …} -Children: Doctrine\ORM\PersistentCollection {#9705 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9708 -id: 146 -name: "スカート" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1727359428 {#9706 date: 2024-09-26 23:03:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359428 {#9707 date: 2024-09-26 23:03:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9709 …} -Children: Doctrine\ORM\PersistentCollection {#9712 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9715 -id: 145 -name: "ソックス" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1727359426 {#9713 date: 2024-09-26 23:03:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359426 {#9714 date: 2024-09-26 23:03:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9716 …} -Children: Doctrine\ORM\PersistentCollection {#9719 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9722 -id: 144 -name: "通学靴" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1727359419 {#9720 date: 2024-09-26 23:03:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359419 {#9721 date: 2024-09-26 23:03:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9723 …} -Children: Doctrine\ORM\PersistentCollection {#9726 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9729 -id: 143 -name: "雨衣" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1727359413 {#9727 date: 2024-09-26 23:03:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359413 {#9728 date: 2024-09-26 23:03:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9730 …} -Children: Doctrine\ORM\PersistentCollection {#9733 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9736 -id: 142 -name: "その他" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1727359408 {#9734 date: 2024-09-26 23:03:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359408 {#9735 date: 2024-09-26 23:03:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9737 …} -Children: Doctrine\ORM\PersistentCollection {#9740 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9743 -id: 121 -name: "浜松商業高等学校" -hierarchy: 1 -sort_no: 255 -create_date: DateTime @1727359092 {#9677 date: 2024-09-26 22:58:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9676 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9744 …} -Children: Doctrine\ORM\PersistentCollection {#9747 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#9748 -id: 125 -name: "ジャケット" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1727359108 {#9741 date: 2024-09-26 22:58:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359108 {#9742 date: 2024-09-26 22:58:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9749 …} -Children: Doctrine\ORM\PersistentCollection {#9752 …} -Parent: Eccube\Entity\Category {#9743} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#9757 -id: 124 -name: "ベスト" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1727359105 {#9755 date: 2024-09-26 22:58:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359105 {#9756 date: 2024-09-26 22:58:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9758 …} -Children: Doctrine\ORM\PersistentCollection {#9761 …} -Parent: Eccube\Entity\Category {#9743} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#9764 -id: 123 -name: "スカート" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1727359103 {#9762 date: 2024-09-26 22:58:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359103 {#9763 date: 2024-09-26 22:58:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9765 …} -Children: Doctrine\ORM\PersistentCollection {#9768 …} -Parent: Eccube\Entity\Category {#9743} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#9771 -id: 122 -name: "スラックス" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1727359100 {#9769 date: 2024-09-26 22:58:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359100 {#9770 date: 2024-09-26 22:58:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9772 …} -Children: Doctrine\ORM\PersistentCollection {#9775 …} -Parent: Eccube\Entity\Category {#9743} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#9778 -id: 206 -name: "浜松商業高等学校" -hierarchy: 1 -sort_no: 254 -create_date: DateTime @1727360598 {#9754 date: 2024-09-26 23:23:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9753 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9779 …} -Children: Doctrine\ORM\PersistentCollection {#9782 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6987 …} } Eccube\Entity\Category {#9783 -id: 210 -name: "ジャケット" -hierarchy: 2 -sort_no: 249 -create_date: DateTime @1727360632 {#9776 date: 2024-09-26 23:23:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360632 {#9777 date: 2024-09-26 23:23:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9784 …} -Children: Doctrine\ORM\PersistentCollection {#9787 …} -Parent: Eccube\Entity\Category {#9778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6987 …} } Eccube\Entity\Category {#9792 -id: 209 -name: "ベスト" -hierarchy: 2 -sort_no: 248 -create_date: DateTime @1727360630 {#9790 date: 2024-09-26 23:23:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360630 {#9791 date: 2024-09-26 23:23:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9793 …} -Children: Doctrine\ORM\PersistentCollection {#9796 …} -Parent: Eccube\Entity\Category {#9778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6987 …} } Eccube\Entity\Category {#9799 -id: 208 -name: "スカート" -hierarchy: 2 -sort_no: 247 -create_date: DateTime @1727360627 {#9797 date: 2024-09-26 23:23:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360627 {#9798 date: 2024-09-26 23:23:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9800 …} -Children: Doctrine\ORM\PersistentCollection {#9803 …} -Parent: Eccube\Entity\Category {#9778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6987 …} } Eccube\Entity\Category {#9806 -id: 207 -name: "スラックス" -hierarchy: 2 -sort_no: 246 -create_date: DateTime @1727360623 {#9804 date: 2024-09-26 23:23:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360623 {#9805 date: 2024-09-26 23:23:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9807 …} -Children: Doctrine\ORM\PersistentCollection {#9810 …} -Parent: Eccube\Entity\Category {#9778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6987 …} } Eccube\Entity\Category {#9813 -id: 115 -name: "浜松南高等学校" -hierarchy: 1 -sort_no: 253 -create_date: DateTime @1727359000 {#9789 date: 2024-09-26 22:56:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9788 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9814 …} -Children: Doctrine\ORM\PersistentCollection {#9817 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9818 -id: 120 -name: "ジャケット" -hierarchy: 2 -sort_no: 252 -create_date: DateTime @1727359038 {#9811 date: 2024-09-26 22:57:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9812 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9819 …} -Children: Doctrine\ORM\PersistentCollection {#9823 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9828 -id: 119 -name: "ブラウス" -hierarchy: 2 -sort_no: 251 -create_date: DateTime @1727359033 {#9826 date: 2024-09-26 22:57:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9827 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9829 …} -Children: Doctrine\ORM\PersistentCollection {#9832 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9835 -id: 291 -name: "シャツ" -hierarchy: 2 -sort_no: 250 -create_date: DateTime @1732080417 {#9833 date: 2024-11-20 14:26:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9834 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9836 …} -Children: Doctrine\ORM\PersistentCollection {#9839 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9842 -id: 293 -name: "ポロシャツ" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1732080487 {#9840 date: 2024-11-20 14:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9841 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9843 …} -Children: Doctrine\ORM\PersistentCollection {#9846 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9849 -id: 118 -name: "スカート" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1727359031 {#9847 date: 2024-09-26 22:57:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9848 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9850 …} -Children: Doctrine\ORM\PersistentCollection {#9853 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9856 -id: 117 -name: "スラックス" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1727359026 {#9854 date: 2024-09-26 22:57:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9855 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9857 …} -Children: Doctrine\ORM\PersistentCollection {#9860 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9863 -id: 294 -name: "ニット" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1732080498 {#9861 date: 2024-11-20 14:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9862 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9864 …} -Children: Doctrine\ORM\PersistentCollection {#9867 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9870 -id: 116 -name: "ネクタイ・リボン" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1727359023 {#9868 date: 2024-09-26 22:57:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9869 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9871 …} -Children: Doctrine\ORM\PersistentCollection {#9874 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9877 -id: 200 -name: "浜松南高等学校" -hierarchy: 1 -sort_no: 240 -create_date: DateTime @1727360514 {#9825 date: 2024-09-26 23:21:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9824 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9878 …} -Children: Doctrine\ORM\PersistentCollection {#9881 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9882 -id: 205 -name: "ジャケット" -hierarchy: 2 -sort_no: 245 -create_date: DateTime @1727360534 {#9875 date: 2024-09-26 23:22:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9876 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9883 …} -Children: Doctrine\ORM\PersistentCollection {#9886 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9891 -id: 204 -name: "ブラウス" -hierarchy: 2 -sort_no: 244 -create_date: DateTime @1727360532 {#9889 date: 2024-09-26 23:22:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9890 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9892 …} -Children: Doctrine\ORM\PersistentCollection {#9895 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9898 -id: 295 -name: "シャツ" -hierarchy: 2 -sort_no: 243 -create_date: DateTime @1732080513 {#9896 date: 2024-11-20 14:28:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9897 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9899 …} -Children: Doctrine\ORM\PersistentCollection {#9902 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9905 -id: 296 -name: "ポロシャツ" -hierarchy: 2 -sort_no: 242 -create_date: DateTime @1732080521 {#9903 date: 2024-11-20 14:28:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9904 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9906 …} -Children: Doctrine\ORM\PersistentCollection {#9909 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9912 -id: 203 -name: "スカート" -hierarchy: 2 -sort_no: 241 -create_date: DateTime @1727360528 {#9910 date: 2024-09-26 23:22:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9911 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9913 …} -Children: Doctrine\ORM\PersistentCollection {#9916 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9919 -id: 202 -name: "スラックス" -hierarchy: 2 -sort_no: 239 -create_date: DateTime @1727360523 {#9917 date: 2024-09-26 23:22:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9918 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9920 …} -Children: Doctrine\ORM\PersistentCollection {#9923 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9926 -id: 297 -name: "ニット" -hierarchy: 2 -sort_no: 238 -create_date: DateTime @1732080525 {#9924 date: 2024-11-20 14:28:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9925 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9927 …} -Children: Doctrine\ORM\PersistentCollection {#9930 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9933 -id: 201 -name: "ネクタイ・リボン" -hierarchy: 2 -sort_no: 237 -create_date: DateTime @1727360520 {#9931 date: 2024-09-26 23:22:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9932 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9934 …} -Children: Doctrine\ORM\PersistentCollection {#9937 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9940 -id: 110 -name: "掛川西高等学校" -hierarchy: 1 -sort_no: 230 -create_date: DateTime @1727358904 {#9888 date: 2024-09-26 22:55:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9887 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9941 …} -Children: Doctrine\ORM\PersistentCollection {#9944 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6859 …} } Eccube\Entity\Category {#9945 -id: 113 -name: "ジャケット" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1727358918 {#9938 date: 2024-09-26 22:55:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#9939 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9946 …} -Children: Doctrine\ORM\PersistentCollection {#9949 …} -Parent: Eccube\Entity\Category {#9940} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6859 …} } Eccube\Entity\Category {#9954 -id: 112 -name: "シャツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1727358916 {#9952 date: 2024-09-26 22:55:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#9953 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9955 …} -Children: Doctrine\ORM\PersistentCollection {#9958 …} -Parent: Eccube\Entity\Category {#9940} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6859 …} } Eccube\Entity\Category {#9961 -id: 111 -name: "ベスト" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1727358910 {#9959 date: 2024-09-26 22:55:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#9960 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9962 …} -Children: Doctrine\ORM\PersistentCollection {#9965 …} -Parent: Eccube\Entity\Category {#9940} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6859 …} } Eccube\Entity\Category {#9968 -id: 114 -name: "スカート" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1727358946 {#9966 date: 2024-09-26 22:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#9967 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9969 …} -Children: Doctrine\ORM\PersistentCollection {#9972 …} -Parent: Eccube\Entity\Category {#9940} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6859 …} } Eccube\Entity\Category {#9975 -id: 195 -name: "掛川西高等学校" -hierarchy: 1 -sort_no: 229 -create_date: DateTime @1727360083 {#9951 date: 2024-09-26 23:14:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9950 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9976 …} -Children: Doctrine\ORM\PersistentCollection {#9979 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6969 …} } Eccube\Entity\Category {#9980 -id: 199 -name: "ジャケット" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1727360115 {#9973 date: 2024-09-26 23:15:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360115 {#9974 date: 2024-09-26 23:15:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9981 …} -Children: Doctrine\ORM\PersistentCollection {#9984 …} -Parent: Eccube\Entity\Category {#9975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6969 …} } Eccube\Entity\Category {#9989 -id: 198 -name: "ブラウス" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1727360106 {#9987 date: 2024-09-26 23:15:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360106 {#9988 date: 2024-09-26 23:15:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9990 …} -Children: Doctrine\ORM\PersistentCollection {#9993 …} -Parent: Eccube\Entity\Category {#9975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6969 …} } Eccube\Entity\Category {#9996 -id: 197 -name: "ベスト" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1727360103 {#9994 date: 2024-09-26 23:15:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360103 {#9995 date: 2024-09-26 23:15:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9997 …} -Children: Doctrine\ORM\PersistentCollection {#10000 …} -Parent: Eccube\Entity\Category {#9975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6969 …} } Eccube\Entity\Category {#10003 -id: 196 -name: "スカート" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1727360096 {#10001 date: 2024-09-26 23:14:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360096 {#10002 date: 2024-09-26 23:14:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10004 …} -Children: Doctrine\ORM\PersistentCollection {#10007 …} -Parent: Eccube\Entity\Category {#9975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6969 …} } Eccube\Entity\Category {#10010 -id: 135 -name: "篠原中学校" -hierarchy: 1 -sort_no: 223 -create_date: DateTime @1727359323 {#9986 date: 2024-09-26 23:02:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9985 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10011 …} -Children: Doctrine\ORM\PersistentCollection {#10014 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#10015 -id: 140 -name: "上衣" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1727359356 {#10008 date: 2024-09-26 23:02:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359356 {#10009 date: 2024-09-26 23:02:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10016 …} -Children: Doctrine\ORM\PersistentCollection {#10019 …} -Parent: Eccube\Entity\Category {#10010} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#10024 -id: 139 -name: "シャツ" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1727359353 {#10022 date: 2024-09-26 23:02:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359353 {#10023 date: 2024-09-26 23:02:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10025 …} -Children: Doctrine\ORM\PersistentCollection {#10028 …} -Parent: Eccube\Entity\Category {#10010} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#10031 -id: 138 -name: "スラックス" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1727359350 {#10029 date: 2024-09-26 23:02:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359350 {#10030 date: 2024-09-26 23:02:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10032 …} -Children: Doctrine\ORM\PersistentCollection {#10035 …} -Parent: Eccube\Entity\Category {#10010} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#10038 -id: 137 -name: "スカート" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1727359348 {#10036 date: 2024-09-26 23:02:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359348 {#10037 date: 2024-09-26 23:02:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10039 …} -Children: Doctrine\ORM\PersistentCollection {#10042 …} -Parent: Eccube\Entity\Category {#10010} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#10045 -id: 136 -name: "その他" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1727359334 {#10043 date: 2024-09-26 23:02:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359334 {#10044 date: 2024-09-26 23:02:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10046 …} -Children: Doctrine\ORM\PersistentCollection {#10049 …} -Parent: Eccube\Entity\Category {#10010} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#10052 -id: 285 -name: "篠原中学校" -hierarchy: 1 -sort_no: 216 -create_date: DateTime @1727361471 {#10020 date: 2024-09-26 23:37:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10021 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10053 …} -Children: Doctrine\ORM\PersistentCollection {#10056 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7077 …} } Eccube\Entity\Category {#10057 -id: 290 -name: "上衣" -hierarchy: 2 -sort_no: 295 -create_date: DateTime @1727361510 {#10050 date: 2024-09-26 23:38:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361510 {#10051 date: 2024-09-26 23:38:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10058 …} -Children: Doctrine\ORM\PersistentCollection {#10061 …} -Parent: Eccube\Entity\Category {#10052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7077 …} } Eccube\Entity\Category {#10066 -id: 289 -name: "シャツ" -hierarchy: 2 -sort_no: 294 -create_date: DateTime @1727361507 {#10064 date: 2024-09-26 23:38:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361507 {#10065 date: 2024-09-26 23:38:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10067 …} -Children: Doctrine\ORM\PersistentCollection {#10070 …} -Parent: Eccube\Entity\Category {#10052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7077 …} } Eccube\Entity\Category {#10073 -id: 288 -name: "スラックス" -hierarchy: 2 -sort_no: 293 -create_date: DateTime @1727361504 {#10071 date: 2024-09-26 23:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361504 {#10072 date: 2024-09-26 23:38:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10074 …} -Children: Doctrine\ORM\PersistentCollection {#10077 …} -Parent: Eccube\Entity\Category {#10052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7077 …} } Eccube\Entity\Category {#10080 -id: 287 -name: "スカート" -hierarchy: 2 -sort_no: 292 -create_date: DateTime @1727361501 {#10078 date: 2024-09-26 23:38:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361501 {#10079 date: 2024-09-26 23:38:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10081 …} -Children: Doctrine\ORM\PersistentCollection {#10084 …} -Parent: Eccube\Entity\Category {#10052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7077 …} } Eccube\Entity\Category {#10087 -id: 286 -name: "その他" -hierarchy: 2 -sort_no: 291 -create_date: DateTime @1727361498 {#10085 date: 2024-09-26 23:38:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361498 {#10086 date: 2024-09-26 23:38:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10088 …} -Children: Doctrine\ORM\PersistentCollection {#10091 …} -Parent: Eccube\Entity\Category {#10052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7077 …} } Eccube\Entity\Category {#10094 -id: 126 -name: "向陽中学校" -hierarchy: 1 -sort_no: 209 -create_date: DateTime @1727359145 {#10062 date: 2024-09-26 22:59:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10063 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10095 …} -Children: Doctrine\ORM\PersistentCollection {#10098 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10099 -id: 134 -name: "上衣" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1727359181 {#10092 date: 2024-09-26 22:59:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10093 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10100 …} -Children: Doctrine\ORM\PersistentCollection {#10103 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10108 -id: 131 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1727359169 {#10106 date: 2024-09-26 22:59:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10107 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10109 …} -Children: Doctrine\ORM\PersistentCollection {#10112 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10115 -id: 130 -name: "スラックス" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1727359167 {#10113 date: 2024-09-26 22:59:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10114 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10116 …} -Children: Doctrine\ORM\PersistentCollection {#10119 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10122 -id: 133 -name: "セーラー" -hierarchy: 2 -sort_no: 156 -create_date: DateTime @1727359175 {#10120 date: 2024-09-26 22:59:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10121 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10123 …} -Children: Doctrine\ORM\PersistentCollection {#10126 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10129 -id: 132 -name: "スカート" -hierarchy: 2 -sort_no: 155 -create_date: DateTime @1727359172 {#10127 date: 2024-09-26 22:59:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10128 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10130 …} -Children: Doctrine\ORM\PersistentCollection {#10133 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10136 -id: 129 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 154 -create_date: DateTime @1727359163 {#10134 date: 2024-09-26 22:59:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10135 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10137 …} -Children: Doctrine\ORM\PersistentCollection {#10140 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10143 -id: 128 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 153 -create_date: DateTime @1727359155 {#10141 date: 2024-09-26 22:59:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10142 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10144 …} -Children: Doctrine\ORM\PersistentCollection {#10147 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10150 -id: 127 -name: "その他" -hierarchy: 2 -sort_no: 152 -create_date: DateTime @1727359151 {#10148 date: 2024-09-26 22:59:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10149 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10151 …} -Children: Doctrine\ORM\PersistentCollection {#10154 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10157 -id: 267 -name: "向陽中学校" -hierarchy: 1 -sort_no: 204 -create_date: DateTime @1727361245 {#10105 date: 2024-09-26 23:34:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10104 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10158 …} -Children: Doctrine\ORM\PersistentCollection {#10161 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10162 -id: 275 -name: "上衣" -hierarchy: 2 -sort_no: 192 -create_date: DateTime @1727361296 {#10155 date: 2024-09-26 23:34:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10156 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10163 …} -Children: Doctrine\ORM\PersistentCollection {#10166 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10171 -id: 272 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 191 -create_date: DateTime @1727361289 {#10169 date: 2024-09-26 23:34:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10170 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10172 …} -Children: Doctrine\ORM\PersistentCollection {#10175 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10178 -id: 271 -name: "スラックス" -hierarchy: 2 -sort_no: 190 -create_date: DateTime @1727361286 {#10176 date: 2024-09-26 23:34:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10177 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10179 …} -Children: Doctrine\ORM\PersistentCollection {#10182 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10185 -id: 274 -name: "セーラー" -hierarchy: 2 -sort_no: 189 -create_date: DateTime @1727361294 {#10183 date: 2024-09-26 23:34:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10184 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10186 …} -Children: Doctrine\ORM\PersistentCollection {#10189 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10192 -id: 273 -name: "スカート" -hierarchy: 2 -sort_no: 188 -create_date: DateTime @1727361291 {#10190 date: 2024-09-26 23:34:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10191 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10193 …} -Children: Doctrine\ORM\PersistentCollection {#10196 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10199 -id: 270 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1727361283 {#10197 date: 2024-09-26 23:34:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10198 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10200 …} -Children: Doctrine\ORM\PersistentCollection {#10203 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10206 -id: 269 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1727361276 {#10204 date: 2024-09-26 23:34:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10205 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10207 …} -Children: Doctrine\ORM\PersistentCollection {#10210 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10213 -id: 268 -name: "その他" -hierarchy: 2 -sort_no: 185 -create_date: DateTime @1727361269 {#10211 date: 2024-09-26 23:34:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10212 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10214 …} -Children: Doctrine\ORM\PersistentCollection {#10217 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10220 -id: 101 -name: "浜名中学校" -hierarchy: 1 -sort_no: 193 -create_date: DateTime @1727358107 {#10168 date: 2024-09-26 22:41:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10167 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10221 …} -Children: Doctrine\ORM\PersistentCollection {#10224 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10225 -id: 109 -name: "上衣" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1727358867 {#10218 date: 2024-09-26 22:54:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10219 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10226 …} -Children: Doctrine\ORM\PersistentCollection {#10229 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10234 -id: 106 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1727358848 {#10232 date: 2024-09-26 22:54:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10233 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10235 …} -Children: Doctrine\ORM\PersistentCollection {#10238 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10241 -id: 105 -name: "スラックス" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1727358843 {#10239 date: 2024-09-26 22:54:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10240 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10242 …} -Children: Doctrine\ORM\PersistentCollection {#10245 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10248 -id: 108 -name: "セーラー" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1727358863 {#10246 date: 2024-09-26 22:54:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10247 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10249 …} -Children: Doctrine\ORM\PersistentCollection {#10252 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10255 -id: 107 -name: "スカート" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1727358857 {#10253 date: 2024-09-26 22:54:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10254 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10256 …} -Children: Doctrine\ORM\PersistentCollection {#10259 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10262 -id: 104 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1727358768 {#10260 date: 2024-09-26 22:52:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10261 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10263 …} -Children: Doctrine\ORM\PersistentCollection {#10266 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10269 -id: 103 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1727358442 {#10267 date: 2024-09-26 22:47:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10268 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10270 …} -Children: Doctrine\ORM\PersistentCollection {#10273 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10276 -id: 102 -name: "その他" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1727358434 {#10274 date: 2024-09-26 22:47:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10275 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10277 …} -Children: Doctrine\ORM\PersistentCollection {#10280 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10283 -id: 276 -name: "浜名中学校" -hierarchy: 1 -sort_no: 174 -create_date: DateTime @1727361361 {#10231 date: 2024-09-26 23:36:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10230 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10284 …} -Children: Doctrine\ORM\PersistentCollection {#10287 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10288 -id: 284 -name: "上衣" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1727361409 {#10281 date: 2024-09-26 23:36:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10282 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10289 …} -Children: Doctrine\ORM\PersistentCollection {#10292 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10297 -id: 281 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1727361396 {#10295 date: 2024-09-26 23:36:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10296 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10298 …} -Children: Doctrine\ORM\PersistentCollection {#10301 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10304 -id: 280 -name: "スラックス" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1727361393 {#10302 date: 2024-09-26 23:36:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10303 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10305 …} -Children: Doctrine\ORM\PersistentCollection {#10308 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10311 -id: 283 -name: "セーラー" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1727361403 {#10309 date: 2024-09-26 23:36:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10310 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10312 …} -Children: Doctrine\ORM\PersistentCollection {#10315 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10318 -id: 282 -name: "スカート" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1727361400 {#10316 date: 2024-09-26 23:36:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10317 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10319 …} -Children: Doctrine\ORM\PersistentCollection {#10322 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10325 -id: 279 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1727361390 {#10323 date: 2024-09-26 23:36:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10324 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10326 …} -Children: Doctrine\ORM\PersistentCollection {#10329 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10332 -id: 278 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1727361384 {#10330 date: 2024-09-26 23:36:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10331 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10333 …} -Children: Doctrine\ORM\PersistentCollection {#10336 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10339 -id: 277 -name: "その他" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1727361378 {#10337 date: 2024-09-26 23:36:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10338 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10340 …} -Children: Doctrine\ORM\PersistentCollection {#10343 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10346 -id: 92 -name: "城山中学校" -hierarchy: 1 -sort_no: 160 -create_date: DateTime @1727358012 {#10294 date: 2024-09-26 22:40:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10293 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10347 …} -Children: Doctrine\ORM\PersistentCollection {#10350 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10351 -id: 100 -name: "上衣" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1727358069 {#10344 date: 2024-09-26 22:41:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10345 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10352 …} -Children: Doctrine\ORM\PersistentCollection {#10355 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10360 -id: 97 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1727358060 {#10358 date: 2024-09-26 22:41:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10359 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10361 …} -Children: Doctrine\ORM\PersistentCollection {#10364 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10367 -id: 96 -name: "スラックス" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1727358037 {#10365 date: 2024-09-26 22:40:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10366 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10368 …} -Children: Doctrine\ORM\PersistentCollection {#10371 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10374 -id: 99 -name: "セーラー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1727358066 {#10372 date: 2024-09-26 22:41:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10373 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10375 …} -Children: Doctrine\ORM\PersistentCollection {#10378 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10381 -id: 98 -name: "スカート" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1727358063 {#10379 date: 2024-09-26 22:41:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10380 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10382 …} -Children: Doctrine\ORM\PersistentCollection {#10385 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10388 -id: 95 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1727358035 {#10386 date: 2024-09-26 22:40:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10387 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10389 …} -Children: Doctrine\ORM\PersistentCollection {#10392 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10395 -id: 94 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1727358031 {#10393 date: 2024-09-26 22:40:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10394 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10396 …} -Children: Doctrine\ORM\PersistentCollection {#10399 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10402 -id: 93 -name: "その他" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1727358024 {#10400 date: 2024-09-26 22:40:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10401 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10403 …} -Children: Doctrine\ORM\PersistentCollection {#10406 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10409 -id: 258 -name: "城山中学校" -hierarchy: 1 -sort_no: 151 -create_date: DateTime @1727361071 {#10357 date: 2024-09-26 23:31:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10356 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10410 …} -Children: Doctrine\ORM\PersistentCollection {#10413 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10414 -id: 266 -name: "上衣" -hierarchy: 2 -sort_no: 150 -create_date: DateTime @1727361110 {#10407 date: 2024-09-26 23:31:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10408 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10415 …} -Children: Doctrine\ORM\PersistentCollection {#10418 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10423 -id: 263 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 149 -create_date: DateTime @1727361104 {#10421 date: 2024-09-26 23:31:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10422 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10424 …} -Children: Doctrine\ORM\PersistentCollection {#10427 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10430 -id: 262 -name: "スラックス" -hierarchy: 2 -sort_no: 148 -create_date: DateTime @1727361098 {#10428 date: 2024-09-26 23:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10429 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10431 …} -Children: Doctrine\ORM\PersistentCollection {#10434 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10437 -id: 265 -name: "セーラー" -hierarchy: 2 -sort_no: 147 -create_date: DateTime @1727361108 {#10435 date: 2024-09-26 23:31:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10436 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10438 …} -Children: Doctrine\ORM\PersistentCollection {#10441 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10444 -id: 264 -name: "スカート" -hierarchy: 2 -sort_no: 146 -create_date: DateTime @1727361106 {#10442 date: 2024-09-26 23:31:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10443 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10445 …} -Children: Doctrine\ORM\PersistentCollection {#10448 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10451 -id: 261 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 145 -create_date: DateTime @1727361094 {#10449 date: 2024-09-26 23:31:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10450 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10452 …} -Children: Doctrine\ORM\PersistentCollection {#10455 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10458 -id: 260 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 144 -create_date: DateTime @1727361087 {#10456 date: 2024-09-26 23:31:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10457 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10459 …} -Children: Doctrine\ORM\PersistentCollection {#10462 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10465 -id: 259 -name: "その他" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1727361085 {#10463 date: 2024-09-26 23:31:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10464 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10466 …} -Children: Doctrine\ORM\PersistentCollection {#10469 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10472 -id: 83 -name: "南部中学校" -hierarchy: 1 -sort_no: 138 -create_date: DateTime @1727357914 {#10420 date: 2024-09-26 22:38:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10419 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10473 …} -Children: Doctrine\ORM\PersistentCollection {#10476 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10477 -id: 91 -name: "上衣" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1727357970 {#10470 date: 2024-09-26 22:39:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10471 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10478 …} -Children: Doctrine\ORM\PersistentCollection {#10481 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10486 -id: 88 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1727357956 {#10484 date: 2024-09-26 22:39:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10485 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10487 …} -Children: Doctrine\ORM\PersistentCollection {#10490 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10493 -id: 87 -name: "スラックス" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1727357952 {#10491 date: 2024-09-26 22:39:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10492 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10494 …} -Children: Doctrine\ORM\PersistentCollection {#10497 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10500 -id: 90 -name: "セーラー" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1727357967 {#10498 date: 2024-09-26 22:39:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10499 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10501 …} -Children: Doctrine\ORM\PersistentCollection {#10504 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10507 -id: 89 -name: "スカート" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1727357965 {#10505 date: 2024-09-26 22:39:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10506 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10508 …} -Children: Doctrine\ORM\PersistentCollection {#10511 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10514 -id: 86 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1727357948 {#10512 date: 2024-09-26 22:39:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10513 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10515 …} -Children: Doctrine\ORM\PersistentCollection {#10518 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10521 -id: 85 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1727357938 {#10519 date: 2024-09-26 22:38:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10520 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10522 …} -Children: Doctrine\ORM\PersistentCollection {#10525 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10528 -id: 84 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1727357933 {#10526 date: 2024-09-26 22:38:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10527 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10529 …} -Children: Doctrine\ORM\PersistentCollection {#10532 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10535 -id: 249 -name: "南部中学校" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1727361001 {#10483 date: 2024-09-26 23:30:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10482 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10536 …} -Children: Doctrine\ORM\PersistentCollection {#10539 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10540 -id: 257 -name: "上衣" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1727361052 {#10533 date: 2024-09-26 23:30:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10534 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10541 …} -Children: Doctrine\ORM\PersistentCollection {#10544 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10549 -id: 254 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1727361044 {#10547 date: 2024-09-26 23:30:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10548 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10550 …} -Children: Doctrine\ORM\PersistentCollection {#10553 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10556 -id: 253 -name: "スラックス" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1727361040 {#10554 date: 2024-09-26 23:30:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10555 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10557 …} -Children: Doctrine\ORM\PersistentCollection {#10560 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10563 -id: 256 -name: "セーラー" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1727361049 {#10561 date: 2024-09-26 23:30:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10562 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10564 …} -Children: Doctrine\ORM\PersistentCollection {#10567 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10570 -id: 255 -name: "スカート" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1727361046 {#10568 date: 2024-09-26 23:30:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10569 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10571 …} -Children: Doctrine\ORM\PersistentCollection {#10574 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10577 -id: 252 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1727361037 {#10575 date: 2024-09-26 23:30:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10576 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10578 …} -Children: Doctrine\ORM\PersistentCollection {#10581 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10584 -id: 251 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1727361031 {#10582 date: 2024-09-26 23:30:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10583 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10585 …} -Children: Doctrine\ORM\PersistentCollection {#10588 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10591 -id: 250 -name: "その他" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1727361027 {#10589 date: 2024-09-26 23:30:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10590 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10592 …} -Children: Doctrine\ORM\PersistentCollection {#10595 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10598 -id: 74 -name: "神明中学校" -hierarchy: 1 -sort_no: 115 -create_date: DateTime @1727357577 {#10546 date: 2024-09-26 22:32:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10545 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10599 …} -Children: Doctrine\ORM\PersistentCollection {#10602 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10603 -id: 82 -name: "上衣" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1727357622 {#10596 date: 2024-09-26 22:33:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10597 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10604 …} -Children: Doctrine\ORM\PersistentCollection {#10607 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10612 -id: 79 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1727357614 {#10610 date: 2024-09-26 22:33:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10611 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10613 …} -Children: Doctrine\ORM\PersistentCollection {#10616 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10619 -id: 78 -name: "スラックス" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1727357610 {#10617 date: 2024-09-26 22:33:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10618 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10620 …} -Children: Doctrine\ORM\PersistentCollection {#10623 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10626 -id: 81 -name: "セーラー" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1727357619 {#10624 date: 2024-09-26 22:33:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10625 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10627 …} -Children: Doctrine\ORM\PersistentCollection {#10630 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10633 -id: 80 -name: "スカート" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1727357617 {#10631 date: 2024-09-26 22:33:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10632 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10634 …} -Children: Doctrine\ORM\PersistentCollection {#10637 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10640 -id: 77 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1727357599 {#10638 date: 2024-09-26 22:33:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10639 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10641 …} -Children: Doctrine\ORM\PersistentCollection {#10644 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10647 -id: 76 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1727357591 {#10645 date: 2024-09-26 22:33:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10646 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10648 …} -Children: Doctrine\ORM\PersistentCollection {#10651 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10654 -id: 75 -name: "その他" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1727357584 {#10652 date: 2024-09-26 22:33:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10653 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10655 …} -Children: Doctrine\ORM\PersistentCollection {#10658 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10661 -id: 240 -name: "神明中学校" -hierarchy: 1 -sort_no: 106 -create_date: DateTime @1727360936 {#10609 date: 2024-09-26 23:28:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10608 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10662 …} -Children: Doctrine\ORM\PersistentCollection {#10665 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10666 -id: 248 -name: "上衣" -hierarchy: 2 -sort_no: 285 -create_date: DateTime @1727360967 {#10659 date: 2024-09-26 23:29:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10660 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10667 …} -Children: Doctrine\ORM\PersistentCollection {#10670 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10675 -id: 245 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 284 -create_date: DateTime @1727360958 {#10673 date: 2024-09-26 23:29:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10674 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10676 …} -Children: Doctrine\ORM\PersistentCollection {#10679 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10682 -id: 244 -name: "スラックス" -hierarchy: 2 -sort_no: 283 -create_date: DateTime @1727360955 {#10680 date: 2024-09-26 23:29:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10681 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10683 …} -Children: Doctrine\ORM\PersistentCollection {#10686 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10689 -id: 247 -name: "セーラー" -hierarchy: 2 -sort_no: 282 -create_date: DateTime @1727360964 {#10687 date: 2024-09-26 23:29:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10688 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10690 …} -Children: Doctrine\ORM\PersistentCollection {#10693 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10696 -id: 246 -name: "スカート" -hierarchy: 2 -sort_no: 281 -create_date: DateTime @1727360961 {#10694 date: 2024-09-26 23:29:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10695 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10697 …} -Children: Doctrine\ORM\PersistentCollection {#10700 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10703 -id: 243 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 280 -create_date: DateTime @1727360952 {#10701 date: 2024-09-26 23:29:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10702 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10704 …} -Children: Doctrine\ORM\PersistentCollection {#10707 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10710 -id: 242 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 279 -create_date: DateTime @1727360946 {#10708 date: 2024-09-26 23:29:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10709 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10711 …} -Children: Doctrine\ORM\PersistentCollection {#10714 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10717 -id: 241 -name: "その他" -hierarchy: 2 -sort_no: 278 -create_date: DateTime @1727360942 {#10715 date: 2024-09-26 23:29:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10716 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10718 …} -Children: Doctrine\ORM\PersistentCollection {#10721 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10724 -id: 65 -name: "第一中学校" -hierarchy: 1 -sort_no: 97 -create_date: DateTime @1727357466 {#10672 date: 2024-09-26 22:31:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10671 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10725 …} -Children: Doctrine\ORM\PersistentCollection {#10728 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10729 -id: 73 -name: "上衣" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1727357538 {#10722 date: 2024-09-26 22:32:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10723 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10730 …} -Children: Doctrine\ORM\PersistentCollection {#10733 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10738 -id: 70 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1727357525 {#10736 date: 2024-09-26 22:32:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10737 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10739 …} -Children: Doctrine\ORM\PersistentCollection {#10742 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10745 -id: 69 -name: "スラックス" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1727357521 {#10743 date: 2024-09-26 22:32:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10744 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10746 …} -Children: Doctrine\ORM\PersistentCollection {#10749 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10752 -id: 72 -name: "セーラー" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1727357530 {#10750 date: 2024-09-26 22:32:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10751 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10753 …} -Children: Doctrine\ORM\PersistentCollection {#10756 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10759 -id: 71 -name: "スカート" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1727357528 {#10757 date: 2024-09-26 22:32:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10758 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10760 …} -Children: Doctrine\ORM\PersistentCollection {#10763 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10766 -id: 68 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1727357505 {#10764 date: 2024-09-26 22:31:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10765 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10767 …} -Children: Doctrine\ORM\PersistentCollection {#10770 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10773 -id: 67 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1727357494 {#10771 date: 2024-09-26 22:31:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10772 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10774 …} -Children: Doctrine\ORM\PersistentCollection {#10777 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10780 -id: 66 -name: "その他" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1727357484 {#10778 date: 2024-09-26 22:31:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10779 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10781 …} -Children: Doctrine\ORM\PersistentCollection {#10784 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10787 -id: 231 -name: "第一中学校" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1727360851 {#10735 date: 2024-09-26 23:27:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10734 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10788 …} -Children: Doctrine\ORM\PersistentCollection {#10791 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10792 -id: 239 -name: "上衣" -hierarchy: 2 -sort_no: 276 -create_date: DateTime @1727360898 {#10785 date: 2024-09-26 23:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10786 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10793 …} -Children: Doctrine\ORM\PersistentCollection {#10796 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10801 -id: 236 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 275 -create_date: DateTime @1727360887 {#10799 date: 2024-09-26 23:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10800 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10802 …} -Children: Doctrine\ORM\PersistentCollection {#10805 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10808 -id: 235 -name: "スラックス" -hierarchy: 2 -sort_no: 274 -create_date: DateTime @1727360884 {#10806 date: 2024-09-26 23:28:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10807 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10809 …} -Children: Doctrine\ORM\PersistentCollection {#10812 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10815 -id: 238 -name: "セーラー" -hierarchy: 2 -sort_no: 273 -create_date: DateTime @1727360895 {#10813 date: 2024-09-26 23:28:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10814 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10816 …} -Children: Doctrine\ORM\PersistentCollection {#10819 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10822 -id: 237 -name: "スカート" -hierarchy: 2 -sort_no: 272 -create_date: DateTime @1727360892 {#10820 date: 2024-09-26 23:28:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10821 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10823 …} -Children: Doctrine\ORM\PersistentCollection {#10826 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10829 -id: 234 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 271 -create_date: DateTime @1727360881 {#10827 date: 2024-09-26 23:28:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10828 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10830 …} -Children: Doctrine\ORM\PersistentCollection {#10833 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10836 -id: 233 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 270 -create_date: DateTime @1727360874 {#10834 date: 2024-09-26 23:27:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10835 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10837 …} -Children: Doctrine\ORM\PersistentCollection {#10840 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10843 -id: 232 -name: "その他" -hierarchy: 2 -sort_no: 269 -create_date: DateTime @1727360866 {#10841 date: 2024-09-26 23:27:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10842 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10844 …} -Children: Doctrine\ORM\PersistentCollection {#10847 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10850 -id: 42 -name: "磐田東高等学校" -hierarchy: 1 -sort_no: 79 -create_date: DateTime @1727357236 {#10798 date: 2024-09-26 22:27:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10797 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10851 …} -Children: Doctrine\ORM\PersistentCollection {#10854 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10855 -id: 64 -name: "上衣" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1727357423 {#10848 date: 2024-09-26 22:30:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357427 {#10849 date: 2024-09-26 22:30:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10856 …} -Children: Doctrine\ORM\PersistentCollection {#10859 …} -Parent: Eccube\Entity\Category {#10850} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10864 -id: 63 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1727357418 {#10862 date: 2024-09-26 22:30:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357418 {#10863 date: 2024-09-26 22:30:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10865 …} -Children: Doctrine\ORM\PersistentCollection {#10868 …} -Parent: Eccube\Entity\Category {#10850} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10871 -id: 62 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1727357412 {#10869 date: 2024-09-26 22:30:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357412 {#10870 date: 2024-09-26 22:30:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10872 …} -Children: Doctrine\ORM\PersistentCollection {#10875 …} -Parent: Eccube\Entity\Category {#10850} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10878 -id: 61 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1727357404 {#10876 date: 2024-09-26 22:30:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357404 {#10877 date: 2024-09-26 22:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10879 …} -Children: Doctrine\ORM\PersistentCollection {#10882 …} -Parent: Eccube\Entity\Category {#10850} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10885 -id: 60 -name: "ニット" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1727357395 {#10883 date: 2024-09-26 22:29:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357395 {#10884 date: 2024-09-26 22:29:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10886 …} -Children: Doctrine\ORM\PersistentCollection {#10889 …} -Parent: Eccube\Entity\Category {#10850} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10892 -id: 59 -name: "その他" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1727357393 {#10890 date: 2024-09-26 22:29:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357393 {#10891 date: 2024-09-26 22:29:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10893 …} -Children: Doctrine\ORM\PersistentCollection {#10896 …} -Parent: Eccube\Entity\Category {#10850} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10899 -id: 41 -name: "磐田東中学校" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1727357222 {#10861 date: 2024-09-26 22:27:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10860 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10900 …} -Children: Doctrine\ORM\PersistentCollection {#10903 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10904 -id: 52 -name: "上衣" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1727357343 {#10897 date: 2024-09-26 22:29:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357343 {#10898 date: 2024-09-26 22:29:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10905 …} -Children: Doctrine\ORM\PersistentCollection {#10908 …} -Parent: Eccube\Entity\Category {#10899} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10913 -id: 51 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1727357338 {#10911 date: 2024-09-26 22:28:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357338 {#10912 date: 2024-09-26 22:28:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10914 …} -Children: Doctrine\ORM\PersistentCollection {#10917 …} -Parent: Eccube\Entity\Category {#10899} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10920 -id: 50 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1727357327 {#10918 date: 2024-09-26 22:28:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357327 {#10919 date: 2024-09-26 22:28:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10921 …} -Children: Doctrine\ORM\PersistentCollection {#10924 …} -Parent: Eccube\Entity\Category {#10899} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10927 -id: 49 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1727357311 {#10925 date: 2024-09-26 22:28:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357311 {#10926 date: 2024-09-26 22:28:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10928 …} -Children: Doctrine\ORM\PersistentCollection {#10931 …} -Parent: Eccube\Entity\Category {#10899} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10934 -id: 48 -name: "その他" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1727357304 {#10932 date: 2024-09-26 22:28:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357304 {#10933 date: 2024-09-26 22:28:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10935 …} -Children: Doctrine\ORM\PersistentCollection {#10938 …} -Parent: Eccube\Entity\Category {#10899} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10941 -id: 39 -name: "磐田東中学校" -hierarchy: 1 -sort_no: 63 -create_date: DateTime @1727357151 {#10909 date: 2024-09-26 22:25:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10910 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10942 …} -Children: Doctrine\ORM\PersistentCollection {#10945 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#10946 -id: 47 -name: "上衣" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1727357287 {#10939 date: 2024-09-26 22:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357287 {#10940 date: 2024-09-26 22:28:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10947 …} -Children: Doctrine\ORM\PersistentCollection {#10950 …} -Parent: Eccube\Entity\Category {#10941} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#10955 -id: 46 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1727357276 {#10953 date: 2024-09-26 22:27:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357276 {#10954 date: 2024-09-26 22:27:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10956 …} -Children: Doctrine\ORM\PersistentCollection {#10959 …} -Parent: Eccube\Entity\Category {#10941} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#10962 -id: 45 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1727357269 {#10960 date: 2024-09-26 22:27:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357269 {#10961 date: 2024-09-26 22:27:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10963 …} -Children: Doctrine\ORM\PersistentCollection {#10966 …} -Parent: Eccube\Entity\Category {#10941} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#10969 -id: 44 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1727357264 {#10967 date: 2024-09-26 22:27:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357264 {#10968 date: 2024-09-26 22:27:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10970 …} -Children: Doctrine\ORM\PersistentCollection {#10973 …} -Parent: Eccube\Entity\Category {#10941} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#10976 -id: 43 -name: "その他" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1727357259 {#10974 date: 2024-09-26 22:27:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357259 {#10975 date: 2024-09-26 22:27:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10977 …} -Children: Doctrine\ORM\PersistentCollection {#10980 …} -Parent: Eccube\Entity\Category {#10941} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#10983 -id: 40 -name: "磐田東高等学校" -hierarchy: 1 -sort_no: 56 -create_date: DateTime @1727357212 {#10951 date: 2024-09-26 22:26:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10952 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10984 …} -Children: Doctrine\ORM\PersistentCollection {#10987 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#10988 -id: 58 -name: "上衣" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1727357386 {#10981 date: 2024-09-26 22:29:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357386 {#10982 date: 2024-09-26 22:29:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10989 …} -Children: Doctrine\ORM\PersistentCollection {#10992 …} -Parent: Eccube\Entity\Category {#10983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#10997 -id: 57 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1727357383 {#10995 date: 2024-09-26 22:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357383 {#10996 date: 2024-09-26 22:29:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10998 …} -Children: Doctrine\ORM\PersistentCollection {#11001 …} -Parent: Eccube\Entity\Category {#10983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#11004 -id: 56 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1727357377 {#11002 date: 2024-09-26 22:29:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357377 {#11003 date: 2024-09-26 22:29:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11005 …} -Children: Doctrine\ORM\PersistentCollection {#11008 …} -Parent: Eccube\Entity\Category {#10983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#11011 -id: 55 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1727357364 {#11009 date: 2024-09-26 22:29:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357364 {#11010 date: 2024-09-26 22:29:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11012 …} -Children: Doctrine\ORM\PersistentCollection {#11015 …} -Parent: Eccube\Entity\Category {#10983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#11018 -id: 54 -name: "ニット" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1727357358 {#11016 date: 2024-09-26 22:29:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357358 {#11017 date: 2024-09-26 22:29:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11019 …} -Children: Doctrine\ORM\PersistentCollection {#11022 …} -Parent: Eccube\Entity\Category {#10983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#11025 -id: 53 -name: "その他" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1727357353 {#11023 date: 2024-09-26 22:29:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357353 {#11024 date: 2024-09-26 22:29:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11026 …} -Children: Doctrine\ORM\PersistentCollection {#11029 …} -Parent: Eccube\Entity\Category {#10983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#11032 -id: 29 -name: "浜松聖星高等学校" -hierarchy: 1 -sort_no: 50 -create_date: DateTime @1727357059 {#10994 date: 2024-09-26 22:24:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10993 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11033 …} -Children: Doctrine\ORM\PersistentCollection {#11036 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11037 -id: 38 -name: "上衣" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1727357125 {#11030 date: 2024-09-26 22:25:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357125 {#11031 date: 2024-09-26 22:25:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11038 …} -Children: Doctrine\ORM\PersistentCollection {#11041 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11046 -id: 37 -name: "スカート" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1727357113 {#11044 date: 2024-09-26 22:25:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357113 {#11045 date: 2024-09-26 22:25:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11047 …} -Children: Doctrine\ORM\PersistentCollection {#11050 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11053 -id: 36 -name: "スラックス" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1727357109 {#11051 date: 2024-09-26 22:25:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357109 {#11052 date: 2024-09-26 22:25:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11054 …} -Children: Doctrine\ORM\PersistentCollection {#11057 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11060 -id: 35 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1727357107 {#11058 date: 2024-09-26 22:25:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357107 {#11059 date: 2024-09-26 22:25:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11061 …} -Children: Doctrine\ORM\PersistentCollection {#11064 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11067 -id: 34 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1727357100 {#11065 date: 2024-09-26 22:25:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357100 {#11066 date: 2024-09-26 22:25:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11068 …} -Children: Doctrine\ORM\PersistentCollection {#11071 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11074 -id: 33 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1727357095 {#11072 date: 2024-09-26 22:24:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357095 {#11073 date: 2024-09-26 22:24:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11075 …} -Children: Doctrine\ORM\PersistentCollection {#11078 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11081 -id: 32 -name: "ソックス" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1727357091 {#11079 date: 2024-09-26 22:24:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357091 {#11080 date: 2024-09-26 22:24:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11082 …} -Children: Doctrine\ORM\PersistentCollection {#11085 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11088 -id: 31 -name: "バッグ" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1727357088 {#11086 date: 2024-09-26 22:24:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357088 {#11087 date: 2024-09-26 22:24:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11089 …} -Children: Doctrine\ORM\PersistentCollection {#11092 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11095 -id: 30 -name: "その他" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1727357074 {#11093 date: 2024-09-26 22:24:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357074 {#11094 date: 2024-09-26 22:24:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11096 …} -Children: Doctrine\ORM\PersistentCollection {#11099 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11102 -id: 22 -name: "西遠女子学園中学校" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1727356966 {#11042 date: 2024-09-26 22:22:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#11043 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11103 …} -Children: Doctrine\ORM\PersistentCollection {#11106 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#11107 -id: 28 -name: "セーラー" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1727356997 {#11100 date: 2024-09-26 22:23:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356997 {#11101 date: 2024-09-26 22:23:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11108 …} -Children: Doctrine\ORM\PersistentCollection {#11111 …} -Parent: Eccube\Entity\Category {#11102} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#11116 -id: 27 -name: "スカート" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1727356991 {#11114 date: 2024-09-26 22:23:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356991 {#11115 date: 2024-09-26 22:23:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11117 …} -Children: Doctrine\ORM\PersistentCollection {#11120 …} -Parent: Eccube\Entity\Category {#11102} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#11123 -id: 26 -name: "セーター" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1727356988 {#11121 date: 2024-09-26 22:23:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356988 {#11122 date: 2024-09-26 22:23:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11124 …} -Children: Doctrine\ORM\PersistentCollection {#11127 …} -Parent: Eccube\Entity\Category {#11102} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#11130 -id: 25 -name: "ソックス" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1727356981 {#11128 date: 2024-09-26 22:23:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356981 {#11129 date: 2024-09-26 22:23:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11131 …} -Children: Doctrine\ORM\PersistentCollection {#11134 …} -Parent: Eccube\Entity\Category {#11102} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#11137 -id: 24 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1727356978 {#11135 date: 2024-09-26 22:22:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356978 {#11136 date: 2024-09-26 22:22:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11138 …} -Children: Doctrine\ORM\PersistentCollection {#11141 …} -Parent: Eccube\Entity\Category {#11102} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#11144 -id: 23 -name: "コート" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1727356972 {#11142 date: 2024-09-26 22:22:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356972 {#11143 date: 2024-09-26 22:22:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11145 …} -Children: Doctrine\ORM\PersistentCollection {#11148 …} -Parent: Eccube\Entity\Category {#11102} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#11151 -id: 15 -name: "西遠女子学園高等学校" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1727356865 {#11113 date: 2024-09-26 22:21:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#11112 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11152 …} -Children: Doctrine\ORM\PersistentCollection {#11155 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#11156 -id: 21 -name: "セーラー" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1727356937 {#11149 date: 2024-09-26 22:22:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356937 {#11150 date: 2024-09-26 22:22:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11157 …} -Children: Doctrine\ORM\PersistentCollection {#11160 …} -Parent: Eccube\Entity\Category {#11151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#11165 -id: 20 -name: "スカート" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1727356935 {#11163 date: 2024-09-26 22:22:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356935 {#11164 date: 2024-09-26 22:22:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11166 …} -Children: Doctrine\ORM\PersistentCollection {#11169 …} -Parent: Eccube\Entity\Category {#11151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#11172 -id: 19 -name: "セーター" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1727356926 {#11170 date: 2024-09-26 22:22:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356926 {#11171 date: 2024-09-26 22:22:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11173 …} -Children: Doctrine\ORM\PersistentCollection {#11176 …} -Parent: Eccube\Entity\Category {#11151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#11179 -id: 18 -name: "ソックス" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1727356922 {#11177 date: 2024-09-26 22:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356922 {#11178 date: 2024-09-26 22:22:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11180 …} -Children: Doctrine\ORM\PersistentCollection {#11183 …} -Parent: Eccube\Entity\Category {#11151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#11186 -id: 17 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1727356917 {#11184 date: 2024-09-26 22:21:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356917 {#11185 date: 2024-09-26 22:21:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11187 …} -Children: Doctrine\ORM\PersistentCollection {#11190 …} -Parent: Eccube\Entity\Category {#11151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#11193 -id: 16 -name: "コート" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1727356912 {#11191 date: 2024-09-26 22:21:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356912 {#11192 date: 2024-09-26 22:21:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11194 …} -Children: Doctrine\ORM\PersistentCollection {#11197 …} -Parent: Eccube\Entity\Category {#11151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#11200 -id: 7 -name: "浜松西高等学校・中等部" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1727356715 {#11162 date: 2024-09-26 22:18:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#11161 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11201 …} -Children: Doctrine\ORM\PersistentCollection {#11204 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6751 …} } Eccube\Entity\Category {#11205 -id: 14 -name: "上衣" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1727356836 {#11198 date: 2024-09-26 22:20:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11199 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11206 …} -Children: Doctrine\ORM\PersistentCollection {#11209 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } Eccube\Entity\Category {#11214 -id: 13 -name: "シャツ" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1727356831 {#11212 date: 2024-09-26 22:20:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11213 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11215 …} -Children: Doctrine\ORM\PersistentCollection {#11218 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } Eccube\Entity\Category {#11221 -id: 12 -name: "セーラー" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1727356828 {#11219 date: 2024-09-26 22:20:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11220 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11222 …} -Children: Doctrine\ORM\PersistentCollection {#11225 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } Eccube\Entity\Category {#11228 -id: 11 -name: "スカート" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1727356825 {#11226 date: 2024-09-26 22:20:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11227 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11229 …} -Children: Doctrine\ORM\PersistentCollection {#11232 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } Eccube\Entity\Category {#11235 -id: 10 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1727356822 {#11233 date: 2024-09-26 22:20:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11234 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11236 …} -Children: Doctrine\ORM\PersistentCollection {#11239 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } Eccube\Entity\Category {#11242 -id: 9 -name: "セーター・ベスト" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1727356811 {#11240 date: 2024-09-26 22:20:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11241 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11243 …} -Children: Doctrine\ORM\PersistentCollection {#11246 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } Eccube\Entity\Category {#11249 -id: 8 -name: "ソックス" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1727356797 {#11247 date: 2024-09-26 22:19:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11248 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11250 …} -Children: Doctrine\ORM\PersistentCollection {#11253 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } Eccube\Entity\Category {#11256 -id: 1 -name: "磐田南高等学校" -hierarchy: 1 -sort_no: 20 -create_date: DateTime @1727356577 {#11210 date: 2024-09-26 22:16:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#11211 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11257 …} -Children: Doctrine\ORM\PersistentCollection {#11260 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6701 …} } Eccube\Entity\Category {#11261 -id: 6 -name: "上衣" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1727356642 {#11254 date: 2024-09-26 22:17:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356648 {#11255 date: 2024-09-26 22:17:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11262 …} -Children: Doctrine\ORM\PersistentCollection {#11265 …} -Parent: Eccube\Entity\Category {#11256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6701 …} } Eccube\Entity\Category {#11270 -id: 5 -name: "シャツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1727356639 {#11268 date: 2024-09-26 22:17:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356639 {#11269 date: 2024-09-26 22:17:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11271 …} -Children: Doctrine\ORM\PersistentCollection {#11274 …} -Parent: Eccube\Entity\Category {#11256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6701 …} } Eccube\Entity\Category {#11277 -id: 4 -name: "スカート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1727356633 {#11275 date: 2024-09-26 22:17:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356633 {#11276 date: 2024-09-26 22:17:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11278 …} -Children: Doctrine\ORM\PersistentCollection {#11281 …} -Parent: Eccube\Entity\Category {#11256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6701 …} } Eccube\Entity\Category {#11284 -id: 3 -name: "スラックス" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1727356629 {#11282 date: 2024-09-26 22:17:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356629 {#11283 date: 2024-09-26 22:17:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11285 …} -Children: Doctrine\ORM\PersistentCollection {#11288 …} -Parent: Eccube\Entity\Category {#11256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6701 …} } Eccube\Entity\Category {#11291 -id: 2 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1727356613 {#11289 date: 2024-09-26 22:16:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356613 {#11290 date: 2024-09-26 22:16:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11292 …} -Children: Doctrine\ORM\PersistentCollection {#11295 …} -Parent: Eccube\Entity\Category {#11256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6701 …} } Eccube\Entity\Category {#11298 -id: 188 -name: "磐田南高等学校" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1727359960 {#11266 date: 2024-09-26 23:12:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#11267 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11299 …} -Children: Doctrine\ORM\PersistentCollection {#11302 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6960 …} } Eccube\Entity\Category {#11303 -id: 194 -name: "上衣" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1727360018 {#11296 date: 2024-09-26 23:13:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360018 {#11297 date: 2024-09-26 23:13:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11304 …} -Children: Doctrine\ORM\PersistentCollection {#11307 …} -Parent: Eccube\Entity\Category {#11298} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6960 …} } Eccube\Entity\Category {#11312 -id: 193 -name: "シャツ" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1727360007 {#11310 date: 2024-09-26 23:13:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360007 {#11311 date: 2024-09-26 23:13:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11313 …} -Children: Doctrine\ORM\PersistentCollection {#11316 …} -Parent: Eccube\Entity\Category {#11298} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6960 …} } Eccube\Entity\Category {#11319 -id: 192 -name: "スカート" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1727360005 {#11317 date: 2024-09-26 23:13:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360005 {#11318 date: 2024-09-26 23:13:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11320 …} -Children: Doctrine\ORM\PersistentCollection {#11323 …} -Parent: Eccube\Entity\Category {#11298} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6960 …} } Eccube\Entity\Category {#11326 -id: 191 -name: "スラックス" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1727360000 {#11324 date: 2024-09-26 23:13:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360000 {#11325 date: 2024-09-26 23:13:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11327 …} -Children: Doctrine\ORM\PersistentCollection {#11330 …} -Parent: Eccube\Entity\Category {#11298} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6960 …} } Eccube\Entity\Category {#11333 -id: 190 -name: "ソックス" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1727359991 {#11331 date: 2024-09-26 23:13:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359991 {#11332 date: 2024-09-26 23:13:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11334 …} -Children: Doctrine\ORM\PersistentCollection {#11337 …} -Parent: Eccube\Entity\Category {#11298} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6960 …} } Eccube\Entity\Category {#11340 -id: 189 -name: "その他" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1727359981 {#11338 date: 2024-09-26 23:13:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359981 {#11339 date: 2024-09-26 23:13:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11341 …} -Children: Doctrine\ORM\PersistentCollection {#11344 …} -Parent: Eccube\Entity\Category {#11298} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6960 …} } ] |
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 {#8880 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#8933 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8932 -om: ContainerXorLgGn\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#807 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#8874 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Category {#9033 -id: 182 -name: "浜松工業高等学校" -hierarchy: 1 -sort_no: 296 -create_date: DateTime @1727359862 {#9065 date: 2024-09-26 23:11:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9063 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9076 …} -Children: Doctrine\ORM\PersistentCollection {#9319 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6951 …} } Eccube\Entity\Category {#9318 -id: 186 -name: "上衣" -hierarchy: 2 -sort_no: 228 -create_date: DateTime @1727359888 {#9061 date: 2024-09-26 23:11:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#9059 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9317 …} -Children: Doctrine\ORM\PersistentCollection {#9313 …} -Parent: Eccube\Entity\Category {#9033} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6951 …} } Eccube\Entity\Category {#9308 -id: 185 -name: "ブラウス" -hierarchy: 2 -sort_no: 227 -create_date: DateTime @1727359881 {#9310 date: 2024-09-26 23:11:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#9309 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9307 …} -Children: Doctrine\ORM\PersistentCollection {#9304 …} -Parent: Eccube\Entity\Category {#9033} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6951 …} } Eccube\Entity\Category {#9301 -id: 184 -name: "スカート" -hierarchy: 2 -sort_no: 226 -create_date: DateTime @1727359876 {#9303 date: 2024-09-26 23:11:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#9302 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9300 …} -Children: Doctrine\ORM\PersistentCollection {#9297 …} -Parent: Eccube\Entity\Category {#9033} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6951 …} } Eccube\Entity\Category {#9294 -id: 187 -name: "ネクタイ" -hierarchy: 2 -sort_no: 225 -create_date: DateTime @1727359899 {#9296 date: 2024-09-26 23:11:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#9295 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9293 …} -Children: Doctrine\ORM\PersistentCollection {#9290 …} -Parent: Eccube\Entity\Category {#9033} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6951 …} } Eccube\Entity\Category {#9055 -id: 183 -name: "ニット" -hierarchy: 2 -sort_no: 224 -create_date: DateTime @1727359868 {#9054 date: 2024-09-26 23:11:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#9060 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9056 …} -Children: Doctrine\ORM\PersistentCollection {#9279 …} -Parent: Eccube\Entity\Category {#9033} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6951 …} } Eccube\Entity\Category {#9282 -id: 225 -name: "浜松工業高等学校" -hierarchy: 1 -sort_no: 290 -create_date: DateTime @1727360786 {#9312 date: 2024-09-26 23:26:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9311 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9283 …} -Children: Doctrine\ORM\PersistentCollection {#9286 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7014 …} } Eccube\Entity\Category {#9287 -id: 230 -name: "上衣" -hierarchy: 2 -sort_no: 266 -create_date: DateTime @1727360815 {#9280 date: 2024-09-26 23:26:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360815 {#9281 date: 2024-09-26 23:26:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9288 …} -Children: Doctrine\ORM\PersistentCollection {#9324 …} -Parent: Eccube\Entity\Category {#9282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7014 …} } Eccube\Entity\Category {#9330 -id: 229 -name: "ブラウス" -hierarchy: 2 -sort_no: 265 -create_date: DateTime @1727360810 {#9328 date: 2024-09-26 23:26:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360810 {#9329 date: 2024-09-26 23:26:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9331 …} -Children: Doctrine\ORM\PersistentCollection {#9334 …} -Parent: Eccube\Entity\Category {#9282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7014 …} } Eccube\Entity\Category {#9337 -id: 228 -name: "スカート" -hierarchy: 2 -sort_no: 264 -create_date: DateTime @1727360808 {#9335 date: 2024-09-26 23:26:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360808 {#9336 date: 2024-09-26 23:26:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9338 …} -Children: Doctrine\ORM\PersistentCollection {#9341 …} -Parent: Eccube\Entity\Category {#9282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7014 …} } Eccube\Entity\Category {#9344 -id: 227 -name: "ネクタイ" -hierarchy: 2 -sort_no: 263 -create_date: DateTime @1727360804 {#9342 date: 2024-09-26 23:26:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360804 {#9343 date: 2024-09-26 23:26:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9345 …} -Children: Doctrine\ORM\PersistentCollection {#9348 …} -Parent: Eccube\Entity\Category {#9282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7014 …} } Eccube\Entity\Category {#9351 -id: 226 -name: "ニット" -hierarchy: 2 -sort_no: 262 -create_date: DateTime @1727360794 {#9349 date: 2024-09-26 23:26:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360794 {#9350 date: 2024-09-26 23:26:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9352 …} -Children: Doctrine\ORM\PersistentCollection {#9355 …} -Parent: Eccube\Entity\Category {#9282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7014 …} } Eccube\Entity\Category {#9358 -id: 175 -name: "磐田北高等学校" -hierarchy: 1 -sort_no: 289 -create_date: DateTime @1727359766 {#9325 date: 2024-09-26 23:09:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9327 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9359 …} -Children: Doctrine\ORM\PersistentCollection {#9362 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#9363 -id: 181 -name: "上衣" -hierarchy: 2 -sort_no: 222 -create_date: DateTime @1727359792 {#9356 date: 2024-09-26 23:09:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359792 {#9357 date: 2024-09-26 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9364 …} -Children: Doctrine\ORM\PersistentCollection {#9367 …} -Parent: Eccube\Entity\Category {#9358} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#9372 -id: 180 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 221 -create_date: DateTime @1727359786 {#9370 date: 2024-09-26 23:09:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359786 {#9371 date: 2024-09-26 23:09:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9373 …} -Children: Doctrine\ORM\PersistentCollection {#9376 …} -Parent: Eccube\Entity\Category {#9358} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#9379 -id: 179 -name: "スラックス" -hierarchy: 2 -sort_no: 220 -create_date: DateTime @1727359782 {#9377 date: 2024-09-26 23:09:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359782 {#9378 date: 2024-09-26 23:09:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9380 …} -Children: Doctrine\ORM\PersistentCollection {#9383 …} -Parent: Eccube\Entity\Category {#9358} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#9386 -id: 178 -name: "スカート" -hierarchy: 2 -sort_no: 219 -create_date: DateTime @1727359778 {#9384 date: 2024-09-26 23:09:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359778 {#9385 date: 2024-09-26 23:09:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9387 …} -Children: Doctrine\ORM\PersistentCollection {#9390 …} -Parent: Eccube\Entity\Category {#9358} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#9393 -id: 177 -name: "ネクタイ" -hierarchy: 2 -sort_no: 218 -create_date: DateTime @1727359776 {#9391 date: 2024-09-26 23:09:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359776 {#9392 date: 2024-09-26 23:09:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9394 …} -Children: Doctrine\ORM\PersistentCollection {#9397 …} -Parent: Eccube\Entity\Category {#9358} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#9400 -id: 176 -name: "ソックス" -hierarchy: 2 -sort_no: 217 -create_date: DateTime @1727359773 {#9398 date: 2024-09-26 23:09:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359773 {#9399 date: 2024-09-26 23:09:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9401 …} -Children: Doctrine\ORM\PersistentCollection {#9404 …} -Parent: Eccube\Entity\Category {#9358} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#9407 -id: 218 -name: "磐田北高等学校" -hierarchy: 1 -sort_no: 288 -create_date: DateTime @1727360732 {#9369 date: 2024-09-26 23:25:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9368 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9408 …} -Children: Doctrine\ORM\PersistentCollection {#9411 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7005 …} } Eccube\Entity\Category {#9412 -id: 224 -name: "上衣" -hierarchy: 2 -sort_no: 261 -create_date: DateTime @1727360755 {#9405 date: 2024-09-26 23:25:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360755 {#9406 date: 2024-09-26 23:25:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9413 …} -Children: Doctrine\ORM\PersistentCollection {#9416 …} -Parent: Eccube\Entity\Category {#9407} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7005 …} } Eccube\Entity\Category {#9421 -id: 223 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 260 -create_date: DateTime @1727360750 {#9419 date: 2024-09-26 23:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360750 {#9420 date: 2024-09-26 23:25:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9422 …} -Children: Doctrine\ORM\PersistentCollection {#9425 …} -Parent: Eccube\Entity\Category {#9407} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7005 …} } Eccube\Entity\Category {#9428 -id: 222 -name: "スラックス" -hierarchy: 2 -sort_no: 259 -create_date: DateTime @1727360744 {#9426 date: 2024-09-26 23:25:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360744 {#9427 date: 2024-09-26 23:25:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9429 …} -Children: Doctrine\ORM\PersistentCollection {#9432 …} -Parent: Eccube\Entity\Category {#9407} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7005 …} } Eccube\Entity\Category {#9435 -id: 221 -name: "スカート" -hierarchy: 2 -sort_no: 258 -create_date: DateTime @1727360742 {#9433 date: 2024-09-26 23:25:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360742 {#9434 date: 2024-09-26 23:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9436 …} -Children: Doctrine\ORM\PersistentCollection {#9439 …} -Parent: Eccube\Entity\Category {#9407} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7005 …} } Eccube\Entity\Category {#9442 -id: 220 -name: "ネクタイ" -hierarchy: 2 -sort_no: 257 -create_date: DateTime @1727360739 {#9440 date: 2024-09-26 23:25:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360739 {#9441 date: 2024-09-26 23:25:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9443 …} -Children: Doctrine\ORM\PersistentCollection {#9446 …} -Parent: Eccube\Entity\Category {#9407} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7005 …} } Eccube\Entity\Category {#9449 -id: 219 -name: "ソックス" -hierarchy: 2 -sort_no: 256 -create_date: DateTime @1727360737 {#9447 date: 2024-09-26 23:25:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360737 {#9448 date: 2024-09-26 23:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9450 …} -Children: Doctrine\ORM\PersistentCollection {#9453 …} -Parent: Eccube\Entity\Category {#9407} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7005 …} } Eccube\Entity\Category {#9456 -id: 168 -name: "浜松湖北高等学校" -hierarchy: 1 -sort_no: 287 -create_date: DateTime @1727359685 {#9418 date: 2024-09-26 23:08:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9417 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9457 …} -Children: Doctrine\ORM\PersistentCollection {#9460 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#9461 -id: 174 -name: "ブレザー" -hierarchy: 2 -sort_no: 215 -create_date: DateTime @1727359726 {#9454 date: 2024-09-26 23:08:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359726 {#9455 date: 2024-09-26 23:08:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9462 …} -Children: Doctrine\ORM\PersistentCollection {#9465 …} -Parent: Eccube\Entity\Category {#9456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#9470 -id: 173 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 214 -create_date: DateTime @1727359718 {#9468 date: 2024-09-26 23:08:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359718 {#9469 date: 2024-09-26 23:08:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9471 …} -Children: Doctrine\ORM\PersistentCollection {#9474 …} -Parent: Eccube\Entity\Category {#9456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#9477 -id: 172 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 213 -create_date: DateTime @1727359713 {#9475 date: 2024-09-26 23:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359713 {#9476 date: 2024-09-26 23:08:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9478 …} -Children: Doctrine\ORM\PersistentCollection {#9481 …} -Parent: Eccube\Entity\Category {#9456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#9484 -id: 171 -name: "スカート" -hierarchy: 2 -sort_no: 212 -create_date: DateTime @1727359701 {#9482 date: 2024-09-26 23:08:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359701 {#9483 date: 2024-09-26 23:08:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9485 …} -Children: Doctrine\ORM\PersistentCollection {#9488 …} -Parent: Eccube\Entity\Category {#9456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#9491 -id: 170 -name: "ネクタイ" -hierarchy: 2 -sort_no: 211 -create_date: DateTime @1727359697 {#9489 date: 2024-09-26 23:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359697 {#9490 date: 2024-09-26 23:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9492 …} -Children: Doctrine\ORM\PersistentCollection {#9495 …} -Parent: Eccube\Entity\Category {#9456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#9498 -id: 169 -name: "セーター" -hierarchy: 2 -sort_no: 210 -create_date: DateTime @1727359690 {#9496 date: 2024-09-26 23:08:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359694 {#9497 date: 2024-09-26 23:08:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9499 …} -Children: Doctrine\ORM\PersistentCollection {#9502 …} -Parent: Eccube\Entity\Category {#9456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#9505 -id: 211 -name: "浜松湖北高等学校" -hierarchy: 1 -sort_no: 286 -create_date: DateTime @1727360664 {#9467 date: 2024-09-26 23:24:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9466 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9506 …} -Children: Doctrine\ORM\PersistentCollection {#9509 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6996 …} } Eccube\Entity\Category {#9510 -id: 217 -name: "ブレザー" -hierarchy: 2 -sort_no: 236 -create_date: DateTime @1727360698 {#9503 date: 2024-09-26 23:24:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360698 {#9504 date: 2024-09-26 23:24:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9511 …} -Children: Doctrine\ORM\PersistentCollection {#9514 …} -Parent: Eccube\Entity\Category {#9505} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6996 …} } Eccube\Entity\Category {#9519 -id: 216 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 235 -create_date: DateTime @1727360692 {#9517 date: 2024-09-26 23:24:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360692 {#9518 date: 2024-09-26 23:24:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9520 …} -Children: Doctrine\ORM\PersistentCollection {#9523 …} -Parent: Eccube\Entity\Category {#9505} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6996 …} } Eccube\Entity\Category {#9526 -id: 215 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 234 -create_date: DateTime @1727360684 {#9524 date: 2024-09-26 23:24:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360684 {#9525 date: 2024-09-26 23:24:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9527 …} -Children: Doctrine\ORM\PersistentCollection {#9530 …} -Parent: Eccube\Entity\Category {#9505} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6996 …} } Eccube\Entity\Category {#9533 -id: 214 -name: "スカート" -hierarchy: 2 -sort_no: 233 -create_date: DateTime @1727360678 {#9531 date: 2024-09-26 23:24:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360678 {#9532 date: 2024-09-26 23:24:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9534 …} -Children: Doctrine\ORM\PersistentCollection {#9537 …} -Parent: Eccube\Entity\Category {#9505} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6996 …} } Eccube\Entity\Category {#9540 -id: 213 -name: "ネクタイ" -hierarchy: 2 -sort_no: 232 -create_date: DateTime @1727360676 {#9538 date: 2024-09-26 23:24:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360676 {#9539 date: 2024-09-26 23:24:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9541 …} -Children: Doctrine\ORM\PersistentCollection {#9544 …} -Parent: Eccube\Entity\Category {#9505} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6996 …} } Eccube\Entity\Category {#9547 -id: 212 -name: "セーター" -hierarchy: 2 -sort_no: 231 -create_date: DateTime @1727360671 {#9545 date: 2024-09-26 23:24:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360671 {#9546 date: 2024-09-26 23:24:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9548 …} -Children: Doctrine\ORM\PersistentCollection {#9551 …} -Parent: Eccube\Entity\Category {#9505} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6996 …} } Eccube\Entity\Category {#9554 -id: 163 -name: "浜松学院" -hierarchy: 1 -sort_no: 277 -create_date: DateTime @1727359629 {#9516 date: 2024-09-26 23:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9515 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9555 …} -Children: Doctrine\ORM\PersistentCollection {#9558 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#9559 -id: 167 -name: "ジャケット" -hierarchy: 2 -sort_no: 208 -create_date: DateTime @1727359648 {#9552 date: 2024-09-26 23:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359648 {#9553 date: 2024-09-26 23:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9560 …} -Children: Doctrine\ORM\PersistentCollection {#9563 …} -Parent: Eccube\Entity\Category {#9554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#9568 -id: 166 -name: "シャツ" -hierarchy: 2 -sort_no: 207 -create_date: DateTime @1727359639 {#9566 date: 2024-09-26 23:07:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359639 {#9567 date: 2024-09-26 23:07:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9569 …} -Children: Doctrine\ORM\PersistentCollection {#9572 …} -Parent: Eccube\Entity\Category {#9554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#9575 -id: 165 -name: "スラックス" -hierarchy: 2 -sort_no: 206 -create_date: DateTime @1727359637 {#9573 date: 2024-09-26 23:07:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359637 {#9574 date: 2024-09-26 23:07:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9576 …} -Children: Doctrine\ORM\PersistentCollection {#9579 …} -Parent: Eccube\Entity\Category {#9554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#9582 -id: 164 -name: "ソックス" -hierarchy: 2 -sort_no: 205 -create_date: DateTime @1727359633 {#9580 date: 2024-09-26 23:07:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359633 {#9581 date: 2024-09-26 23:07:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9583 …} -Children: Doctrine\ORM\PersistentCollection {#9586 …} -Parent: Eccube\Entity\Category {#9554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#9589 -id: 152 -name: "開誠館中学校" -hierarchy: 1 -sort_no: 268 -create_date: DateTime @1727359500 {#9565 date: 2024-09-26 23:05:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9564 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9590 …} -Children: Doctrine\ORM\PersistentCollection {#9593 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9594 -id: 162 -name: "上衣" -hierarchy: 2 -sort_no: 203 -create_date: DateTime @1727359564 {#9587 date: 2024-09-26 23:06:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359564 {#9588 date: 2024-09-26 23:06:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9595 …} -Children: Doctrine\ORM\PersistentCollection {#9598 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9603 -id: 161 -name: "シャツ" -hierarchy: 2 -sort_no: 202 -create_date: DateTime @1727359561 {#9601 date: 2024-09-26 23:06:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359561 {#9602 date: 2024-09-26 23:06:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9604 …} -Children: Doctrine\ORM\PersistentCollection {#9607 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9610 -id: 160 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 201 -create_date: DateTime @1727359555 {#9608 date: 2024-09-26 23:05:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359555 {#9609 date: 2024-09-26 23:05:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9611 …} -Children: Doctrine\ORM\PersistentCollection {#9614 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9617 -id: 159 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 200 -create_date: DateTime @1727359548 {#9615 date: 2024-09-26 23:05:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359548 {#9616 date: 2024-09-26 23:05:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9618 …} -Children: Doctrine\ORM\PersistentCollection {#9621 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9624 -id: 158 -name: "セーラー" -hierarchy: 2 -sort_no: 199 -create_date: DateTime @1727359541 {#9622 date: 2024-09-26 23:05:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359541 {#9623 date: 2024-09-26 23:05:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9625 …} -Children: Doctrine\ORM\PersistentCollection {#9628 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9631 -id: 157 -name: "スカート" -hierarchy: 2 -sort_no: 198 -create_date: DateTime @1727359539 {#9629 date: 2024-09-26 23:05:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359539 {#9630 date: 2024-09-26 23:05:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9632 …} -Children: Doctrine\ORM\PersistentCollection {#9635 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9638 -id: 156 -name: "ソックス" -hierarchy: 2 -sort_no: 197 -create_date: DateTime @1727359534 {#9636 date: 2024-09-26 23:05:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359534 {#9637 date: 2024-09-26 23:05:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9639 …} -Children: Doctrine\ORM\PersistentCollection {#9642 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9645 -id: 155 -name: "通学靴" -hierarchy: 2 -sort_no: 196 -create_date: DateTime @1727359530 {#9643 date: 2024-09-26 23:05:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359530 {#9644 date: 2024-09-26 23:05:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9646 …} -Children: Doctrine\ORM\PersistentCollection {#9649 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9652 -id: 154 -name: "雨衣" -hierarchy: 2 -sort_no: 195 -create_date: DateTime @1727359524 {#9650 date: 2024-09-26 23:05:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359524 {#9651 date: 2024-09-26 23:05:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9653 …} -Children: Doctrine\ORM\PersistentCollection {#9656 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9659 -id: 153 -name: "その他" -hierarchy: 2 -sort_no: 194 -create_date: DateTime @1727359518 {#9657 date: 2024-09-26 23:05:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359518 {#9658 date: 2024-09-26 23:05:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9660 …} -Children: Doctrine\ORM\PersistentCollection {#9663 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#9666 -id: 141 -name: "開誠館高等学校" -hierarchy: 1 -sort_no: 267 -create_date: DateTime @1727359401 {#9600 date: 2024-09-26 23:03:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9599 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9667 …} -Children: Doctrine\ORM\PersistentCollection {#9670 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9671 -id: 151 -name: "上衣" -hierarchy: 2 -sort_no: 184 -create_date: DateTime @1727359458 {#9664 date: 2024-09-26 23:04:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359458 {#9665 date: 2024-09-26 23:04:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9672 …} -Children: Doctrine\ORM\PersistentCollection {#9675 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9680 -id: 150 -name: "シャツ" -hierarchy: 2 -sort_no: 183 -create_date: DateTime @1727359453 {#9678 date: 2024-09-26 23:04:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359453 {#9679 date: 2024-09-26 23:04:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9681 …} -Children: Doctrine\ORM\PersistentCollection {#9684 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9687 -id: 149 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1727359448 {#9685 date: 2024-09-26 23:04:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359448 {#9686 date: 2024-09-26 23:04:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9688 …} -Children: Doctrine\ORM\PersistentCollection {#9691 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9694 -id: 148 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1727359440 {#9692 date: 2024-09-26 23:04:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359440 {#9693 date: 2024-09-26 23:04:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9695 …} -Children: Doctrine\ORM\PersistentCollection {#9698 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9701 -id: 147 -name: "セーラー" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1727359431 {#9699 date: 2024-09-26 23:03:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359431 {#9700 date: 2024-09-26 23:03:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9702 …} -Children: Doctrine\ORM\PersistentCollection {#9705 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9708 -id: 146 -name: "スカート" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1727359428 {#9706 date: 2024-09-26 23:03:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359428 {#9707 date: 2024-09-26 23:03:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9709 …} -Children: Doctrine\ORM\PersistentCollection {#9712 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9715 -id: 145 -name: "ソックス" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1727359426 {#9713 date: 2024-09-26 23:03:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359426 {#9714 date: 2024-09-26 23:03:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9716 …} -Children: Doctrine\ORM\PersistentCollection {#9719 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9722 -id: 144 -name: "通学靴" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1727359419 {#9720 date: 2024-09-26 23:03:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359419 {#9721 date: 2024-09-26 23:03:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9723 …} -Children: Doctrine\ORM\PersistentCollection {#9726 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9729 -id: 143 -name: "雨衣" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1727359413 {#9727 date: 2024-09-26 23:03:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359413 {#9728 date: 2024-09-26 23:03:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9730 …} -Children: Doctrine\ORM\PersistentCollection {#9733 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9736 -id: 142 -name: "その他" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1727359408 {#9734 date: 2024-09-26 23:03:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359408 {#9735 date: 2024-09-26 23:03:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9737 …} -Children: Doctrine\ORM\PersistentCollection {#9740 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#9743 -id: 121 -name: "浜松商業高等学校" -hierarchy: 1 -sort_no: 255 -create_date: DateTime @1727359092 {#9677 date: 2024-09-26 22:58:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9676 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9744 …} -Children: Doctrine\ORM\PersistentCollection {#9747 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#9748 -id: 125 -name: "ジャケット" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1727359108 {#9741 date: 2024-09-26 22:58:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359108 {#9742 date: 2024-09-26 22:58:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9749 …} -Children: Doctrine\ORM\PersistentCollection {#9752 …} -Parent: Eccube\Entity\Category {#9743} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#9757 -id: 124 -name: "ベスト" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1727359105 {#9755 date: 2024-09-26 22:58:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359105 {#9756 date: 2024-09-26 22:58:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9758 …} -Children: Doctrine\ORM\PersistentCollection {#9761 …} -Parent: Eccube\Entity\Category {#9743} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#9764 -id: 123 -name: "スカート" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1727359103 {#9762 date: 2024-09-26 22:58:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359103 {#9763 date: 2024-09-26 22:58:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9765 …} -Children: Doctrine\ORM\PersistentCollection {#9768 …} -Parent: Eccube\Entity\Category {#9743} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#9771 -id: 122 -name: "スラックス" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1727359100 {#9769 date: 2024-09-26 22:58:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359100 {#9770 date: 2024-09-26 22:58:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9772 …} -Children: Doctrine\ORM\PersistentCollection {#9775 …} -Parent: Eccube\Entity\Category {#9743} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#9778 -id: 206 -name: "浜松商業高等学校" -hierarchy: 1 -sort_no: 254 -create_date: DateTime @1727360598 {#9754 date: 2024-09-26 23:23:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9753 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9779 …} -Children: Doctrine\ORM\PersistentCollection {#9782 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6987 …} } Eccube\Entity\Category {#9783 -id: 210 -name: "ジャケット" -hierarchy: 2 -sort_no: 249 -create_date: DateTime @1727360632 {#9776 date: 2024-09-26 23:23:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360632 {#9777 date: 2024-09-26 23:23:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9784 …} -Children: Doctrine\ORM\PersistentCollection {#9787 …} -Parent: Eccube\Entity\Category {#9778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6987 …} } Eccube\Entity\Category {#9792 -id: 209 -name: "ベスト" -hierarchy: 2 -sort_no: 248 -create_date: DateTime @1727360630 {#9790 date: 2024-09-26 23:23:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360630 {#9791 date: 2024-09-26 23:23:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9793 …} -Children: Doctrine\ORM\PersistentCollection {#9796 …} -Parent: Eccube\Entity\Category {#9778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6987 …} } Eccube\Entity\Category {#9799 -id: 208 -name: "スカート" -hierarchy: 2 -sort_no: 247 -create_date: DateTime @1727360627 {#9797 date: 2024-09-26 23:23:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360627 {#9798 date: 2024-09-26 23:23:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9800 …} -Children: Doctrine\ORM\PersistentCollection {#9803 …} -Parent: Eccube\Entity\Category {#9778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6987 …} } Eccube\Entity\Category {#9806 -id: 207 -name: "スラックス" -hierarchy: 2 -sort_no: 246 -create_date: DateTime @1727360623 {#9804 date: 2024-09-26 23:23:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360623 {#9805 date: 2024-09-26 23:23:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9807 …} -Children: Doctrine\ORM\PersistentCollection {#9810 …} -Parent: Eccube\Entity\Category {#9778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6987 …} } Eccube\Entity\Category {#9813 -id: 115 -name: "浜松南高等学校" -hierarchy: 1 -sort_no: 253 -create_date: DateTime @1727359000 {#9789 date: 2024-09-26 22:56:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9788 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9814 …} -Children: Doctrine\ORM\PersistentCollection {#9817 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9818 -id: 120 -name: "ジャケット" -hierarchy: 2 -sort_no: 252 -create_date: DateTime @1727359038 {#9811 date: 2024-09-26 22:57:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9812 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9819 …} -Children: Doctrine\ORM\PersistentCollection {#9823 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9828 -id: 119 -name: "ブラウス" -hierarchy: 2 -sort_no: 251 -create_date: DateTime @1727359033 {#9826 date: 2024-09-26 22:57:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9827 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9829 …} -Children: Doctrine\ORM\PersistentCollection {#9832 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9835 -id: 291 -name: "シャツ" -hierarchy: 2 -sort_no: 250 -create_date: DateTime @1732080417 {#9833 date: 2024-11-20 14:26:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9834 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9836 …} -Children: Doctrine\ORM\PersistentCollection {#9839 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9842 -id: 293 -name: "ポロシャツ" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1732080487 {#9840 date: 2024-11-20 14:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9841 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9843 …} -Children: Doctrine\ORM\PersistentCollection {#9846 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9849 -id: 118 -name: "スカート" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1727359031 {#9847 date: 2024-09-26 22:57:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9848 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9850 …} -Children: Doctrine\ORM\PersistentCollection {#9853 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9856 -id: 117 -name: "スラックス" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1727359026 {#9854 date: 2024-09-26 22:57:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9855 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9857 …} -Children: Doctrine\ORM\PersistentCollection {#9860 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9863 -id: 294 -name: "ニット" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1732080498 {#9861 date: 2024-11-20 14:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9862 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9864 …} -Children: Doctrine\ORM\PersistentCollection {#9867 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9870 -id: 116 -name: "ネクタイ・リボン" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1727359023 {#9868 date: 2024-09-26 22:57:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9869 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9871 …} -Children: Doctrine\ORM\PersistentCollection {#9874 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } Eccube\Entity\Category {#9877 -id: 200 -name: "浜松南高等学校" -hierarchy: 1 -sort_no: 240 -create_date: DateTime @1727360514 {#9825 date: 2024-09-26 23:21:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9824 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9878 …} -Children: Doctrine\ORM\PersistentCollection {#9881 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9882 -id: 205 -name: "ジャケット" -hierarchy: 2 -sort_no: 245 -create_date: DateTime @1727360534 {#9875 date: 2024-09-26 23:22:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9876 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9883 …} -Children: Doctrine\ORM\PersistentCollection {#9886 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9891 -id: 204 -name: "ブラウス" -hierarchy: 2 -sort_no: 244 -create_date: DateTime @1727360532 {#9889 date: 2024-09-26 23:22:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9890 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9892 …} -Children: Doctrine\ORM\PersistentCollection {#9895 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9898 -id: 295 -name: "シャツ" -hierarchy: 2 -sort_no: 243 -create_date: DateTime @1732080513 {#9896 date: 2024-11-20 14:28:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9897 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9899 …} -Children: Doctrine\ORM\PersistentCollection {#9902 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9905 -id: 296 -name: "ポロシャツ" -hierarchy: 2 -sort_no: 242 -create_date: DateTime @1732080521 {#9903 date: 2024-11-20 14:28:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9904 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9906 …} -Children: Doctrine\ORM\PersistentCollection {#9909 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9912 -id: 203 -name: "スカート" -hierarchy: 2 -sort_no: 241 -create_date: DateTime @1727360528 {#9910 date: 2024-09-26 23:22:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9911 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9913 …} -Children: Doctrine\ORM\PersistentCollection {#9916 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9919 -id: 202 -name: "スラックス" -hierarchy: 2 -sort_no: 239 -create_date: DateTime @1727360523 {#9917 date: 2024-09-26 23:22:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9918 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9920 …} -Children: Doctrine\ORM\PersistentCollection {#9923 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9926 -id: 297 -name: "ニット" -hierarchy: 2 -sort_no: 238 -create_date: DateTime @1732080525 {#9924 date: 2024-11-20 14:28:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9925 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9927 …} -Children: Doctrine\ORM\PersistentCollection {#9930 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9933 -id: 201 -name: "ネクタイ・リボン" -hierarchy: 2 -sort_no: 237 -create_date: DateTime @1727360520 {#9931 date: 2024-09-26 23:22:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9932 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9934 …} -Children: Doctrine\ORM\PersistentCollection {#9937 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } Eccube\Entity\Category {#9940 -id: 110 -name: "掛川西高等学校" -hierarchy: 1 -sort_no: 230 -create_date: DateTime @1727358904 {#9888 date: 2024-09-26 22:55:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9887 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9941 …} -Children: Doctrine\ORM\PersistentCollection {#9944 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6859 …} } Eccube\Entity\Category {#9945 -id: 113 -name: "ジャケット" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1727358918 {#9938 date: 2024-09-26 22:55:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#9939 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9946 …} -Children: Doctrine\ORM\PersistentCollection {#9949 …} -Parent: Eccube\Entity\Category {#9940} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6859 …} } Eccube\Entity\Category {#9954 -id: 112 -name: "シャツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1727358916 {#9952 date: 2024-09-26 22:55:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#9953 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9955 …} -Children: Doctrine\ORM\PersistentCollection {#9958 …} -Parent: Eccube\Entity\Category {#9940} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6859 …} } Eccube\Entity\Category {#9961 -id: 111 -name: "ベスト" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1727358910 {#9959 date: 2024-09-26 22:55:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#9960 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9962 …} -Children: Doctrine\ORM\PersistentCollection {#9965 …} -Parent: Eccube\Entity\Category {#9940} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6859 …} } Eccube\Entity\Category {#9968 -id: 114 -name: "スカート" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1727358946 {#9966 date: 2024-09-26 22:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#9967 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9969 …} -Children: Doctrine\ORM\PersistentCollection {#9972 …} -Parent: Eccube\Entity\Category {#9940} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6859 …} } Eccube\Entity\Category {#9975 -id: 195 -name: "掛川西高等学校" -hierarchy: 1 -sort_no: 229 -create_date: DateTime @1727360083 {#9951 date: 2024-09-26 23:14:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9950 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9976 …} -Children: Doctrine\ORM\PersistentCollection {#9979 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6969 …} } Eccube\Entity\Category {#9980 -id: 199 -name: "ジャケット" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1727360115 {#9973 date: 2024-09-26 23:15:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360115 {#9974 date: 2024-09-26 23:15:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9981 …} -Children: Doctrine\ORM\PersistentCollection {#9984 …} -Parent: Eccube\Entity\Category {#9975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6969 …} } Eccube\Entity\Category {#9989 -id: 198 -name: "ブラウス" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1727360106 {#9987 date: 2024-09-26 23:15:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360106 {#9988 date: 2024-09-26 23:15:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9990 …} -Children: Doctrine\ORM\PersistentCollection {#9993 …} -Parent: Eccube\Entity\Category {#9975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6969 …} } Eccube\Entity\Category {#9996 -id: 197 -name: "ベスト" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1727360103 {#9994 date: 2024-09-26 23:15:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360103 {#9995 date: 2024-09-26 23:15:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9997 …} -Children: Doctrine\ORM\PersistentCollection {#10000 …} -Parent: Eccube\Entity\Category {#9975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6969 …} } Eccube\Entity\Category {#10003 -id: 196 -name: "スカート" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1727360096 {#10001 date: 2024-09-26 23:14:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360096 {#10002 date: 2024-09-26 23:14:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10004 …} -Children: Doctrine\ORM\PersistentCollection {#10007 …} -Parent: Eccube\Entity\Category {#9975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6969 …} } Eccube\Entity\Category {#10010 -id: 135 -name: "篠原中学校" -hierarchy: 1 -sort_no: 223 -create_date: DateTime @1727359323 {#9986 date: 2024-09-26 23:02:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9985 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10011 …} -Children: Doctrine\ORM\PersistentCollection {#10014 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#10015 -id: 140 -name: "上衣" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1727359356 {#10008 date: 2024-09-26 23:02:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359356 {#10009 date: 2024-09-26 23:02:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10016 …} -Children: Doctrine\ORM\PersistentCollection {#10019 …} -Parent: Eccube\Entity\Category {#10010} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#10024 -id: 139 -name: "シャツ" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1727359353 {#10022 date: 2024-09-26 23:02:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359353 {#10023 date: 2024-09-26 23:02:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10025 …} -Children: Doctrine\ORM\PersistentCollection {#10028 …} -Parent: Eccube\Entity\Category {#10010} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#10031 -id: 138 -name: "スラックス" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1727359350 {#10029 date: 2024-09-26 23:02:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359350 {#10030 date: 2024-09-26 23:02:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10032 …} -Children: Doctrine\ORM\PersistentCollection {#10035 …} -Parent: Eccube\Entity\Category {#10010} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#10038 -id: 137 -name: "スカート" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1727359348 {#10036 date: 2024-09-26 23:02:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359348 {#10037 date: 2024-09-26 23:02:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10039 …} -Children: Doctrine\ORM\PersistentCollection {#10042 …} -Parent: Eccube\Entity\Category {#10010} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#10045 -id: 136 -name: "その他" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1727359334 {#10043 date: 2024-09-26 23:02:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359334 {#10044 date: 2024-09-26 23:02:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10046 …} -Children: Doctrine\ORM\PersistentCollection {#10049 …} -Parent: Eccube\Entity\Category {#10010} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#10052 -id: 285 -name: "篠原中学校" -hierarchy: 1 -sort_no: 216 -create_date: DateTime @1727361471 {#10020 date: 2024-09-26 23:37:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10021 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10053 …} -Children: Doctrine\ORM\PersistentCollection {#10056 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7077 …} } Eccube\Entity\Category {#10057 -id: 290 -name: "上衣" -hierarchy: 2 -sort_no: 295 -create_date: DateTime @1727361510 {#10050 date: 2024-09-26 23:38:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361510 {#10051 date: 2024-09-26 23:38:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10058 …} -Children: Doctrine\ORM\PersistentCollection {#10061 …} -Parent: Eccube\Entity\Category {#10052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7077 …} } Eccube\Entity\Category {#10066 -id: 289 -name: "シャツ" -hierarchy: 2 -sort_no: 294 -create_date: DateTime @1727361507 {#10064 date: 2024-09-26 23:38:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361507 {#10065 date: 2024-09-26 23:38:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10067 …} -Children: Doctrine\ORM\PersistentCollection {#10070 …} -Parent: Eccube\Entity\Category {#10052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7077 …} } Eccube\Entity\Category {#10073 -id: 288 -name: "スラックス" -hierarchy: 2 -sort_no: 293 -create_date: DateTime @1727361504 {#10071 date: 2024-09-26 23:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361504 {#10072 date: 2024-09-26 23:38:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10074 …} -Children: Doctrine\ORM\PersistentCollection {#10077 …} -Parent: Eccube\Entity\Category {#10052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7077 …} } Eccube\Entity\Category {#10080 -id: 287 -name: "スカート" -hierarchy: 2 -sort_no: 292 -create_date: DateTime @1727361501 {#10078 date: 2024-09-26 23:38:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361501 {#10079 date: 2024-09-26 23:38:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10081 …} -Children: Doctrine\ORM\PersistentCollection {#10084 …} -Parent: Eccube\Entity\Category {#10052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7077 …} } Eccube\Entity\Category {#10087 -id: 286 -name: "その他" -hierarchy: 2 -sort_no: 291 -create_date: DateTime @1727361498 {#10085 date: 2024-09-26 23:38:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361498 {#10086 date: 2024-09-26 23:38:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10088 …} -Children: Doctrine\ORM\PersistentCollection {#10091 …} -Parent: Eccube\Entity\Category {#10052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7077 …} } Eccube\Entity\Category {#10094 -id: 126 -name: "向陽中学校" -hierarchy: 1 -sort_no: 209 -create_date: DateTime @1727359145 {#10062 date: 2024-09-26 22:59:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10063 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10095 …} -Children: Doctrine\ORM\PersistentCollection {#10098 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10099 -id: 134 -name: "上衣" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1727359181 {#10092 date: 2024-09-26 22:59:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10093 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10100 …} -Children: Doctrine\ORM\PersistentCollection {#10103 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10108 -id: 131 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1727359169 {#10106 date: 2024-09-26 22:59:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10107 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10109 …} -Children: Doctrine\ORM\PersistentCollection {#10112 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10115 -id: 130 -name: "スラックス" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1727359167 {#10113 date: 2024-09-26 22:59:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10114 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10116 …} -Children: Doctrine\ORM\PersistentCollection {#10119 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10122 -id: 133 -name: "セーラー" -hierarchy: 2 -sort_no: 156 -create_date: DateTime @1727359175 {#10120 date: 2024-09-26 22:59:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10121 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10123 …} -Children: Doctrine\ORM\PersistentCollection {#10126 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10129 -id: 132 -name: "スカート" -hierarchy: 2 -sort_no: 155 -create_date: DateTime @1727359172 {#10127 date: 2024-09-26 22:59:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10128 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10130 …} -Children: Doctrine\ORM\PersistentCollection {#10133 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10136 -id: 129 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 154 -create_date: DateTime @1727359163 {#10134 date: 2024-09-26 22:59:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10135 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10137 …} -Children: Doctrine\ORM\PersistentCollection {#10140 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10143 -id: 128 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 153 -create_date: DateTime @1727359155 {#10141 date: 2024-09-26 22:59:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10142 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10144 …} -Children: Doctrine\ORM\PersistentCollection {#10147 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10150 -id: 127 -name: "その他" -hierarchy: 2 -sort_no: 152 -create_date: DateTime @1727359151 {#10148 date: 2024-09-26 22:59:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10149 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10151 …} -Children: Doctrine\ORM\PersistentCollection {#10154 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#10157 -id: 267 -name: "向陽中学校" -hierarchy: 1 -sort_no: 204 -create_date: DateTime @1727361245 {#10105 date: 2024-09-26 23:34:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10104 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10158 …} -Children: Doctrine\ORM\PersistentCollection {#10161 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10162 -id: 275 -name: "上衣" -hierarchy: 2 -sort_no: 192 -create_date: DateTime @1727361296 {#10155 date: 2024-09-26 23:34:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10156 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10163 …} -Children: Doctrine\ORM\PersistentCollection {#10166 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10171 -id: 272 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 191 -create_date: DateTime @1727361289 {#10169 date: 2024-09-26 23:34:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10170 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10172 …} -Children: Doctrine\ORM\PersistentCollection {#10175 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10178 -id: 271 -name: "スラックス" -hierarchy: 2 -sort_no: 190 -create_date: DateTime @1727361286 {#10176 date: 2024-09-26 23:34:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10177 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10179 …} -Children: Doctrine\ORM\PersistentCollection {#10182 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10185 -id: 274 -name: "セーラー" -hierarchy: 2 -sort_no: 189 -create_date: DateTime @1727361294 {#10183 date: 2024-09-26 23:34:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10184 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10186 …} -Children: Doctrine\ORM\PersistentCollection {#10189 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10192 -id: 273 -name: "スカート" -hierarchy: 2 -sort_no: 188 -create_date: DateTime @1727361291 {#10190 date: 2024-09-26 23:34:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10191 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10193 …} -Children: Doctrine\ORM\PersistentCollection {#10196 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10199 -id: 270 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1727361283 {#10197 date: 2024-09-26 23:34:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10198 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10200 …} -Children: Doctrine\ORM\PersistentCollection {#10203 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10206 -id: 269 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1727361276 {#10204 date: 2024-09-26 23:34:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10205 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10207 …} -Children: Doctrine\ORM\PersistentCollection {#10210 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10213 -id: 268 -name: "その他" -hierarchy: 2 -sort_no: 185 -create_date: DateTime @1727361269 {#10211 date: 2024-09-26 23:34:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10212 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10214 …} -Children: Doctrine\ORM\PersistentCollection {#10217 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } Eccube\Entity\Category {#10220 -id: 101 -name: "浜名中学校" -hierarchy: 1 -sort_no: 193 -create_date: DateTime @1727358107 {#10168 date: 2024-09-26 22:41:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10167 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10221 …} -Children: Doctrine\ORM\PersistentCollection {#10224 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10225 -id: 109 -name: "上衣" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1727358867 {#10218 date: 2024-09-26 22:54:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10219 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10226 …} -Children: Doctrine\ORM\PersistentCollection {#10229 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10234 -id: 106 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1727358848 {#10232 date: 2024-09-26 22:54:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10233 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10235 …} -Children: Doctrine\ORM\PersistentCollection {#10238 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10241 -id: 105 -name: "スラックス" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1727358843 {#10239 date: 2024-09-26 22:54:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10240 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10242 …} -Children: Doctrine\ORM\PersistentCollection {#10245 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10248 -id: 108 -name: "セーラー" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1727358863 {#10246 date: 2024-09-26 22:54:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10247 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10249 …} -Children: Doctrine\ORM\PersistentCollection {#10252 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10255 -id: 107 -name: "スカート" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1727358857 {#10253 date: 2024-09-26 22:54:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10254 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10256 …} -Children: Doctrine\ORM\PersistentCollection {#10259 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10262 -id: 104 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1727358768 {#10260 date: 2024-09-26 22:52:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10261 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10263 …} -Children: Doctrine\ORM\PersistentCollection {#10266 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10269 -id: 103 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1727358442 {#10267 date: 2024-09-26 22:47:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10268 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10270 …} -Children: Doctrine\ORM\PersistentCollection {#10273 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10276 -id: 102 -name: "その他" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1727358434 {#10274 date: 2024-09-26 22:47:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10275 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10277 …} -Children: Doctrine\ORM\PersistentCollection {#10280 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } Eccube\Entity\Category {#10283 -id: 276 -name: "浜名中学校" -hierarchy: 1 -sort_no: 174 -create_date: DateTime @1727361361 {#10231 date: 2024-09-26 23:36:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10230 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10284 …} -Children: Doctrine\ORM\PersistentCollection {#10287 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10288 -id: 284 -name: "上衣" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1727361409 {#10281 date: 2024-09-26 23:36:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10282 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10289 …} -Children: Doctrine\ORM\PersistentCollection {#10292 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10297 -id: 281 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1727361396 {#10295 date: 2024-09-26 23:36:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10296 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10298 …} -Children: Doctrine\ORM\PersistentCollection {#10301 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10304 -id: 280 -name: "スラックス" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1727361393 {#10302 date: 2024-09-26 23:36:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10303 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10305 …} -Children: Doctrine\ORM\PersistentCollection {#10308 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10311 -id: 283 -name: "セーラー" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1727361403 {#10309 date: 2024-09-26 23:36:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10310 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10312 …} -Children: Doctrine\ORM\PersistentCollection {#10315 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10318 -id: 282 -name: "スカート" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1727361400 {#10316 date: 2024-09-26 23:36:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10317 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10319 …} -Children: Doctrine\ORM\PersistentCollection {#10322 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10325 -id: 279 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1727361390 {#10323 date: 2024-09-26 23:36:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10324 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10326 …} -Children: Doctrine\ORM\PersistentCollection {#10329 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10332 -id: 278 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1727361384 {#10330 date: 2024-09-26 23:36:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10331 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10333 …} -Children: Doctrine\ORM\PersistentCollection {#10336 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10339 -id: 277 -name: "その他" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1727361378 {#10337 date: 2024-09-26 23:36:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10338 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10340 …} -Children: Doctrine\ORM\PersistentCollection {#10343 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } Eccube\Entity\Category {#10346 -id: 92 -name: "城山中学校" -hierarchy: 1 -sort_no: 160 -create_date: DateTime @1727358012 {#10294 date: 2024-09-26 22:40:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10293 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10347 …} -Children: Doctrine\ORM\PersistentCollection {#10350 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10351 -id: 100 -name: "上衣" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1727358069 {#10344 date: 2024-09-26 22:41:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10345 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10352 …} -Children: Doctrine\ORM\PersistentCollection {#10355 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10360 -id: 97 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1727358060 {#10358 date: 2024-09-26 22:41:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10359 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10361 …} -Children: Doctrine\ORM\PersistentCollection {#10364 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10367 -id: 96 -name: "スラックス" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1727358037 {#10365 date: 2024-09-26 22:40:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10366 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10368 …} -Children: Doctrine\ORM\PersistentCollection {#10371 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10374 -id: 99 -name: "セーラー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1727358066 {#10372 date: 2024-09-26 22:41:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10373 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10375 …} -Children: Doctrine\ORM\PersistentCollection {#10378 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10381 -id: 98 -name: "スカート" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1727358063 {#10379 date: 2024-09-26 22:41:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10380 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10382 …} -Children: Doctrine\ORM\PersistentCollection {#10385 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10388 -id: 95 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1727358035 {#10386 date: 2024-09-26 22:40:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10387 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10389 …} -Children: Doctrine\ORM\PersistentCollection {#10392 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10395 -id: 94 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1727358031 {#10393 date: 2024-09-26 22:40:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10394 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10396 …} -Children: Doctrine\ORM\PersistentCollection {#10399 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10402 -id: 93 -name: "その他" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1727358024 {#10400 date: 2024-09-26 22:40:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10401 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10403 …} -Children: Doctrine\ORM\PersistentCollection {#10406 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#10409 -id: 258 -name: "城山中学校" -hierarchy: 1 -sort_no: 151 -create_date: DateTime @1727361071 {#10357 date: 2024-09-26 23:31:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10356 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10410 …} -Children: Doctrine\ORM\PersistentCollection {#10413 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10414 -id: 266 -name: "上衣" -hierarchy: 2 -sort_no: 150 -create_date: DateTime @1727361110 {#10407 date: 2024-09-26 23:31:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10408 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10415 …} -Children: Doctrine\ORM\PersistentCollection {#10418 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10423 -id: 263 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 149 -create_date: DateTime @1727361104 {#10421 date: 2024-09-26 23:31:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10422 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10424 …} -Children: Doctrine\ORM\PersistentCollection {#10427 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10430 -id: 262 -name: "スラックス" -hierarchy: 2 -sort_no: 148 -create_date: DateTime @1727361098 {#10428 date: 2024-09-26 23:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10429 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10431 …} -Children: Doctrine\ORM\PersistentCollection {#10434 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10437 -id: 265 -name: "セーラー" -hierarchy: 2 -sort_no: 147 -create_date: DateTime @1727361108 {#10435 date: 2024-09-26 23:31:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10436 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10438 …} -Children: Doctrine\ORM\PersistentCollection {#10441 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10444 -id: 264 -name: "スカート" -hierarchy: 2 -sort_no: 146 -create_date: DateTime @1727361106 {#10442 date: 2024-09-26 23:31:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10443 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10445 …} -Children: Doctrine\ORM\PersistentCollection {#10448 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10451 -id: 261 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 145 -create_date: DateTime @1727361094 {#10449 date: 2024-09-26 23:31:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10450 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10452 …} -Children: Doctrine\ORM\PersistentCollection {#10455 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10458 -id: 260 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 144 -create_date: DateTime @1727361087 {#10456 date: 2024-09-26 23:31:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10457 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10459 …} -Children: Doctrine\ORM\PersistentCollection {#10462 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10465 -id: 259 -name: "その他" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1727361085 {#10463 date: 2024-09-26 23:31:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10464 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10466 …} -Children: Doctrine\ORM\PersistentCollection {#10469 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } Eccube\Entity\Category {#10472 -id: 83 -name: "南部中学校" -hierarchy: 1 -sort_no: 138 -create_date: DateTime @1727357914 {#10420 date: 2024-09-26 22:38:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10419 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10473 …} -Children: Doctrine\ORM\PersistentCollection {#10476 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10477 -id: 91 -name: "上衣" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1727357970 {#10470 date: 2024-09-26 22:39:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10471 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10478 …} -Children: Doctrine\ORM\PersistentCollection {#10481 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10486 -id: 88 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1727357956 {#10484 date: 2024-09-26 22:39:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10485 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10487 …} -Children: Doctrine\ORM\PersistentCollection {#10490 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10493 -id: 87 -name: "スラックス" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1727357952 {#10491 date: 2024-09-26 22:39:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10492 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10494 …} -Children: Doctrine\ORM\PersistentCollection {#10497 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10500 -id: 90 -name: "セーラー" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1727357967 {#10498 date: 2024-09-26 22:39:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10499 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10501 …} -Children: Doctrine\ORM\PersistentCollection {#10504 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10507 -id: 89 -name: "スカート" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1727357965 {#10505 date: 2024-09-26 22:39:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10506 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10508 …} -Children: Doctrine\ORM\PersistentCollection {#10511 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10514 -id: 86 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1727357948 {#10512 date: 2024-09-26 22:39:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10513 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10515 …} -Children: Doctrine\ORM\PersistentCollection {#10518 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10521 -id: 85 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1727357938 {#10519 date: 2024-09-26 22:38:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10520 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10522 …} -Children: Doctrine\ORM\PersistentCollection {#10525 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10528 -id: 84 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1727357933 {#10526 date: 2024-09-26 22:38:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10527 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10529 …} -Children: Doctrine\ORM\PersistentCollection {#10532 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#10535 -id: 249 -name: "南部中学校" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1727361001 {#10483 date: 2024-09-26 23:30:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10482 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10536 …} -Children: Doctrine\ORM\PersistentCollection {#10539 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10540 -id: 257 -name: "上衣" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1727361052 {#10533 date: 2024-09-26 23:30:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10534 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10541 …} -Children: Doctrine\ORM\PersistentCollection {#10544 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10549 -id: 254 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1727361044 {#10547 date: 2024-09-26 23:30:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10548 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10550 …} -Children: Doctrine\ORM\PersistentCollection {#10553 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10556 -id: 253 -name: "スラックス" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1727361040 {#10554 date: 2024-09-26 23:30:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10555 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10557 …} -Children: Doctrine\ORM\PersistentCollection {#10560 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10563 -id: 256 -name: "セーラー" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1727361049 {#10561 date: 2024-09-26 23:30:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10562 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10564 …} -Children: Doctrine\ORM\PersistentCollection {#10567 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10570 -id: 255 -name: "スカート" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1727361046 {#10568 date: 2024-09-26 23:30:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10569 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10571 …} -Children: Doctrine\ORM\PersistentCollection {#10574 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10577 -id: 252 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1727361037 {#10575 date: 2024-09-26 23:30:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10576 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10578 …} -Children: Doctrine\ORM\PersistentCollection {#10581 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10584 -id: 251 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1727361031 {#10582 date: 2024-09-26 23:30:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10583 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10585 …} -Children: Doctrine\ORM\PersistentCollection {#10588 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10591 -id: 250 -name: "その他" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1727361027 {#10589 date: 2024-09-26 23:30:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10590 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10592 …} -Children: Doctrine\ORM\PersistentCollection {#10595 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } Eccube\Entity\Category {#10598 -id: 74 -name: "神明中学校" -hierarchy: 1 -sort_no: 115 -create_date: DateTime @1727357577 {#10546 date: 2024-09-26 22:32:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10545 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10599 …} -Children: Doctrine\ORM\PersistentCollection {#10602 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10603 -id: 82 -name: "上衣" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1727357622 {#10596 date: 2024-09-26 22:33:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10597 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10604 …} -Children: Doctrine\ORM\PersistentCollection {#10607 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10612 -id: 79 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1727357614 {#10610 date: 2024-09-26 22:33:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10611 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10613 …} -Children: Doctrine\ORM\PersistentCollection {#10616 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10619 -id: 78 -name: "スラックス" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1727357610 {#10617 date: 2024-09-26 22:33:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10618 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10620 …} -Children: Doctrine\ORM\PersistentCollection {#10623 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10626 -id: 81 -name: "セーラー" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1727357619 {#10624 date: 2024-09-26 22:33:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10625 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10627 …} -Children: Doctrine\ORM\PersistentCollection {#10630 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10633 -id: 80 -name: "スカート" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1727357617 {#10631 date: 2024-09-26 22:33:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10632 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10634 …} -Children: Doctrine\ORM\PersistentCollection {#10637 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10640 -id: 77 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1727357599 {#10638 date: 2024-09-26 22:33:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10639 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10641 …} -Children: Doctrine\ORM\PersistentCollection {#10644 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10647 -id: 76 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1727357591 {#10645 date: 2024-09-26 22:33:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10646 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10648 …} -Children: Doctrine\ORM\PersistentCollection {#10651 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10654 -id: 75 -name: "その他" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1727357584 {#10652 date: 2024-09-26 22:33:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10653 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10655 …} -Children: Doctrine\ORM\PersistentCollection {#10658 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#10661 -id: 240 -name: "神明中学校" -hierarchy: 1 -sort_no: 106 -create_date: DateTime @1727360936 {#10609 date: 2024-09-26 23:28:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10608 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10662 …} -Children: Doctrine\ORM\PersistentCollection {#10665 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10666 -id: 248 -name: "上衣" -hierarchy: 2 -sort_no: 285 -create_date: DateTime @1727360967 {#10659 date: 2024-09-26 23:29:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10660 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10667 …} -Children: Doctrine\ORM\PersistentCollection {#10670 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10675 -id: 245 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 284 -create_date: DateTime @1727360958 {#10673 date: 2024-09-26 23:29:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10674 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10676 …} -Children: Doctrine\ORM\PersistentCollection {#10679 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10682 -id: 244 -name: "スラックス" -hierarchy: 2 -sort_no: 283 -create_date: DateTime @1727360955 {#10680 date: 2024-09-26 23:29:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10681 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10683 …} -Children: Doctrine\ORM\PersistentCollection {#10686 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10689 -id: 247 -name: "セーラー" -hierarchy: 2 -sort_no: 282 -create_date: DateTime @1727360964 {#10687 date: 2024-09-26 23:29:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10688 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10690 …} -Children: Doctrine\ORM\PersistentCollection {#10693 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10696 -id: 246 -name: "スカート" -hierarchy: 2 -sort_no: 281 -create_date: DateTime @1727360961 {#10694 date: 2024-09-26 23:29:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10695 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10697 …} -Children: Doctrine\ORM\PersistentCollection {#10700 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10703 -id: 243 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 280 -create_date: DateTime @1727360952 {#10701 date: 2024-09-26 23:29:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10702 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10704 …} -Children: Doctrine\ORM\PersistentCollection {#10707 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10710 -id: 242 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 279 -create_date: DateTime @1727360946 {#10708 date: 2024-09-26 23:29:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10709 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10711 …} -Children: Doctrine\ORM\PersistentCollection {#10714 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10717 -id: 241 -name: "その他" -hierarchy: 2 -sort_no: 278 -create_date: DateTime @1727360942 {#10715 date: 2024-09-26 23:29:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10716 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10718 …} -Children: Doctrine\ORM\PersistentCollection {#10721 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } Eccube\Entity\Category {#10724 -id: 65 -name: "第一中学校" -hierarchy: 1 -sort_no: 97 -create_date: DateTime @1727357466 {#10672 date: 2024-09-26 22:31:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10671 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10725 …} -Children: Doctrine\ORM\PersistentCollection {#10728 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10729 -id: 73 -name: "上衣" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1727357538 {#10722 date: 2024-09-26 22:32:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10723 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10730 …} -Children: Doctrine\ORM\PersistentCollection {#10733 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10738 -id: 70 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1727357525 {#10736 date: 2024-09-26 22:32:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10737 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10739 …} -Children: Doctrine\ORM\PersistentCollection {#10742 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10745 -id: 69 -name: "スラックス" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1727357521 {#10743 date: 2024-09-26 22:32:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10744 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10746 …} -Children: Doctrine\ORM\PersistentCollection {#10749 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10752 -id: 72 -name: "セーラー" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1727357530 {#10750 date: 2024-09-26 22:32:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10751 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10753 …} -Children: Doctrine\ORM\PersistentCollection {#10756 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10759 -id: 71 -name: "スカート" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1727357528 {#10757 date: 2024-09-26 22:32:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10758 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10760 …} -Children: Doctrine\ORM\PersistentCollection {#10763 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10766 -id: 68 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1727357505 {#10764 date: 2024-09-26 22:31:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10765 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10767 …} -Children: Doctrine\ORM\PersistentCollection {#10770 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10773 -id: 67 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1727357494 {#10771 date: 2024-09-26 22:31:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10772 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10774 …} -Children: Doctrine\ORM\PersistentCollection {#10777 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10780 -id: 66 -name: "その他" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1727357484 {#10778 date: 2024-09-26 22:31:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10779 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10781 …} -Children: Doctrine\ORM\PersistentCollection {#10784 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#10787 -id: 231 -name: "第一中学校" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1727360851 {#10735 date: 2024-09-26 23:27:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10734 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10788 …} -Children: Doctrine\ORM\PersistentCollection {#10791 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10792 -id: 239 -name: "上衣" -hierarchy: 2 -sort_no: 276 -create_date: DateTime @1727360898 {#10785 date: 2024-09-26 23:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10786 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10793 …} -Children: Doctrine\ORM\PersistentCollection {#10796 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10801 -id: 236 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 275 -create_date: DateTime @1727360887 {#10799 date: 2024-09-26 23:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10800 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10802 …} -Children: Doctrine\ORM\PersistentCollection {#10805 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10808 -id: 235 -name: "スラックス" -hierarchy: 2 -sort_no: 274 -create_date: DateTime @1727360884 {#10806 date: 2024-09-26 23:28:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10807 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10809 …} -Children: Doctrine\ORM\PersistentCollection {#10812 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10815 -id: 238 -name: "セーラー" -hierarchy: 2 -sort_no: 273 -create_date: DateTime @1727360895 {#10813 date: 2024-09-26 23:28:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10814 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10816 …} -Children: Doctrine\ORM\PersistentCollection {#10819 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10822 -id: 237 -name: "スカート" -hierarchy: 2 -sort_no: 272 -create_date: DateTime @1727360892 {#10820 date: 2024-09-26 23:28:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10821 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10823 …} -Children: Doctrine\ORM\PersistentCollection {#10826 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10829 -id: 234 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 271 -create_date: DateTime @1727360881 {#10827 date: 2024-09-26 23:28:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10828 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10830 …} -Children: Doctrine\ORM\PersistentCollection {#10833 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10836 -id: 233 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 270 -create_date: DateTime @1727360874 {#10834 date: 2024-09-26 23:27:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10835 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10837 …} -Children: Doctrine\ORM\PersistentCollection {#10840 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10843 -id: 232 -name: "その他" -hierarchy: 2 -sort_no: 269 -create_date: DateTime @1727360866 {#10841 date: 2024-09-26 23:27:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10842 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10844 …} -Children: Doctrine\ORM\PersistentCollection {#10847 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } Eccube\Entity\Category {#10850 -id: 42 -name: "磐田東高等学校" -hierarchy: 1 -sort_no: 79 -create_date: DateTime @1727357236 {#10798 date: 2024-09-26 22:27:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10797 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10851 …} -Children: Doctrine\ORM\PersistentCollection {#10854 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10855 -id: 64 -name: "上衣" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1727357423 {#10848 date: 2024-09-26 22:30:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357427 {#10849 date: 2024-09-26 22:30:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10856 …} -Children: Doctrine\ORM\PersistentCollection {#10859 …} -Parent: Eccube\Entity\Category {#10850} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10864 -id: 63 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1727357418 {#10862 date: 2024-09-26 22:30:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357418 {#10863 date: 2024-09-26 22:30:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10865 …} -Children: Doctrine\ORM\PersistentCollection {#10868 …} -Parent: Eccube\Entity\Category {#10850} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10871 -id: 62 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1727357412 {#10869 date: 2024-09-26 22:30:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357412 {#10870 date: 2024-09-26 22:30:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10872 …} -Children: Doctrine\ORM\PersistentCollection {#10875 …} -Parent: Eccube\Entity\Category {#10850} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10878 -id: 61 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1727357404 {#10876 date: 2024-09-26 22:30:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357404 {#10877 date: 2024-09-26 22:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10879 …} -Children: Doctrine\ORM\PersistentCollection {#10882 …} -Parent: Eccube\Entity\Category {#10850} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10885 -id: 60 -name: "ニット" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1727357395 {#10883 date: 2024-09-26 22:29:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357395 {#10884 date: 2024-09-26 22:29:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10886 …} -Children: Doctrine\ORM\PersistentCollection {#10889 …} -Parent: Eccube\Entity\Category {#10850} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10892 -id: 59 -name: "その他" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1727357393 {#10890 date: 2024-09-26 22:29:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357393 {#10891 date: 2024-09-26 22:29:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10893 …} -Children: Doctrine\ORM\PersistentCollection {#10896 …} -Parent: Eccube\Entity\Category {#10850} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10899 -id: 41 -name: "磐田東中学校" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1727357222 {#10861 date: 2024-09-26 22:27:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10860 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10900 …} -Children: Doctrine\ORM\PersistentCollection {#10903 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10904 -id: 52 -name: "上衣" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1727357343 {#10897 date: 2024-09-26 22:29:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357343 {#10898 date: 2024-09-26 22:29:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10905 …} -Children: Doctrine\ORM\PersistentCollection {#10908 …} -Parent: Eccube\Entity\Category {#10899} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10913 -id: 51 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1727357338 {#10911 date: 2024-09-26 22:28:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357338 {#10912 date: 2024-09-26 22:28:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10914 …} -Children: Doctrine\ORM\PersistentCollection {#10917 …} -Parent: Eccube\Entity\Category {#10899} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10920 -id: 50 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1727357327 {#10918 date: 2024-09-26 22:28:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357327 {#10919 date: 2024-09-26 22:28:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10921 …} -Children: Doctrine\ORM\PersistentCollection {#10924 …} -Parent: Eccube\Entity\Category {#10899} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10927 -id: 49 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1727357311 {#10925 date: 2024-09-26 22:28:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357311 {#10926 date: 2024-09-26 22:28:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10928 …} -Children: Doctrine\ORM\PersistentCollection {#10931 …} -Parent: Eccube\Entity\Category {#10899} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10934 -id: 48 -name: "その他" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1727357304 {#10932 date: 2024-09-26 22:28:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357304 {#10933 date: 2024-09-26 22:28:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10935 …} -Children: Doctrine\ORM\PersistentCollection {#10938 …} -Parent: Eccube\Entity\Category {#10899} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#10941 -id: 39 -name: "磐田東中学校" -hierarchy: 1 -sort_no: 63 -create_date: DateTime @1727357151 {#10909 date: 2024-09-26 22:25:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10910 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10942 …} -Children: Doctrine\ORM\PersistentCollection {#10945 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#10946 -id: 47 -name: "上衣" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1727357287 {#10939 date: 2024-09-26 22:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357287 {#10940 date: 2024-09-26 22:28:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10947 …} -Children: Doctrine\ORM\PersistentCollection {#10950 …} -Parent: Eccube\Entity\Category {#10941} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#10955 -id: 46 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1727357276 {#10953 date: 2024-09-26 22:27:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357276 {#10954 date: 2024-09-26 22:27:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10956 …} -Children: Doctrine\ORM\PersistentCollection {#10959 …} -Parent: Eccube\Entity\Category {#10941} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#10962 -id: 45 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1727357269 {#10960 date: 2024-09-26 22:27:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357269 {#10961 date: 2024-09-26 22:27:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10963 …} -Children: Doctrine\ORM\PersistentCollection {#10966 …} -Parent: Eccube\Entity\Category {#10941} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#10969 -id: 44 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1727357264 {#10967 date: 2024-09-26 22:27:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357264 {#10968 date: 2024-09-26 22:27:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10970 …} -Children: Doctrine\ORM\PersistentCollection {#10973 …} -Parent: Eccube\Entity\Category {#10941} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#10976 -id: 43 -name: "その他" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1727357259 {#10974 date: 2024-09-26 22:27:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357259 {#10975 date: 2024-09-26 22:27:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10977 …} -Children: Doctrine\ORM\PersistentCollection {#10980 …} -Parent: Eccube\Entity\Category {#10941} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#10983 -id: 40 -name: "磐田東高等学校" -hierarchy: 1 -sort_no: 56 -create_date: DateTime @1727357212 {#10951 date: 2024-09-26 22:26:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10952 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10984 …} -Children: Doctrine\ORM\PersistentCollection {#10987 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#10988 -id: 58 -name: "上衣" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1727357386 {#10981 date: 2024-09-26 22:29:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357386 {#10982 date: 2024-09-26 22:29:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10989 …} -Children: Doctrine\ORM\PersistentCollection {#10992 …} -Parent: Eccube\Entity\Category {#10983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#10997 -id: 57 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1727357383 {#10995 date: 2024-09-26 22:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357383 {#10996 date: 2024-09-26 22:29:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10998 …} -Children: Doctrine\ORM\PersistentCollection {#11001 …} -Parent: Eccube\Entity\Category {#10983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#11004 -id: 56 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1727357377 {#11002 date: 2024-09-26 22:29:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357377 {#11003 date: 2024-09-26 22:29:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11005 …} -Children: Doctrine\ORM\PersistentCollection {#11008 …} -Parent: Eccube\Entity\Category {#10983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#11011 -id: 55 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1727357364 {#11009 date: 2024-09-26 22:29:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357364 {#11010 date: 2024-09-26 22:29:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11012 …} -Children: Doctrine\ORM\PersistentCollection {#11015 …} -Parent: Eccube\Entity\Category {#10983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#11018 -id: 54 -name: "ニット" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1727357358 {#11016 date: 2024-09-26 22:29:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357358 {#11017 date: 2024-09-26 22:29:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11019 …} -Children: Doctrine\ORM\PersistentCollection {#11022 …} -Parent: Eccube\Entity\Category {#10983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#11025 -id: 53 -name: "その他" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1727357353 {#11023 date: 2024-09-26 22:29:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357353 {#11024 date: 2024-09-26 22:29:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11026 …} -Children: Doctrine\ORM\PersistentCollection {#11029 …} -Parent: Eccube\Entity\Category {#10983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#11032 -id: 29 -name: "浜松聖星高等学校" -hierarchy: 1 -sort_no: 50 -create_date: DateTime @1727357059 {#10994 date: 2024-09-26 22:24:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10993 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11033 …} -Children: Doctrine\ORM\PersistentCollection {#11036 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11037 -id: 38 -name: "上衣" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1727357125 {#11030 date: 2024-09-26 22:25:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357125 {#11031 date: 2024-09-26 22:25:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11038 …} -Children: Doctrine\ORM\PersistentCollection {#11041 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11046 -id: 37 -name: "スカート" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1727357113 {#11044 date: 2024-09-26 22:25:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357113 {#11045 date: 2024-09-26 22:25:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11047 …} -Children: Doctrine\ORM\PersistentCollection {#11050 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11053 -id: 36 -name: "スラックス" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1727357109 {#11051 date: 2024-09-26 22:25:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357109 {#11052 date: 2024-09-26 22:25:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11054 …} -Children: Doctrine\ORM\PersistentCollection {#11057 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11060 -id: 35 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1727357107 {#11058 date: 2024-09-26 22:25:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357107 {#11059 date: 2024-09-26 22:25:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11061 …} -Children: Doctrine\ORM\PersistentCollection {#11064 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11067 -id: 34 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1727357100 {#11065 date: 2024-09-26 22:25:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357100 {#11066 date: 2024-09-26 22:25:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11068 …} -Children: Doctrine\ORM\PersistentCollection {#11071 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11074 -id: 33 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1727357095 {#11072 date: 2024-09-26 22:24:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357095 {#11073 date: 2024-09-26 22:24:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11075 …} -Children: Doctrine\ORM\PersistentCollection {#11078 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11081 -id: 32 -name: "ソックス" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1727357091 {#11079 date: 2024-09-26 22:24:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357091 {#11080 date: 2024-09-26 22:24:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11082 …} -Children: Doctrine\ORM\PersistentCollection {#11085 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11088 -id: 31 -name: "バッグ" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1727357088 {#11086 date: 2024-09-26 22:24:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357088 {#11087 date: 2024-09-26 22:24:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11089 …} -Children: Doctrine\ORM\PersistentCollection {#11092 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11095 -id: 30 -name: "その他" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1727357074 {#11093 date: 2024-09-26 22:24:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357074 {#11094 date: 2024-09-26 22:24:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11096 …} -Children: Doctrine\ORM\PersistentCollection {#11099 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#11102 -id: 22 -name: "西遠女子学園中学校" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1727356966 {#11042 date: 2024-09-26 22:22:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#11043 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11103 …} -Children: Doctrine\ORM\PersistentCollection {#11106 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#11107 -id: 28 -name: "セーラー" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1727356997 {#11100 date: 2024-09-26 22:23:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356997 {#11101 date: 2024-09-26 22:23:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11108 …} -Children: Doctrine\ORM\PersistentCollection {#11111 …} -Parent: Eccube\Entity\Category {#11102} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#11116 -id: 27 -name: "スカート" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1727356991 {#11114 date: 2024-09-26 22:23:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356991 {#11115 date: 2024-09-26 22:23:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11117 …} -Children: Doctrine\ORM\PersistentCollection {#11120 …} -Parent: Eccube\Entity\Category {#11102} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#11123 -id: 26 -name: "セーター" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1727356988 {#11121 date: 2024-09-26 22:23:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356988 {#11122 date: 2024-09-26 22:23:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11124 …} -Children: Doctrine\ORM\PersistentCollection {#11127 …} -Parent: Eccube\Entity\Category {#11102} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#11130 -id: 25 -name: "ソックス" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1727356981 {#11128 date: 2024-09-26 22:23:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356981 {#11129 date: 2024-09-26 22:23:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11131 …} -Children: Doctrine\ORM\PersistentCollection {#11134 …} -Parent: Eccube\Entity\Category {#11102} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#11137 -id: 24 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1727356978 {#11135 date: 2024-09-26 22:22:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356978 {#11136 date: 2024-09-26 22:22:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11138 …} -Children: Doctrine\ORM\PersistentCollection {#11141 …} -Parent: Eccube\Entity\Category {#11102} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#11144 -id: 23 -name: "コート" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1727356972 {#11142 date: 2024-09-26 22:22:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356972 {#11143 date: 2024-09-26 22:22:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11145 …} -Children: Doctrine\ORM\PersistentCollection {#11148 …} -Parent: Eccube\Entity\Category {#11102} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#11151 -id: 15 -name: "西遠女子学園高等学校" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1727356865 {#11113 date: 2024-09-26 22:21:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#11112 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11152 …} -Children: Doctrine\ORM\PersistentCollection {#11155 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#11156 -id: 21 -name: "セーラー" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1727356937 {#11149 date: 2024-09-26 22:22:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356937 {#11150 date: 2024-09-26 22:22:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11157 …} -Children: Doctrine\ORM\PersistentCollection {#11160 …} -Parent: Eccube\Entity\Category {#11151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#11165 -id: 20 -name: "スカート" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1727356935 {#11163 date: 2024-09-26 22:22:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356935 {#11164 date: 2024-09-26 22:22:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11166 …} -Children: Doctrine\ORM\PersistentCollection {#11169 …} -Parent: Eccube\Entity\Category {#11151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#11172 -id: 19 -name: "セーター" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1727356926 {#11170 date: 2024-09-26 22:22:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356926 {#11171 date: 2024-09-26 22:22:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11173 …} -Children: Doctrine\ORM\PersistentCollection {#11176 …} -Parent: Eccube\Entity\Category {#11151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#11179 -id: 18 -name: "ソックス" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1727356922 {#11177 date: 2024-09-26 22:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356922 {#11178 date: 2024-09-26 22:22:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11180 …} -Children: Doctrine\ORM\PersistentCollection {#11183 …} -Parent: Eccube\Entity\Category {#11151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#11186 -id: 17 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1727356917 {#11184 date: 2024-09-26 22:21:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356917 {#11185 date: 2024-09-26 22:21:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11187 …} -Children: Doctrine\ORM\PersistentCollection {#11190 …} -Parent: Eccube\Entity\Category {#11151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#11193 -id: 16 -name: "コート" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1727356912 {#11191 date: 2024-09-26 22:21:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356912 {#11192 date: 2024-09-26 22:21:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11194 …} -Children: Doctrine\ORM\PersistentCollection {#11197 …} -Parent: Eccube\Entity\Category {#11151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#11200 -id: 7 -name: "浜松西高等学校・中等部" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1727356715 {#11162 date: 2024-09-26 22:18:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#11161 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11201 …} -Children: Doctrine\ORM\PersistentCollection {#11204 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6751 …} } Eccube\Entity\Category {#11205 -id: 14 -name: "上衣" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1727356836 {#11198 date: 2024-09-26 22:20:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11199 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11206 …} -Children: Doctrine\ORM\PersistentCollection {#11209 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } Eccube\Entity\Category {#11214 -id: 13 -name: "シャツ" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1727356831 {#11212 date: 2024-09-26 22:20:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11213 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11215 …} -Children: Doctrine\ORM\PersistentCollection {#11218 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } Eccube\Entity\Category {#11221 -id: 12 -name: "セーラー" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1727356828 {#11219 date: 2024-09-26 22:20:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11220 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11222 …} -Children: Doctrine\ORM\PersistentCollection {#11225 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } Eccube\Entity\Category {#11228 -id: 11 -name: "スカート" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1727356825 {#11226 date: 2024-09-26 22:20:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11227 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11229 …} -Children: Doctrine\ORM\PersistentCollection {#11232 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } Eccube\Entity\Category {#11235 -id: 10 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1727356822 {#11233 date: 2024-09-26 22:20:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11234 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11236 …} -Children: Doctrine\ORM\PersistentCollection {#11239 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } Eccube\Entity\Category {#11242 -id: 9 -name: "セーター・ベスト" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1727356811 {#11240 date: 2024-09-26 22:20:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11241 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11243 …} -Children: Doctrine\ORM\PersistentCollection {#11246 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } Eccube\Entity\Category {#11249 -id: 8 -name: "ソックス" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1727356797 {#11247 date: 2024-09-26 22:19:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11248 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11250 …} -Children: Doctrine\ORM\PersistentCollection {#11253 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } Eccube\Entity\Category {#11256 -id: 1 -name: "磐田南高等学校" -hierarchy: 1 -sort_no: 20 -create_date: DateTime @1727356577 {#11210 date: 2024-09-26 22:16:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#11211 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11257 …} -Children: Doctrine\ORM\PersistentCollection {#11260 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6701 …} } Eccube\Entity\Category {#11261 -id: 6 -name: "上衣" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1727356642 {#11254 date: 2024-09-26 22:17:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356648 {#11255 date: 2024-09-26 22:17:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11262 …} -Children: Doctrine\ORM\PersistentCollection {#11265 …} -Parent: Eccube\Entity\Category {#11256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6701 …} } Eccube\Entity\Category {#11270 -id: 5 -name: "シャツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1727356639 {#11268 date: 2024-09-26 22:17:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356639 {#11269 date: 2024-09-26 22:17:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11271 …} -Children: Doctrine\ORM\PersistentCollection {#11274 …} -Parent: Eccube\Entity\Category {#11256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6701 …} } Eccube\Entity\Category {#11277 -id: 4 -name: "スカート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1727356633 {#11275 date: 2024-09-26 22:17:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356633 {#11276 date: 2024-09-26 22:17:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11278 …} -Children: Doctrine\ORM\PersistentCollection {#11281 …} -Parent: Eccube\Entity\Category {#11256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6701 …} } Eccube\Entity\Category {#11284 -id: 3 -name: "スラックス" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1727356629 {#11282 date: 2024-09-26 22:17:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356629 {#11283 date: 2024-09-26 22:17:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11285 …} -Children: Doctrine\ORM\PersistentCollection {#11288 …} -Parent: Eccube\Entity\Category {#11256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6701 …} } Eccube\Entity\Category {#11291 -id: 2 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1727356613 {#11289 date: 2024-09-26 22:16:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356613 {#11290 date: 2024-09-26 22:16:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11292 …} -Children: Doctrine\ORM\PersistentCollection {#11295 …} -Parent: Eccube\Entity\Category {#11256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6701 …} } Eccube\Entity\Category {#11298 -id: 188 -name: "磐田南高等学校" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1727359960 {#11266 date: 2024-09-26 23:12:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#11267 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11299 …} -Children: Doctrine\ORM\PersistentCollection {#11302 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6960 …} } Eccube\Entity\Category {#11303 -id: 194 -name: "上衣" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1727360018 {#11296 date: 2024-09-26 23:13:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360018 {#11297 date: 2024-09-26 23:13:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11304 …} -Children: Doctrine\ORM\PersistentCollection {#11307 …} -Parent: Eccube\Entity\Category {#11298} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6960 …} } Eccube\Entity\Category {#11312 -id: 193 -name: "シャツ" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1727360007 {#11310 date: 2024-09-26 23:13:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360007 {#11311 date: 2024-09-26 23:13:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11313 …} -Children: Doctrine\ORM\PersistentCollection {#11316 …} -Parent: Eccube\Entity\Category {#11298} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6960 …} } Eccube\Entity\Category {#11319 -id: 192 -name: "スカート" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1727360005 {#11317 date: 2024-09-26 23:13:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360005 {#11318 date: 2024-09-26 23:13:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11320 …} -Children: Doctrine\ORM\PersistentCollection {#11323 …} -Parent: Eccube\Entity\Category {#11298} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6960 …} } Eccube\Entity\Category {#11326 -id: 191 -name: "スラックス" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1727360000 {#11324 date: 2024-09-26 23:13:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360000 {#11325 date: 2024-09-26 23:13:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11327 …} -Children: Doctrine\ORM\PersistentCollection {#11330 …} -Parent: Eccube\Entity\Category {#11298} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6960 …} } Eccube\Entity\Category {#11333 -id: 190 -name: "ソックス" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1727359991 {#11331 date: 2024-09-26 23:13:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359991 {#11332 date: 2024-09-26 23:13:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11334 …} -Children: Doctrine\ORM\PersistentCollection {#11337 …} -Parent: Eccube\Entity\Category {#11298} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6960 …} } Eccube\Entity\Category {#11340 -id: 189 -name: "その他" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1727359981 {#11338 date: 2024-09-26 23:13:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359981 {#11339 date: 2024-09-26 23:13:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11341 …} -Children: Doctrine\ORM\PersistentCollection {#11344 …} -Parent: Eccube\Entity\Category {#11298} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6960 …} } ] |
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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerXorLgGn\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#807 …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 {#8932 -om: ContainerXorLgGn\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#807 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#8874 …} -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() {#8930 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#8888 …} } } |
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 | [ 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11375 +label: "浜松工業高等学校" +value: "182" +data: Eccube\Entity\Category {#9033 -id: 182 -name: "浜松工業高等学校" -hierarchy: 1 -sort_no: 296 -create_date: DateTime @1727359862 {#9065 date: 2024-09-26 23:11:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9063 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9076 …} -Children: Doctrine\ORM\PersistentCollection {#9319 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6951 …} } +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11377 +label: " 上衣" +value: "186" +data: Eccube\Entity\Category {#9318 -id: 186 -name: "上衣" -hierarchy: 2 -sort_no: 228 -create_date: DateTime @1727359888 {#9061 date: 2024-09-26 23:11:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#9059 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9317 …} -Children: Doctrine\ORM\PersistentCollection {#9313 …} -Parent: Eccube\Entity\Category {#9033} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6951 …} } +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11376 +label: " ブラウス" +value: "185" +data: Eccube\Entity\Category {#9308 -id: 185 -name: "ブラウス" -hierarchy: 2 -sort_no: 227 -create_date: DateTime @1727359881 {#9310 date: 2024-09-26 23:11:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#9309 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9307 …} -Children: Doctrine\ORM\PersistentCollection {#9304 …} -Parent: Eccube\Entity\Category {#9033} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6951 …} } +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11379 +label: " スカート" +value: "184" +data: Eccube\Entity\Category {#9301 -id: 184 -name: "スカート" -hierarchy: 2 -sort_no: 226 -create_date: DateTime @1727359876 {#9303 date: 2024-09-26 23:11:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#9302 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9300 …} -Children: Doctrine\ORM\PersistentCollection {#9297 …} -Parent: Eccube\Entity\Category {#9033} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6951 …} } +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11380 +label: " ネクタイ" +value: "187" +data: Eccube\Entity\Category {#9294 -id: 187 -name: "ネクタイ" -hierarchy: 2 -sort_no: 225 -create_date: DateTime @1727359899 {#9296 date: 2024-09-26 23:11:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#9295 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9293 …} -Children: Doctrine\ORM\PersistentCollection {#9290 …} -Parent: Eccube\Entity\Category {#9033} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6951 …} } +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11381 +label: " ニット" +value: "183" +data: Eccube\Entity\Category {#9055 -id: 183 -name: "ニット" -hierarchy: 2 -sort_no: 224 -create_date: DateTime @1727359868 {#9054 date: 2024-09-26 23:11:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#9060 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9056 …} -Children: Doctrine\ORM\PersistentCollection {#9279 …} -Parent: Eccube\Entity\Category {#9033} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6951 …} } +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11382 +label: "浜松工業高等学校" +value: "225" +data: Eccube\Entity\Category {#9282 -id: 225 -name: "浜松工業高等学校" -hierarchy: 1 -sort_no: 290 -create_date: DateTime @1727360786 {#9312 date: 2024-09-26 23:26:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9311 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9283 …} -Children: Doctrine\ORM\PersistentCollection {#9286 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7014 …} } +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11383 +label: " 上衣" +value: "230" +data: Eccube\Entity\Category {#9287 -id: 230 -name: "上衣" -hierarchy: 2 -sort_no: 266 -create_date: DateTime @1727360815 {#9280 date: 2024-09-26 23:26:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360815 {#9281 date: 2024-09-26 23:26:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9288 …} -Children: Doctrine\ORM\PersistentCollection {#9324 …} -Parent: Eccube\Entity\Category {#9282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7014 …} } +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11384 +label: " ブラウス" +value: "229" +data: Eccube\Entity\Category {#9330 -id: 229 -name: "ブラウス" -hierarchy: 2 -sort_no: 265 -create_date: DateTime @1727360810 {#9328 date: 2024-09-26 23:26:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360810 {#9329 date: 2024-09-26 23:26:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9331 …} -Children: Doctrine\ORM\PersistentCollection {#9334 …} -Parent: Eccube\Entity\Category {#9282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7014 …} } +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11385 +label: " スカート" +value: "228" +data: Eccube\Entity\Category {#9337 -id: 228 -name: "スカート" -hierarchy: 2 -sort_no: 264 -create_date: DateTime @1727360808 {#9335 date: 2024-09-26 23:26:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360808 {#9336 date: 2024-09-26 23:26:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9338 …} -Children: Doctrine\ORM\PersistentCollection {#9341 …} -Parent: Eccube\Entity\Category {#9282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7014 …} } +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11386 +label: " ネクタイ" +value: "227" +data: Eccube\Entity\Category {#9344 -id: 227 -name: "ネクタイ" -hierarchy: 2 -sort_no: 263 -create_date: DateTime @1727360804 {#9342 date: 2024-09-26 23:26:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360804 {#9343 date: 2024-09-26 23:26:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9345 …} -Children: Doctrine\ORM\PersistentCollection {#9348 …} -Parent: Eccube\Entity\Category {#9282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7014 …} } +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11387 +label: " ニット" +value: "226" +data: Eccube\Entity\Category {#9351 -id: 226 -name: "ニット" -hierarchy: 2 -sort_no: 262 -create_date: DateTime @1727360794 {#9349 date: 2024-09-26 23:26:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360794 {#9350 date: 2024-09-26 23:26:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9352 …} -Children: Doctrine\ORM\PersistentCollection {#9355 …} -Parent: Eccube\Entity\Category {#9282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7014 …} } +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11388 +label: "磐田北高等学校" +value: "175" +data: Eccube\Entity\Category {#9358 -id: 175 -name: "磐田北高等学校" -hierarchy: 1 -sort_no: 289 -create_date: DateTime @1727359766 {#9325 date: 2024-09-26 23:09:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9327 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9359 …} -Children: Doctrine\ORM\PersistentCollection {#9362 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6943 …} } +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11389 +label: " 上衣" +value: "181" +data: Eccube\Entity\Category {#9363 -id: 181 -name: "上衣" -hierarchy: 2 -sort_no: 222 -create_date: DateTime @1727359792 {#9356 date: 2024-09-26 23:09:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359792 {#9357 date: 2024-09-26 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9364 …} -Children: Doctrine\ORM\PersistentCollection {#9367 …} -Parent: Eccube\Entity\Category {#9358} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6943 …} } +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11390 +label: " シャツ・ブラウス" +value: "180" +data: Eccube\Entity\Category {#9372 -id: 180 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 221 -create_date: DateTime @1727359786 {#9370 date: 2024-09-26 23:09:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359786 {#9371 date: 2024-09-26 23:09:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9373 …} -Children: Doctrine\ORM\PersistentCollection {#9376 …} -Parent: Eccube\Entity\Category {#9358} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6943 …} } +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11391 +label: " スラックス" +value: "179" +data: Eccube\Entity\Category {#9379 -id: 179 -name: "スラックス" -hierarchy: 2 -sort_no: 220 -create_date: DateTime @1727359782 {#9377 date: 2024-09-26 23:09:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359782 {#9378 date: 2024-09-26 23:09:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9380 …} -Children: Doctrine\ORM\PersistentCollection {#9383 …} -Parent: Eccube\Entity\Category {#9358} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6943 …} } +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11392 +label: " スカート" +value: "178" +data: Eccube\Entity\Category {#9386 -id: 178 -name: "スカート" -hierarchy: 2 -sort_no: 219 -create_date: DateTime @1727359778 {#9384 date: 2024-09-26 23:09:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359778 {#9385 date: 2024-09-26 23:09:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9387 …} -Children: Doctrine\ORM\PersistentCollection {#9390 …} -Parent: Eccube\Entity\Category {#9358} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6943 …} } +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11393 +label: " ネクタイ" +value: "177" +data: Eccube\Entity\Category {#9393 -id: 177 -name: "ネクタイ" -hierarchy: 2 -sort_no: 218 -create_date: DateTime @1727359776 {#9391 date: 2024-09-26 23:09:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359776 {#9392 date: 2024-09-26 23:09:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9394 …} -Children: Doctrine\ORM\PersistentCollection {#9397 …} -Parent: Eccube\Entity\Category {#9358} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6943 …} } +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11394 +label: " ソックス" +value: "176" +data: Eccube\Entity\Category {#9400 -id: 176 -name: "ソックス" -hierarchy: 2 -sort_no: 217 -create_date: DateTime @1727359773 {#9398 date: 2024-09-26 23:09:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359773 {#9399 date: 2024-09-26 23:09:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9401 …} -Children: Doctrine\ORM\PersistentCollection {#9404 …} -Parent: Eccube\Entity\Category {#9358} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6943 …} } +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11395 +label: "磐田北高等学校" +value: "218" +data: Eccube\Entity\Category {#9407 -id: 218 -name: "磐田北高等学校" -hierarchy: 1 -sort_no: 288 -create_date: DateTime @1727360732 {#9369 date: 2024-09-26 23:25:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9368 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9408 …} -Children: Doctrine\ORM\PersistentCollection {#9411 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7005 …} } +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11396 +label: " 上衣" +value: "224" +data: Eccube\Entity\Category {#9412 -id: 224 -name: "上衣" -hierarchy: 2 -sort_no: 261 -create_date: DateTime @1727360755 {#9405 date: 2024-09-26 23:25:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360755 {#9406 date: 2024-09-26 23:25:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9413 …} -Children: Doctrine\ORM\PersistentCollection {#9416 …} -Parent: Eccube\Entity\Category {#9407} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7005 …} } +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11397 +label: " シャツ・ブラウス" +value: "223" +data: Eccube\Entity\Category {#9421 -id: 223 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 260 -create_date: DateTime @1727360750 {#9419 date: 2024-09-26 23:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360750 {#9420 date: 2024-09-26 23:25:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9422 …} -Children: Doctrine\ORM\PersistentCollection {#9425 …} -Parent: Eccube\Entity\Category {#9407} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7005 …} } +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11398 +label: " スラックス" +value: "222" +data: Eccube\Entity\Category {#9428 -id: 222 -name: "スラックス" -hierarchy: 2 -sort_no: 259 -create_date: DateTime @1727360744 {#9426 date: 2024-09-26 23:25:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360744 {#9427 date: 2024-09-26 23:25:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9429 …} -Children: Doctrine\ORM\PersistentCollection {#9432 …} -Parent: Eccube\Entity\Category {#9407} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7005 …} } +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11399 +label: " スカート" +value: "221" +data: Eccube\Entity\Category {#9435 -id: 221 -name: "スカート" -hierarchy: 2 -sort_no: 258 -create_date: DateTime @1727360742 {#9433 date: 2024-09-26 23:25:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360742 {#9434 date: 2024-09-26 23:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9436 …} -Children: Doctrine\ORM\PersistentCollection {#9439 …} -Parent: Eccube\Entity\Category {#9407} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7005 …} } +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11400 +label: " ネクタイ" +value: "220" +data: Eccube\Entity\Category {#9442 -id: 220 -name: "ネクタイ" -hierarchy: 2 -sort_no: 257 -create_date: DateTime @1727360739 {#9440 date: 2024-09-26 23:25:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360739 {#9441 date: 2024-09-26 23:25:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9443 …} -Children: Doctrine\ORM\PersistentCollection {#9446 …} -Parent: Eccube\Entity\Category {#9407} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7005 …} } +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11401 +label: " ソックス" +value: "219" +data: Eccube\Entity\Category {#9449 -id: 219 -name: "ソックス" -hierarchy: 2 -sort_no: 256 -create_date: DateTime @1727360737 {#9447 date: 2024-09-26 23:25:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360737 {#9448 date: 2024-09-26 23:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9450 …} -Children: Doctrine\ORM\PersistentCollection {#9453 …} -Parent: Eccube\Entity\Category {#9407} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7005 …} } +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11402 +label: "浜松湖北高等学校" +value: "168" +data: Eccube\Entity\Category {#9456 -id: 168 -name: "浜松湖北高等学校" -hierarchy: 1 -sort_no: 287 -create_date: DateTime @1727359685 {#9418 date: 2024-09-26 23:08:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9417 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9457 …} -Children: Doctrine\ORM\PersistentCollection {#9460 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6935 …} } +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11403 +label: " ブレザー" +value: "174" +data: Eccube\Entity\Category {#9461 -id: 174 -name: "ブレザー" -hierarchy: 2 -sort_no: 215 -create_date: DateTime @1727359726 {#9454 date: 2024-09-26 23:08:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359726 {#9455 date: 2024-09-26 23:08:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9462 …} -Children: Doctrine\ORM\PersistentCollection {#9465 …} -Parent: Eccube\Entity\Category {#9456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6935 …} } +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11404 +label: " シャツ・ブラウス" +value: "173" +data: Eccube\Entity\Category {#9470 -id: 173 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 214 -create_date: DateTime @1727359718 {#9468 date: 2024-09-26 23:08:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359718 {#9469 date: 2024-09-26 23:08:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9471 …} -Children: Doctrine\ORM\PersistentCollection {#9474 …} -Parent: Eccube\Entity\Category {#9456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6935 …} } +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11405 +label: " ズボン・スラックス" +value: "172" +data: Eccube\Entity\Category {#9477 -id: 172 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 213 -create_date: DateTime @1727359713 {#9475 date: 2024-09-26 23:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359713 {#9476 date: 2024-09-26 23:08:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9478 …} -Children: Doctrine\ORM\PersistentCollection {#9481 …} -Parent: Eccube\Entity\Category {#9456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6935 …} } +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11406 +label: " スカート" +value: "171" +data: Eccube\Entity\Category {#9484 -id: 171 -name: "スカート" -hierarchy: 2 -sort_no: 212 -create_date: DateTime @1727359701 {#9482 date: 2024-09-26 23:08:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359701 {#9483 date: 2024-09-26 23:08:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9485 …} -Children: Doctrine\ORM\PersistentCollection {#9488 …} -Parent: Eccube\Entity\Category {#9456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6935 …} } +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11407 +label: " ネクタイ" +value: "170" +data: Eccube\Entity\Category {#9491 -id: 170 -name: "ネクタイ" -hierarchy: 2 -sort_no: 211 -create_date: DateTime @1727359697 {#9489 date: 2024-09-26 23:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359697 {#9490 date: 2024-09-26 23:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9492 …} -Children: Doctrine\ORM\PersistentCollection {#9495 …} -Parent: Eccube\Entity\Category {#9456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6935 …} } +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11408 +label: " セーター" +value: "169" +data: Eccube\Entity\Category {#9498 -id: 169 -name: "セーター" -hierarchy: 2 -sort_no: 210 -create_date: DateTime @1727359690 {#9496 date: 2024-09-26 23:08:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359694 {#9497 date: 2024-09-26 23:08:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9499 …} -Children: Doctrine\ORM\PersistentCollection {#9502 …} -Parent: Eccube\Entity\Category {#9456} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6935 …} } +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11409 +label: "浜松湖北高等学校" +value: "211" +data: Eccube\Entity\Category {#9505 -id: 211 -name: "浜松湖北高等学校" -hierarchy: 1 -sort_no: 286 -create_date: DateTime @1727360664 {#9467 date: 2024-09-26 23:24:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9466 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9506 …} -Children: Doctrine\ORM\PersistentCollection {#9509 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6996 …} } +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11410 +label: " ブレザー" +value: "217" +data: Eccube\Entity\Category {#9510 -id: 217 -name: "ブレザー" -hierarchy: 2 -sort_no: 236 -create_date: DateTime @1727360698 {#9503 date: 2024-09-26 23:24:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360698 {#9504 date: 2024-09-26 23:24:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9511 …} -Children: Doctrine\ORM\PersistentCollection {#9514 …} -Parent: Eccube\Entity\Category {#9505} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6996 …} } +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11411 +label: " シャツ・ブラウス" +value: "216" +data: Eccube\Entity\Category {#9519 -id: 216 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 235 -create_date: DateTime @1727360692 {#9517 date: 2024-09-26 23:24:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360692 {#9518 date: 2024-09-26 23:24:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9520 …} -Children: Doctrine\ORM\PersistentCollection {#9523 …} -Parent: Eccube\Entity\Category {#9505} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6996 …} } +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11412 +label: " ズボン・スラックス" +value: "215" +data: Eccube\Entity\Category {#9526 -id: 215 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 234 -create_date: DateTime @1727360684 {#9524 date: 2024-09-26 23:24:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360684 {#9525 date: 2024-09-26 23:24:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9527 …} -Children: Doctrine\ORM\PersistentCollection {#9530 …} -Parent: Eccube\Entity\Category {#9505} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6996 …} } +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11413 +label: " スカート" +value: "214" +data: Eccube\Entity\Category {#9533 -id: 214 -name: "スカート" -hierarchy: 2 -sort_no: 233 -create_date: DateTime @1727360678 {#9531 date: 2024-09-26 23:24:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360678 {#9532 date: 2024-09-26 23:24:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9534 …} -Children: Doctrine\ORM\PersistentCollection {#9537 …} -Parent: Eccube\Entity\Category {#9505} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6996 …} } +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11414 +label: " ネクタイ" +value: "213" +data: Eccube\Entity\Category {#9540 -id: 213 -name: "ネクタイ" -hierarchy: 2 -sort_no: 232 -create_date: DateTime @1727360676 {#9538 date: 2024-09-26 23:24:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360676 {#9539 date: 2024-09-26 23:24:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9541 …} -Children: Doctrine\ORM\PersistentCollection {#9544 …} -Parent: Eccube\Entity\Category {#9505} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6996 …} } +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11415 +label: " セーター" +value: "212" +data: Eccube\Entity\Category {#9547 -id: 212 -name: "セーター" -hierarchy: 2 -sort_no: 231 -create_date: DateTime @1727360671 {#9545 date: 2024-09-26 23:24:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360671 {#9546 date: 2024-09-26 23:24:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9548 …} -Children: Doctrine\ORM\PersistentCollection {#9551 …} -Parent: Eccube\Entity\Category {#9505} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6996 …} } +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11416 +label: "浜松学院" +value: "163" +data: Eccube\Entity\Category {#9554 -id: 163 -name: "浜松学院" -hierarchy: 1 -sort_no: 277 -create_date: DateTime @1727359629 {#9516 date: 2024-09-26 23:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9515 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9555 …} -Children: Doctrine\ORM\PersistentCollection {#9558 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6927 …} } +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11417 +label: " ジャケット" +value: "167" +data: Eccube\Entity\Category {#9559 -id: 167 -name: "ジャケット" -hierarchy: 2 -sort_no: 208 -create_date: DateTime @1727359648 {#9552 date: 2024-09-26 23:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359648 {#9553 date: 2024-09-26 23:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9560 …} -Children: Doctrine\ORM\PersistentCollection {#9563 …} -Parent: Eccube\Entity\Category {#9554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6927 …} } +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11418 +label: " シャツ" +value: "166" +data: Eccube\Entity\Category {#9568 -id: 166 -name: "シャツ" -hierarchy: 2 -sort_no: 207 -create_date: DateTime @1727359639 {#9566 date: 2024-09-26 23:07:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359639 {#9567 date: 2024-09-26 23:07:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9569 …} -Children: Doctrine\ORM\PersistentCollection {#9572 …} -Parent: Eccube\Entity\Category {#9554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6927 …} } +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11419 +label: " スラックス" +value: "165" +data: Eccube\Entity\Category {#9575 -id: 165 -name: "スラックス" -hierarchy: 2 -sort_no: 206 -create_date: DateTime @1727359637 {#9573 date: 2024-09-26 23:07:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359637 {#9574 date: 2024-09-26 23:07:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9576 …} -Children: Doctrine\ORM\PersistentCollection {#9579 …} -Parent: Eccube\Entity\Category {#9554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6927 …} } +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11420 +label: " ソックス" +value: "164" +data: Eccube\Entity\Category {#9582 -id: 164 -name: "ソックス" -hierarchy: 2 -sort_no: 205 -create_date: DateTime @1727359633 {#9580 date: 2024-09-26 23:07:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359633 {#9581 date: 2024-09-26 23:07:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9583 …} -Children: Doctrine\ORM\PersistentCollection {#9586 …} -Parent: Eccube\Entity\Category {#9554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6927 …} } +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11421 +label: "開誠館中学校" +value: "152" +data: Eccube\Entity\Category {#9589 -id: 152 -name: "開誠館中学校" -hierarchy: 1 -sort_no: 268 -create_date: DateTime @1727359500 {#9565 date: 2024-09-26 23:05:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9564 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9590 …} -Children: Doctrine\ORM\PersistentCollection {#9593 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6919 …} } +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11422 +label: " 上衣" +value: "162" +data: Eccube\Entity\Category {#9594 -id: 162 -name: "上衣" -hierarchy: 2 -sort_no: 203 -create_date: DateTime @1727359564 {#9587 date: 2024-09-26 23:06:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359564 {#9588 date: 2024-09-26 23:06:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9595 …} -Children: Doctrine\ORM\PersistentCollection {#9598 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11423 +label: " シャツ" +value: "161" +data: Eccube\Entity\Category {#9603 -id: 161 -name: "シャツ" -hierarchy: 2 -sort_no: 202 -create_date: DateTime @1727359561 {#9601 date: 2024-09-26 23:06:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359561 {#9602 date: 2024-09-26 23:06:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9604 …} -Children: Doctrine\ORM\PersistentCollection {#9607 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11424 +label: " ズボン・スラックス" +value: "160" +data: Eccube\Entity\Category {#9610 -id: 160 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 201 -create_date: DateTime @1727359555 {#9608 date: 2024-09-26 23:05:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359555 {#9609 date: 2024-09-26 23:05:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9611 …} -Children: Doctrine\ORM\PersistentCollection {#9614 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11425 +label: " リボン・ネクタイ" +value: "159" +data: Eccube\Entity\Category {#9617 -id: 159 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 200 -create_date: DateTime @1727359548 {#9615 date: 2024-09-26 23:05:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359548 {#9616 date: 2024-09-26 23:05:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9618 …} -Children: Doctrine\ORM\PersistentCollection {#9621 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11426 +label: " セーラー" +value: "158" +data: Eccube\Entity\Category {#9624 -id: 158 -name: "セーラー" -hierarchy: 2 -sort_no: 199 -create_date: DateTime @1727359541 {#9622 date: 2024-09-26 23:05:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359541 {#9623 date: 2024-09-26 23:05:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9625 …} -Children: Doctrine\ORM\PersistentCollection {#9628 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11427 +label: " スカート" +value: "157" +data: Eccube\Entity\Category {#9631 -id: 157 -name: "スカート" -hierarchy: 2 -sort_no: 198 -create_date: DateTime @1727359539 {#9629 date: 2024-09-26 23:05:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359539 {#9630 date: 2024-09-26 23:05:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9632 …} -Children: Doctrine\ORM\PersistentCollection {#9635 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11428 +label: " ソックス" +value: "156" +data: Eccube\Entity\Category {#9638 -id: 156 -name: "ソックス" -hierarchy: 2 -sort_no: 197 -create_date: DateTime @1727359534 {#9636 date: 2024-09-26 23:05:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359534 {#9637 date: 2024-09-26 23:05:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9639 …} -Children: Doctrine\ORM\PersistentCollection {#9642 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11429 +label: " 通学靴" +value: "155" +data: Eccube\Entity\Category {#9645 -id: 155 -name: "通学靴" -hierarchy: 2 -sort_no: 196 -create_date: DateTime @1727359530 {#9643 date: 2024-09-26 23:05:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359530 {#9644 date: 2024-09-26 23:05:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9646 …} -Children: Doctrine\ORM\PersistentCollection {#9649 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11430 +label: " 雨衣" +value: "154" +data: Eccube\Entity\Category {#9652 -id: 154 -name: "雨衣" -hierarchy: 2 -sort_no: 195 -create_date: DateTime @1727359524 {#9650 date: 2024-09-26 23:05:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359524 {#9651 date: 2024-09-26 23:05:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9653 …} -Children: Doctrine\ORM\PersistentCollection {#9656 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11431 +label: " その他" +value: "153" +data: Eccube\Entity\Category {#9659 -id: 153 -name: "その他" -hierarchy: 2 -sort_no: 194 -create_date: DateTime @1727359518 {#9657 date: 2024-09-26 23:05:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359518 {#9658 date: 2024-09-26 23:05:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9660 …} -Children: Doctrine\ORM\PersistentCollection {#9663 …} -Parent: Eccube\Entity\Category {#9589} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6919 …} } +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11432 +label: "開誠館高等学校" +value: "141" +data: Eccube\Entity\Category {#9666 -id: 141 -name: "開誠館高等学校" -hierarchy: 1 -sort_no: 267 -create_date: DateTime @1727359401 {#9600 date: 2024-09-26 23:03:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9599 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9667 …} -Children: Doctrine\ORM\PersistentCollection {#9670 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6911 …} } +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11433 +label: " 上衣" +value: "151" +data: Eccube\Entity\Category {#9671 -id: 151 -name: "上衣" -hierarchy: 2 -sort_no: 184 -create_date: DateTime @1727359458 {#9664 date: 2024-09-26 23:04:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359458 {#9665 date: 2024-09-26 23:04:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9672 …} -Children: Doctrine\ORM\PersistentCollection {#9675 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11434 +label: " シャツ" +value: "150" +data: Eccube\Entity\Category {#9680 -id: 150 -name: "シャツ" -hierarchy: 2 -sort_no: 183 -create_date: DateTime @1727359453 {#9678 date: 2024-09-26 23:04:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359453 {#9679 date: 2024-09-26 23:04:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9681 …} -Children: Doctrine\ORM\PersistentCollection {#9684 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11435 +label: " ズボン・スラックス" +value: "149" +data: Eccube\Entity\Category {#9687 -id: 149 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1727359448 {#9685 date: 2024-09-26 23:04:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359448 {#9686 date: 2024-09-26 23:04:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9688 …} -Children: Doctrine\ORM\PersistentCollection {#9691 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11436 +label: " リボン・ネクタイ" +value: "148" +data: Eccube\Entity\Category {#9694 -id: 148 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1727359440 {#9692 date: 2024-09-26 23:04:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359440 {#9693 date: 2024-09-26 23:04:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9695 …} -Children: Doctrine\ORM\PersistentCollection {#9698 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11437 +label: " セーラー" +value: "147" +data: Eccube\Entity\Category {#9701 -id: 147 -name: "セーラー" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1727359431 {#9699 date: 2024-09-26 23:03:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359431 {#9700 date: 2024-09-26 23:03:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9702 …} -Children: Doctrine\ORM\PersistentCollection {#9705 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11438 +label: " スカート" +value: "146" +data: Eccube\Entity\Category {#9708 -id: 146 -name: "スカート" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1727359428 {#9706 date: 2024-09-26 23:03:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359428 {#9707 date: 2024-09-26 23:03:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9709 …} -Children: Doctrine\ORM\PersistentCollection {#9712 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11439 +label: " ソックス" +value: "145" +data: Eccube\Entity\Category {#9715 -id: 145 -name: "ソックス" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1727359426 {#9713 date: 2024-09-26 23:03:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359426 {#9714 date: 2024-09-26 23:03:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9716 …} -Children: Doctrine\ORM\PersistentCollection {#9719 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11440 +label: " 通学靴" +value: "144" +data: Eccube\Entity\Category {#9722 -id: 144 -name: "通学靴" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1727359419 {#9720 date: 2024-09-26 23:03:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359419 {#9721 date: 2024-09-26 23:03:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9723 …} -Children: Doctrine\ORM\PersistentCollection {#9726 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11441 +label: " 雨衣" +value: "143" +data: Eccube\Entity\Category {#9729 -id: 143 -name: "雨衣" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1727359413 {#9727 date: 2024-09-26 23:03:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359413 {#9728 date: 2024-09-26 23:03:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9730 …} -Children: Doctrine\ORM\PersistentCollection {#9733 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11442 +label: " その他" +value: "142" +data: Eccube\Entity\Category {#9736 -id: 142 -name: "その他" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1727359408 {#9734 date: 2024-09-26 23:03:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359408 {#9735 date: 2024-09-26 23:03:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9737 …} -Children: Doctrine\ORM\PersistentCollection {#9740 …} -Parent: Eccube\Entity\Category {#9666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6911 …} } +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11443 +label: "浜松商業高等学校" +value: "121" +data: Eccube\Entity\Category {#9743 -id: 121 -name: "浜松商業高等学校" -hierarchy: 1 -sort_no: 255 -create_date: DateTime @1727359092 {#9677 date: 2024-09-26 22:58:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9676 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9744 …} -Children: Doctrine\ORM\PersistentCollection {#9747 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6879 …} } +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11444 +label: " ジャケット" +value: "125" +data: Eccube\Entity\Category {#9748 -id: 125 -name: "ジャケット" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1727359108 {#9741 date: 2024-09-26 22:58:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359108 {#9742 date: 2024-09-26 22:58:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9749 …} -Children: Doctrine\ORM\PersistentCollection {#9752 …} -Parent: Eccube\Entity\Category {#9743} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6879 …} } +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11445 +label: " ベスト" +value: "124" +data: Eccube\Entity\Category {#9757 -id: 124 -name: "ベスト" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1727359105 {#9755 date: 2024-09-26 22:58:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359105 {#9756 date: 2024-09-26 22:58:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9758 …} -Children: Doctrine\ORM\PersistentCollection {#9761 …} -Parent: Eccube\Entity\Category {#9743} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6879 …} } +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11446 +label: " スカート" +value: "123" +data: Eccube\Entity\Category {#9764 -id: 123 -name: "スカート" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1727359103 {#9762 date: 2024-09-26 22:58:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359103 {#9763 date: 2024-09-26 22:58:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9765 …} -Children: Doctrine\ORM\PersistentCollection {#9768 …} -Parent: Eccube\Entity\Category {#9743} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6879 …} } +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11447 +label: " スラックス" +value: "122" +data: Eccube\Entity\Category {#9771 -id: 122 -name: "スラックス" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1727359100 {#9769 date: 2024-09-26 22:58:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359100 {#9770 date: 2024-09-26 22:58:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9772 …} -Children: Doctrine\ORM\PersistentCollection {#9775 …} -Parent: Eccube\Entity\Category {#9743} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6879 …} } +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11448 +label: "浜松商業高等学校" +value: "206" +data: Eccube\Entity\Category {#9778 -id: 206 -name: "浜松商業高等学校" -hierarchy: 1 -sort_no: 254 -create_date: DateTime @1727360598 {#9754 date: 2024-09-26 23:23:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9753 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9779 …} -Children: Doctrine\ORM\PersistentCollection {#9782 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6987 …} } +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11449 +label: " ジャケット" +value: "210" +data: Eccube\Entity\Category {#9783 -id: 210 -name: "ジャケット" -hierarchy: 2 -sort_no: 249 -create_date: DateTime @1727360632 {#9776 date: 2024-09-26 23:23:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360632 {#9777 date: 2024-09-26 23:23:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9784 …} -Children: Doctrine\ORM\PersistentCollection {#9787 …} -Parent: Eccube\Entity\Category {#9778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6987 …} } +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11450 +label: " ベスト" +value: "209" +data: Eccube\Entity\Category {#9792 -id: 209 -name: "ベスト" -hierarchy: 2 -sort_no: 248 -create_date: DateTime @1727360630 {#9790 date: 2024-09-26 23:23:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360630 {#9791 date: 2024-09-26 23:23:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9793 …} -Children: Doctrine\ORM\PersistentCollection {#9796 …} -Parent: Eccube\Entity\Category {#9778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6987 …} } +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11451 +label: " スカート" +value: "208" +data: Eccube\Entity\Category {#9799 -id: 208 -name: "スカート" -hierarchy: 2 -sort_no: 247 -create_date: DateTime @1727360627 {#9797 date: 2024-09-26 23:23:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360627 {#9798 date: 2024-09-26 23:23:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9800 …} -Children: Doctrine\ORM\PersistentCollection {#9803 …} -Parent: Eccube\Entity\Category {#9778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6987 …} } +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11452 +label: " スラックス" +value: "207" +data: Eccube\Entity\Category {#9806 -id: 207 -name: "スラックス" -hierarchy: 2 -sort_no: 246 -create_date: DateTime @1727360623 {#9804 date: 2024-09-26 23:23:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360623 {#9805 date: 2024-09-26 23:23:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9807 …} -Children: Doctrine\ORM\PersistentCollection {#9810 …} -Parent: Eccube\Entity\Category {#9778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6987 …} } +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11453 +label: "浜松南高等学校" +value: "115" +data: Eccube\Entity\Category {#9813 -id: 115 -name: "浜松南高等学校" -hierarchy: 1 -sort_no: 253 -create_date: DateTime @1727359000 {#9789 date: 2024-09-26 22:56:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9788 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9814 …} -Children: Doctrine\ORM\PersistentCollection {#9817 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6869 …} } +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11454 +label: " ジャケット" +value: "120" +data: Eccube\Entity\Category {#9818 -id: 120 -name: "ジャケット" -hierarchy: 2 -sort_no: 252 -create_date: DateTime @1727359038 {#9811 date: 2024-09-26 22:57:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9812 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9819 …} -Children: Doctrine\ORM\PersistentCollection {#9823 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11455 +label: " ブラウス" +value: "119" +data: Eccube\Entity\Category {#9828 -id: 119 -name: "ブラウス" -hierarchy: 2 -sort_no: 251 -create_date: DateTime @1727359033 {#9826 date: 2024-09-26 22:57:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9827 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9829 …} -Children: Doctrine\ORM\PersistentCollection {#9832 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } +attr: [] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11456 +label: " シャツ" +value: "291" +data: Eccube\Entity\Category {#9835 -id: 291 -name: "シャツ" -hierarchy: 2 -sort_no: 250 -create_date: DateTime @1732080417 {#9833 date: 2024-11-20 14:26:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9834 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9836 …} -Children: Doctrine\ORM\PersistentCollection {#9839 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11457 +label: " ポロシャツ" +value: "293" +data: Eccube\Entity\Category {#9842 -id: 293 -name: "ポロシャツ" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1732080487 {#9840 date: 2024-11-20 14:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9841 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9843 …} -Children: Doctrine\ORM\PersistentCollection {#9846 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11458 +label: " スカート" +value: "118" +data: Eccube\Entity\Category {#9849 -id: 118 -name: "スカート" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1727359031 {#9847 date: 2024-09-26 22:57:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9848 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9850 …} -Children: Doctrine\ORM\PersistentCollection {#9853 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11459 +label: " スラックス" +value: "117" +data: Eccube\Entity\Category {#9856 -id: 117 -name: "スラックス" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1727359026 {#9854 date: 2024-09-26 22:57:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9855 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9857 …} -Children: Doctrine\ORM\PersistentCollection {#9860 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11460 +label: " ニット" +value: "294" +data: Eccube\Entity\Category {#9863 -id: 294 -name: "ニット" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1732080498 {#9861 date: 2024-11-20 14:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9862 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9864 …} -Children: Doctrine\ORM\PersistentCollection {#9867 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11461 +label: " ネクタイ・リボン" +value: "116" +data: Eccube\Entity\Category {#9870 -id: 116 -name: "ネクタイ・リボン" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1727359023 {#9868 date: 2024-09-26 22:57:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#9869 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9871 …} -Children: Doctrine\ORM\PersistentCollection {#9874 …} -Parent: Eccube\Entity\Category {#9813} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6869 …} } +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11462 +label: "浜松南高等学校" +value: "200" +data: Eccube\Entity\Category {#9877 -id: 200 -name: "浜松南高等学校" -hierarchy: 1 -sort_no: 240 -create_date: DateTime @1727360514 {#9825 date: 2024-09-26 23:21:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9824 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9878 …} -Children: Doctrine\ORM\PersistentCollection {#9881 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6978 …} } +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11463 +label: " ジャケット" +value: "205" +data: Eccube\Entity\Category {#9882 -id: 205 -name: "ジャケット" -hierarchy: 2 -sort_no: 245 -create_date: DateTime @1727360534 {#9875 date: 2024-09-26 23:22:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9876 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9883 …} -Children: Doctrine\ORM\PersistentCollection {#9886 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11464 +label: " ブラウス" +value: "204" +data: Eccube\Entity\Category {#9891 -id: 204 -name: "ブラウス" -hierarchy: 2 -sort_no: 244 -create_date: DateTime @1727360532 {#9889 date: 2024-09-26 23:22:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9890 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9892 …} -Children: Doctrine\ORM\PersistentCollection {#9895 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11465 +label: " シャツ" +value: "295" +data: Eccube\Entity\Category {#9898 -id: 295 -name: "シャツ" -hierarchy: 2 -sort_no: 243 -create_date: DateTime @1732080513 {#9896 date: 2024-11-20 14:28:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9897 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9899 …} -Children: Doctrine\ORM\PersistentCollection {#9902 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11466 +label: " ポロシャツ" +value: "296" +data: Eccube\Entity\Category {#9905 -id: 296 -name: "ポロシャツ" -hierarchy: 2 -sort_no: 242 -create_date: DateTime @1732080521 {#9903 date: 2024-11-20 14:28:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9904 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9906 …} -Children: Doctrine\ORM\PersistentCollection {#9909 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11467 +label: " スカート" +value: "203" +data: Eccube\Entity\Category {#9912 -id: 203 -name: "スカート" -hierarchy: 2 -sort_no: 241 -create_date: DateTime @1727360528 {#9910 date: 2024-09-26 23:22:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9911 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9913 …} -Children: Doctrine\ORM\PersistentCollection {#9916 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11468 +label: " スラックス" +value: "202" +data: Eccube\Entity\Category {#9919 -id: 202 -name: "スラックス" -hierarchy: 2 -sort_no: 239 -create_date: DateTime @1727360523 {#9917 date: 2024-09-26 23:22:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9918 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9920 …} -Children: Doctrine\ORM\PersistentCollection {#9923 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11469 +label: " ニット" +value: "297" +data: Eccube\Entity\Category {#9926 -id: 297 -name: "ニット" -hierarchy: 2 -sort_no: 238 -create_date: DateTime @1732080525 {#9924 date: 2024-11-20 14:28:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9925 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9927 …} -Children: Doctrine\ORM\PersistentCollection {#9930 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11470 +label: " ネクタイ・リボン" +value: "201" +data: Eccube\Entity\Category {#9933 -id: 201 -name: "ネクタイ・リボン" -hierarchy: 2 -sort_no: 237 -create_date: DateTime @1727360520 {#9931 date: 2024-09-26 23:22:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#9932 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9934 …} -Children: Doctrine\ORM\PersistentCollection {#9937 …} -Parent: Eccube\Entity\Category {#9877} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9821 …} -School: Customize\Entity\School {#6978 …} } +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11471 +label: "掛川西高等学校" +value: "110" +data: Eccube\Entity\Category {#9940 -id: 110 -name: "掛川西高等学校" -hierarchy: 1 -sort_no: 230 -create_date: DateTime @1727358904 {#9888 date: 2024-09-26 22:55:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9887 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9941 …} -Children: Doctrine\ORM\PersistentCollection {#9944 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6859 …} } +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11472 +label: " ジャケット" +value: "113" +data: Eccube\Entity\Category {#9945 -id: 113 -name: "ジャケット" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1727358918 {#9938 date: 2024-09-26 22:55:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#9939 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9946 …} -Children: Doctrine\ORM\PersistentCollection {#9949 …} -Parent: Eccube\Entity\Category {#9940} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6859 …} } +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11473 +label: " シャツ" +value: "112" +data: Eccube\Entity\Category {#9954 -id: 112 -name: "シャツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1727358916 {#9952 date: 2024-09-26 22:55:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#9953 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9955 …} -Children: Doctrine\ORM\PersistentCollection {#9958 …} -Parent: Eccube\Entity\Category {#9940} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6859 …} } +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11474 +label: " ベスト" +value: "111" +data: Eccube\Entity\Category {#9961 -id: 111 -name: "ベスト" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1727358910 {#9959 date: 2024-09-26 22:55:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#9960 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9962 …} -Children: Doctrine\ORM\PersistentCollection {#9965 …} -Parent: Eccube\Entity\Category {#9940} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6859 …} } +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11475 +label: " スカート" +value: "114" +data: Eccube\Entity\Category {#9968 -id: 114 -name: "スカート" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1727358946 {#9966 date: 2024-09-26 22:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#9967 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9969 …} -Children: Doctrine\ORM\PersistentCollection {#9972 …} -Parent: Eccube\Entity\Category {#9940} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6859 …} } +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11476 +label: "掛川西高等学校" +value: "195" +data: Eccube\Entity\Category {#9975 -id: 195 -name: "掛川西高等学校" -hierarchy: 1 -sort_no: 229 -create_date: DateTime @1727360083 {#9951 date: 2024-09-26 23:14:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9950 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9976 …} -Children: Doctrine\ORM\PersistentCollection {#9979 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6969 …} } +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11477 +label: " ジャケット" +value: "199" +data: Eccube\Entity\Category {#9980 -id: 199 -name: "ジャケット" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1727360115 {#9973 date: 2024-09-26 23:15:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360115 {#9974 date: 2024-09-26 23:15:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9981 …} -Children: Doctrine\ORM\PersistentCollection {#9984 …} -Parent: Eccube\Entity\Category {#9975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6969 …} } +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11478 +label: " ブラウス" +value: "198" +data: Eccube\Entity\Category {#9989 -id: 198 -name: "ブラウス" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1727360106 {#9987 date: 2024-09-26 23:15:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360106 {#9988 date: 2024-09-26 23:15:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9990 …} -Children: Doctrine\ORM\PersistentCollection {#9993 …} -Parent: Eccube\Entity\Category {#9975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6969 …} } +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11479 +label: " ベスト" +value: "197" +data: Eccube\Entity\Category {#9996 -id: 197 -name: "ベスト" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1727360103 {#9994 date: 2024-09-26 23:15:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360103 {#9995 date: 2024-09-26 23:15:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9997 …} -Children: Doctrine\ORM\PersistentCollection {#10000 …} -Parent: Eccube\Entity\Category {#9975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6969 …} } +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11480 +label: " スカート" +value: "196" +data: Eccube\Entity\Category {#10003 -id: 196 -name: "スカート" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1727360096 {#10001 date: 2024-09-26 23:14:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360096 {#10002 date: 2024-09-26 23:14:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10004 …} -Children: Doctrine\ORM\PersistentCollection {#10007 …} -Parent: Eccube\Entity\Category {#9975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6969 …} } +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11481 +label: "篠原中学校" +value: "135" +data: Eccube\Entity\Category {#10010 -id: 135 -name: "篠原中学校" -hierarchy: 1 -sort_no: 223 -create_date: DateTime @1727359323 {#9986 date: 2024-09-26 23:02:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9985 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10011 …} -Children: Doctrine\ORM\PersistentCollection {#10014 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6903 …} } +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11482 +label: " 上衣" +value: "140" +data: Eccube\Entity\Category {#10015 -id: 140 -name: "上衣" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1727359356 {#10008 date: 2024-09-26 23:02:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359356 {#10009 date: 2024-09-26 23:02:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10016 …} -Children: Doctrine\ORM\PersistentCollection {#10019 …} -Parent: Eccube\Entity\Category {#10010} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6903 …} } +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11483 +label: " シャツ" +value: "139" +data: Eccube\Entity\Category {#10024 -id: 139 -name: "シャツ" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1727359353 {#10022 date: 2024-09-26 23:02:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359353 {#10023 date: 2024-09-26 23:02:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10025 …} -Children: Doctrine\ORM\PersistentCollection {#10028 …} -Parent: Eccube\Entity\Category {#10010} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6903 …} } +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11484 +label: " スラックス" +value: "138" +data: Eccube\Entity\Category {#10031 -id: 138 -name: "スラックス" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1727359350 {#10029 date: 2024-09-26 23:02:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359350 {#10030 date: 2024-09-26 23:02:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10032 …} -Children: Doctrine\ORM\PersistentCollection {#10035 …} -Parent: Eccube\Entity\Category {#10010} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6903 …} } +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11485 +label: " スカート" +value: "137" +data: Eccube\Entity\Category {#10038 -id: 137 -name: "スカート" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1727359348 {#10036 date: 2024-09-26 23:02:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359348 {#10037 date: 2024-09-26 23:02:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10039 …} -Children: Doctrine\ORM\PersistentCollection {#10042 …} -Parent: Eccube\Entity\Category {#10010} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6903 …} } +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11486 +label: " その他" +value: "136" +data: Eccube\Entity\Category {#10045 -id: 136 -name: "その他" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1727359334 {#10043 date: 2024-09-26 23:02:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359334 {#10044 date: 2024-09-26 23:02:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10046 …} -Children: Doctrine\ORM\PersistentCollection {#10049 …} -Parent: Eccube\Entity\Category {#10010} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6903 …} } +attr: [] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11487 +label: "篠原中学校" +value: "285" +data: Eccube\Entity\Category {#10052 -id: 285 -name: "篠原中学校" -hierarchy: 1 -sort_no: 216 -create_date: DateTime @1727361471 {#10020 date: 2024-09-26 23:37:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10021 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10053 …} -Children: Doctrine\ORM\PersistentCollection {#10056 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7077 …} } +attr: [] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11488 +label: " 上衣" +value: "290" +data: Eccube\Entity\Category {#10057 -id: 290 -name: "上衣" -hierarchy: 2 -sort_no: 295 -create_date: DateTime @1727361510 {#10050 date: 2024-09-26 23:38:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361510 {#10051 date: 2024-09-26 23:38:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10058 …} -Children: Doctrine\ORM\PersistentCollection {#10061 …} -Parent: Eccube\Entity\Category {#10052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7077 …} } +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11489 +label: " シャツ" +value: "289" +data: Eccube\Entity\Category {#10066 -id: 289 -name: "シャツ" -hierarchy: 2 -sort_no: 294 -create_date: DateTime @1727361507 {#10064 date: 2024-09-26 23:38:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361507 {#10065 date: 2024-09-26 23:38:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10067 …} -Children: Doctrine\ORM\PersistentCollection {#10070 …} -Parent: Eccube\Entity\Category {#10052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7077 …} } +attr: [] +labelTranslationParameters: [] } 288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11490 +label: " スラックス" +value: "288" +data: Eccube\Entity\Category {#10073 -id: 288 -name: "スラックス" -hierarchy: 2 -sort_no: 293 -create_date: DateTime @1727361504 {#10071 date: 2024-09-26 23:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361504 {#10072 date: 2024-09-26 23:38:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10074 …} -Children: Doctrine\ORM\PersistentCollection {#10077 …} -Parent: Eccube\Entity\Category {#10052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7077 …} } +attr: [] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11491 +label: " スカート" +value: "287" +data: Eccube\Entity\Category {#10080 -id: 287 -name: "スカート" -hierarchy: 2 -sort_no: 292 -create_date: DateTime @1727361501 {#10078 date: 2024-09-26 23:38:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361501 {#10079 date: 2024-09-26 23:38:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10081 …} -Children: Doctrine\ORM\PersistentCollection {#10084 …} -Parent: Eccube\Entity\Category {#10052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7077 …} } +attr: [] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11492 +label: " その他" +value: "286" +data: Eccube\Entity\Category {#10087 -id: 286 -name: "その他" -hierarchy: 2 -sort_no: 291 -create_date: DateTime @1727361498 {#10085 date: 2024-09-26 23:38:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361498 {#10086 date: 2024-09-26 23:38:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10088 …} -Children: Doctrine\ORM\PersistentCollection {#10091 …} -Parent: Eccube\Entity\Category {#10052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7077 …} } +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11493 +label: "向陽中学校" +value: "126" +data: Eccube\Entity\Category {#10094 -id: 126 -name: "向陽中学校" -hierarchy: 1 -sort_no: 209 -create_date: DateTime @1727359145 {#10062 date: 2024-09-26 22:59:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10063 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10095 …} -Children: Doctrine\ORM\PersistentCollection {#10098 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6887 …} } +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11494 +label: " 上衣" +value: "134" +data: Eccube\Entity\Category {#10099 -id: 134 -name: "上衣" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1727359181 {#10092 date: 2024-09-26 22:59:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10093 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10100 …} -Children: Doctrine\ORM\PersistentCollection {#10103 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11495 +label: " ワイシャツ" +value: "131" +data: Eccube\Entity\Category {#10108 -id: 131 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1727359169 {#10106 date: 2024-09-26 22:59:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10107 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10109 …} -Children: Doctrine\ORM\PersistentCollection {#10112 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11496 +label: " スラックス" +value: "130" +data: Eccube\Entity\Category {#10115 -id: 130 -name: "スラックス" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1727359167 {#10113 date: 2024-09-26 22:59:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10114 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10116 …} -Children: Doctrine\ORM\PersistentCollection {#10119 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11497 +label: " セーラー" +value: "133" +data: Eccube\Entity\Category {#10122 -id: 133 -name: "セーラー" -hierarchy: 2 -sort_no: 156 -create_date: DateTime @1727359175 {#10120 date: 2024-09-26 22:59:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10121 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10123 …} -Children: Doctrine\ORM\PersistentCollection {#10126 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11498 +label: " スカート" +value: "132" +data: Eccube\Entity\Category {#10129 -id: 132 -name: "スカート" -hierarchy: 2 -sort_no: 155 -create_date: DateTime @1727359172 {#10127 date: 2024-09-26 22:59:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10128 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10130 …} -Children: Doctrine\ORM\PersistentCollection {#10133 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11499 +label: " ソックス・ベルト・靴" +value: "129" +data: Eccube\Entity\Category {#10136 -id: 129 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 154 -create_date: DateTime @1727359163 {#10134 date: 2024-09-26 22:59:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10135 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10137 …} -Children: Doctrine\ORM\PersistentCollection {#10140 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11500 +label: " トレーニングウェア" +value: "128" +data: Eccube\Entity\Category {#10143 -id: 128 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 153 -create_date: DateTime @1727359155 {#10141 date: 2024-09-26 22:59:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10142 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10144 …} -Children: Doctrine\ORM\PersistentCollection {#10147 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11501 +label: " その他" +value: "127" +data: Eccube\Entity\Category {#10150 -id: 127 -name: "その他" -hierarchy: 2 -sort_no: 152 -create_date: DateTime @1727359151 {#10148 date: 2024-09-26 22:59:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#10149 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10151 …} -Children: Doctrine\ORM\PersistentCollection {#10154 …} -Parent: Eccube\Entity\Category {#10094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6887 …} } +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11502 +label: "向陽中学校" +value: "267" +data: Eccube\Entity\Category {#10157 -id: 267 -name: "向陽中学校" -hierarchy: 1 -sort_no: 204 -create_date: DateTime @1727361245 {#10105 date: 2024-09-26 23:34:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10104 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10158 …} -Children: Doctrine\ORM\PersistentCollection {#10161 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7059 …} } +attr: [] +labelTranslationParameters: [] } 275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11503 +label: " 上衣" +value: "275" +data: Eccube\Entity\Category {#10162 -id: 275 -name: "上衣" -hierarchy: 2 -sort_no: 192 -create_date: DateTime @1727361296 {#10155 date: 2024-09-26 23:34:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10156 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10163 …} -Children: Doctrine\ORM\PersistentCollection {#10166 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } +attr: [] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11504 +label: " ワイシャツ" +value: "272" +data: Eccube\Entity\Category {#10171 -id: 272 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 191 -create_date: DateTime @1727361289 {#10169 date: 2024-09-26 23:34:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10170 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10172 …} -Children: Doctrine\ORM\PersistentCollection {#10175 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11505 +label: " スラックス" +value: "271" +data: Eccube\Entity\Category {#10178 -id: 271 -name: "スラックス" -hierarchy: 2 -sort_no: 190 -create_date: DateTime @1727361286 {#10176 date: 2024-09-26 23:34:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10177 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10179 …} -Children: Doctrine\ORM\PersistentCollection {#10182 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } +attr: [] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11506 +label: " セーラー" +value: "274" +data: Eccube\Entity\Category {#10185 -id: 274 -name: "セーラー" -hierarchy: 2 -sort_no: 189 -create_date: DateTime @1727361294 {#10183 date: 2024-09-26 23:34:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10184 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10186 …} -Children: Doctrine\ORM\PersistentCollection {#10189 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11507 +label: " スカート" +value: "273" +data: Eccube\Entity\Category {#10192 -id: 273 -name: "スカート" -hierarchy: 2 -sort_no: 188 -create_date: DateTime @1727361291 {#10190 date: 2024-09-26 23:34:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10191 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10193 …} -Children: Doctrine\ORM\PersistentCollection {#10196 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11508 +label: " ソックス・ベルト・靴" +value: "270" +data: Eccube\Entity\Category {#10199 -id: 270 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1727361283 {#10197 date: 2024-09-26 23:34:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10198 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10200 …} -Children: Doctrine\ORM\PersistentCollection {#10203 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11509 +label: " トレーニングウェア" +value: "269" +data: Eccube\Entity\Category {#10206 -id: 269 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1727361276 {#10204 date: 2024-09-26 23:34:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10205 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10207 …} -Children: Doctrine\ORM\PersistentCollection {#10210 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11510 +label: " その他" +value: "268" +data: Eccube\Entity\Category {#10213 -id: 268 -name: "その他" -hierarchy: 2 -sort_no: 185 -create_date: DateTime @1727361269 {#10211 date: 2024-09-26 23:34:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#10212 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10214 …} -Children: Doctrine\ORM\PersistentCollection {#10217 …} -Parent: Eccube\Entity\Category {#10157} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7059 …} } +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11511 +label: "浜名中学校" +value: "101" +data: Eccube\Entity\Category {#10220 -id: 101 -name: "浜名中学校" -hierarchy: 1 -sort_no: 193 -create_date: DateTime @1727358107 {#10168 date: 2024-09-26 22:41:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10167 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10221 …} -Children: Doctrine\ORM\PersistentCollection {#10224 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6849 …} } +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11512 +label: " 上衣" +value: "109" +data: Eccube\Entity\Category {#10225 -id: 109 -name: "上衣" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1727358867 {#10218 date: 2024-09-26 22:54:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10219 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10226 …} -Children: Doctrine\ORM\PersistentCollection {#10229 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11513 +label: " ワイシャツ" +value: "106" +data: Eccube\Entity\Category {#10234 -id: 106 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1727358848 {#10232 date: 2024-09-26 22:54:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10233 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10235 …} -Children: Doctrine\ORM\PersistentCollection {#10238 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11514 +label: " スラックス" +value: "105" +data: Eccube\Entity\Category {#10241 -id: 105 -name: "スラックス" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1727358843 {#10239 date: 2024-09-26 22:54:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10240 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10242 …} -Children: Doctrine\ORM\PersistentCollection {#10245 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11515 +label: " セーラー" +value: "108" +data: Eccube\Entity\Category {#10248 -id: 108 -name: "セーラー" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1727358863 {#10246 date: 2024-09-26 22:54:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10247 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10249 …} -Children: Doctrine\ORM\PersistentCollection {#10252 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11516 +label: " スカート" +value: "107" +data: Eccube\Entity\Category {#10255 -id: 107 -name: "スカート" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1727358857 {#10253 date: 2024-09-26 22:54:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10254 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10256 …} -Children: Doctrine\ORM\PersistentCollection {#10259 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11517 +label: " ソックス・ベルト・靴" +value: "104" +data: Eccube\Entity\Category {#10262 -id: 104 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1727358768 {#10260 date: 2024-09-26 22:52:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10261 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10263 …} -Children: Doctrine\ORM\PersistentCollection {#10266 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11518 +label: " トレーニングウェア" +value: "103" +data: Eccube\Entity\Category {#10269 -id: 103 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1727358442 {#10267 date: 2024-09-26 22:47:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10268 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10270 …} -Children: Doctrine\ORM\PersistentCollection {#10273 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11519 +label: " その他" +value: "102" +data: Eccube\Entity\Category {#10276 -id: 102 -name: "その他" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1727358434 {#10274 date: 2024-09-26 22:47:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#10275 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10277 …} -Children: Doctrine\ORM\PersistentCollection {#10280 …} -Parent: Eccube\Entity\Category {#10220} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6849 …} } +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11520 +label: "浜名中学校" +value: "276" +data: Eccube\Entity\Category {#10283 -id: 276 -name: "浜名中学校" -hierarchy: 1 -sort_no: 174 -create_date: DateTime @1727361361 {#10231 date: 2024-09-26 23:36:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10230 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10284 …} -Children: Doctrine\ORM\PersistentCollection {#10287 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7068 …} } +attr: [] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11521 +label: " 上衣" +value: "284" +data: Eccube\Entity\Category {#10288 -id: 284 -name: "上衣" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1727361409 {#10281 date: 2024-09-26 23:36:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10282 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10289 …} -Children: Doctrine\ORM\PersistentCollection {#10292 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } +attr: [] +labelTranslationParameters: [] } 281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11522 +label: " ワイシャツ" +value: "281" +data: Eccube\Entity\Category {#10297 -id: 281 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1727361396 {#10295 date: 2024-09-26 23:36:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10296 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10298 …} -Children: Doctrine\ORM\PersistentCollection {#10301 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } +attr: [] +labelTranslationParameters: [] } 280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11523 +label: " スラックス" +value: "280" +data: Eccube\Entity\Category {#10304 -id: 280 -name: "スラックス" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1727361393 {#10302 date: 2024-09-26 23:36:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10303 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10305 …} -Children: Doctrine\ORM\PersistentCollection {#10308 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } +attr: [] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11524 +label: " セーラー" +value: "283" +data: Eccube\Entity\Category {#10311 -id: 283 -name: "セーラー" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1727361403 {#10309 date: 2024-09-26 23:36:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10310 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10312 …} -Children: Doctrine\ORM\PersistentCollection {#10315 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } +attr: [] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11525 +label: " スカート" +value: "282" +data: Eccube\Entity\Category {#10318 -id: 282 -name: "スカート" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1727361400 {#10316 date: 2024-09-26 23:36:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10317 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10319 …} -Children: Doctrine\ORM\PersistentCollection {#10322 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } +attr: [] +labelTranslationParameters: [] } 279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11526 +label: " ソックス・ベルト・靴" +value: "279" +data: Eccube\Entity\Category {#10325 -id: 279 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1727361390 {#10323 date: 2024-09-26 23:36:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10324 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10326 …} -Children: Doctrine\ORM\PersistentCollection {#10329 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } +attr: [] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11527 +label: " トレーニングウェア" +value: "278" +data: Eccube\Entity\Category {#10332 -id: 278 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1727361384 {#10330 date: 2024-09-26 23:36:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10331 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10333 …} -Children: Doctrine\ORM\PersistentCollection {#10336 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } +attr: [] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11528 +label: " その他" +value: "277" +data: Eccube\Entity\Category {#10339 -id: 277 -name: "その他" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1727361378 {#10337 date: 2024-09-26 23:36:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#10338 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10340 …} -Children: Doctrine\ORM\PersistentCollection {#10343 …} -Parent: Eccube\Entity\Category {#10283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7068 …} } +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11529 +label: "城山中学校" +value: "92" +data: Eccube\Entity\Category {#10346 -id: 92 -name: "城山中学校" -hierarchy: 1 -sort_no: 160 -create_date: DateTime @1727358012 {#10294 date: 2024-09-26 22:40:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10293 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10347 …} -Children: Doctrine\ORM\PersistentCollection {#10350 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6841 …} } +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11530 +label: " 上衣" +value: "100" +data: Eccube\Entity\Category {#10351 -id: 100 -name: "上衣" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1727358069 {#10344 date: 2024-09-26 22:41:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10345 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10352 …} -Children: Doctrine\ORM\PersistentCollection {#10355 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11531 +label: " ワイシャツ" +value: "97" +data: Eccube\Entity\Category {#10360 -id: 97 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1727358060 {#10358 date: 2024-09-26 22:41:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10359 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10361 …} -Children: Doctrine\ORM\PersistentCollection {#10364 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11532 +label: " スラックス" +value: "96" +data: Eccube\Entity\Category {#10367 -id: 96 -name: "スラックス" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1727358037 {#10365 date: 2024-09-26 22:40:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10366 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10368 …} -Children: Doctrine\ORM\PersistentCollection {#10371 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11533 +label: " セーラー" +value: "99" +data: Eccube\Entity\Category {#10374 -id: 99 -name: "セーラー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1727358066 {#10372 date: 2024-09-26 22:41:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10373 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10375 …} -Children: Doctrine\ORM\PersistentCollection {#10378 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11534 +label: " スカート" +value: "98" +data: Eccube\Entity\Category {#10381 -id: 98 -name: "スカート" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1727358063 {#10379 date: 2024-09-26 22:41:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10380 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10382 …} -Children: Doctrine\ORM\PersistentCollection {#10385 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11535 +label: " ソックス・ベルト・靴" +value: "95" +data: Eccube\Entity\Category {#10388 -id: 95 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1727358035 {#10386 date: 2024-09-26 22:40:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10387 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10389 …} -Children: Doctrine\ORM\PersistentCollection {#10392 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11536 +label: " トレーニングウェア" +value: "94" +data: Eccube\Entity\Category {#10395 -id: 94 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1727358031 {#10393 date: 2024-09-26 22:40:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10394 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10396 …} -Children: Doctrine\ORM\PersistentCollection {#10399 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11537 +label: " その他" +value: "93" +data: Eccube\Entity\Category {#10402 -id: 93 -name: "その他" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1727358024 {#10400 date: 2024-09-26 22:40:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#10401 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10403 …} -Children: Doctrine\ORM\PersistentCollection {#10406 …} -Parent: Eccube\Entity\Category {#10346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6841 …} } +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11538 +label: "城山中学校" +value: "258" +data: Eccube\Entity\Category {#10409 -id: 258 -name: "城山中学校" -hierarchy: 1 -sort_no: 151 -create_date: DateTime @1727361071 {#10357 date: 2024-09-26 23:31:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10356 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10410 …} -Children: Doctrine\ORM\PersistentCollection {#10413 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7050 …} } +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11539 +label: " 上衣" +value: "266" +data: Eccube\Entity\Category {#10414 -id: 266 -name: "上衣" -hierarchy: 2 -sort_no: 150 -create_date: DateTime @1727361110 {#10407 date: 2024-09-26 23:31:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10408 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10415 …} -Children: Doctrine\ORM\PersistentCollection {#10418 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11540 +label: " ワイシャツ" +value: "263" +data: Eccube\Entity\Category {#10423 -id: 263 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 149 -create_date: DateTime @1727361104 {#10421 date: 2024-09-26 23:31:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10422 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10424 …} -Children: Doctrine\ORM\PersistentCollection {#10427 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11541 +label: " スラックス" +value: "262" +data: Eccube\Entity\Category {#10430 -id: 262 -name: "スラックス" -hierarchy: 2 -sort_no: 148 -create_date: DateTime @1727361098 {#10428 date: 2024-09-26 23:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10429 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10431 …} -Children: Doctrine\ORM\PersistentCollection {#10434 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11542 +label: " セーラー" +value: "265" +data: Eccube\Entity\Category {#10437 -id: 265 -name: "セーラー" -hierarchy: 2 -sort_no: 147 -create_date: DateTime @1727361108 {#10435 date: 2024-09-26 23:31:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10436 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10438 …} -Children: Doctrine\ORM\PersistentCollection {#10441 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11543 +label: " スカート" +value: "264" +data: Eccube\Entity\Category {#10444 -id: 264 -name: "スカート" -hierarchy: 2 -sort_no: 146 -create_date: DateTime @1727361106 {#10442 date: 2024-09-26 23:31:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10443 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10445 …} -Children: Doctrine\ORM\PersistentCollection {#10448 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11544 +label: " ソックス・ベルト・靴" +value: "261" +data: Eccube\Entity\Category {#10451 -id: 261 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 145 -create_date: DateTime @1727361094 {#10449 date: 2024-09-26 23:31:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10450 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10452 …} -Children: Doctrine\ORM\PersistentCollection {#10455 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11545 +label: " トレーニングウェア" +value: "260" +data: Eccube\Entity\Category {#10458 -id: 260 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 144 -create_date: DateTime @1727361087 {#10456 date: 2024-09-26 23:31:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10457 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10459 …} -Children: Doctrine\ORM\PersistentCollection {#10462 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } +attr: [] +labelTranslationParameters: [] } 259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11546 +label: " その他" +value: "259" +data: Eccube\Entity\Category {#10465 -id: 259 -name: "その他" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1727361085 {#10463 date: 2024-09-26 23:31:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#10464 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10466 …} -Children: Doctrine\ORM\PersistentCollection {#10469 …} -Parent: Eccube\Entity\Category {#10409} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7050 …} } +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11547 +label: "南部中学校" +value: "83" +data: Eccube\Entity\Category {#10472 -id: 83 -name: "南部中学校" -hierarchy: 1 -sort_no: 138 -create_date: DateTime @1727357914 {#10420 date: 2024-09-26 22:38:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10419 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10473 …} -Children: Doctrine\ORM\PersistentCollection {#10476 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6833 …} } +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11548 +label: " 上衣" +value: "91" +data: Eccube\Entity\Category {#10477 -id: 91 -name: "上衣" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1727357970 {#10470 date: 2024-09-26 22:39:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10471 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10478 …} -Children: Doctrine\ORM\PersistentCollection {#10481 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11549 +label: " ワイシャツ" +value: "88" +data: Eccube\Entity\Category {#10486 -id: 88 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1727357956 {#10484 date: 2024-09-26 22:39:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10485 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10487 …} -Children: Doctrine\ORM\PersistentCollection {#10490 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11550 +label: " スラックス" +value: "87" +data: Eccube\Entity\Category {#10493 -id: 87 -name: "スラックス" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1727357952 {#10491 date: 2024-09-26 22:39:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10492 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10494 …} -Children: Doctrine\ORM\PersistentCollection {#10497 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11551 +label: " セーラー" +value: "90" +data: Eccube\Entity\Category {#10500 -id: 90 -name: "セーラー" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1727357967 {#10498 date: 2024-09-26 22:39:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10499 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10501 …} -Children: Doctrine\ORM\PersistentCollection {#10504 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11552 +label: " スカート" +value: "89" +data: Eccube\Entity\Category {#10507 -id: 89 -name: "スカート" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1727357965 {#10505 date: 2024-09-26 22:39:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10506 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10508 …} -Children: Doctrine\ORM\PersistentCollection {#10511 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11553 +label: " ソックス・ベルト・靴" +value: "86" +data: Eccube\Entity\Category {#10514 -id: 86 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1727357948 {#10512 date: 2024-09-26 22:39:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10513 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10515 …} -Children: Doctrine\ORM\PersistentCollection {#10518 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11554 +label: " トレーニングウェア" +value: "85" +data: Eccube\Entity\Category {#10521 -id: 85 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1727357938 {#10519 date: 2024-09-26 22:38:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10520 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10522 …} -Children: Doctrine\ORM\PersistentCollection {#10525 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11555 +label: " その他" +value: "84" +data: Eccube\Entity\Category {#10528 -id: 84 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1727357933 {#10526 date: 2024-09-26 22:38:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#10527 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10529 …} -Children: Doctrine\ORM\PersistentCollection {#10532 …} -Parent: Eccube\Entity\Category {#10472} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6833 …} } +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11556 +label: "南部中学校" +value: "249" +data: Eccube\Entity\Category {#10535 -id: 249 -name: "南部中学校" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1727361001 {#10483 date: 2024-09-26 23:30:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10482 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10536 …} -Children: Doctrine\ORM\PersistentCollection {#10539 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7041 …} } +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11557 +label: " 上衣" +value: "257" +data: Eccube\Entity\Category {#10540 -id: 257 -name: "上衣" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1727361052 {#10533 date: 2024-09-26 23:30:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10534 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10541 …} -Children: Doctrine\ORM\PersistentCollection {#10544 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11558 +label: " ワイシャツ" +value: "254" +data: Eccube\Entity\Category {#10549 -id: 254 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1727361044 {#10547 date: 2024-09-26 23:30:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10548 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10550 …} -Children: Doctrine\ORM\PersistentCollection {#10553 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11559 +label: " スラックス" +value: "253" +data: Eccube\Entity\Category {#10556 -id: 253 -name: "スラックス" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1727361040 {#10554 date: 2024-09-26 23:30:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10555 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10557 …} -Children: Doctrine\ORM\PersistentCollection {#10560 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11560 +label: " セーラー" +value: "256" +data: Eccube\Entity\Category {#10563 -id: 256 -name: "セーラー" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1727361049 {#10561 date: 2024-09-26 23:30:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10562 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10564 …} -Children: Doctrine\ORM\PersistentCollection {#10567 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11561 +label: " スカート" +value: "255" +data: Eccube\Entity\Category {#10570 -id: 255 -name: "スカート" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1727361046 {#10568 date: 2024-09-26 23:30:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10569 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10571 …} -Children: Doctrine\ORM\PersistentCollection {#10574 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11562 +label: " ソックス・ベルト・靴" +value: "252" +data: Eccube\Entity\Category {#10577 -id: 252 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1727361037 {#10575 date: 2024-09-26 23:30:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10576 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10578 …} -Children: Doctrine\ORM\PersistentCollection {#10581 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11563 +label: " トレーニングウェア" +value: "251" +data: Eccube\Entity\Category {#10584 -id: 251 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1727361031 {#10582 date: 2024-09-26 23:30:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10583 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10585 …} -Children: Doctrine\ORM\PersistentCollection {#10588 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11564 +label: " その他" +value: "250" +data: Eccube\Entity\Category {#10591 -id: 250 -name: "その他" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1727361027 {#10589 date: 2024-09-26 23:30:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#10590 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10592 …} -Children: Doctrine\ORM\PersistentCollection {#10595 …} -Parent: Eccube\Entity\Category {#10535} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7041 …} } +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11565 +label: "神明中学校" +value: "74" +data: Eccube\Entity\Category {#10598 -id: 74 -name: "神明中学校" -hierarchy: 1 -sort_no: 115 -create_date: DateTime @1727357577 {#10546 date: 2024-09-26 22:32:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10545 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10599 …} -Children: Doctrine\ORM\PersistentCollection {#10602 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6825 …} } +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11566 +label: " 上衣" +value: "82" +data: Eccube\Entity\Category {#10603 -id: 82 -name: "上衣" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1727357622 {#10596 date: 2024-09-26 22:33:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10597 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10604 …} -Children: Doctrine\ORM\PersistentCollection {#10607 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11567 +label: " ワイシャツ" +value: "79" +data: Eccube\Entity\Category {#10612 -id: 79 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1727357614 {#10610 date: 2024-09-26 22:33:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10611 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10613 …} -Children: Doctrine\ORM\PersistentCollection {#10616 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11568 +label: " スラックス" +value: "78" +data: Eccube\Entity\Category {#10619 -id: 78 -name: "スラックス" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1727357610 {#10617 date: 2024-09-26 22:33:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10618 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10620 …} -Children: Doctrine\ORM\PersistentCollection {#10623 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11569 +label: " セーラー" +value: "81" +data: Eccube\Entity\Category {#10626 -id: 81 -name: "セーラー" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1727357619 {#10624 date: 2024-09-26 22:33:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10625 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10627 …} -Children: Doctrine\ORM\PersistentCollection {#10630 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11570 +label: " スカート" +value: "80" +data: Eccube\Entity\Category {#10633 -id: 80 -name: "スカート" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1727357617 {#10631 date: 2024-09-26 22:33:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10632 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10634 …} -Children: Doctrine\ORM\PersistentCollection {#10637 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11571 +label: " ソックス・ベルト・靴" +value: "77" +data: Eccube\Entity\Category {#10640 -id: 77 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1727357599 {#10638 date: 2024-09-26 22:33:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10639 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10641 …} -Children: Doctrine\ORM\PersistentCollection {#10644 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11572 +label: " トレーニングウェア" +value: "76" +data: Eccube\Entity\Category {#10647 -id: 76 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1727357591 {#10645 date: 2024-09-26 22:33:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10646 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10648 …} -Children: Doctrine\ORM\PersistentCollection {#10651 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11573 +label: " その他" +value: "75" +data: Eccube\Entity\Category {#10654 -id: 75 -name: "その他" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1727357584 {#10652 date: 2024-09-26 22:33:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#10653 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10655 …} -Children: Doctrine\ORM\PersistentCollection {#10658 …} -Parent: Eccube\Entity\Category {#10598} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6825 …} } +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11574 +label: "神明中学校" +value: "240" +data: Eccube\Entity\Category {#10661 -id: 240 -name: "神明中学校" -hierarchy: 1 -sort_no: 106 -create_date: DateTime @1727360936 {#10609 date: 2024-09-26 23:28:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10608 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10662 …} -Children: Doctrine\ORM\PersistentCollection {#10665 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7032 …} } +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11575 +label: " 上衣" +value: "248" +data: Eccube\Entity\Category {#10666 -id: 248 -name: "上衣" -hierarchy: 2 -sort_no: 285 -create_date: DateTime @1727360967 {#10659 date: 2024-09-26 23:29:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10660 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10667 …} -Children: Doctrine\ORM\PersistentCollection {#10670 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11576 +label: " ワイシャツ" +value: "245" +data: Eccube\Entity\Category {#10675 -id: 245 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 284 -create_date: DateTime @1727360958 {#10673 date: 2024-09-26 23:29:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10674 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10676 …} -Children: Doctrine\ORM\PersistentCollection {#10679 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11577 +label: " スラックス" +value: "244" +data: Eccube\Entity\Category {#10682 -id: 244 -name: "スラックス" -hierarchy: 2 -sort_no: 283 -create_date: DateTime @1727360955 {#10680 date: 2024-09-26 23:29:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10681 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10683 …} -Children: Doctrine\ORM\PersistentCollection {#10686 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11578 +label: " セーラー" +value: "247" +data: Eccube\Entity\Category {#10689 -id: 247 -name: "セーラー" -hierarchy: 2 -sort_no: 282 -create_date: DateTime @1727360964 {#10687 date: 2024-09-26 23:29:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10688 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10690 …} -Children: Doctrine\ORM\PersistentCollection {#10693 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11579 +label: " スカート" +value: "246" +data: Eccube\Entity\Category {#10696 -id: 246 -name: "スカート" -hierarchy: 2 -sort_no: 281 -create_date: DateTime @1727360961 {#10694 date: 2024-09-26 23:29:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10695 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10697 …} -Children: Doctrine\ORM\PersistentCollection {#10700 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11580 +label: " ソックス・ベルト・靴" +value: "243" +data: Eccube\Entity\Category {#10703 -id: 243 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 280 -create_date: DateTime @1727360952 {#10701 date: 2024-09-26 23:29:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10702 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10704 …} -Children: Doctrine\ORM\PersistentCollection {#10707 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11581 +label: " トレーニングウェア" +value: "242" +data: Eccube\Entity\Category {#10710 -id: 242 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 279 -create_date: DateTime @1727360946 {#10708 date: 2024-09-26 23:29:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10709 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10711 …} -Children: Doctrine\ORM\PersistentCollection {#10714 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11582 +label: " その他" +value: "241" +data: Eccube\Entity\Category {#10717 -id: 241 -name: "その他" -hierarchy: 2 -sort_no: 278 -create_date: DateTime @1727360942 {#10715 date: 2024-09-26 23:29:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#10716 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10718 …} -Children: Doctrine\ORM\PersistentCollection {#10721 …} -Parent: Eccube\Entity\Category {#10661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7032 …} } +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11583 +label: "第一中学校" +value: "65" +data: Eccube\Entity\Category {#10724 -id: 65 -name: "第一中学校" -hierarchy: 1 -sort_no: 97 -create_date: DateTime @1727357466 {#10672 date: 2024-09-26 22:31:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10671 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10725 …} -Children: Doctrine\ORM\PersistentCollection {#10728 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6817 …} } +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11584 +label: " 上衣" +value: "73" +data: Eccube\Entity\Category {#10729 -id: 73 -name: "上衣" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1727357538 {#10722 date: 2024-09-26 22:32:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10723 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10730 …} -Children: Doctrine\ORM\PersistentCollection {#10733 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11585 +label: " ワイシャツ" +value: "70" +data: Eccube\Entity\Category {#10738 -id: 70 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1727357525 {#10736 date: 2024-09-26 22:32:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10737 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10739 …} -Children: Doctrine\ORM\PersistentCollection {#10742 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11586 +label: " スラックス" +value: "69" +data: Eccube\Entity\Category {#10745 -id: 69 -name: "スラックス" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1727357521 {#10743 date: 2024-09-26 22:32:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10744 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10746 …} -Children: Doctrine\ORM\PersistentCollection {#10749 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11587 +label: " セーラー" +value: "72" +data: Eccube\Entity\Category {#10752 -id: 72 -name: "セーラー" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1727357530 {#10750 date: 2024-09-26 22:32:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10751 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10753 …} -Children: Doctrine\ORM\PersistentCollection {#10756 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11588 +label: " スカート" +value: "71" +data: Eccube\Entity\Category {#10759 -id: 71 -name: "スカート" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1727357528 {#10757 date: 2024-09-26 22:32:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10758 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10760 …} -Children: Doctrine\ORM\PersistentCollection {#10763 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11589 +label: " ソックス・ベルト・靴" +value: "68" +data: Eccube\Entity\Category {#10766 -id: 68 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1727357505 {#10764 date: 2024-09-26 22:31:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10765 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10767 …} -Children: Doctrine\ORM\PersistentCollection {#10770 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11590 +label: " トレーニングウェア" +value: "67" +data: Eccube\Entity\Category {#10773 -id: 67 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1727357494 {#10771 date: 2024-09-26 22:31:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10772 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10774 …} -Children: Doctrine\ORM\PersistentCollection {#10777 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11591 +label: " その他" +value: "66" +data: Eccube\Entity\Category {#10780 -id: 66 -name: "その他" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1727357484 {#10778 date: 2024-09-26 22:31:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#10779 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10781 …} -Children: Doctrine\ORM\PersistentCollection {#10784 …} -Parent: Eccube\Entity\Category {#10724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6817 …} } +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11592 +label: "第一中学校" +value: "231" +data: Eccube\Entity\Category {#10787 -id: 231 -name: "第一中学校" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1727360851 {#10735 date: 2024-09-26 23:27:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10734 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10788 …} -Children: Doctrine\ORM\PersistentCollection {#10791 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#7023 …} } +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11593 +label: " 上衣" +value: "239" +data: Eccube\Entity\Category {#10792 -id: 239 -name: "上衣" -hierarchy: 2 -sort_no: 276 -create_date: DateTime @1727360898 {#10785 date: 2024-09-26 23:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10786 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10793 …} -Children: Doctrine\ORM\PersistentCollection {#10796 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11594 +label: " ワイシャツ" +value: "236" +data: Eccube\Entity\Category {#10801 -id: 236 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 275 -create_date: DateTime @1727360887 {#10799 date: 2024-09-26 23:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10800 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10802 …} -Children: Doctrine\ORM\PersistentCollection {#10805 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11595 +label: " スラックス" +value: "235" +data: Eccube\Entity\Category {#10808 -id: 235 -name: "スラックス" -hierarchy: 2 -sort_no: 274 -create_date: DateTime @1727360884 {#10806 date: 2024-09-26 23:28:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10807 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10809 …} -Children: Doctrine\ORM\PersistentCollection {#10812 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11596 +label: " セーラー" +value: "238" +data: Eccube\Entity\Category {#10815 -id: 238 -name: "セーラー" -hierarchy: 2 -sort_no: 273 -create_date: DateTime @1727360895 {#10813 date: 2024-09-26 23:28:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10814 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10816 …} -Children: Doctrine\ORM\PersistentCollection {#10819 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11597 +label: " スカート" +value: "237" +data: Eccube\Entity\Category {#10822 -id: 237 -name: "スカート" -hierarchy: 2 -sort_no: 272 -create_date: DateTime @1727360892 {#10820 date: 2024-09-26 23:28:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10821 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10823 …} -Children: Doctrine\ORM\PersistentCollection {#10826 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11598 +label: " ソックス・ベルト・靴" +value: "234" +data: Eccube\Entity\Category {#10829 -id: 234 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 271 -create_date: DateTime @1727360881 {#10827 date: 2024-09-26 23:28:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10828 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10830 …} -Children: Doctrine\ORM\PersistentCollection {#10833 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11599 +label: " トレーニングウェア" +value: "233" +data: Eccube\Entity\Category {#10836 -id: 233 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 270 -create_date: DateTime @1727360874 {#10834 date: 2024-09-26 23:27:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10835 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10837 …} -Children: Doctrine\ORM\PersistentCollection {#10840 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11600 +label: " その他" +value: "232" +data: Eccube\Entity\Category {#10843 -id: 232 -name: "その他" -hierarchy: 2 -sort_no: 269 -create_date: DateTime @1727360866 {#10841 date: 2024-09-26 23:27:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#10842 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10844 …} -Children: Doctrine\ORM\PersistentCollection {#10847 …} -Parent: Eccube\Entity\Category {#10787} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#7023 …} } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11601 +label: "磐田東高等学校" +value: "42" +data: Eccube\Entity\Category {#10850 -id: 42 -name: "磐田東高等学校" -hierarchy: 1 -sort_no: 79 -create_date: DateTime @1727357236 {#10798 date: 2024-09-26 22:27:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10797 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10851 …} -Children: Doctrine\ORM\PersistentCollection {#10854 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6809 …} } +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11602 +label: " 上衣" +value: "64" +data: Eccube\Entity\Category {#10855 -id: 64 -name: "上衣" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1727357423 {#10848 date: 2024-09-26 22:30:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357427 {#10849 date: 2024-09-26 22:30:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10856 …} -Children: Doctrine\ORM\PersistentCollection {#10859 …} -Parent: Eccube\Entity\Category {#10850} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11603 +label: " シャツ・ブラウス" +value: "63" +data: Eccube\Entity\Category {#10864 -id: 63 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1727357418 {#10862 date: 2024-09-26 22:30:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357418 {#10863 date: 2024-09-26 22:30:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10865 …} -Children: Doctrine\ORM\PersistentCollection {#10868 …} -Parent: Eccube\Entity\Category {#10850} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11604 +label: " スカート・スラックス" +value: "62" +data: Eccube\Entity\Category {#10871 -id: 62 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1727357412 {#10869 date: 2024-09-26 22:30:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357412 {#10870 date: 2024-09-26 22:30:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10872 …} -Children: Doctrine\ORM\PersistentCollection {#10875 …} -Parent: Eccube\Entity\Category {#10850} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11605 +label: " リボン・ネクタイ" +value: "61" +data: Eccube\Entity\Category {#10878 -id: 61 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1727357404 {#10876 date: 2024-09-26 22:30:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357404 {#10877 date: 2024-09-26 22:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10879 …} -Children: Doctrine\ORM\PersistentCollection {#10882 …} -Parent: Eccube\Entity\Category {#10850} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11606 +label: " ニット" +value: "60" +data: Eccube\Entity\Category {#10885 -id: 60 -name: "ニット" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1727357395 {#10883 date: 2024-09-26 22:29:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357395 {#10884 date: 2024-09-26 22:29:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10886 …} -Children: Doctrine\ORM\PersistentCollection {#10889 …} -Parent: Eccube\Entity\Category {#10850} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11607 +label: " その他" +value: "59" +data: Eccube\Entity\Category {#10892 -id: 59 -name: "その他" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1727357393 {#10890 date: 2024-09-26 22:29:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357393 {#10891 date: 2024-09-26 22:29:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10893 …} -Children: Doctrine\ORM\PersistentCollection {#10896 …} -Parent: Eccube\Entity\Category {#10850} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11608 +label: "磐田東中学校" +value: "41" +data: Eccube\Entity\Category {#10899 -id: 41 -name: "磐田東中学校" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1727357222 {#10861 date: 2024-09-26 22:27:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10860 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10900 …} -Children: Doctrine\ORM\PersistentCollection {#10903 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6809 …} } +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11609 +label: " 上衣" +value: "52" +data: Eccube\Entity\Category {#10904 -id: 52 -name: "上衣" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1727357343 {#10897 date: 2024-09-26 22:29:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357343 {#10898 date: 2024-09-26 22:29:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10905 …} -Children: Doctrine\ORM\PersistentCollection {#10908 …} -Parent: Eccube\Entity\Category {#10899} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11610 +label: " シャツ・ブラウス" +value: "51" +data: Eccube\Entity\Category {#10913 -id: 51 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1727357338 {#10911 date: 2024-09-26 22:28:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357338 {#10912 date: 2024-09-26 22:28:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10914 …} -Children: Doctrine\ORM\PersistentCollection {#10917 …} -Parent: Eccube\Entity\Category {#10899} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11611 +label: " スカート・スラックス" +value: "50" +data: Eccube\Entity\Category {#10920 -id: 50 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1727357327 {#10918 date: 2024-09-26 22:28:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357327 {#10919 date: 2024-09-26 22:28:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10921 …} -Children: Doctrine\ORM\PersistentCollection {#10924 …} -Parent: Eccube\Entity\Category {#10899} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11612 +label: " リボン・ネクタイ" +value: "49" +data: Eccube\Entity\Category {#10927 -id: 49 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1727357311 {#10925 date: 2024-09-26 22:28:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357311 {#10926 date: 2024-09-26 22:28:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10928 …} -Children: Doctrine\ORM\PersistentCollection {#10931 …} -Parent: Eccube\Entity\Category {#10899} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11613 +label: " その他" +value: "48" +data: Eccube\Entity\Category {#10934 -id: 48 -name: "その他" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1727357304 {#10932 date: 2024-09-26 22:28:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357304 {#10933 date: 2024-09-26 22:28:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10935 …} -Children: Doctrine\ORM\PersistentCollection {#10938 …} -Parent: Eccube\Entity\Category {#10899} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6809 …} } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11614 +label: "磐田東中学校" +value: "39" +data: Eccube\Entity\Category {#10941 -id: 39 -name: "磐田東中学校" -hierarchy: 1 -sort_no: 63 -create_date: DateTime @1727357151 {#10909 date: 2024-09-26 22:25:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10910 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10942 …} -Children: Doctrine\ORM\PersistentCollection {#10945 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11615 +label: " 上衣" +value: "47" +data: Eccube\Entity\Category {#10946 -id: 47 -name: "上衣" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1727357287 {#10939 date: 2024-09-26 22:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357287 {#10940 date: 2024-09-26 22:28:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10947 …} -Children: Doctrine\ORM\PersistentCollection {#10950 …} -Parent: Eccube\Entity\Category {#10941} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11616 +label: " シャツ・ブラウス" +value: "46" +data: Eccube\Entity\Category {#10955 -id: 46 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1727357276 {#10953 date: 2024-09-26 22:27:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357276 {#10954 date: 2024-09-26 22:27:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10956 …} -Children: Doctrine\ORM\PersistentCollection {#10959 …} -Parent: Eccube\Entity\Category {#10941} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11617 +label: " スカート・スラックス" +value: "45" +data: Eccube\Entity\Category {#10962 -id: 45 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1727357269 {#10960 date: 2024-09-26 22:27:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357269 {#10961 date: 2024-09-26 22:27:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10963 …} -Children: Doctrine\ORM\PersistentCollection {#10966 …} -Parent: Eccube\Entity\Category {#10941} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11618 +label: " リボン・ネクタイ" +value: "44" +data: Eccube\Entity\Category {#10969 -id: 44 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1727357264 {#10967 date: 2024-09-26 22:27:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357264 {#10968 date: 2024-09-26 22:27:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10970 …} -Children: Doctrine\ORM\PersistentCollection {#10973 …} -Parent: Eccube\Entity\Category {#10941} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11619 +label: " その他" +value: "43" +data: Eccube\Entity\Category {#10976 -id: 43 -name: "その他" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1727357259 {#10974 date: 2024-09-26 22:27:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357259 {#10975 date: 2024-09-26 22:27:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10977 …} -Children: Doctrine\ORM\PersistentCollection {#10980 …} -Parent: Eccube\Entity\Category {#10941} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11620 +label: "磐田東高等学校" +value: "40" +data: Eccube\Entity\Category {#10983 -id: 40 -name: "磐田東高等学校" -hierarchy: 1 -sort_no: 56 -create_date: DateTime @1727357212 {#10951 date: 2024-09-26 22:26:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10952 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10984 …} -Children: Doctrine\ORM\PersistentCollection {#10987 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11621 +label: " 上衣" +value: "58" +data: Eccube\Entity\Category {#10988 -id: 58 -name: "上衣" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1727357386 {#10981 date: 2024-09-26 22:29:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357386 {#10982 date: 2024-09-26 22:29:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10989 …} -Children: Doctrine\ORM\PersistentCollection {#10992 …} -Parent: Eccube\Entity\Category {#10983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11622 +label: " シャツ・ブラウス" +value: "57" +data: Eccube\Entity\Category {#10997 -id: 57 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1727357383 {#10995 date: 2024-09-26 22:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357383 {#10996 date: 2024-09-26 22:29:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10998 …} -Children: Doctrine\ORM\PersistentCollection {#11001 …} -Parent: Eccube\Entity\Category {#10983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11623 +label: " スカート・スラックス" +value: "56" +data: Eccube\Entity\Category {#11004 -id: 56 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1727357377 {#11002 date: 2024-09-26 22:29:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357377 {#11003 date: 2024-09-26 22:29:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11005 …} -Children: Doctrine\ORM\PersistentCollection {#11008 …} -Parent: Eccube\Entity\Category {#10983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11624 +label: " リボン・ネクタイ" +value: "55" +data: Eccube\Entity\Category {#11011 -id: 55 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1727357364 {#11009 date: 2024-09-26 22:29:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357364 {#11010 date: 2024-09-26 22:29:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11012 …} -Children: Doctrine\ORM\PersistentCollection {#11015 …} -Parent: Eccube\Entity\Category {#10983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11625 +label: " ニット" +value: "54" +data: Eccube\Entity\Category {#11018 -id: 54 -name: "ニット" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1727357358 {#11016 date: 2024-09-26 22:29:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357358 {#11017 date: 2024-09-26 22:29:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11019 …} -Children: Doctrine\ORM\PersistentCollection {#11022 …} -Parent: Eccube\Entity\Category {#10983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11626 +label: " その他" +value: "53" +data: Eccube\Entity\Category {#11025 -id: 53 -name: "その他" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1727357353 {#11023 date: 2024-09-26 22:29:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357353 {#11024 date: 2024-09-26 22:29:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11026 …} -Children: Doctrine\ORM\PersistentCollection {#11029 …} -Parent: Eccube\Entity\Category {#10983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11627 +label: "浜松聖星高等学校" +value: "29" +data: Eccube\Entity\Category {#11032 -id: 29 -name: "浜松聖星高等学校" -hierarchy: 1 -sort_no: 50 -create_date: DateTime @1727357059 {#10994 date: 2024-09-26 22:24:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#10993 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11033 …} -Children: Doctrine\ORM\PersistentCollection {#11036 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6793 …} } +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11628 +label: " 上衣" +value: "38" +data: Eccube\Entity\Category {#11037 -id: 38 -name: "上衣" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1727357125 {#11030 date: 2024-09-26 22:25:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357125 {#11031 date: 2024-09-26 22:25:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11038 …} -Children: Doctrine\ORM\PersistentCollection {#11041 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11629 +label: " スカート" +value: "37" +data: Eccube\Entity\Category {#11046 -id: 37 -name: "スカート" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1727357113 {#11044 date: 2024-09-26 22:25:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357113 {#11045 date: 2024-09-26 22:25:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11047 …} -Children: Doctrine\ORM\PersistentCollection {#11050 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11630 +label: " スラックス" +value: "36" +data: Eccube\Entity\Category {#11053 -id: 36 -name: "スラックス" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1727357109 {#11051 date: 2024-09-26 22:25:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357109 {#11052 date: 2024-09-26 22:25:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11054 …} -Children: Doctrine\ORM\PersistentCollection {#11057 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11631 +label: " シャツ・ブラウス" +value: "35" +data: Eccube\Entity\Category {#11060 -id: 35 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1727357107 {#11058 date: 2024-09-26 22:25:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357107 {#11059 date: 2024-09-26 22:25:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11061 …} -Children: Doctrine\ORM\PersistentCollection {#11064 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11632 +label: " リボン・ネクタイ" +value: "34" +data: Eccube\Entity\Category {#11067 -id: 34 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1727357100 {#11065 date: 2024-09-26 22:25:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357100 {#11066 date: 2024-09-26 22:25:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11068 …} -Children: Doctrine\ORM\PersistentCollection {#11071 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11633 +label: " ベスト・セーター" +value: "33" +data: Eccube\Entity\Category {#11074 -id: 33 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1727357095 {#11072 date: 2024-09-26 22:24:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357095 {#11073 date: 2024-09-26 22:24:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11075 …} -Children: Doctrine\ORM\PersistentCollection {#11078 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11634 +label: " ソックス" +value: "32" +data: Eccube\Entity\Category {#11081 -id: 32 -name: "ソックス" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1727357091 {#11079 date: 2024-09-26 22:24:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357091 {#11080 date: 2024-09-26 22:24:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11082 …} -Children: Doctrine\ORM\PersistentCollection {#11085 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11635 +label: " バッグ" +value: "31" +data: Eccube\Entity\Category {#11088 -id: 31 -name: "バッグ" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1727357088 {#11086 date: 2024-09-26 22:24:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357088 {#11087 date: 2024-09-26 22:24:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11089 …} -Children: Doctrine\ORM\PersistentCollection {#11092 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11636 +label: " その他" +value: "30" +data: Eccube\Entity\Category {#11095 -id: 30 -name: "その他" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1727357074 {#11093 date: 2024-09-26 22:24:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357074 {#11094 date: 2024-09-26 22:24:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11096 …} -Children: Doctrine\ORM\PersistentCollection {#11099 …} -Parent: Eccube\Entity\Category {#11032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6793 …} } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11637 +label: "西遠女子学園中学校" +value: "22" +data: Eccube\Entity\Category {#11102 -id: 22 -name: "西遠女子学園中学校" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1727356966 {#11042 date: 2024-09-26 22:22:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#11043 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11103 …} -Children: Doctrine\ORM\PersistentCollection {#11106 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6895 …} } +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11638 +label: " セーラー" +value: "28" +data: Eccube\Entity\Category {#11107 -id: 28 -name: "セーラー" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1727356997 {#11100 date: 2024-09-26 22:23:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356997 {#11101 date: 2024-09-26 22:23:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11108 …} -Children: Doctrine\ORM\PersistentCollection {#11111 …} -Parent: Eccube\Entity\Category {#11102} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6895 …} } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11639 +label: " スカート" +value: "27" +data: Eccube\Entity\Category {#11116 -id: 27 -name: "スカート" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1727356991 {#11114 date: 2024-09-26 22:23:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356991 {#11115 date: 2024-09-26 22:23:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11117 …} -Children: Doctrine\ORM\PersistentCollection {#11120 …} -Parent: Eccube\Entity\Category {#11102} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6895 …} } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11640 +label: " セーター" +value: "26" +data: Eccube\Entity\Category {#11123 -id: 26 -name: "セーター" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1727356988 {#11121 date: 2024-09-26 22:23:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356988 {#11122 date: 2024-09-26 22:23:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11124 …} -Children: Doctrine\ORM\PersistentCollection {#11127 …} -Parent: Eccube\Entity\Category {#11102} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6895 …} } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11641 +label: " ソックス" +value: "25" +data: Eccube\Entity\Category {#11130 -id: 25 -name: "ソックス" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1727356981 {#11128 date: 2024-09-26 22:23:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356981 {#11129 date: 2024-09-26 22:23:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11131 …} -Children: Doctrine\ORM\PersistentCollection {#11134 …} -Parent: Eccube\Entity\Category {#11102} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6895 …} } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11642 +label: " トレーニングウェア" +value: "24" +data: Eccube\Entity\Category {#11137 -id: 24 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1727356978 {#11135 date: 2024-09-26 22:22:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356978 {#11136 date: 2024-09-26 22:22:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11138 …} -Children: Doctrine\ORM\PersistentCollection {#11141 …} -Parent: Eccube\Entity\Category {#11102} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6895 …} } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11643 +label: " コート" +value: "23" +data: Eccube\Entity\Category {#11144 -id: 23 -name: "コート" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1727356972 {#11142 date: 2024-09-26 22:22:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356972 {#11143 date: 2024-09-26 22:22:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11145 …} -Children: Doctrine\ORM\PersistentCollection {#11148 …} -Parent: Eccube\Entity\Category {#11102} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6895 …} } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11644 +label: "西遠女子学園高等学校" +value: "15" +data: Eccube\Entity\Category {#11151 -id: 15 -name: "西遠女子学園高等学校" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1727356865 {#11113 date: 2024-09-26 22:21:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#11112 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11152 …} -Children: Doctrine\ORM\PersistentCollection {#11155 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6785 …} } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11645 +label: " セーラー" +value: "21" +data: Eccube\Entity\Category {#11156 -id: 21 -name: "セーラー" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1727356937 {#11149 date: 2024-09-26 22:22:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356937 {#11150 date: 2024-09-26 22:22:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11157 …} -Children: Doctrine\ORM\PersistentCollection {#11160 …} -Parent: Eccube\Entity\Category {#11151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6785 …} } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11646 +label: " スカート" +value: "20" +data: Eccube\Entity\Category {#11165 -id: 20 -name: "スカート" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1727356935 {#11163 date: 2024-09-26 22:22:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356935 {#11164 date: 2024-09-26 22:22:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11166 …} -Children: Doctrine\ORM\PersistentCollection {#11169 …} -Parent: Eccube\Entity\Category {#11151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6785 …} } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11647 +label: " セーター" +value: "19" +data: Eccube\Entity\Category {#11172 -id: 19 -name: "セーター" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1727356926 {#11170 date: 2024-09-26 22:22:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356926 {#11171 date: 2024-09-26 22:22:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11173 …} -Children: Doctrine\ORM\PersistentCollection {#11176 …} -Parent: Eccube\Entity\Category {#11151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6785 …} } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11648 +label: " ソックス" +value: "18" +data: Eccube\Entity\Category {#11179 -id: 18 -name: "ソックス" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1727356922 {#11177 date: 2024-09-26 22:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356922 {#11178 date: 2024-09-26 22:22:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11180 …} -Children: Doctrine\ORM\PersistentCollection {#11183 …} -Parent: Eccube\Entity\Category {#11151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6785 …} } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11649 +label: " トレーニングウェア" +value: "17" +data: Eccube\Entity\Category {#11186 -id: 17 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1727356917 {#11184 date: 2024-09-26 22:21:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356917 {#11185 date: 2024-09-26 22:21:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11187 …} -Children: Doctrine\ORM\PersistentCollection {#11190 …} -Parent: Eccube\Entity\Category {#11151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6785 …} } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11650 +label: " コート" +value: "16" +data: Eccube\Entity\Category {#11193 -id: 16 -name: "コート" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1727356912 {#11191 date: 2024-09-26 22:21:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356912 {#11192 date: 2024-09-26 22:21:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11194 …} -Children: Doctrine\ORM\PersistentCollection {#11197 …} -Parent: Eccube\Entity\Category {#11151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6785 …} } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11651 +label: "浜松西高等学校・中等部" +value: "7" +data: Eccube\Entity\Category {#11200 -id: 7 -name: "浜松西高等学校・中等部" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1727356715 {#11162 date: 2024-09-26 22:18:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#11161 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11201 …} -Children: Doctrine\ORM\PersistentCollection {#11204 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6751 …} } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11652 +label: " 上衣" +value: "14" +data: Eccube\Entity\Category {#11205 -id: 14 -name: "上衣" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1727356836 {#11198 date: 2024-09-26 22:20:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11199 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11206 …} -Children: Doctrine\ORM\PersistentCollection {#11209 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11653 +label: " シャツ" +value: "13" +data: Eccube\Entity\Category {#11214 -id: 13 -name: "シャツ" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1727356831 {#11212 date: 2024-09-26 22:20:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11213 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11215 …} -Children: Doctrine\ORM\PersistentCollection {#11218 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11654 +label: " セーラー" +value: "12" +data: Eccube\Entity\Category {#11221 -id: 12 -name: "セーラー" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1727356828 {#11219 date: 2024-09-26 22:20:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11220 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11222 …} -Children: Doctrine\ORM\PersistentCollection {#11225 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11655 +label: " スカート" +value: "11" +data: Eccube\Entity\Category {#11228 -id: 11 -name: "スカート" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1727356825 {#11226 date: 2024-09-26 22:20:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11227 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11229 …} -Children: Doctrine\ORM\PersistentCollection {#11232 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11656 +label: " ズボン・スラックス" +value: "10" +data: Eccube\Entity\Category {#11235 -id: 10 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1727356822 {#11233 date: 2024-09-26 22:20:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11234 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11236 …} -Children: Doctrine\ORM\PersistentCollection {#11239 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11657 +label: " セーター・ベスト" +value: "9" +data: Eccube\Entity\Category {#11242 -id: 9 -name: "セーター・ベスト" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1727356811 {#11240 date: 2024-09-26 22:20:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11241 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11243 …} -Children: Doctrine\ORM\PersistentCollection {#11246 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11658 +label: " ソックス" +value: "8" +data: Eccube\Entity\Category {#11249 -id: 8 -name: "ソックス" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1727356797 {#11247 date: 2024-09-26 22:19:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#11248 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11250 …} -Children: Doctrine\ORM\PersistentCollection {#11253 …} -Parent: Eccube\Entity\Category {#11200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6751 …} } +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11659 +label: "磐田南高等学校" +value: "1" +data: Eccube\Entity\Category {#11256 -id: 1 -name: "磐田南高等学校" -hierarchy: 1 -sort_no: 20 -create_date: DateTime @1727356577 {#11210 date: 2024-09-26 22:16:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#11211 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11257 …} -Children: Doctrine\ORM\PersistentCollection {#11260 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6701 …} } +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11660 +label: " 上衣" +value: "6" +data: Eccube\Entity\Category {#11261 -id: 6 -name: "上衣" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1727356642 {#11254 date: 2024-09-26 22:17:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356648 {#11255 date: 2024-09-26 22:17:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11262 …} -Children: Doctrine\ORM\PersistentCollection {#11265 …} -Parent: Eccube\Entity\Category {#11256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6701 …} } +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11661 +label: " シャツ" +value: "5" +data: Eccube\Entity\Category {#11270 -id: 5 -name: "シャツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1727356639 {#11268 date: 2024-09-26 22:17:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356639 {#11269 date: 2024-09-26 22:17:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11271 …} -Children: Doctrine\ORM\PersistentCollection {#11274 …} -Parent: Eccube\Entity\Category {#11256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6701 …} } +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11662 +label: " スカート" +value: "4" +data: Eccube\Entity\Category {#11277 -id: 4 -name: "スカート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1727356633 {#11275 date: 2024-09-26 22:17:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356633 {#11276 date: 2024-09-26 22:17:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11278 …} -Children: Doctrine\ORM\PersistentCollection {#11281 …} -Parent: Eccube\Entity\Category {#11256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6701 …} } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11663 +label: " スラックス" +value: "3" +data: Eccube\Entity\Category {#11284 -id: 3 -name: "スラックス" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1727356629 {#11282 date: 2024-09-26 22:17:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356629 {#11283 date: 2024-09-26 22:17:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11285 …} -Children: Doctrine\ORM\PersistentCollection {#11288 …} -Parent: Eccube\Entity\Category {#11256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6701 …} } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11664 +label: " その他" +value: "2" +data: Eccube\Entity\Category {#11291 -id: 2 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1727356613 {#11289 date: 2024-09-26 22:16:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356613 {#11290 date: 2024-09-26 22:16:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11292 …} -Children: Doctrine\ORM\PersistentCollection {#11295 …} -Parent: Eccube\Entity\Category {#11256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6701 …} } +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11665 +label: "磐田南高等学校" +value: "188" +data: Eccube\Entity\Category {#11298 -id: 188 -name: "磐田南高等学校" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1727359960 {#11266 date: 2024-09-26 23:12:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#11267 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11299 …} -Children: Doctrine\ORM\PersistentCollection {#11302 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#9321 …} -School: Customize\Entity\School {#6960 …} } +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11666 +label: " 上衣" +value: "194" +data: Eccube\Entity\Category {#11303 -id: 194 -name: "上衣" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1727360018 {#11296 date: 2024-09-26 23:13:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360018 {#11297 date: 2024-09-26 23:13:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11304 …} -Children: Doctrine\ORM\PersistentCollection {#11307 …} -Parent: Eccube\Entity\Category {#11298} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6960 …} } +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11667 +label: " シャツ" +value: "193" +data: Eccube\Entity\Category {#11312 -id: 193 -name: "シャツ" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1727360007 {#11310 date: 2024-09-26 23:13:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360007 {#11311 date: 2024-09-26 23:13:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11313 …} -Children: Doctrine\ORM\PersistentCollection {#11316 …} -Parent: Eccube\Entity\Category {#11298} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6960 …} } +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11668 +label: " スカート" +value: "192" +data: Eccube\Entity\Category {#11319 -id: 192 -name: "スカート" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1727360005 {#11317 date: 2024-09-26 23:13:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360005 {#11318 date: 2024-09-26 23:13:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11320 …} -Children: Doctrine\ORM\PersistentCollection {#11323 …} -Parent: Eccube\Entity\Category {#11298} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6960 …} } +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11669 +label: " スラックス" +value: "191" +data: Eccube\Entity\Category {#11326 -id: 191 -name: "スラックス" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1727360000 {#11324 date: 2024-09-26 23:13:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360000 {#11325 date: 2024-09-26 23:13:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11327 …} -Children: Doctrine\ORM\PersistentCollection {#11330 …} -Parent: Eccube\Entity\Category {#11298} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6960 …} } +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11670 +label: " ソックス" +value: "190" +data: Eccube\Entity\Category {#11333 -id: 190 -name: "ソックス" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1727359991 {#11331 date: 2024-09-26 23:13:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359991 {#11332 date: 2024-09-26 23:13:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11334 …} -Children: Doctrine\ORM\PersistentCollection {#11337 …} -Parent: Eccube\Entity\Category {#11298} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6960 …} } +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11671 +label: " その他" +value: "189" +data: Eccube\Entity\Category {#11340 -id: 189 -name: "その他" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1727359981 {#11338 date: 2024-09-26 23:13:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359981 {#11339 date: 2024-09-26 23:13:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#11341 …} -Children: Doctrine\ORM\PersistentCollection {#11344 …} -Parent: Eccube\Entity\Category {#11298} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9315 …} -School: Customize\Entity\School {#6960 …} } +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 {#11368 -form: Symfony\Component\Form\Form {#11355 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#11367 …5} |
full_name | "category_id" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_id" |
is_selected | Closure($choice, $value) {#11374 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6269 …} } |
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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#8884 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6051 …} } |
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() {#11308 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#8883 …} } } |
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 {#11672 -form: Symfony\Component\Form\Form {#11358 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11373 …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 | "" |