- 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) {#6102 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6043 …} } |
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() {#6104 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6085 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6103 …} } } |
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 {#6484 -form: Symfony\Component\Form\Form {#6327 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6483 …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) {#6128 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6043 …} } |
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 {#6125 +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 {#6126 +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 {#6119 +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 {#6124 +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() {#6130 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6085 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6129 …} } } |
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 {#6488 -form: Symfony\Component\Form\Form {#6352 …} -errors: [] } |
firstname_name | "name02" |
form | Symfony\Component\Form\FormView {#6487 …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 {#6137 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6119 +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 {#6124 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6137 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6119 +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 {#6124 +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 {#6137 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6119 +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 {#6124 +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) {#6331 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6043 …} } |
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() {#6333 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6085 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6332 …} } } |
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 {#6520 -form: Symfony\Component\Form\Form {#6355 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6519 …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 {#6138 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6125 +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 {#6126 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6138 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6125 +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 {#6126 +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 {#6138 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6125 +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 {#6126 +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) {#6342 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6043 …} } |
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() {#6344 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6085 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6343 …} } } |
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 {#6521 -form: Symfony\Component\Form\Form {#6358 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6522 …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) {#6148 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6043 …} } |
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 {#6145 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6146 +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 {#6143 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6144 +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() {#6150 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6085 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6149 …} } } |
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 {#6517 -form: Symfony\Component\Form\Form {#6383 …} -errors: [] } |
firstname_name | "kana02" |
form | Symfony\Component\Form\FormView {#6518 …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 {#6143 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6144 +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 {#6143 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6144 +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 {#6143 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6144 +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) {#6362 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6043 …} } |
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() {#6364 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6085 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6363 …} } } |
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 {#6526 -form: Symfony\Component\Form\Form {#6386 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6525 …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 {#6145 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6146 +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 {#6145 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6146 +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 {#6145 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6146 +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) {#6373 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6043 …} } |
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() {#6375 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6085 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6374 …} } } |
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 {#6527 -form: Symfony\Component\Form\Form {#6389 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6528 …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 {#6182 +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 {#6183 +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) {#6179 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6043 …} } |
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() {#6181 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6085 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6180 …} } } |
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 {#6524 -form: Symfony\Component\Form\Form {#6392 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6523 …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 {#6197 +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 {#6198 +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) {#6200 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6043 …} } |
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() {#6202 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6085 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6201 …} } } |
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 {#6530 -form: Symfony\Component\Form\Form {#6451 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6529 …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 {#6283 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#6431 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#6414 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#6413 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#6415 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6419 -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 {#6419 -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 {#6408 -_em: Doctrine\ORM\EntityManager {#765 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#6410 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#6411 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#6412 #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 {#6409 …} -_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() {#6406 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6085 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6403 …} } } |
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 {#6535 +label: "北海道" +value: "1" +data: Eccube\Entity\Master\Pref {#6552 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6537 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#6553 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6539 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#6554 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6542 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#6555 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6541 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#6556 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6536 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#6557 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6548 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#6558 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6546 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#6559 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6545 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#6560 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6538 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#6561 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6549 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#6562 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6598 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#6563 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6599 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#6564 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6600 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#6565 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6601 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#6566 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6602 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#6567 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6603 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#6568 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6604 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#6569 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6605 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#6570 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6606 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#6571 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6607 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#6572 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6608 +label: "静岡県" +value: "22" +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#4631 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6609 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#6573 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6610 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#6574 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6611 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#6575 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6612 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#6576 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6613 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#6577 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6614 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#6578 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6615 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#6579 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6616 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#6580 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6617 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#6581 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6618 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#6582 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6619 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#6583 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6620 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#6584 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6621 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#6585 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6622 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#6586 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6623 +label: "香川県" +value: "37" +data: Eccube\Entity\Master\Pref {#6587 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6624 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#6588 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6625 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#6589 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6626 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#6590 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6627 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#6591 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6628 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#6592 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6629 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#6593 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6630 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#6594 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6631 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#6595 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6632 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#6596 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6633 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#6597 …} +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 {#6534 -form: Symfony\Component\Form\Form {#6454 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#6533 …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) {#6635 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6261 …} } |
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 {#6197 +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 {#6197 +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 {#6197 +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) {#6424 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6043 …} } |
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() {#6432 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6085 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6423 …} } } |
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 {#6636 -form: Symfony\Component\Form\Form {#6457 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6637 …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 {#6198 +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 {#6198 +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 {#6198 +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) {#6441 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6043 …} } |
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() {#6443 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6085 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6442 …} } } |
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 {#6638 -form: Symfony\Component\Form\Form {#6460 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6639 …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 {#6218 +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 {#6219 +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) {#6215 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6043 …} } |
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() {#6217 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6085 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6216 …} } } |
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 {#6531 -form: Symfony\Component\Form\Form {#6463 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6532 …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) {#6235 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6043 …} } |
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() {#6237 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6085 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6234 …} } } |
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 {#6641 -form: Symfony\Component\Form\Form {#6466 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6640 …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 {#6111 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6111 +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 {#6111 +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) {#6250 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6043 …} } |
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() {#6247 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6085 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6246 …} } } |
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 {#6642 -form: Symfony\Component\Form\Form {#6469 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6643 …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 {#6294 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#6287 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#6295 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#6296 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6288 -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 {#6288 -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() {#6286 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6085 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6284 …} } } |
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 {#6648 +label: "静岡県立磐田南高等学校(在校生)" +value: "1" +data: Customize\Entity\School {#6693 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6656 +label: "浜松西高等学校・中等部(在校生)" +value: "2" +data: Customize\Entity\School {#6743 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6650 +label: "静岡県西遠女子学園高等学校(在校生)" +value: "3" +data: Customize\Entity\School {#6777 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6665 +label: "浜松聖星高等学校(在校生)" +value: "4" +data: Customize\Entity\School {#6785 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6649 +label: "磐田東中学校(在校生)" +value: "5" +data: Customize\Entity\School {#6793 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6663 +label: "磐田東高等学校(在校生)" +value: "6" +data: Customize\Entity\School {#6801 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6655 +label: "磐田市立第一中学校(在校生)" +value: "7" +data: Customize\Entity\School {#6809 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6659 +label: "磐田市立神明中学校(在校生)" +value: "8" +data: Customize\Entity\School {#6817 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6651 +label: "磐田市立南部中学校(在校生)" +value: "9" +data: Customize\Entity\School {#6825 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6662 +label: "磐田市立城山中学校(在校生)" +value: "10" +data: Customize\Entity\School {#6833 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7072 +label: "浜松市立浜名中学校(在校生)" +value: "11" +data: Customize\Entity\School {#6841 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7073 +label: "掛川西高等学校(在校生)" +value: "12" +data: Customize\Entity\School {#6851 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7074 +label: "浜松南高等学校(在校生)" +value: "13" +data: Customize\Entity\School {#6861 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7075 +label: "浜松商業高等学校(在校生)" +value: "14" +data: Customize\Entity\School {#6871 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7076 +label: "磐田市立向陽中学校(在校生)" +value: "15" +data: Customize\Entity\School {#6879 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7077 +label: "静岡県西遠女子学園中学校(在校生)" +value: "16" +data: Customize\Entity\School {#6887 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7078 +label: "浜松市立篠原中学校(在校生)" +value: "17" +data: Customize\Entity\School {#6895 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7079 +label: "浜松開誠館高等学校(在校生)" +value: "18" +data: Customize\Entity\School {#6903 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7080 +label: "浜松開誠館中学校(在校生)" +value: "19" +data: Customize\Entity\School {#6911 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7081 +label: "浜松学院中学校・高等学校(在校生)" +value: "20" +data: Customize\Entity\School {#6919 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7082 +label: "浜松湖北高等学校(在校生)" +value: "21" +data: Customize\Entity\School {#6927 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7083 +label: "磐田北高等学校(在校生)" +value: "22" +data: Customize\Entity\School {#6935 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7084 +label: "浜松工業高等学校(在校生)" +value: "23" +data: Customize\Entity\School {#6943 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7085 +label: "静岡県立磐田南高等学校(新入生)" +value: "24" +data: Customize\Entity\School {#6952 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7086 +label: "掛川西高等学校(新入生)" +value: "25" +data: Customize\Entity\School {#6961 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7087 +label: "浜松南高等学校(新入生)" +value: "26" +data: Customize\Entity\School {#6970 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7088 +label: "浜松商業高等学校(新入生)" +value: "27" +data: Customize\Entity\School {#6979 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7089 +label: "浜松湖北高等学校(新入生)" +value: "28" +data: Customize\Entity\School {#6988 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7090 +label: "磐田北高等学校(新入生)" +value: "29" +data: Customize\Entity\School {#6997 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7091 +label: "浜松工業高等学校(新入生)" +value: "30" +data: Customize\Entity\School {#7006 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7092 +label: "磐田市立第一中学校(新入生)" +value: "31" +data: Customize\Entity\School {#7015 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7093 +label: "磐田市立神明中学校(新入生)" +value: "32" +data: Customize\Entity\School {#7024 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7094 +label: "磐田市立南部中学校(新入生)" +value: "33" +data: Customize\Entity\School {#7033 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7095 +label: "磐田市立城山中学校(新入生)" +value: "34" +data: Customize\Entity\School {#7042 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7096 +label: "磐田市立向陽中学校(新入生)" +value: "35" +data: Customize\Entity\School {#7051 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7097 +label: "浜松市立浜名中学校(新入生)" +value: "36" +data: Customize\Entity\School {#7060 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7098 +label: "浜松市立篠原中学校(新入生)" +value: "37" +data: Customize\Entity\School {#7069 …} +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 {#6644 -form: Symfony\Component\Form\Form {#6472 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#6645 …5} |
full_name | "contact[school]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_school" |
is_selected | Closure($choice, $value) {#6647 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6261 …} } |
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) {#6306 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6043 …} } |
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() {#6308 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6085 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6307 …} } } |
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 {#7099 -form: Symfony\Component\Form\Form {#6475 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6646 …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) {#6317 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6043 …} } |
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() {#6319 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6085 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#6318 …} } } |
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 {#7100 -form: Symfony\Component\Form\Form {#6478 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7101 …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 | "e35239d7107f1fc027dc40af2f9868.Pca6H-Y4yCq7DOOydOEO1CsXOM3WHu8iv6Im8gsQcZU.cpOKWa8IoV_JbozKOIx0k3NbSqmCapcR8o8Sq3xCPNZqjYsttFWDWNh_qg" |
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 | "e35239d7107f1fc027dc40af2f9868.Pca6H-Y4yCq7DOOydOEO1CsXOM3WHu8iv6Im8gsQcZU.cpOKWa8IoV_JbozKOIx0k3NbSqmCapcR8o8Sq3xCPNZqjYsttFWDWNh_qg" |
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 | "e35239d7107f1fc027dc40af2f9868.Pca6H-Y4yCq7DOOydOEO1CsXOM3WHu8iv6Im8gsQcZU.cpOKWa8IoV_JbozKOIx0k3NbSqmCapcR8o8Sq3xCPNZqjYsttFWDWNh_qg" |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#7106 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6043 …} } |
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() {#7108 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6085 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#7105 …} } } |
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 | "e35239d7107f1fc027dc40af2f9868.Pca6H-Y4yCq7DOOydOEO1CsXOM3WHu8iv6Im8gsQcZU.cpOKWa8IoV_JbozKOIx0k3NbSqmCapcR8o8Sq3xCPNZqjYsttFWDWNh_qg" |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#7120 -form: Symfony\Component\Form\Form {#7115 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7109 …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 | "e35239d7107f1fc027dc40af2f9868.Pca6H-Y4yCq7DOOydOEO1CsXOM3WHu8iv6Im8gsQcZU.cpOKWa8IoV_JbozKOIx0k3NbSqmCapcR8o8Sq3xCPNZqjYsttFWDWNh_qg" |
(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) {#7400 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6043 …} } |
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() {#7398 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6085 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#7399 …} } } |
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 {#9813 -form: Symfony\Component\Form\Form {#9802 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9814 …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 {#7485 -id: 182 -name: "浜松工業高等学校" -hierarchy: 1 -sort_no: 296 -create_date: DateTime @1727359862 {#7517 date: 2024-09-26 23:11:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7515 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7528 …} -Children: Doctrine\ORM\PersistentCollection {#7769 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#7768 -id: 186 -name: "上衣" -hierarchy: 2 -sort_no: 228 -create_date: DateTime @1727359888 {#7513 date: 2024-09-26 23:11:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#7511 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7767 …} -Children: Doctrine\ORM\PersistentCollection {#7763 …} -Parent: Eccube\Entity\Category {#7485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#7758 -id: 185 -name: "ブラウス" -hierarchy: 2 -sort_no: 227 -create_date: DateTime @1727359881 {#7760 date: 2024-09-26 23:11:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#7759 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7757 …} -Children: Doctrine\ORM\PersistentCollection {#7754 …} -Parent: Eccube\Entity\Category {#7485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#7751 -id: 184 -name: "スカート" -hierarchy: 2 -sort_no: 226 -create_date: DateTime @1727359876 {#7753 date: 2024-09-26 23:11:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#7752 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7750 …} -Children: Doctrine\ORM\PersistentCollection {#7747 …} -Parent: Eccube\Entity\Category {#7485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#7744 -id: 187 -name: "ネクタイ" -hierarchy: 2 -sort_no: 225 -create_date: DateTime @1727359899 {#7746 date: 2024-09-26 23:11:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#7745 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7743 …} -Children: Doctrine\ORM\PersistentCollection {#7740 …} -Parent: Eccube\Entity\Category {#7485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#7507 -id: 183 -name: "ニット" -hierarchy: 2 -sort_no: 224 -create_date: DateTime @1727359868 {#7506 date: 2024-09-26 23:11:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#7512 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7508 …} -Children: Doctrine\ORM\PersistentCollection {#7729 …} -Parent: Eccube\Entity\Category {#7485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#7732 -id: 225 -name: "浜松工業高等学校" -hierarchy: 1 -sort_no: 290 -create_date: DateTime @1727360786 {#7762 date: 2024-09-26 23:26:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7761 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7733 …} -Children: Doctrine\ORM\PersistentCollection {#7736 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7006 …} } Eccube\Entity\Category {#7737 -id: 230 -name: "上衣" -hierarchy: 2 -sort_no: 266 -create_date: DateTime @1727360815 {#7730 date: 2024-09-26 23:26:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360815 {#7731 date: 2024-09-26 23:26:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7738 …} -Children: Doctrine\ORM\PersistentCollection {#7774 …} -Parent: Eccube\Entity\Category {#7732} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7006 …} } Eccube\Entity\Category {#7780 -id: 229 -name: "ブラウス" -hierarchy: 2 -sort_no: 265 -create_date: DateTime @1727360810 {#7778 date: 2024-09-26 23:26:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360810 {#7779 date: 2024-09-26 23:26:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7781 …} -Children: Doctrine\ORM\PersistentCollection {#7784 …} -Parent: Eccube\Entity\Category {#7732} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7006 …} } Eccube\Entity\Category {#7787 -id: 228 -name: "スカート" -hierarchy: 2 -sort_no: 264 -create_date: DateTime @1727360808 {#7785 date: 2024-09-26 23:26:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360808 {#7786 date: 2024-09-26 23:26:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7788 …} -Children: Doctrine\ORM\PersistentCollection {#7791 …} -Parent: Eccube\Entity\Category {#7732} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7006 …} } Eccube\Entity\Category {#7794 -id: 227 -name: "ネクタイ" -hierarchy: 2 -sort_no: 263 -create_date: DateTime @1727360804 {#7792 date: 2024-09-26 23:26:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360804 {#7793 date: 2024-09-26 23:26:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7795 …} -Children: Doctrine\ORM\PersistentCollection {#7798 …} -Parent: Eccube\Entity\Category {#7732} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7006 …} } Eccube\Entity\Category {#7801 -id: 226 -name: "ニット" -hierarchy: 2 -sort_no: 262 -create_date: DateTime @1727360794 {#7799 date: 2024-09-26 23:26:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360794 {#7800 date: 2024-09-26 23:26:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7802 …} -Children: Doctrine\ORM\PersistentCollection {#7805 …} -Parent: Eccube\Entity\Category {#7732} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7006 …} } Eccube\Entity\Category {#7808 -id: 175 -name: "磐田北高等学校" -hierarchy: 1 -sort_no: 289 -create_date: DateTime @1727359766 {#7775 date: 2024-09-26 23:09:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7777 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7809 …} -Children: Doctrine\ORM\PersistentCollection {#7812 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#7813 -id: 181 -name: "上衣" -hierarchy: 2 -sort_no: 222 -create_date: DateTime @1727359792 {#7806 date: 2024-09-26 23:09:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359792 {#7807 date: 2024-09-26 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7814 …} -Children: Doctrine\ORM\PersistentCollection {#7817 …} -Parent: Eccube\Entity\Category {#7808} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#7822 -id: 180 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 221 -create_date: DateTime @1727359786 {#7820 date: 2024-09-26 23:09:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359786 {#7821 date: 2024-09-26 23:09:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7823 …} -Children: Doctrine\ORM\PersistentCollection {#7826 …} -Parent: Eccube\Entity\Category {#7808} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#7829 -id: 179 -name: "スラックス" -hierarchy: 2 -sort_no: 220 -create_date: DateTime @1727359782 {#7827 date: 2024-09-26 23:09:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359782 {#7828 date: 2024-09-26 23:09:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7830 …} -Children: Doctrine\ORM\PersistentCollection {#7833 …} -Parent: Eccube\Entity\Category {#7808} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#7836 -id: 178 -name: "スカート" -hierarchy: 2 -sort_no: 219 -create_date: DateTime @1727359778 {#7834 date: 2024-09-26 23:09:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359778 {#7835 date: 2024-09-26 23:09:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7837 …} -Children: Doctrine\ORM\PersistentCollection {#7840 …} -Parent: Eccube\Entity\Category {#7808} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#7843 -id: 177 -name: "ネクタイ" -hierarchy: 2 -sort_no: 218 -create_date: DateTime @1727359776 {#7841 date: 2024-09-26 23:09:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359776 {#7842 date: 2024-09-26 23:09:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7844 …} -Children: Doctrine\ORM\PersistentCollection {#7847 …} -Parent: Eccube\Entity\Category {#7808} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#7850 -id: 176 -name: "ソックス" -hierarchy: 2 -sort_no: 217 -create_date: DateTime @1727359773 {#7848 date: 2024-09-26 23:09:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359773 {#7849 date: 2024-09-26 23:09:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7851 …} -Children: Doctrine\ORM\PersistentCollection {#7854 …} -Parent: Eccube\Entity\Category {#7808} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#7857 -id: 218 -name: "磐田北高等学校" -hierarchy: 1 -sort_no: 288 -create_date: DateTime @1727360732 {#7819 date: 2024-09-26 23:25:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7818 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7858 …} -Children: Doctrine\ORM\PersistentCollection {#7861 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6997 …} } Eccube\Entity\Category {#7862 -id: 224 -name: "上衣" -hierarchy: 2 -sort_no: 261 -create_date: DateTime @1727360755 {#7855 date: 2024-09-26 23:25:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360755 {#7856 date: 2024-09-26 23:25:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7863 …} -Children: Doctrine\ORM\PersistentCollection {#7866 …} -Parent: Eccube\Entity\Category {#7857} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6997 …} } Eccube\Entity\Category {#7871 -id: 223 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 260 -create_date: DateTime @1727360750 {#7869 date: 2024-09-26 23:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360750 {#7870 date: 2024-09-26 23:25:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7872 …} -Children: Doctrine\ORM\PersistentCollection {#7875 …} -Parent: Eccube\Entity\Category {#7857} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6997 …} } Eccube\Entity\Category {#7878 -id: 222 -name: "スラックス" -hierarchy: 2 -sort_no: 259 -create_date: DateTime @1727360744 {#7876 date: 2024-09-26 23:25:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360744 {#7877 date: 2024-09-26 23:25:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7879 …} -Children: Doctrine\ORM\PersistentCollection {#7882 …} -Parent: Eccube\Entity\Category {#7857} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6997 …} } Eccube\Entity\Category {#7885 -id: 221 -name: "スカート" -hierarchy: 2 -sort_no: 258 -create_date: DateTime @1727360742 {#7883 date: 2024-09-26 23:25:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360742 {#7884 date: 2024-09-26 23:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7886 …} -Children: Doctrine\ORM\PersistentCollection {#7889 …} -Parent: Eccube\Entity\Category {#7857} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6997 …} } Eccube\Entity\Category {#7892 -id: 220 -name: "ネクタイ" -hierarchy: 2 -sort_no: 257 -create_date: DateTime @1727360739 {#7890 date: 2024-09-26 23:25:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360739 {#7891 date: 2024-09-26 23:25:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7893 …} -Children: Doctrine\ORM\PersistentCollection {#7896 …} -Parent: Eccube\Entity\Category {#7857} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6997 …} } Eccube\Entity\Category {#7899 -id: 219 -name: "ソックス" -hierarchy: 2 -sort_no: 256 -create_date: DateTime @1727360737 {#7897 date: 2024-09-26 23:25:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360737 {#7898 date: 2024-09-26 23:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7900 …} -Children: Doctrine\ORM\PersistentCollection {#7903 …} -Parent: Eccube\Entity\Category {#7857} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6997 …} } Eccube\Entity\Category {#7906 -id: 168 -name: "浜松湖北高等学校" -hierarchy: 1 -sort_no: 287 -create_date: DateTime @1727359685 {#7868 date: 2024-09-26 23:08:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7867 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7907 …} -Children: Doctrine\ORM\PersistentCollection {#7910 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#7911 -id: 174 -name: "ブレザー" -hierarchy: 2 -sort_no: 215 -create_date: DateTime @1727359726 {#7904 date: 2024-09-26 23:08:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359726 {#7905 date: 2024-09-26 23:08:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7912 …} -Children: Doctrine\ORM\PersistentCollection {#7915 …} -Parent: Eccube\Entity\Category {#7906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#7920 -id: 173 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 214 -create_date: DateTime @1727359718 {#7918 date: 2024-09-26 23:08:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359718 {#7919 date: 2024-09-26 23:08:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7921 …} -Children: Doctrine\ORM\PersistentCollection {#7924 …} -Parent: Eccube\Entity\Category {#7906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#7927 -id: 172 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 213 -create_date: DateTime @1727359713 {#7925 date: 2024-09-26 23:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359713 {#7926 date: 2024-09-26 23:08:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7928 …} -Children: Doctrine\ORM\PersistentCollection {#7931 …} -Parent: Eccube\Entity\Category {#7906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#7934 -id: 171 -name: "スカート" -hierarchy: 2 -sort_no: 212 -create_date: DateTime @1727359701 {#7932 date: 2024-09-26 23:08:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359701 {#7933 date: 2024-09-26 23:08:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7935 …} -Children: Doctrine\ORM\PersistentCollection {#7938 …} -Parent: Eccube\Entity\Category {#7906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#7941 -id: 170 -name: "ネクタイ" -hierarchy: 2 -sort_no: 211 -create_date: DateTime @1727359697 {#7939 date: 2024-09-26 23:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359697 {#7940 date: 2024-09-26 23:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7942 …} -Children: Doctrine\ORM\PersistentCollection {#7945 …} -Parent: Eccube\Entity\Category {#7906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#7948 -id: 169 -name: "セーター" -hierarchy: 2 -sort_no: 210 -create_date: DateTime @1727359690 {#7946 date: 2024-09-26 23:08:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359694 {#7947 date: 2024-09-26 23:08:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7949 …} -Children: Doctrine\ORM\PersistentCollection {#7952 …} -Parent: Eccube\Entity\Category {#7906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#7955 -id: 211 -name: "浜松湖北高等学校" -hierarchy: 1 -sort_no: 286 -create_date: DateTime @1727360664 {#7917 date: 2024-09-26 23:24:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7916 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7956 …} -Children: Doctrine\ORM\PersistentCollection {#7959 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6988 …} } Eccube\Entity\Category {#7960 -id: 217 -name: "ブレザー" -hierarchy: 2 -sort_no: 236 -create_date: DateTime @1727360698 {#7953 date: 2024-09-26 23:24:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360698 {#7954 date: 2024-09-26 23:24:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7961 …} -Children: Doctrine\ORM\PersistentCollection {#7964 …} -Parent: Eccube\Entity\Category {#7955} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6988 …} } Eccube\Entity\Category {#7969 -id: 216 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 235 -create_date: DateTime @1727360692 {#7967 date: 2024-09-26 23:24:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360692 {#7968 date: 2024-09-26 23:24:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7970 …} -Children: Doctrine\ORM\PersistentCollection {#7973 …} -Parent: Eccube\Entity\Category {#7955} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6988 …} } Eccube\Entity\Category {#7976 -id: 215 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 234 -create_date: DateTime @1727360684 {#7974 date: 2024-09-26 23:24:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360684 {#7975 date: 2024-09-26 23:24:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7977 …} -Children: Doctrine\ORM\PersistentCollection {#7980 …} -Parent: Eccube\Entity\Category {#7955} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6988 …} } Eccube\Entity\Category {#7983 -id: 214 -name: "スカート" -hierarchy: 2 -sort_no: 233 -create_date: DateTime @1727360678 {#7981 date: 2024-09-26 23:24:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360678 {#7982 date: 2024-09-26 23:24:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7984 …} -Children: Doctrine\ORM\PersistentCollection {#7987 …} -Parent: Eccube\Entity\Category {#7955} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6988 …} } Eccube\Entity\Category {#7990 -id: 213 -name: "ネクタイ" -hierarchy: 2 -sort_no: 232 -create_date: DateTime @1727360676 {#7988 date: 2024-09-26 23:24:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360676 {#7989 date: 2024-09-26 23:24:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7991 …} -Children: Doctrine\ORM\PersistentCollection {#7994 …} -Parent: Eccube\Entity\Category {#7955} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6988 …} } Eccube\Entity\Category {#7997 -id: 212 -name: "セーター" -hierarchy: 2 -sort_no: 231 -create_date: DateTime @1727360671 {#7995 date: 2024-09-26 23:24:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360671 {#7996 date: 2024-09-26 23:24:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7998 …} -Children: Doctrine\ORM\PersistentCollection {#8001 …} -Parent: Eccube\Entity\Category {#7955} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6988 …} } Eccube\Entity\Category {#8004 -id: 163 -name: "浜松学院" -hierarchy: 1 -sort_no: 277 -create_date: DateTime @1727359629 {#7966 date: 2024-09-26 23:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7965 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8005 …} -Children: Doctrine\ORM\PersistentCollection {#8008 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#8009 -id: 167 -name: "ジャケット" -hierarchy: 2 -sort_no: 208 -create_date: DateTime @1727359648 {#8002 date: 2024-09-26 23:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359648 {#8003 date: 2024-09-26 23:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8010 …} -Children: Doctrine\ORM\PersistentCollection {#8013 …} -Parent: Eccube\Entity\Category {#8004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#8018 -id: 166 -name: "シャツ" -hierarchy: 2 -sort_no: 207 -create_date: DateTime @1727359639 {#8016 date: 2024-09-26 23:07:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359639 {#8017 date: 2024-09-26 23:07:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8019 …} -Children: Doctrine\ORM\PersistentCollection {#8022 …} -Parent: Eccube\Entity\Category {#8004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#8025 -id: 165 -name: "スラックス" -hierarchy: 2 -sort_no: 206 -create_date: DateTime @1727359637 {#8023 date: 2024-09-26 23:07:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359637 {#8024 date: 2024-09-26 23:07:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8026 …} -Children: Doctrine\ORM\PersistentCollection {#8029 …} -Parent: Eccube\Entity\Category {#8004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#8032 -id: 164 -name: "ソックス" -hierarchy: 2 -sort_no: 205 -create_date: DateTime @1727359633 {#8030 date: 2024-09-26 23:07:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359633 {#8031 date: 2024-09-26 23:07:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8033 …} -Children: Doctrine\ORM\PersistentCollection {#8036 …} -Parent: Eccube\Entity\Category {#8004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#8039 -id: 152 -name: "開誠館中学校" -hierarchy: 1 -sort_no: 268 -create_date: DateTime @1727359500 {#8015 date: 2024-09-26 23:05:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8014 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8040 …} -Children: Doctrine\ORM\PersistentCollection {#8043 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8044 -id: 162 -name: "上衣" -hierarchy: 2 -sort_no: 203 -create_date: DateTime @1727359564 {#8037 date: 2024-09-26 23:06:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359564 {#8038 date: 2024-09-26 23:06:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8045 …} -Children: Doctrine\ORM\PersistentCollection {#8048 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8053 -id: 161 -name: "シャツ" -hierarchy: 2 -sort_no: 202 -create_date: DateTime @1727359561 {#8051 date: 2024-09-26 23:06:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359561 {#8052 date: 2024-09-26 23:06:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8054 …} -Children: Doctrine\ORM\PersistentCollection {#8057 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8060 -id: 160 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 201 -create_date: DateTime @1727359555 {#8058 date: 2024-09-26 23:05:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359555 {#8059 date: 2024-09-26 23:05:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8061 …} -Children: Doctrine\ORM\PersistentCollection {#8064 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8067 -id: 159 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 200 -create_date: DateTime @1727359548 {#8065 date: 2024-09-26 23:05:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359548 {#8066 date: 2024-09-26 23:05:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8068 …} -Children: Doctrine\ORM\PersistentCollection {#8071 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8074 -id: 158 -name: "セーラー" -hierarchy: 2 -sort_no: 199 -create_date: DateTime @1727359541 {#8072 date: 2024-09-26 23:05:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359541 {#8073 date: 2024-09-26 23:05:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8075 …} -Children: Doctrine\ORM\PersistentCollection {#8078 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8081 -id: 157 -name: "スカート" -hierarchy: 2 -sort_no: 198 -create_date: DateTime @1727359539 {#8079 date: 2024-09-26 23:05:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359539 {#8080 date: 2024-09-26 23:05:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8082 …} -Children: Doctrine\ORM\PersistentCollection {#8085 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8088 -id: 156 -name: "ソックス" -hierarchy: 2 -sort_no: 197 -create_date: DateTime @1727359534 {#8086 date: 2024-09-26 23:05:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359534 {#8087 date: 2024-09-26 23:05:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8089 …} -Children: Doctrine\ORM\PersistentCollection {#8092 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8095 -id: 155 -name: "通学靴" -hierarchy: 2 -sort_no: 196 -create_date: DateTime @1727359530 {#8093 date: 2024-09-26 23:05:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359530 {#8094 date: 2024-09-26 23:05:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8096 …} -Children: Doctrine\ORM\PersistentCollection {#8099 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8102 -id: 154 -name: "雨衣" -hierarchy: 2 -sort_no: 195 -create_date: DateTime @1727359524 {#8100 date: 2024-09-26 23:05:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359524 {#8101 date: 2024-09-26 23:05:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8103 …} -Children: Doctrine\ORM\PersistentCollection {#8106 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8109 -id: 153 -name: "その他" -hierarchy: 2 -sort_no: 194 -create_date: DateTime @1727359518 {#8107 date: 2024-09-26 23:05:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359518 {#8108 date: 2024-09-26 23:05:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8110 …} -Children: Doctrine\ORM\PersistentCollection {#8113 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8116 -id: 141 -name: "開誠館高等学校" -hierarchy: 1 -sort_no: 267 -create_date: DateTime @1727359401 {#8050 date: 2024-09-26 23:03:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8049 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8117 …} -Children: Doctrine\ORM\PersistentCollection {#8120 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8121 -id: 151 -name: "上衣" -hierarchy: 2 -sort_no: 184 -create_date: DateTime @1727359458 {#8114 date: 2024-09-26 23:04:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359458 {#8115 date: 2024-09-26 23:04:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8122 …} -Children: Doctrine\ORM\PersistentCollection {#8125 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8130 -id: 150 -name: "シャツ" -hierarchy: 2 -sort_no: 183 -create_date: DateTime @1727359453 {#8128 date: 2024-09-26 23:04:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359453 {#8129 date: 2024-09-26 23:04:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8131 …} -Children: Doctrine\ORM\PersistentCollection {#8134 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8137 -id: 149 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1727359448 {#8135 date: 2024-09-26 23:04:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359448 {#8136 date: 2024-09-26 23:04:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8138 …} -Children: Doctrine\ORM\PersistentCollection {#8141 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8144 -id: 148 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1727359440 {#8142 date: 2024-09-26 23:04:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359440 {#8143 date: 2024-09-26 23:04:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8145 …} -Children: Doctrine\ORM\PersistentCollection {#8148 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8151 -id: 147 -name: "セーラー" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1727359431 {#8149 date: 2024-09-26 23:03:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359431 {#8150 date: 2024-09-26 23:03:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8152 …} -Children: Doctrine\ORM\PersistentCollection {#8155 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8158 -id: 146 -name: "スカート" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1727359428 {#8156 date: 2024-09-26 23:03:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359428 {#8157 date: 2024-09-26 23:03:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8159 …} -Children: Doctrine\ORM\PersistentCollection {#8162 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8165 -id: 145 -name: "ソックス" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1727359426 {#8163 date: 2024-09-26 23:03:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359426 {#8164 date: 2024-09-26 23:03:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8166 …} -Children: Doctrine\ORM\PersistentCollection {#8169 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8172 -id: 144 -name: "通学靴" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1727359419 {#8170 date: 2024-09-26 23:03:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359419 {#8171 date: 2024-09-26 23:03:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8173 …} -Children: Doctrine\ORM\PersistentCollection {#8176 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8179 -id: 143 -name: "雨衣" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1727359413 {#8177 date: 2024-09-26 23:03:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359413 {#8178 date: 2024-09-26 23:03:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8180 …} -Children: Doctrine\ORM\PersistentCollection {#8183 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8186 -id: 142 -name: "その他" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1727359408 {#8184 date: 2024-09-26 23:03:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359408 {#8185 date: 2024-09-26 23:03:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8187 …} -Children: Doctrine\ORM\PersistentCollection {#8190 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8193 -id: 121 -name: "浜松商業高等学校" -hierarchy: 1 -sort_no: 255 -create_date: DateTime @1727359092 {#8127 date: 2024-09-26 22:58:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8126 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8194 …} -Children: Doctrine\ORM\PersistentCollection {#8197 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6871 …} } Eccube\Entity\Category {#8198 -id: 125 -name: "ジャケット" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1727359108 {#8191 date: 2024-09-26 22:58:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359108 {#8192 date: 2024-09-26 22:58:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8199 …} -Children: Doctrine\ORM\PersistentCollection {#8202 …} -Parent: Eccube\Entity\Category {#8193} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6871 …} } Eccube\Entity\Category {#8207 -id: 124 -name: "ベスト" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1727359105 {#8205 date: 2024-09-26 22:58:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359105 {#8206 date: 2024-09-26 22:58:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8208 …} -Children: Doctrine\ORM\PersistentCollection {#8211 …} -Parent: Eccube\Entity\Category {#8193} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6871 …} } Eccube\Entity\Category {#8214 -id: 123 -name: "スカート" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1727359103 {#8212 date: 2024-09-26 22:58:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359103 {#8213 date: 2024-09-26 22:58:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8215 …} -Children: Doctrine\ORM\PersistentCollection {#8218 …} -Parent: Eccube\Entity\Category {#8193} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6871 …} } Eccube\Entity\Category {#8221 -id: 122 -name: "スラックス" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1727359100 {#8219 date: 2024-09-26 22:58:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359100 {#8220 date: 2024-09-26 22:58:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8222 …} -Children: Doctrine\ORM\PersistentCollection {#8225 …} -Parent: Eccube\Entity\Category {#8193} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6871 …} } Eccube\Entity\Category {#8228 -id: 206 -name: "浜松商業高等学校" -hierarchy: 1 -sort_no: 254 -create_date: DateTime @1727360598 {#8204 date: 2024-09-26 23:23:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8203 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8229 …} -Children: Doctrine\ORM\PersistentCollection {#8232 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6979 …} } Eccube\Entity\Category {#8233 -id: 210 -name: "ジャケット" -hierarchy: 2 -sort_no: 249 -create_date: DateTime @1727360632 {#8226 date: 2024-09-26 23:23:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360632 {#8227 date: 2024-09-26 23:23:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8234 …} -Children: Doctrine\ORM\PersistentCollection {#8237 …} -Parent: Eccube\Entity\Category {#8228} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6979 …} } Eccube\Entity\Category {#8242 -id: 209 -name: "ベスト" -hierarchy: 2 -sort_no: 248 -create_date: DateTime @1727360630 {#8240 date: 2024-09-26 23:23:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360630 {#8241 date: 2024-09-26 23:23:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8243 …} -Children: Doctrine\ORM\PersistentCollection {#8246 …} -Parent: Eccube\Entity\Category {#8228} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6979 …} } Eccube\Entity\Category {#8249 -id: 208 -name: "スカート" -hierarchy: 2 -sort_no: 247 -create_date: DateTime @1727360627 {#8247 date: 2024-09-26 23:23:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360627 {#8248 date: 2024-09-26 23:23:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8250 …} -Children: Doctrine\ORM\PersistentCollection {#8253 …} -Parent: Eccube\Entity\Category {#8228} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6979 …} } Eccube\Entity\Category {#8256 -id: 207 -name: "スラックス" -hierarchy: 2 -sort_no: 246 -create_date: DateTime @1727360623 {#8254 date: 2024-09-26 23:23:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360623 {#8255 date: 2024-09-26 23:23:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8257 …} -Children: Doctrine\ORM\PersistentCollection {#8260 …} -Parent: Eccube\Entity\Category {#8228} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6979 …} } Eccube\Entity\Category {#8263 -id: 115 -name: "浜松南高等学校" -hierarchy: 1 -sort_no: 253 -create_date: DateTime @1727359000 {#8239 date: 2024-09-26 22:56:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8238 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8264 …} -Children: Doctrine\ORM\PersistentCollection {#8267 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8268 -id: 120 -name: "ジャケット" -hierarchy: 2 -sort_no: 252 -create_date: DateTime @1727359038 {#8261 date: 2024-09-26 22:57:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8262 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8269 …} -Children: Doctrine\ORM\PersistentCollection {#8273 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8278 -id: 119 -name: "ブラウス" -hierarchy: 2 -sort_no: 251 -create_date: DateTime @1727359033 {#8276 date: 2024-09-26 22:57:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8277 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8279 …} -Children: Doctrine\ORM\PersistentCollection {#8282 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8285 -id: 291 -name: "シャツ" -hierarchy: 2 -sort_no: 250 -create_date: DateTime @1732080417 {#8283 date: 2024-11-20 14:26:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8284 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8286 …} -Children: Doctrine\ORM\PersistentCollection {#8289 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8292 -id: 293 -name: "ポロシャツ" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1732080487 {#8290 date: 2024-11-20 14:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8291 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8293 …} -Children: Doctrine\ORM\PersistentCollection {#8296 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8299 -id: 118 -name: "スカート" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1727359031 {#8297 date: 2024-09-26 22:57:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8298 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8300 …} -Children: Doctrine\ORM\PersistentCollection {#8303 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8306 -id: 117 -name: "スラックス" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1727359026 {#8304 date: 2024-09-26 22:57:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8305 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8307 …} -Children: Doctrine\ORM\PersistentCollection {#8310 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8313 -id: 294 -name: "ニット" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1732080498 {#8311 date: 2024-11-20 14:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8312 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8314 …} -Children: Doctrine\ORM\PersistentCollection {#8317 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8320 -id: 116 -name: "ネクタイ・リボン" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1727359023 {#8318 date: 2024-09-26 22:57:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8319 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8321 …} -Children: Doctrine\ORM\PersistentCollection {#8324 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8327 -id: 200 -name: "浜松南高等学校" -hierarchy: 1 -sort_no: 240 -create_date: DateTime @1727360514 {#8275 date: 2024-09-26 23:21:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8274 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8328 …} -Children: Doctrine\ORM\PersistentCollection {#8331 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8332 -id: 205 -name: "ジャケット" -hierarchy: 2 -sort_no: 245 -create_date: DateTime @1727360534 {#8325 date: 2024-09-26 23:22:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8326 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8333 …} -Children: Doctrine\ORM\PersistentCollection {#8336 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8341 -id: 204 -name: "ブラウス" -hierarchy: 2 -sort_no: 244 -create_date: DateTime @1727360532 {#8339 date: 2024-09-26 23:22:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8340 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8342 …} -Children: Doctrine\ORM\PersistentCollection {#8345 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8348 -id: 295 -name: "シャツ" -hierarchy: 2 -sort_no: 243 -create_date: DateTime @1732080513 {#8346 date: 2024-11-20 14:28:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8347 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8349 …} -Children: Doctrine\ORM\PersistentCollection {#8352 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8355 -id: 296 -name: "ポロシャツ" -hierarchy: 2 -sort_no: 242 -create_date: DateTime @1732080521 {#8353 date: 2024-11-20 14:28:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8354 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8356 …} -Children: Doctrine\ORM\PersistentCollection {#8359 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8362 -id: 203 -name: "スカート" -hierarchy: 2 -sort_no: 241 -create_date: DateTime @1727360528 {#8360 date: 2024-09-26 23:22:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8361 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8363 …} -Children: Doctrine\ORM\PersistentCollection {#8366 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8369 -id: 202 -name: "スラックス" -hierarchy: 2 -sort_no: 239 -create_date: DateTime @1727360523 {#8367 date: 2024-09-26 23:22:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8368 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8370 …} -Children: Doctrine\ORM\PersistentCollection {#8373 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8376 -id: 297 -name: "ニット" -hierarchy: 2 -sort_no: 238 -create_date: DateTime @1732080525 {#8374 date: 2024-11-20 14:28:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8375 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8377 …} -Children: Doctrine\ORM\PersistentCollection {#8380 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8383 -id: 201 -name: "ネクタイ・リボン" -hierarchy: 2 -sort_no: 237 -create_date: DateTime @1727360520 {#8381 date: 2024-09-26 23:22:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8382 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8384 …} -Children: Doctrine\ORM\PersistentCollection {#8387 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8390 -id: 110 -name: "掛川西高等学校" -hierarchy: 1 -sort_no: 230 -create_date: DateTime @1727358904 {#8338 date: 2024-09-26 22:55:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8337 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8391 …} -Children: Doctrine\ORM\PersistentCollection {#8394 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6851 …} } Eccube\Entity\Category {#8395 -id: 113 -name: "ジャケット" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1727358918 {#8388 date: 2024-09-26 22:55:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#8389 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8396 …} -Children: Doctrine\ORM\PersistentCollection {#8399 …} -Parent: Eccube\Entity\Category {#8390} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6851 …} } Eccube\Entity\Category {#8404 -id: 112 -name: "シャツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1727358916 {#8402 date: 2024-09-26 22:55:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#8403 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8405 …} -Children: Doctrine\ORM\PersistentCollection {#8408 …} -Parent: Eccube\Entity\Category {#8390} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6851 …} } Eccube\Entity\Category {#8411 -id: 111 -name: "ベスト" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1727358910 {#8409 date: 2024-09-26 22:55:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#8410 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8412 …} -Children: Doctrine\ORM\PersistentCollection {#8415 …} -Parent: Eccube\Entity\Category {#8390} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6851 …} } Eccube\Entity\Category {#8418 -id: 114 -name: "スカート" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1727358946 {#8416 date: 2024-09-26 22:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#8417 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8419 …} -Children: Doctrine\ORM\PersistentCollection {#8422 …} -Parent: Eccube\Entity\Category {#8390} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6851 …} } Eccube\Entity\Category {#8425 -id: 195 -name: "掛川西高等学校" -hierarchy: 1 -sort_no: 229 -create_date: DateTime @1727360083 {#8401 date: 2024-09-26 23:14:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8400 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8426 …} -Children: Doctrine\ORM\PersistentCollection {#8429 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6961 …} } Eccube\Entity\Category {#8430 -id: 199 -name: "ジャケット" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1727360115 {#8423 date: 2024-09-26 23:15:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360115 {#8424 date: 2024-09-26 23:15:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8431 …} -Children: Doctrine\ORM\PersistentCollection {#8434 …} -Parent: Eccube\Entity\Category {#8425} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6961 …} } Eccube\Entity\Category {#8439 -id: 198 -name: "ブラウス" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1727360106 {#8437 date: 2024-09-26 23:15:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360106 {#8438 date: 2024-09-26 23:15:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8440 …} -Children: Doctrine\ORM\PersistentCollection {#8443 …} -Parent: Eccube\Entity\Category {#8425} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6961 …} } Eccube\Entity\Category {#8446 -id: 197 -name: "ベスト" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1727360103 {#8444 date: 2024-09-26 23:15:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360103 {#8445 date: 2024-09-26 23:15:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8447 …} -Children: Doctrine\ORM\PersistentCollection {#8450 …} -Parent: Eccube\Entity\Category {#8425} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6961 …} } Eccube\Entity\Category {#8453 -id: 196 -name: "スカート" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1727360096 {#8451 date: 2024-09-26 23:14:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360096 {#8452 date: 2024-09-26 23:14:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8454 …} -Children: Doctrine\ORM\PersistentCollection {#8457 …} -Parent: Eccube\Entity\Category {#8425} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6961 …} } Eccube\Entity\Category {#8460 -id: 135 -name: "篠原中学校" -hierarchy: 1 -sort_no: 223 -create_date: DateTime @1727359323 {#8436 date: 2024-09-26 23:02:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8435 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8461 …} -Children: Doctrine\ORM\PersistentCollection {#8464 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#8465 -id: 140 -name: "上衣" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1727359356 {#8458 date: 2024-09-26 23:02:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359356 {#8459 date: 2024-09-26 23:02:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8466 …} -Children: Doctrine\ORM\PersistentCollection {#8469 …} -Parent: Eccube\Entity\Category {#8460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#8474 -id: 139 -name: "シャツ" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1727359353 {#8472 date: 2024-09-26 23:02:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359353 {#8473 date: 2024-09-26 23:02:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8475 …} -Children: Doctrine\ORM\PersistentCollection {#8478 …} -Parent: Eccube\Entity\Category {#8460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#8481 -id: 138 -name: "スラックス" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1727359350 {#8479 date: 2024-09-26 23:02:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359350 {#8480 date: 2024-09-26 23:02:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8482 …} -Children: Doctrine\ORM\PersistentCollection {#8485 …} -Parent: Eccube\Entity\Category {#8460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#8488 -id: 137 -name: "スカート" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1727359348 {#8486 date: 2024-09-26 23:02:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359348 {#8487 date: 2024-09-26 23:02:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8489 …} -Children: Doctrine\ORM\PersistentCollection {#8492 …} -Parent: Eccube\Entity\Category {#8460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#8495 -id: 136 -name: "その他" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1727359334 {#8493 date: 2024-09-26 23:02:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359334 {#8494 date: 2024-09-26 23:02:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8496 …} -Children: Doctrine\ORM\PersistentCollection {#8499 …} -Parent: Eccube\Entity\Category {#8460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#8502 -id: 285 -name: "篠原中学校" -hierarchy: 1 -sort_no: 216 -create_date: DateTime @1727361471 {#8470 date: 2024-09-26 23:37:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8471 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8503 …} -Children: Doctrine\ORM\PersistentCollection {#8506 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7069 …} } Eccube\Entity\Category {#8507 -id: 290 -name: "上衣" -hierarchy: 2 -sort_no: 295 -create_date: DateTime @1727361510 {#8500 date: 2024-09-26 23:38:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361510 {#8501 date: 2024-09-26 23:38:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8508 …} -Children: Doctrine\ORM\PersistentCollection {#8511 …} -Parent: Eccube\Entity\Category {#8502} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7069 …} } Eccube\Entity\Category {#8516 -id: 289 -name: "シャツ" -hierarchy: 2 -sort_no: 294 -create_date: DateTime @1727361507 {#8514 date: 2024-09-26 23:38:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361507 {#8515 date: 2024-09-26 23:38:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8517 …} -Children: Doctrine\ORM\PersistentCollection {#8520 …} -Parent: Eccube\Entity\Category {#8502} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7069 …} } Eccube\Entity\Category {#8523 -id: 288 -name: "スラックス" -hierarchy: 2 -sort_no: 293 -create_date: DateTime @1727361504 {#8521 date: 2024-09-26 23:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361504 {#8522 date: 2024-09-26 23:38:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8524 …} -Children: Doctrine\ORM\PersistentCollection {#8527 …} -Parent: Eccube\Entity\Category {#8502} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7069 …} } Eccube\Entity\Category {#8530 -id: 287 -name: "スカート" -hierarchy: 2 -sort_no: 292 -create_date: DateTime @1727361501 {#8528 date: 2024-09-26 23:38:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361501 {#8529 date: 2024-09-26 23:38:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8531 …} -Children: Doctrine\ORM\PersistentCollection {#8534 …} -Parent: Eccube\Entity\Category {#8502} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7069 …} } Eccube\Entity\Category {#8537 -id: 286 -name: "その他" -hierarchy: 2 -sort_no: 291 -create_date: DateTime @1727361498 {#8535 date: 2024-09-26 23:38:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361498 {#8536 date: 2024-09-26 23:38:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8538 …} -Children: Doctrine\ORM\PersistentCollection {#8541 …} -Parent: Eccube\Entity\Category {#8502} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7069 …} } Eccube\Entity\Category {#8544 -id: 126 -name: "向陽中学校" -hierarchy: 1 -sort_no: 209 -create_date: DateTime @1727359145 {#8512 date: 2024-09-26 22:59:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8513 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8545 …} -Children: Doctrine\ORM\PersistentCollection {#8548 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8549 -id: 134 -name: "上衣" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1727359181 {#8542 date: 2024-09-26 22:59:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8543 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8550 …} -Children: Doctrine\ORM\PersistentCollection {#8553 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8558 -id: 131 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1727359169 {#8556 date: 2024-09-26 22:59:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8557 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8559 …} -Children: Doctrine\ORM\PersistentCollection {#8562 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8565 -id: 130 -name: "スラックス" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1727359167 {#8563 date: 2024-09-26 22:59:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8564 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8566 …} -Children: Doctrine\ORM\PersistentCollection {#8569 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8572 -id: 133 -name: "セーラー" -hierarchy: 2 -sort_no: 156 -create_date: DateTime @1727359175 {#8570 date: 2024-09-26 22:59:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8571 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8573 …} -Children: Doctrine\ORM\PersistentCollection {#8576 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8579 -id: 132 -name: "スカート" -hierarchy: 2 -sort_no: 155 -create_date: DateTime @1727359172 {#8577 date: 2024-09-26 22:59:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8578 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8580 …} -Children: Doctrine\ORM\PersistentCollection {#8583 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8586 -id: 129 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 154 -create_date: DateTime @1727359163 {#8584 date: 2024-09-26 22:59:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8585 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8587 …} -Children: Doctrine\ORM\PersistentCollection {#8590 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8593 -id: 128 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 153 -create_date: DateTime @1727359155 {#8591 date: 2024-09-26 22:59:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8592 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8594 …} -Children: Doctrine\ORM\PersistentCollection {#8597 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8600 -id: 127 -name: "その他" -hierarchy: 2 -sort_no: 152 -create_date: DateTime @1727359151 {#8598 date: 2024-09-26 22:59:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8599 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8601 …} -Children: Doctrine\ORM\PersistentCollection {#8604 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8607 -id: 267 -name: "向陽中学校" -hierarchy: 1 -sort_no: 204 -create_date: DateTime @1727361245 {#8555 date: 2024-09-26 23:34:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8554 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8608 …} -Children: Doctrine\ORM\PersistentCollection {#8611 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8612 -id: 275 -name: "上衣" -hierarchy: 2 -sort_no: 192 -create_date: DateTime @1727361296 {#8605 date: 2024-09-26 23:34:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8606 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8613 …} -Children: Doctrine\ORM\PersistentCollection {#8616 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8621 -id: 272 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 191 -create_date: DateTime @1727361289 {#8619 date: 2024-09-26 23:34:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8620 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8622 …} -Children: Doctrine\ORM\PersistentCollection {#8625 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8628 -id: 271 -name: "スラックス" -hierarchy: 2 -sort_no: 190 -create_date: DateTime @1727361286 {#8626 date: 2024-09-26 23:34:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8627 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8629 …} -Children: Doctrine\ORM\PersistentCollection {#8632 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8635 -id: 274 -name: "セーラー" -hierarchy: 2 -sort_no: 189 -create_date: DateTime @1727361294 {#8633 date: 2024-09-26 23:34:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8634 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8636 …} -Children: Doctrine\ORM\PersistentCollection {#8639 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8642 -id: 273 -name: "スカート" -hierarchy: 2 -sort_no: 188 -create_date: DateTime @1727361291 {#8640 date: 2024-09-26 23:34:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8641 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8643 …} -Children: Doctrine\ORM\PersistentCollection {#8646 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8649 -id: 270 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1727361283 {#8647 date: 2024-09-26 23:34:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8648 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8650 …} -Children: Doctrine\ORM\PersistentCollection {#8653 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8656 -id: 269 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1727361276 {#8654 date: 2024-09-26 23:34:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8655 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8657 …} -Children: Doctrine\ORM\PersistentCollection {#8660 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8663 -id: 268 -name: "その他" -hierarchy: 2 -sort_no: 185 -create_date: DateTime @1727361269 {#8661 date: 2024-09-26 23:34:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8662 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8664 …} -Children: Doctrine\ORM\PersistentCollection {#8667 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8670 -id: 101 -name: "浜名中学校" -hierarchy: 1 -sort_no: 193 -create_date: DateTime @1727358107 {#8618 date: 2024-09-26 22:41:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8617 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8671 …} -Children: Doctrine\ORM\PersistentCollection {#8674 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8675 -id: 109 -name: "上衣" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1727358867 {#8668 date: 2024-09-26 22:54:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8669 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8676 …} -Children: Doctrine\ORM\PersistentCollection {#8679 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8684 -id: 106 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1727358848 {#8682 date: 2024-09-26 22:54:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8683 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8685 …} -Children: Doctrine\ORM\PersistentCollection {#8688 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8691 -id: 105 -name: "スラックス" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1727358843 {#8689 date: 2024-09-26 22:54:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8690 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8692 …} -Children: Doctrine\ORM\PersistentCollection {#8695 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8698 -id: 108 -name: "セーラー" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1727358863 {#8696 date: 2024-09-26 22:54:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8697 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8699 …} -Children: Doctrine\ORM\PersistentCollection {#8702 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8705 -id: 107 -name: "スカート" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1727358857 {#8703 date: 2024-09-26 22:54:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8704 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8706 …} -Children: Doctrine\ORM\PersistentCollection {#8709 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8712 -id: 104 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1727358768 {#8710 date: 2024-09-26 22:52:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8711 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8713 …} -Children: Doctrine\ORM\PersistentCollection {#8716 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8719 -id: 103 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1727358442 {#8717 date: 2024-09-26 22:47:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8718 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8720 …} -Children: Doctrine\ORM\PersistentCollection {#8723 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8726 -id: 102 -name: "その他" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1727358434 {#8724 date: 2024-09-26 22:47:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8725 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8727 …} -Children: Doctrine\ORM\PersistentCollection {#8730 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8733 -id: 276 -name: "浜名中学校" -hierarchy: 1 -sort_no: 174 -create_date: DateTime @1727361361 {#8681 date: 2024-09-26 23:36:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8680 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8734 …} -Children: Doctrine\ORM\PersistentCollection {#8737 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8738 -id: 284 -name: "上衣" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1727361409 {#8731 date: 2024-09-26 23:36:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8732 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8739 …} -Children: Doctrine\ORM\PersistentCollection {#8742 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8747 -id: 281 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1727361396 {#8745 date: 2024-09-26 23:36:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8746 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8748 …} -Children: Doctrine\ORM\PersistentCollection {#8751 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8754 -id: 280 -name: "スラックス" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1727361393 {#8752 date: 2024-09-26 23:36:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8753 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8755 …} -Children: Doctrine\ORM\PersistentCollection {#8758 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8761 -id: 283 -name: "セーラー" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1727361403 {#8759 date: 2024-09-26 23:36:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8760 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8762 …} -Children: Doctrine\ORM\PersistentCollection {#8765 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8768 -id: 282 -name: "スカート" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1727361400 {#8766 date: 2024-09-26 23:36:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8767 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8769 …} -Children: Doctrine\ORM\PersistentCollection {#8772 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8775 -id: 279 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1727361390 {#8773 date: 2024-09-26 23:36:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8774 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8776 …} -Children: Doctrine\ORM\PersistentCollection {#8779 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8782 -id: 278 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1727361384 {#8780 date: 2024-09-26 23:36:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8781 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8783 …} -Children: Doctrine\ORM\PersistentCollection {#8786 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8789 -id: 277 -name: "その他" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1727361378 {#8787 date: 2024-09-26 23:36:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8788 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8790 …} -Children: Doctrine\ORM\PersistentCollection {#8793 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8796 -id: 92 -name: "城山中学校" -hierarchy: 1 -sort_no: 160 -create_date: DateTime @1727358012 {#8744 date: 2024-09-26 22:40:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8743 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8797 …} -Children: Doctrine\ORM\PersistentCollection {#8800 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8801 -id: 100 -name: "上衣" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1727358069 {#8794 date: 2024-09-26 22:41:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8795 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8802 …} -Children: Doctrine\ORM\PersistentCollection {#8805 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8810 -id: 97 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1727358060 {#8808 date: 2024-09-26 22:41:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8809 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8811 …} -Children: Doctrine\ORM\PersistentCollection {#8814 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8817 -id: 96 -name: "スラックス" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1727358037 {#8815 date: 2024-09-26 22:40:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8816 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8818 …} -Children: Doctrine\ORM\PersistentCollection {#8821 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8824 -id: 99 -name: "セーラー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1727358066 {#8822 date: 2024-09-26 22:41:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8823 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8825 …} -Children: Doctrine\ORM\PersistentCollection {#8828 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8831 -id: 98 -name: "スカート" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1727358063 {#8829 date: 2024-09-26 22:41:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8830 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8832 …} -Children: Doctrine\ORM\PersistentCollection {#8835 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8838 -id: 95 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1727358035 {#8836 date: 2024-09-26 22:40:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8837 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8839 …} -Children: Doctrine\ORM\PersistentCollection {#8842 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8845 -id: 94 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1727358031 {#8843 date: 2024-09-26 22:40:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8844 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8846 …} -Children: Doctrine\ORM\PersistentCollection {#8849 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8852 -id: 93 -name: "その他" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1727358024 {#8850 date: 2024-09-26 22:40:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8851 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8853 …} -Children: Doctrine\ORM\PersistentCollection {#8856 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8859 -id: 258 -name: "城山中学校" -hierarchy: 1 -sort_no: 151 -create_date: DateTime @1727361071 {#8807 date: 2024-09-26 23:31:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8806 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8860 …} -Children: Doctrine\ORM\PersistentCollection {#8863 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8864 -id: 266 -name: "上衣" -hierarchy: 2 -sort_no: 150 -create_date: DateTime @1727361110 {#8857 date: 2024-09-26 23:31:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8858 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8865 …} -Children: Doctrine\ORM\PersistentCollection {#8868 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8873 -id: 263 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 149 -create_date: DateTime @1727361104 {#8871 date: 2024-09-26 23:31:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8872 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8874 …} -Children: Doctrine\ORM\PersistentCollection {#8877 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8880 -id: 262 -name: "スラックス" -hierarchy: 2 -sort_no: 148 -create_date: DateTime @1727361098 {#8878 date: 2024-09-26 23:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8879 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8881 …} -Children: Doctrine\ORM\PersistentCollection {#8884 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8887 -id: 265 -name: "セーラー" -hierarchy: 2 -sort_no: 147 -create_date: DateTime @1727361108 {#8885 date: 2024-09-26 23:31:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8886 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8888 …} -Children: Doctrine\ORM\PersistentCollection {#8891 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8894 -id: 264 -name: "スカート" -hierarchy: 2 -sort_no: 146 -create_date: DateTime @1727361106 {#8892 date: 2024-09-26 23:31:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8893 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8895 …} -Children: Doctrine\ORM\PersistentCollection {#8898 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8901 -id: 261 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 145 -create_date: DateTime @1727361094 {#8899 date: 2024-09-26 23:31:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8900 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8902 …} -Children: Doctrine\ORM\PersistentCollection {#8905 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8908 -id: 260 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 144 -create_date: DateTime @1727361087 {#8906 date: 2024-09-26 23:31:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8907 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8909 …} -Children: Doctrine\ORM\PersistentCollection {#8912 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8915 -id: 259 -name: "その他" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1727361085 {#8913 date: 2024-09-26 23:31:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8914 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8916 …} -Children: Doctrine\ORM\PersistentCollection {#8919 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8922 -id: 83 -name: "南部中学校" -hierarchy: 1 -sort_no: 138 -create_date: DateTime @1727357914 {#8870 date: 2024-09-26 22:38:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8869 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8923 …} -Children: Doctrine\ORM\PersistentCollection {#8926 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8927 -id: 91 -name: "上衣" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1727357970 {#8920 date: 2024-09-26 22:39:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8921 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8928 …} -Children: Doctrine\ORM\PersistentCollection {#8931 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8936 -id: 88 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1727357956 {#8934 date: 2024-09-26 22:39:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8935 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8937 …} -Children: Doctrine\ORM\PersistentCollection {#8940 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8943 -id: 87 -name: "スラックス" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1727357952 {#8941 date: 2024-09-26 22:39:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8942 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8944 …} -Children: Doctrine\ORM\PersistentCollection {#8947 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8950 -id: 90 -name: "セーラー" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1727357967 {#8948 date: 2024-09-26 22:39:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8949 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8951 …} -Children: Doctrine\ORM\PersistentCollection {#8954 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8957 -id: 89 -name: "スカート" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1727357965 {#8955 date: 2024-09-26 22:39:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8956 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8958 …} -Children: Doctrine\ORM\PersistentCollection {#8961 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8964 -id: 86 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1727357948 {#8962 date: 2024-09-26 22:39:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8963 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8965 …} -Children: Doctrine\ORM\PersistentCollection {#8968 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8971 -id: 85 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1727357938 {#8969 date: 2024-09-26 22:38:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8970 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8972 …} -Children: Doctrine\ORM\PersistentCollection {#8975 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8978 -id: 84 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1727357933 {#8976 date: 2024-09-26 22:38:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8977 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8979 …} -Children: Doctrine\ORM\PersistentCollection {#8982 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8985 -id: 249 -name: "南部中学校" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1727361001 {#8933 date: 2024-09-26 23:30:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8932 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8986 …} -Children: Doctrine\ORM\PersistentCollection {#8989 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#8990 -id: 257 -name: "上衣" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1727361052 {#8983 date: 2024-09-26 23:30:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#8984 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8991 …} -Children: Doctrine\ORM\PersistentCollection {#8994 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#8999 -id: 254 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1727361044 {#8997 date: 2024-09-26 23:30:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#8998 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9000 …} -Children: Doctrine\ORM\PersistentCollection {#9003 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#9006 -id: 253 -name: "スラックス" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1727361040 {#9004 date: 2024-09-26 23:30:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#9005 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9007 …} -Children: Doctrine\ORM\PersistentCollection {#9010 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#9013 -id: 256 -name: "セーラー" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1727361049 {#9011 date: 2024-09-26 23:30:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#9012 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9014 …} -Children: Doctrine\ORM\PersistentCollection {#9017 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#9020 -id: 255 -name: "スカート" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1727361046 {#9018 date: 2024-09-26 23:30:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#9019 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9021 …} -Children: Doctrine\ORM\PersistentCollection {#9024 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#9027 -id: 252 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1727361037 {#9025 date: 2024-09-26 23:30:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#9026 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9028 …} -Children: Doctrine\ORM\PersistentCollection {#9031 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#9034 -id: 251 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1727361031 {#9032 date: 2024-09-26 23:30:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#9033 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9035 …} -Children: Doctrine\ORM\PersistentCollection {#9038 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#9041 -id: 250 -name: "その他" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1727361027 {#9039 date: 2024-09-26 23:30:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#9040 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9042 …} -Children: Doctrine\ORM\PersistentCollection {#9045 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#9048 -id: 74 -name: "神明中学校" -hierarchy: 1 -sort_no: 115 -create_date: DateTime @1727357577 {#8996 date: 2024-09-26 22:32:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8995 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9049 …} -Children: Doctrine\ORM\PersistentCollection {#9052 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9053 -id: 82 -name: "上衣" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1727357622 {#9046 date: 2024-09-26 22:33:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9047 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9054 …} -Children: Doctrine\ORM\PersistentCollection {#9057 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9062 -id: 79 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1727357614 {#9060 date: 2024-09-26 22:33:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9061 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9063 …} -Children: Doctrine\ORM\PersistentCollection {#9066 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9069 -id: 78 -name: "スラックス" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1727357610 {#9067 date: 2024-09-26 22:33:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9068 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9070 …} -Children: Doctrine\ORM\PersistentCollection {#9073 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9076 -id: 81 -name: "セーラー" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1727357619 {#9074 date: 2024-09-26 22:33:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9075 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9077 …} -Children: Doctrine\ORM\PersistentCollection {#9080 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9083 -id: 80 -name: "スカート" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1727357617 {#9081 date: 2024-09-26 22:33:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9082 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9084 …} -Children: Doctrine\ORM\PersistentCollection {#9087 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9090 -id: 77 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1727357599 {#9088 date: 2024-09-26 22:33:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9089 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9091 …} -Children: Doctrine\ORM\PersistentCollection {#9094 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9097 -id: 76 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1727357591 {#9095 date: 2024-09-26 22:33:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9096 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9098 …} -Children: Doctrine\ORM\PersistentCollection {#9101 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9104 -id: 75 -name: "その他" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1727357584 {#9102 date: 2024-09-26 22:33:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9103 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9105 …} -Children: Doctrine\ORM\PersistentCollection {#9108 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9111 -id: 240 -name: "神明中学校" -hierarchy: 1 -sort_no: 106 -create_date: DateTime @1727360936 {#9059 date: 2024-09-26 23:28:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9058 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9112 …} -Children: Doctrine\ORM\PersistentCollection {#9115 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9116 -id: 248 -name: "上衣" -hierarchy: 2 -sort_no: 285 -create_date: DateTime @1727360967 {#9109 date: 2024-09-26 23:29:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9110 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9117 …} -Children: Doctrine\ORM\PersistentCollection {#9120 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9125 -id: 245 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 284 -create_date: DateTime @1727360958 {#9123 date: 2024-09-26 23:29:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9124 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9126 …} -Children: Doctrine\ORM\PersistentCollection {#9129 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9132 -id: 244 -name: "スラックス" -hierarchy: 2 -sort_no: 283 -create_date: DateTime @1727360955 {#9130 date: 2024-09-26 23:29:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9131 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9133 …} -Children: Doctrine\ORM\PersistentCollection {#9136 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9139 -id: 247 -name: "セーラー" -hierarchy: 2 -sort_no: 282 -create_date: DateTime @1727360964 {#9137 date: 2024-09-26 23:29:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9138 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9140 …} -Children: Doctrine\ORM\PersistentCollection {#9143 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9146 -id: 246 -name: "スカート" -hierarchy: 2 -sort_no: 281 -create_date: DateTime @1727360961 {#9144 date: 2024-09-26 23:29:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9145 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9147 …} -Children: Doctrine\ORM\PersistentCollection {#9150 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9153 -id: 243 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 280 -create_date: DateTime @1727360952 {#9151 date: 2024-09-26 23:29:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9152 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9154 …} -Children: Doctrine\ORM\PersistentCollection {#9157 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9160 -id: 242 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 279 -create_date: DateTime @1727360946 {#9158 date: 2024-09-26 23:29:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9159 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9161 …} -Children: Doctrine\ORM\PersistentCollection {#9164 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9167 -id: 241 -name: "その他" -hierarchy: 2 -sort_no: 278 -create_date: DateTime @1727360942 {#9165 date: 2024-09-26 23:29:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9166 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9168 …} -Children: Doctrine\ORM\PersistentCollection {#9171 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9174 -id: 65 -name: "第一中学校" -hierarchy: 1 -sort_no: 97 -create_date: DateTime @1727357466 {#9122 date: 2024-09-26 22:31:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9121 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9175 …} -Children: Doctrine\ORM\PersistentCollection {#9178 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9179 -id: 73 -name: "上衣" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1727357538 {#9172 date: 2024-09-26 22:32:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9173 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9180 …} -Children: Doctrine\ORM\PersistentCollection {#9183 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9188 -id: 70 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1727357525 {#9186 date: 2024-09-26 22:32:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9187 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9189 …} -Children: Doctrine\ORM\PersistentCollection {#9192 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9195 -id: 69 -name: "スラックス" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1727357521 {#9193 date: 2024-09-26 22:32:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9194 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9196 …} -Children: Doctrine\ORM\PersistentCollection {#9199 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9202 -id: 72 -name: "セーラー" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1727357530 {#9200 date: 2024-09-26 22:32:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9201 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9203 …} -Children: Doctrine\ORM\PersistentCollection {#9206 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9209 -id: 71 -name: "スカート" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1727357528 {#9207 date: 2024-09-26 22:32:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9208 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9210 …} -Children: Doctrine\ORM\PersistentCollection {#9213 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9216 -id: 68 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1727357505 {#9214 date: 2024-09-26 22:31:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9215 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9217 …} -Children: Doctrine\ORM\PersistentCollection {#9220 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9223 -id: 67 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1727357494 {#9221 date: 2024-09-26 22:31:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9222 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9224 …} -Children: Doctrine\ORM\PersistentCollection {#9227 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9230 -id: 66 -name: "その他" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1727357484 {#9228 date: 2024-09-26 22:31:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9229 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9231 …} -Children: Doctrine\ORM\PersistentCollection {#9234 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9237 -id: 231 -name: "第一中学校" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1727360851 {#9185 date: 2024-09-26 23:27:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9184 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9238 …} -Children: Doctrine\ORM\PersistentCollection {#9241 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9242 -id: 239 -name: "上衣" -hierarchy: 2 -sort_no: 276 -create_date: DateTime @1727360898 {#9235 date: 2024-09-26 23:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9236 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9243 …} -Children: Doctrine\ORM\PersistentCollection {#9246 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9251 -id: 236 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 275 -create_date: DateTime @1727360887 {#9249 date: 2024-09-26 23:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9250 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9252 …} -Children: Doctrine\ORM\PersistentCollection {#9255 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9258 -id: 235 -name: "スラックス" -hierarchy: 2 -sort_no: 274 -create_date: DateTime @1727360884 {#9256 date: 2024-09-26 23:28:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9257 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9259 …} -Children: Doctrine\ORM\PersistentCollection {#9262 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9265 -id: 238 -name: "セーラー" -hierarchy: 2 -sort_no: 273 -create_date: DateTime @1727360895 {#9263 date: 2024-09-26 23:28:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9264 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9266 …} -Children: Doctrine\ORM\PersistentCollection {#9269 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9272 -id: 237 -name: "スカート" -hierarchy: 2 -sort_no: 272 -create_date: DateTime @1727360892 {#9270 date: 2024-09-26 23:28:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9271 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9273 …} -Children: Doctrine\ORM\PersistentCollection {#9276 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9279 -id: 234 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 271 -create_date: DateTime @1727360881 {#9277 date: 2024-09-26 23:28:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9278 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9280 …} -Children: Doctrine\ORM\PersistentCollection {#9283 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9286 -id: 233 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 270 -create_date: DateTime @1727360874 {#9284 date: 2024-09-26 23:27:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9285 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9287 …} -Children: Doctrine\ORM\PersistentCollection {#9290 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9293 -id: 232 -name: "その他" -hierarchy: 2 -sort_no: 269 -create_date: DateTime @1727360866 {#9291 date: 2024-09-26 23:27:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9292 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9294 …} -Children: Doctrine\ORM\PersistentCollection {#9297 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9300 -id: 42 -name: "磐田東高等学校" -hierarchy: 1 -sort_no: 79 -create_date: DateTime @1727357236 {#9248 date: 2024-09-26 22:27:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9247 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9301 …} -Children: Doctrine\ORM\PersistentCollection {#9304 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9305 -id: 64 -name: "上衣" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1727357423 {#9298 date: 2024-09-26 22:30:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357427 {#9299 date: 2024-09-26 22:30:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9306 …} -Children: Doctrine\ORM\PersistentCollection {#9309 …} -Parent: Eccube\Entity\Category {#9300} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9314 -id: 63 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1727357418 {#9312 date: 2024-09-26 22:30:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357418 {#9313 date: 2024-09-26 22:30:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9315 …} -Children: Doctrine\ORM\PersistentCollection {#9318 …} -Parent: Eccube\Entity\Category {#9300} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9321 -id: 62 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1727357412 {#9319 date: 2024-09-26 22:30:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357412 {#9320 date: 2024-09-26 22:30:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9322 …} -Children: Doctrine\ORM\PersistentCollection {#9325 …} -Parent: Eccube\Entity\Category {#9300} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9328 -id: 61 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1727357404 {#9326 date: 2024-09-26 22:30:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357404 {#9327 date: 2024-09-26 22:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9329 …} -Children: Doctrine\ORM\PersistentCollection {#9332 …} -Parent: Eccube\Entity\Category {#9300} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9335 -id: 60 -name: "ニット" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1727357395 {#9333 date: 2024-09-26 22:29:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357395 {#9334 date: 2024-09-26 22:29:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9336 …} -Children: Doctrine\ORM\PersistentCollection {#9339 …} -Parent: Eccube\Entity\Category {#9300} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9342 -id: 59 -name: "その他" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1727357393 {#9340 date: 2024-09-26 22:29:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357393 {#9341 date: 2024-09-26 22:29:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9343 …} -Children: Doctrine\ORM\PersistentCollection {#9346 …} -Parent: Eccube\Entity\Category {#9300} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9349 -id: 41 -name: "磐田東中学校" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1727357222 {#9311 date: 2024-09-26 22:27:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9310 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9350 …} -Children: Doctrine\ORM\PersistentCollection {#9353 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9354 -id: 52 -name: "上衣" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1727357343 {#9347 date: 2024-09-26 22:29:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357343 {#9348 date: 2024-09-26 22:29:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9355 …} -Children: Doctrine\ORM\PersistentCollection {#9358 …} -Parent: Eccube\Entity\Category {#9349} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9363 -id: 51 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1727357338 {#9361 date: 2024-09-26 22:28:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357338 {#9362 date: 2024-09-26 22:28:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9364 …} -Children: Doctrine\ORM\PersistentCollection {#9367 …} -Parent: Eccube\Entity\Category {#9349} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9370 -id: 50 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1727357327 {#9368 date: 2024-09-26 22:28:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357327 {#9369 date: 2024-09-26 22:28:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9371 …} -Children: Doctrine\ORM\PersistentCollection {#9374 …} -Parent: Eccube\Entity\Category {#9349} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9377 -id: 49 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1727357311 {#9375 date: 2024-09-26 22:28:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357311 {#9376 date: 2024-09-26 22:28:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9378 …} -Children: Doctrine\ORM\PersistentCollection {#9381 …} -Parent: Eccube\Entity\Category {#9349} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9384 -id: 48 -name: "その他" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1727357304 {#9382 date: 2024-09-26 22:28:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357304 {#9383 date: 2024-09-26 22:28:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9385 …} -Children: Doctrine\ORM\PersistentCollection {#9388 …} -Parent: Eccube\Entity\Category {#9349} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9391 -id: 39 -name: "磐田東中学校" -hierarchy: 1 -sort_no: 63 -create_date: DateTime @1727357151 {#9359 date: 2024-09-26 22:25:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9360 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9392 …} -Children: Doctrine\ORM\PersistentCollection {#9395 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9396 -id: 47 -name: "上衣" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1727357287 {#9389 date: 2024-09-26 22:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357287 {#9390 date: 2024-09-26 22:28:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9397 …} -Children: Doctrine\ORM\PersistentCollection {#9400 …} -Parent: Eccube\Entity\Category {#9391} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9405 -id: 46 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1727357276 {#9403 date: 2024-09-26 22:27:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357276 {#9404 date: 2024-09-26 22:27:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9406 …} -Children: Doctrine\ORM\PersistentCollection {#9409 …} -Parent: Eccube\Entity\Category {#9391} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9412 -id: 45 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1727357269 {#9410 date: 2024-09-26 22:27:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357269 {#9411 date: 2024-09-26 22:27:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9413 …} -Children: Doctrine\ORM\PersistentCollection {#9416 …} -Parent: Eccube\Entity\Category {#9391} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9419 -id: 44 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1727357264 {#9417 date: 2024-09-26 22:27:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357264 {#9418 date: 2024-09-26 22:27:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9420 …} -Children: Doctrine\ORM\PersistentCollection {#9423 …} -Parent: Eccube\Entity\Category {#9391} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9426 -id: 43 -name: "その他" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1727357259 {#9424 date: 2024-09-26 22:27:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357259 {#9425 date: 2024-09-26 22:27:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9427 …} -Children: Doctrine\ORM\PersistentCollection {#9430 …} -Parent: Eccube\Entity\Category {#9391} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9433 -id: 40 -name: "磐田東高等学校" -hierarchy: 1 -sort_no: 56 -create_date: DateTime @1727357212 {#9401 date: 2024-09-26 22:26:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9402 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9434 …} -Children: Doctrine\ORM\PersistentCollection {#9437 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9438 -id: 58 -name: "上衣" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1727357386 {#9431 date: 2024-09-26 22:29:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357386 {#9432 date: 2024-09-26 22:29:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9439 …} -Children: Doctrine\ORM\PersistentCollection {#9442 …} -Parent: Eccube\Entity\Category {#9433} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9447 -id: 57 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1727357383 {#9445 date: 2024-09-26 22:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357383 {#9446 date: 2024-09-26 22:29:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9448 …} -Children: Doctrine\ORM\PersistentCollection {#9451 …} -Parent: Eccube\Entity\Category {#9433} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9454 -id: 56 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1727357377 {#9452 date: 2024-09-26 22:29:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357377 {#9453 date: 2024-09-26 22:29:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9455 …} -Children: Doctrine\ORM\PersistentCollection {#9458 …} -Parent: Eccube\Entity\Category {#9433} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9461 -id: 55 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1727357364 {#9459 date: 2024-09-26 22:29:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357364 {#9460 date: 2024-09-26 22:29:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9462 …} -Children: Doctrine\ORM\PersistentCollection {#9465 …} -Parent: Eccube\Entity\Category {#9433} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9468 -id: 54 -name: "ニット" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1727357358 {#9466 date: 2024-09-26 22:29:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357358 {#9467 date: 2024-09-26 22:29:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9469 …} -Children: Doctrine\ORM\PersistentCollection {#9472 …} -Parent: Eccube\Entity\Category {#9433} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9475 -id: 53 -name: "その他" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1727357353 {#9473 date: 2024-09-26 22:29:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357353 {#9474 date: 2024-09-26 22:29:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9476 …} -Children: Doctrine\ORM\PersistentCollection {#9479 …} -Parent: Eccube\Entity\Category {#9433} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9482 -id: 29 -name: "浜松聖星高等学校" -hierarchy: 1 -sort_no: 50 -create_date: DateTime @1727357059 {#9444 date: 2024-09-26 22:24:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9443 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9483 …} -Children: Doctrine\ORM\PersistentCollection {#9486 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9487 -id: 38 -name: "上衣" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1727357125 {#9480 date: 2024-09-26 22:25:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357125 {#9481 date: 2024-09-26 22:25:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9488 …} -Children: Doctrine\ORM\PersistentCollection {#9491 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9496 -id: 37 -name: "スカート" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1727357113 {#9494 date: 2024-09-26 22:25:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357113 {#9495 date: 2024-09-26 22:25:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9497 …} -Children: Doctrine\ORM\PersistentCollection {#9500 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9503 -id: 36 -name: "スラックス" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1727357109 {#9501 date: 2024-09-26 22:25:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357109 {#9502 date: 2024-09-26 22:25:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9504 …} -Children: Doctrine\ORM\PersistentCollection {#9507 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9510 -id: 35 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1727357107 {#9508 date: 2024-09-26 22:25:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357107 {#9509 date: 2024-09-26 22:25:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9511 …} -Children: Doctrine\ORM\PersistentCollection {#9514 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9517 -id: 34 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1727357100 {#9515 date: 2024-09-26 22:25:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357100 {#9516 date: 2024-09-26 22:25:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9518 …} -Children: Doctrine\ORM\PersistentCollection {#9521 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9524 -id: 33 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1727357095 {#9522 date: 2024-09-26 22:24:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357095 {#9523 date: 2024-09-26 22:24:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9525 …} -Children: Doctrine\ORM\PersistentCollection {#9528 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9531 -id: 32 -name: "ソックス" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1727357091 {#9529 date: 2024-09-26 22:24:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357091 {#9530 date: 2024-09-26 22:24:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9532 …} -Children: Doctrine\ORM\PersistentCollection {#9535 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9538 -id: 31 -name: "バッグ" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1727357088 {#9536 date: 2024-09-26 22:24:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357088 {#9537 date: 2024-09-26 22:24:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9539 …} -Children: Doctrine\ORM\PersistentCollection {#9542 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9545 -id: 30 -name: "その他" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1727357074 {#9543 date: 2024-09-26 22:24:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357074 {#9544 date: 2024-09-26 22:24:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9546 …} -Children: Doctrine\ORM\PersistentCollection {#9549 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9552 -id: 22 -name: "西遠女子学園中学校" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1727356966 {#9492 date: 2024-09-26 22:22:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9493 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9553 …} -Children: Doctrine\ORM\PersistentCollection {#9556 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#9557 -id: 28 -name: "セーラー" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1727356997 {#9550 date: 2024-09-26 22:23:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356997 {#9551 date: 2024-09-26 22:23:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9558 …} -Children: Doctrine\ORM\PersistentCollection {#9561 …} -Parent: Eccube\Entity\Category {#9552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#9566 -id: 27 -name: "スカート" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1727356991 {#9564 date: 2024-09-26 22:23:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356991 {#9565 date: 2024-09-26 22:23:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9567 …} -Children: Doctrine\ORM\PersistentCollection {#9570 …} -Parent: Eccube\Entity\Category {#9552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#9573 -id: 26 -name: "セーター" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1727356988 {#9571 date: 2024-09-26 22:23:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356988 {#9572 date: 2024-09-26 22:23:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9574 …} -Children: Doctrine\ORM\PersistentCollection {#9577 …} -Parent: Eccube\Entity\Category {#9552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#9580 -id: 25 -name: "ソックス" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1727356981 {#9578 date: 2024-09-26 22:23:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356981 {#9579 date: 2024-09-26 22:23:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9581 …} -Children: Doctrine\ORM\PersistentCollection {#9584 …} -Parent: Eccube\Entity\Category {#9552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#9587 -id: 24 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1727356978 {#9585 date: 2024-09-26 22:22:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356978 {#9586 date: 2024-09-26 22:22:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9588 …} -Children: Doctrine\ORM\PersistentCollection {#9591 …} -Parent: Eccube\Entity\Category {#9552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#9594 -id: 23 -name: "コート" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1727356972 {#9592 date: 2024-09-26 22:22:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356972 {#9593 date: 2024-09-26 22:22:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9595 …} -Children: Doctrine\ORM\PersistentCollection {#9598 …} -Parent: Eccube\Entity\Category {#9552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#9601 -id: 15 -name: "西遠女子学園高等学校" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1727356865 {#9563 date: 2024-09-26 22:21:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9562 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9602 …} -Children: Doctrine\ORM\PersistentCollection {#9605 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6777 …} } Eccube\Entity\Category {#9606 -id: 21 -name: "セーラー" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1727356937 {#9599 date: 2024-09-26 22:22:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356937 {#9600 date: 2024-09-26 22:22:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9607 …} -Children: Doctrine\ORM\PersistentCollection {#9610 …} -Parent: Eccube\Entity\Category {#9601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6777 …} } Eccube\Entity\Category {#9615 -id: 20 -name: "スカート" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1727356935 {#9613 date: 2024-09-26 22:22:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356935 {#9614 date: 2024-09-26 22:22:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9616 …} -Children: Doctrine\ORM\PersistentCollection {#9619 …} -Parent: Eccube\Entity\Category {#9601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6777 …} } Eccube\Entity\Category {#9622 -id: 19 -name: "セーター" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1727356926 {#9620 date: 2024-09-26 22:22:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356926 {#9621 date: 2024-09-26 22:22:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9623 …} -Children: Doctrine\ORM\PersistentCollection {#9626 …} -Parent: Eccube\Entity\Category {#9601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6777 …} } Eccube\Entity\Category {#9629 -id: 18 -name: "ソックス" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1727356922 {#9627 date: 2024-09-26 22:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356922 {#9628 date: 2024-09-26 22:22:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9630 …} -Children: Doctrine\ORM\PersistentCollection {#9633 …} -Parent: Eccube\Entity\Category {#9601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6777 …} } Eccube\Entity\Category {#9636 -id: 17 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1727356917 {#9634 date: 2024-09-26 22:21:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356917 {#9635 date: 2024-09-26 22:21:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9637 …} -Children: Doctrine\ORM\PersistentCollection {#9640 …} -Parent: Eccube\Entity\Category {#9601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6777 …} } Eccube\Entity\Category {#9643 -id: 16 -name: "コート" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1727356912 {#9641 date: 2024-09-26 22:21:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356912 {#9642 date: 2024-09-26 22:21:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9644 …} -Children: Doctrine\ORM\PersistentCollection {#9647 …} -Parent: Eccube\Entity\Category {#9601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6777 …} } Eccube\Entity\Category {#9650 -id: 7 -name: "浜松西高等学校・中等部" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1727356715 {#9612 date: 2024-09-26 22:18:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9611 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9651 …} -Children: Doctrine\ORM\PersistentCollection {#9654 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6743 …} } Eccube\Entity\Category {#9655 -id: 14 -name: "上衣" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1727356836 {#9648 date: 2024-09-26 22:20:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9649 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9656 …} -Children: Doctrine\ORM\PersistentCollection {#9659 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } Eccube\Entity\Category {#9664 -id: 13 -name: "シャツ" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1727356831 {#9662 date: 2024-09-26 22:20:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9663 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9665 …} -Children: Doctrine\ORM\PersistentCollection {#9668 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } Eccube\Entity\Category {#9671 -id: 12 -name: "セーラー" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1727356828 {#9669 date: 2024-09-26 22:20:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9670 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9672 …} -Children: Doctrine\ORM\PersistentCollection {#9675 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } Eccube\Entity\Category {#9678 -id: 11 -name: "スカート" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1727356825 {#9676 date: 2024-09-26 22:20:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9677 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9679 …} -Children: Doctrine\ORM\PersistentCollection {#9682 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } Eccube\Entity\Category {#9685 -id: 10 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1727356822 {#9683 date: 2024-09-26 22:20:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9684 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9686 …} -Children: Doctrine\ORM\PersistentCollection {#9689 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } Eccube\Entity\Category {#9692 -id: 9 -name: "セーター・ベスト" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1727356811 {#9690 date: 2024-09-26 22:20:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9691 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9693 …} -Children: Doctrine\ORM\PersistentCollection {#9696 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } Eccube\Entity\Category {#9699 -id: 8 -name: "ソックス" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1727356797 {#9697 date: 2024-09-26 22:19:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9698 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9700 …} -Children: Doctrine\ORM\PersistentCollection {#9703 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } Eccube\Entity\Category {#9706 -id: 1 -name: "磐田南高等学校" -hierarchy: 1 -sort_no: 20 -create_date: DateTime @1727356577 {#9660 date: 2024-09-26 22:16:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9661 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9707 …} -Children: Doctrine\ORM\PersistentCollection {#9710 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6693 …} } Eccube\Entity\Category {#9711 -id: 6 -name: "上衣" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1727356642 {#9704 date: 2024-09-26 22:17:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356648 {#9705 date: 2024-09-26 22:17:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9712 …} -Children: Doctrine\ORM\PersistentCollection {#9715 …} -Parent: Eccube\Entity\Category {#9706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6693 …} } Eccube\Entity\Category {#9720 -id: 5 -name: "シャツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1727356639 {#9718 date: 2024-09-26 22:17:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356639 {#9719 date: 2024-09-26 22:17:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9721 …} -Children: Doctrine\ORM\PersistentCollection {#9724 …} -Parent: Eccube\Entity\Category {#9706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6693 …} } Eccube\Entity\Category {#9727 -id: 4 -name: "スカート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1727356633 {#9725 date: 2024-09-26 22:17:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356633 {#9726 date: 2024-09-26 22:17:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9728 …} -Children: Doctrine\ORM\PersistentCollection {#9731 …} -Parent: Eccube\Entity\Category {#9706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6693 …} } Eccube\Entity\Category {#9734 -id: 3 -name: "スラックス" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1727356629 {#9732 date: 2024-09-26 22:17:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356629 {#9733 date: 2024-09-26 22:17:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9735 …} -Children: Doctrine\ORM\PersistentCollection {#9738 …} -Parent: Eccube\Entity\Category {#9706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6693 …} } Eccube\Entity\Category {#9741 -id: 2 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1727356613 {#9739 date: 2024-09-26 22:16:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356613 {#9740 date: 2024-09-26 22:16:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9742 …} -Children: Doctrine\ORM\PersistentCollection {#9745 …} -Parent: Eccube\Entity\Category {#9706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6693 …} } Eccube\Entity\Category {#9748 -id: 188 -name: "磐田南高等学校" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1727359960 {#9716 date: 2024-09-26 23:12:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9717 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9749 …} -Children: Doctrine\ORM\PersistentCollection {#9752 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6952 …} } Eccube\Entity\Category {#9753 -id: 194 -name: "上衣" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1727360018 {#9746 date: 2024-09-26 23:13:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360018 {#9747 date: 2024-09-26 23:13:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9754 …} -Children: Doctrine\ORM\PersistentCollection {#9757 …} -Parent: Eccube\Entity\Category {#9748} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6952 …} } Eccube\Entity\Category {#9762 -id: 193 -name: "シャツ" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1727360007 {#9760 date: 2024-09-26 23:13:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360007 {#9761 date: 2024-09-26 23:13:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9763 …} -Children: Doctrine\ORM\PersistentCollection {#9766 …} -Parent: Eccube\Entity\Category {#9748} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6952 …} } Eccube\Entity\Category {#9769 -id: 192 -name: "スカート" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1727360005 {#9767 date: 2024-09-26 23:13:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360005 {#9768 date: 2024-09-26 23:13:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9770 …} -Children: Doctrine\ORM\PersistentCollection {#9773 …} -Parent: Eccube\Entity\Category {#9748} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6952 …} } Eccube\Entity\Category {#9776 -id: 191 -name: "スラックス" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1727360000 {#9774 date: 2024-09-26 23:13:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360000 {#9775 date: 2024-09-26 23:13:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9777 …} -Children: Doctrine\ORM\PersistentCollection {#9780 …} -Parent: Eccube\Entity\Category {#9748} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6952 …} } Eccube\Entity\Category {#9783 -id: 190 -name: "ソックス" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1727359991 {#9781 date: 2024-09-26 23:13:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359991 {#9782 date: 2024-09-26 23:13:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9784 …} -Children: Doctrine\ORM\PersistentCollection {#9787 …} -Parent: Eccube\Entity\Category {#9748} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6952 …} } Eccube\Entity\Category {#9790 -id: 189 -name: "その他" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1727359981 {#9788 date: 2024-09-26 23:13:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359981 {#9789 date: 2024-09-26 23:13:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9791 …} -Children: Doctrine\ORM\PersistentCollection {#9794 …} -Parent: Eccube\Entity\Category {#9748} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6952 …} } ] |
[ Eccube\Entity\Category {#7485 -id: 182 -name: "浜松工業高等学校" -hierarchy: 1 -sort_no: 296 -create_date: DateTime @1727359862 {#7517 date: 2024-09-26 23:11:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7515 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7528 …} -Children: Doctrine\ORM\PersistentCollection {#7769 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#7768 -id: 186 -name: "上衣" -hierarchy: 2 -sort_no: 228 -create_date: DateTime @1727359888 {#7513 date: 2024-09-26 23:11:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#7511 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7767 …} -Children: Doctrine\ORM\PersistentCollection {#7763 …} -Parent: Eccube\Entity\Category {#7485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#7758 -id: 185 -name: "ブラウス" -hierarchy: 2 -sort_no: 227 -create_date: DateTime @1727359881 {#7760 date: 2024-09-26 23:11:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#7759 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7757 …} -Children: Doctrine\ORM\PersistentCollection {#7754 …} -Parent: Eccube\Entity\Category {#7485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#7751 -id: 184 -name: "スカート" -hierarchy: 2 -sort_no: 226 -create_date: DateTime @1727359876 {#7753 date: 2024-09-26 23:11:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#7752 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7750 …} -Children: Doctrine\ORM\PersistentCollection {#7747 …} -Parent: Eccube\Entity\Category {#7485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#7744 -id: 187 -name: "ネクタイ" -hierarchy: 2 -sort_no: 225 -create_date: DateTime @1727359899 {#7746 date: 2024-09-26 23:11:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#7745 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7743 …} -Children: Doctrine\ORM\PersistentCollection {#7740 …} -Parent: Eccube\Entity\Category {#7485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#7507 -id: 183 -name: "ニット" -hierarchy: 2 -sort_no: 224 -create_date: DateTime @1727359868 {#7506 date: 2024-09-26 23:11:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#7512 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7508 …} -Children: Doctrine\ORM\PersistentCollection {#7729 …} -Parent: Eccube\Entity\Category {#7485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#7732 -id: 225 -name: "浜松工業高等学校" -hierarchy: 1 -sort_no: 290 -create_date: DateTime @1727360786 {#7762 date: 2024-09-26 23:26:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7761 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7733 …} -Children: Doctrine\ORM\PersistentCollection {#7736 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7006 …} } Eccube\Entity\Category {#7737 -id: 230 -name: "上衣" -hierarchy: 2 -sort_no: 266 -create_date: DateTime @1727360815 {#7730 date: 2024-09-26 23:26:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360815 {#7731 date: 2024-09-26 23:26:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7738 …} -Children: Doctrine\ORM\PersistentCollection {#7774 …} -Parent: Eccube\Entity\Category {#7732} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7006 …} } Eccube\Entity\Category {#7780 -id: 229 -name: "ブラウス" -hierarchy: 2 -sort_no: 265 -create_date: DateTime @1727360810 {#7778 date: 2024-09-26 23:26:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360810 {#7779 date: 2024-09-26 23:26:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7781 …} -Children: Doctrine\ORM\PersistentCollection {#7784 …} -Parent: Eccube\Entity\Category {#7732} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7006 …} } Eccube\Entity\Category {#7787 -id: 228 -name: "スカート" -hierarchy: 2 -sort_no: 264 -create_date: DateTime @1727360808 {#7785 date: 2024-09-26 23:26:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360808 {#7786 date: 2024-09-26 23:26:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7788 …} -Children: Doctrine\ORM\PersistentCollection {#7791 …} -Parent: Eccube\Entity\Category {#7732} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7006 …} } Eccube\Entity\Category {#7794 -id: 227 -name: "ネクタイ" -hierarchy: 2 -sort_no: 263 -create_date: DateTime @1727360804 {#7792 date: 2024-09-26 23:26:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360804 {#7793 date: 2024-09-26 23:26:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7795 …} -Children: Doctrine\ORM\PersistentCollection {#7798 …} -Parent: Eccube\Entity\Category {#7732} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7006 …} } Eccube\Entity\Category {#7801 -id: 226 -name: "ニット" -hierarchy: 2 -sort_no: 262 -create_date: DateTime @1727360794 {#7799 date: 2024-09-26 23:26:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360794 {#7800 date: 2024-09-26 23:26:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7802 …} -Children: Doctrine\ORM\PersistentCollection {#7805 …} -Parent: Eccube\Entity\Category {#7732} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7006 …} } Eccube\Entity\Category {#7808 -id: 175 -name: "磐田北高等学校" -hierarchy: 1 -sort_no: 289 -create_date: DateTime @1727359766 {#7775 date: 2024-09-26 23:09:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7777 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7809 …} -Children: Doctrine\ORM\PersistentCollection {#7812 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#7813 -id: 181 -name: "上衣" -hierarchy: 2 -sort_no: 222 -create_date: DateTime @1727359792 {#7806 date: 2024-09-26 23:09:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359792 {#7807 date: 2024-09-26 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7814 …} -Children: Doctrine\ORM\PersistentCollection {#7817 …} -Parent: Eccube\Entity\Category {#7808} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#7822 -id: 180 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 221 -create_date: DateTime @1727359786 {#7820 date: 2024-09-26 23:09:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359786 {#7821 date: 2024-09-26 23:09:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7823 …} -Children: Doctrine\ORM\PersistentCollection {#7826 …} -Parent: Eccube\Entity\Category {#7808} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#7829 -id: 179 -name: "スラックス" -hierarchy: 2 -sort_no: 220 -create_date: DateTime @1727359782 {#7827 date: 2024-09-26 23:09:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359782 {#7828 date: 2024-09-26 23:09:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7830 …} -Children: Doctrine\ORM\PersistentCollection {#7833 …} -Parent: Eccube\Entity\Category {#7808} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#7836 -id: 178 -name: "スカート" -hierarchy: 2 -sort_no: 219 -create_date: DateTime @1727359778 {#7834 date: 2024-09-26 23:09:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359778 {#7835 date: 2024-09-26 23:09:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7837 …} -Children: Doctrine\ORM\PersistentCollection {#7840 …} -Parent: Eccube\Entity\Category {#7808} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#7843 -id: 177 -name: "ネクタイ" -hierarchy: 2 -sort_no: 218 -create_date: DateTime @1727359776 {#7841 date: 2024-09-26 23:09:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359776 {#7842 date: 2024-09-26 23:09:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7844 …} -Children: Doctrine\ORM\PersistentCollection {#7847 …} -Parent: Eccube\Entity\Category {#7808} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#7850 -id: 176 -name: "ソックス" -hierarchy: 2 -sort_no: 217 -create_date: DateTime @1727359773 {#7848 date: 2024-09-26 23:09:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359773 {#7849 date: 2024-09-26 23:09:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7851 …} -Children: Doctrine\ORM\PersistentCollection {#7854 …} -Parent: Eccube\Entity\Category {#7808} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#7857 -id: 218 -name: "磐田北高等学校" -hierarchy: 1 -sort_no: 288 -create_date: DateTime @1727360732 {#7819 date: 2024-09-26 23:25:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7818 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7858 …} -Children: Doctrine\ORM\PersistentCollection {#7861 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6997 …} } Eccube\Entity\Category {#7862 -id: 224 -name: "上衣" -hierarchy: 2 -sort_no: 261 -create_date: DateTime @1727360755 {#7855 date: 2024-09-26 23:25:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360755 {#7856 date: 2024-09-26 23:25:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7863 …} -Children: Doctrine\ORM\PersistentCollection {#7866 …} -Parent: Eccube\Entity\Category {#7857} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6997 …} } Eccube\Entity\Category {#7871 -id: 223 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 260 -create_date: DateTime @1727360750 {#7869 date: 2024-09-26 23:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360750 {#7870 date: 2024-09-26 23:25:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7872 …} -Children: Doctrine\ORM\PersistentCollection {#7875 …} -Parent: Eccube\Entity\Category {#7857} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6997 …} } Eccube\Entity\Category {#7878 -id: 222 -name: "スラックス" -hierarchy: 2 -sort_no: 259 -create_date: DateTime @1727360744 {#7876 date: 2024-09-26 23:25:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360744 {#7877 date: 2024-09-26 23:25:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7879 …} -Children: Doctrine\ORM\PersistentCollection {#7882 …} -Parent: Eccube\Entity\Category {#7857} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6997 …} } Eccube\Entity\Category {#7885 -id: 221 -name: "スカート" -hierarchy: 2 -sort_no: 258 -create_date: DateTime @1727360742 {#7883 date: 2024-09-26 23:25:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360742 {#7884 date: 2024-09-26 23:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7886 …} -Children: Doctrine\ORM\PersistentCollection {#7889 …} -Parent: Eccube\Entity\Category {#7857} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6997 …} } Eccube\Entity\Category {#7892 -id: 220 -name: "ネクタイ" -hierarchy: 2 -sort_no: 257 -create_date: DateTime @1727360739 {#7890 date: 2024-09-26 23:25:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360739 {#7891 date: 2024-09-26 23:25:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7893 …} -Children: Doctrine\ORM\PersistentCollection {#7896 …} -Parent: Eccube\Entity\Category {#7857} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6997 …} } Eccube\Entity\Category {#7899 -id: 219 -name: "ソックス" -hierarchy: 2 -sort_no: 256 -create_date: DateTime @1727360737 {#7897 date: 2024-09-26 23:25:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360737 {#7898 date: 2024-09-26 23:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7900 …} -Children: Doctrine\ORM\PersistentCollection {#7903 …} -Parent: Eccube\Entity\Category {#7857} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6997 …} } Eccube\Entity\Category {#7906 -id: 168 -name: "浜松湖北高等学校" -hierarchy: 1 -sort_no: 287 -create_date: DateTime @1727359685 {#7868 date: 2024-09-26 23:08:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7867 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7907 …} -Children: Doctrine\ORM\PersistentCollection {#7910 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#7911 -id: 174 -name: "ブレザー" -hierarchy: 2 -sort_no: 215 -create_date: DateTime @1727359726 {#7904 date: 2024-09-26 23:08:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359726 {#7905 date: 2024-09-26 23:08:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7912 …} -Children: Doctrine\ORM\PersistentCollection {#7915 …} -Parent: Eccube\Entity\Category {#7906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#7920 -id: 173 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 214 -create_date: DateTime @1727359718 {#7918 date: 2024-09-26 23:08:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359718 {#7919 date: 2024-09-26 23:08:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7921 …} -Children: Doctrine\ORM\PersistentCollection {#7924 …} -Parent: Eccube\Entity\Category {#7906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#7927 -id: 172 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 213 -create_date: DateTime @1727359713 {#7925 date: 2024-09-26 23:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359713 {#7926 date: 2024-09-26 23:08:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7928 …} -Children: Doctrine\ORM\PersistentCollection {#7931 …} -Parent: Eccube\Entity\Category {#7906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#7934 -id: 171 -name: "スカート" -hierarchy: 2 -sort_no: 212 -create_date: DateTime @1727359701 {#7932 date: 2024-09-26 23:08:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359701 {#7933 date: 2024-09-26 23:08:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7935 …} -Children: Doctrine\ORM\PersistentCollection {#7938 …} -Parent: Eccube\Entity\Category {#7906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#7941 -id: 170 -name: "ネクタイ" -hierarchy: 2 -sort_no: 211 -create_date: DateTime @1727359697 {#7939 date: 2024-09-26 23:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359697 {#7940 date: 2024-09-26 23:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7942 …} -Children: Doctrine\ORM\PersistentCollection {#7945 …} -Parent: Eccube\Entity\Category {#7906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#7948 -id: 169 -name: "セーター" -hierarchy: 2 -sort_no: 210 -create_date: DateTime @1727359690 {#7946 date: 2024-09-26 23:08:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359694 {#7947 date: 2024-09-26 23:08:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7949 …} -Children: Doctrine\ORM\PersistentCollection {#7952 …} -Parent: Eccube\Entity\Category {#7906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#7955 -id: 211 -name: "浜松湖北高等学校" -hierarchy: 1 -sort_no: 286 -create_date: DateTime @1727360664 {#7917 date: 2024-09-26 23:24:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7916 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7956 …} -Children: Doctrine\ORM\PersistentCollection {#7959 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6988 …} } Eccube\Entity\Category {#7960 -id: 217 -name: "ブレザー" -hierarchy: 2 -sort_no: 236 -create_date: DateTime @1727360698 {#7953 date: 2024-09-26 23:24:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360698 {#7954 date: 2024-09-26 23:24:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7961 …} -Children: Doctrine\ORM\PersistentCollection {#7964 …} -Parent: Eccube\Entity\Category {#7955} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6988 …} } Eccube\Entity\Category {#7969 -id: 216 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 235 -create_date: DateTime @1727360692 {#7967 date: 2024-09-26 23:24:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360692 {#7968 date: 2024-09-26 23:24:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7970 …} -Children: Doctrine\ORM\PersistentCollection {#7973 …} -Parent: Eccube\Entity\Category {#7955} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6988 …} } Eccube\Entity\Category {#7976 -id: 215 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 234 -create_date: DateTime @1727360684 {#7974 date: 2024-09-26 23:24:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360684 {#7975 date: 2024-09-26 23:24:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7977 …} -Children: Doctrine\ORM\PersistentCollection {#7980 …} -Parent: Eccube\Entity\Category {#7955} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6988 …} } Eccube\Entity\Category {#7983 -id: 214 -name: "スカート" -hierarchy: 2 -sort_no: 233 -create_date: DateTime @1727360678 {#7981 date: 2024-09-26 23:24:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360678 {#7982 date: 2024-09-26 23:24:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7984 …} -Children: Doctrine\ORM\PersistentCollection {#7987 …} -Parent: Eccube\Entity\Category {#7955} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6988 …} } Eccube\Entity\Category {#7990 -id: 213 -name: "ネクタイ" -hierarchy: 2 -sort_no: 232 -create_date: DateTime @1727360676 {#7988 date: 2024-09-26 23:24:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360676 {#7989 date: 2024-09-26 23:24:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7991 …} -Children: Doctrine\ORM\PersistentCollection {#7994 …} -Parent: Eccube\Entity\Category {#7955} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6988 …} } Eccube\Entity\Category {#7997 -id: 212 -name: "セーター" -hierarchy: 2 -sort_no: 231 -create_date: DateTime @1727360671 {#7995 date: 2024-09-26 23:24:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360671 {#7996 date: 2024-09-26 23:24:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7998 …} -Children: Doctrine\ORM\PersistentCollection {#8001 …} -Parent: Eccube\Entity\Category {#7955} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6988 …} } Eccube\Entity\Category {#8004 -id: 163 -name: "浜松学院" -hierarchy: 1 -sort_no: 277 -create_date: DateTime @1727359629 {#7966 date: 2024-09-26 23:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7965 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8005 …} -Children: Doctrine\ORM\PersistentCollection {#8008 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#8009 -id: 167 -name: "ジャケット" -hierarchy: 2 -sort_no: 208 -create_date: DateTime @1727359648 {#8002 date: 2024-09-26 23:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359648 {#8003 date: 2024-09-26 23:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8010 …} -Children: Doctrine\ORM\PersistentCollection {#8013 …} -Parent: Eccube\Entity\Category {#8004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#8018 -id: 166 -name: "シャツ" -hierarchy: 2 -sort_no: 207 -create_date: DateTime @1727359639 {#8016 date: 2024-09-26 23:07:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359639 {#8017 date: 2024-09-26 23:07:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8019 …} -Children: Doctrine\ORM\PersistentCollection {#8022 …} -Parent: Eccube\Entity\Category {#8004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#8025 -id: 165 -name: "スラックス" -hierarchy: 2 -sort_no: 206 -create_date: DateTime @1727359637 {#8023 date: 2024-09-26 23:07:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359637 {#8024 date: 2024-09-26 23:07:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8026 …} -Children: Doctrine\ORM\PersistentCollection {#8029 …} -Parent: Eccube\Entity\Category {#8004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#8032 -id: 164 -name: "ソックス" -hierarchy: 2 -sort_no: 205 -create_date: DateTime @1727359633 {#8030 date: 2024-09-26 23:07:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359633 {#8031 date: 2024-09-26 23:07:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8033 …} -Children: Doctrine\ORM\PersistentCollection {#8036 …} -Parent: Eccube\Entity\Category {#8004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#8039 -id: 152 -name: "開誠館中学校" -hierarchy: 1 -sort_no: 268 -create_date: DateTime @1727359500 {#8015 date: 2024-09-26 23:05:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8014 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8040 …} -Children: Doctrine\ORM\PersistentCollection {#8043 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8044 -id: 162 -name: "上衣" -hierarchy: 2 -sort_no: 203 -create_date: DateTime @1727359564 {#8037 date: 2024-09-26 23:06:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359564 {#8038 date: 2024-09-26 23:06:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8045 …} -Children: Doctrine\ORM\PersistentCollection {#8048 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8053 -id: 161 -name: "シャツ" -hierarchy: 2 -sort_no: 202 -create_date: DateTime @1727359561 {#8051 date: 2024-09-26 23:06:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359561 {#8052 date: 2024-09-26 23:06:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8054 …} -Children: Doctrine\ORM\PersistentCollection {#8057 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8060 -id: 160 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 201 -create_date: DateTime @1727359555 {#8058 date: 2024-09-26 23:05:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359555 {#8059 date: 2024-09-26 23:05:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8061 …} -Children: Doctrine\ORM\PersistentCollection {#8064 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8067 -id: 159 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 200 -create_date: DateTime @1727359548 {#8065 date: 2024-09-26 23:05:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359548 {#8066 date: 2024-09-26 23:05:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8068 …} -Children: Doctrine\ORM\PersistentCollection {#8071 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8074 -id: 158 -name: "セーラー" -hierarchy: 2 -sort_no: 199 -create_date: DateTime @1727359541 {#8072 date: 2024-09-26 23:05:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359541 {#8073 date: 2024-09-26 23:05:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8075 …} -Children: Doctrine\ORM\PersistentCollection {#8078 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8081 -id: 157 -name: "スカート" -hierarchy: 2 -sort_no: 198 -create_date: DateTime @1727359539 {#8079 date: 2024-09-26 23:05:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359539 {#8080 date: 2024-09-26 23:05:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8082 …} -Children: Doctrine\ORM\PersistentCollection {#8085 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8088 -id: 156 -name: "ソックス" -hierarchy: 2 -sort_no: 197 -create_date: DateTime @1727359534 {#8086 date: 2024-09-26 23:05:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359534 {#8087 date: 2024-09-26 23:05:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8089 …} -Children: Doctrine\ORM\PersistentCollection {#8092 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8095 -id: 155 -name: "通学靴" -hierarchy: 2 -sort_no: 196 -create_date: DateTime @1727359530 {#8093 date: 2024-09-26 23:05:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359530 {#8094 date: 2024-09-26 23:05:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8096 …} -Children: Doctrine\ORM\PersistentCollection {#8099 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8102 -id: 154 -name: "雨衣" -hierarchy: 2 -sort_no: 195 -create_date: DateTime @1727359524 {#8100 date: 2024-09-26 23:05:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359524 {#8101 date: 2024-09-26 23:05:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8103 …} -Children: Doctrine\ORM\PersistentCollection {#8106 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8109 -id: 153 -name: "その他" -hierarchy: 2 -sort_no: 194 -create_date: DateTime @1727359518 {#8107 date: 2024-09-26 23:05:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359518 {#8108 date: 2024-09-26 23:05:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8110 …} -Children: Doctrine\ORM\PersistentCollection {#8113 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8116 -id: 141 -name: "開誠館高等学校" -hierarchy: 1 -sort_no: 267 -create_date: DateTime @1727359401 {#8050 date: 2024-09-26 23:03:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8049 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8117 …} -Children: Doctrine\ORM\PersistentCollection {#8120 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8121 -id: 151 -name: "上衣" -hierarchy: 2 -sort_no: 184 -create_date: DateTime @1727359458 {#8114 date: 2024-09-26 23:04:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359458 {#8115 date: 2024-09-26 23:04:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8122 …} -Children: Doctrine\ORM\PersistentCollection {#8125 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8130 -id: 150 -name: "シャツ" -hierarchy: 2 -sort_no: 183 -create_date: DateTime @1727359453 {#8128 date: 2024-09-26 23:04:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359453 {#8129 date: 2024-09-26 23:04:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8131 …} -Children: Doctrine\ORM\PersistentCollection {#8134 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8137 -id: 149 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1727359448 {#8135 date: 2024-09-26 23:04:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359448 {#8136 date: 2024-09-26 23:04:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8138 …} -Children: Doctrine\ORM\PersistentCollection {#8141 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8144 -id: 148 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1727359440 {#8142 date: 2024-09-26 23:04:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359440 {#8143 date: 2024-09-26 23:04:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8145 …} -Children: Doctrine\ORM\PersistentCollection {#8148 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8151 -id: 147 -name: "セーラー" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1727359431 {#8149 date: 2024-09-26 23:03:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359431 {#8150 date: 2024-09-26 23:03:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8152 …} -Children: Doctrine\ORM\PersistentCollection {#8155 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8158 -id: 146 -name: "スカート" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1727359428 {#8156 date: 2024-09-26 23:03:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359428 {#8157 date: 2024-09-26 23:03:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8159 …} -Children: Doctrine\ORM\PersistentCollection {#8162 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8165 -id: 145 -name: "ソックス" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1727359426 {#8163 date: 2024-09-26 23:03:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359426 {#8164 date: 2024-09-26 23:03:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8166 …} -Children: Doctrine\ORM\PersistentCollection {#8169 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8172 -id: 144 -name: "通学靴" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1727359419 {#8170 date: 2024-09-26 23:03:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359419 {#8171 date: 2024-09-26 23:03:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8173 …} -Children: Doctrine\ORM\PersistentCollection {#8176 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8179 -id: 143 -name: "雨衣" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1727359413 {#8177 date: 2024-09-26 23:03:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359413 {#8178 date: 2024-09-26 23:03:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8180 …} -Children: Doctrine\ORM\PersistentCollection {#8183 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8186 -id: 142 -name: "その他" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1727359408 {#8184 date: 2024-09-26 23:03:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359408 {#8185 date: 2024-09-26 23:03:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8187 …} -Children: Doctrine\ORM\PersistentCollection {#8190 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8193 -id: 121 -name: "浜松商業高等学校" -hierarchy: 1 -sort_no: 255 -create_date: DateTime @1727359092 {#8127 date: 2024-09-26 22:58:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8126 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8194 …} -Children: Doctrine\ORM\PersistentCollection {#8197 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6871 …} } Eccube\Entity\Category {#8198 -id: 125 -name: "ジャケット" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1727359108 {#8191 date: 2024-09-26 22:58:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359108 {#8192 date: 2024-09-26 22:58:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8199 …} -Children: Doctrine\ORM\PersistentCollection {#8202 …} -Parent: Eccube\Entity\Category {#8193} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6871 …} } Eccube\Entity\Category {#8207 -id: 124 -name: "ベスト" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1727359105 {#8205 date: 2024-09-26 22:58:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359105 {#8206 date: 2024-09-26 22:58:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8208 …} -Children: Doctrine\ORM\PersistentCollection {#8211 …} -Parent: Eccube\Entity\Category {#8193} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6871 …} } Eccube\Entity\Category {#8214 -id: 123 -name: "スカート" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1727359103 {#8212 date: 2024-09-26 22:58:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359103 {#8213 date: 2024-09-26 22:58:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8215 …} -Children: Doctrine\ORM\PersistentCollection {#8218 …} -Parent: Eccube\Entity\Category {#8193} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6871 …} } Eccube\Entity\Category {#8221 -id: 122 -name: "スラックス" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1727359100 {#8219 date: 2024-09-26 22:58:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359100 {#8220 date: 2024-09-26 22:58:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8222 …} -Children: Doctrine\ORM\PersistentCollection {#8225 …} -Parent: Eccube\Entity\Category {#8193} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6871 …} } Eccube\Entity\Category {#8228 -id: 206 -name: "浜松商業高等学校" -hierarchy: 1 -sort_no: 254 -create_date: DateTime @1727360598 {#8204 date: 2024-09-26 23:23:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8203 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8229 …} -Children: Doctrine\ORM\PersistentCollection {#8232 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6979 …} } Eccube\Entity\Category {#8233 -id: 210 -name: "ジャケット" -hierarchy: 2 -sort_no: 249 -create_date: DateTime @1727360632 {#8226 date: 2024-09-26 23:23:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360632 {#8227 date: 2024-09-26 23:23:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8234 …} -Children: Doctrine\ORM\PersistentCollection {#8237 …} -Parent: Eccube\Entity\Category {#8228} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6979 …} } Eccube\Entity\Category {#8242 -id: 209 -name: "ベスト" -hierarchy: 2 -sort_no: 248 -create_date: DateTime @1727360630 {#8240 date: 2024-09-26 23:23:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360630 {#8241 date: 2024-09-26 23:23:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8243 …} -Children: Doctrine\ORM\PersistentCollection {#8246 …} -Parent: Eccube\Entity\Category {#8228} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6979 …} } Eccube\Entity\Category {#8249 -id: 208 -name: "スカート" -hierarchy: 2 -sort_no: 247 -create_date: DateTime @1727360627 {#8247 date: 2024-09-26 23:23:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360627 {#8248 date: 2024-09-26 23:23:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8250 …} -Children: Doctrine\ORM\PersistentCollection {#8253 …} -Parent: Eccube\Entity\Category {#8228} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6979 …} } Eccube\Entity\Category {#8256 -id: 207 -name: "スラックス" -hierarchy: 2 -sort_no: 246 -create_date: DateTime @1727360623 {#8254 date: 2024-09-26 23:23:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360623 {#8255 date: 2024-09-26 23:23:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8257 …} -Children: Doctrine\ORM\PersistentCollection {#8260 …} -Parent: Eccube\Entity\Category {#8228} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6979 …} } Eccube\Entity\Category {#8263 -id: 115 -name: "浜松南高等学校" -hierarchy: 1 -sort_no: 253 -create_date: DateTime @1727359000 {#8239 date: 2024-09-26 22:56:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8238 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8264 …} -Children: Doctrine\ORM\PersistentCollection {#8267 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8268 -id: 120 -name: "ジャケット" -hierarchy: 2 -sort_no: 252 -create_date: DateTime @1727359038 {#8261 date: 2024-09-26 22:57:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8262 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8269 …} -Children: Doctrine\ORM\PersistentCollection {#8273 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8278 -id: 119 -name: "ブラウス" -hierarchy: 2 -sort_no: 251 -create_date: DateTime @1727359033 {#8276 date: 2024-09-26 22:57:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8277 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8279 …} -Children: Doctrine\ORM\PersistentCollection {#8282 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8285 -id: 291 -name: "シャツ" -hierarchy: 2 -sort_no: 250 -create_date: DateTime @1732080417 {#8283 date: 2024-11-20 14:26:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8284 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8286 …} -Children: Doctrine\ORM\PersistentCollection {#8289 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8292 -id: 293 -name: "ポロシャツ" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1732080487 {#8290 date: 2024-11-20 14:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8291 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8293 …} -Children: Doctrine\ORM\PersistentCollection {#8296 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8299 -id: 118 -name: "スカート" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1727359031 {#8297 date: 2024-09-26 22:57:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8298 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8300 …} -Children: Doctrine\ORM\PersistentCollection {#8303 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8306 -id: 117 -name: "スラックス" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1727359026 {#8304 date: 2024-09-26 22:57:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8305 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8307 …} -Children: Doctrine\ORM\PersistentCollection {#8310 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8313 -id: 294 -name: "ニット" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1732080498 {#8311 date: 2024-11-20 14:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8312 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8314 …} -Children: Doctrine\ORM\PersistentCollection {#8317 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8320 -id: 116 -name: "ネクタイ・リボン" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1727359023 {#8318 date: 2024-09-26 22:57:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8319 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8321 …} -Children: Doctrine\ORM\PersistentCollection {#8324 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8327 -id: 200 -name: "浜松南高等学校" -hierarchy: 1 -sort_no: 240 -create_date: DateTime @1727360514 {#8275 date: 2024-09-26 23:21:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8274 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8328 …} -Children: Doctrine\ORM\PersistentCollection {#8331 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8332 -id: 205 -name: "ジャケット" -hierarchy: 2 -sort_no: 245 -create_date: DateTime @1727360534 {#8325 date: 2024-09-26 23:22:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8326 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8333 …} -Children: Doctrine\ORM\PersistentCollection {#8336 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8341 -id: 204 -name: "ブラウス" -hierarchy: 2 -sort_no: 244 -create_date: DateTime @1727360532 {#8339 date: 2024-09-26 23:22:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8340 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8342 …} -Children: Doctrine\ORM\PersistentCollection {#8345 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8348 -id: 295 -name: "シャツ" -hierarchy: 2 -sort_no: 243 -create_date: DateTime @1732080513 {#8346 date: 2024-11-20 14:28:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8347 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8349 …} -Children: Doctrine\ORM\PersistentCollection {#8352 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8355 -id: 296 -name: "ポロシャツ" -hierarchy: 2 -sort_no: 242 -create_date: DateTime @1732080521 {#8353 date: 2024-11-20 14:28:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8354 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8356 …} -Children: Doctrine\ORM\PersistentCollection {#8359 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8362 -id: 203 -name: "スカート" -hierarchy: 2 -sort_no: 241 -create_date: DateTime @1727360528 {#8360 date: 2024-09-26 23:22:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8361 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8363 …} -Children: Doctrine\ORM\PersistentCollection {#8366 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8369 -id: 202 -name: "スラックス" -hierarchy: 2 -sort_no: 239 -create_date: DateTime @1727360523 {#8367 date: 2024-09-26 23:22:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8368 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8370 …} -Children: Doctrine\ORM\PersistentCollection {#8373 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8376 -id: 297 -name: "ニット" -hierarchy: 2 -sort_no: 238 -create_date: DateTime @1732080525 {#8374 date: 2024-11-20 14:28:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8375 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8377 …} -Children: Doctrine\ORM\PersistentCollection {#8380 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8383 -id: 201 -name: "ネクタイ・リボン" -hierarchy: 2 -sort_no: 237 -create_date: DateTime @1727360520 {#8381 date: 2024-09-26 23:22:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8382 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8384 …} -Children: Doctrine\ORM\PersistentCollection {#8387 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8390 -id: 110 -name: "掛川西高等学校" -hierarchy: 1 -sort_no: 230 -create_date: DateTime @1727358904 {#8338 date: 2024-09-26 22:55:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8337 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8391 …} -Children: Doctrine\ORM\PersistentCollection {#8394 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6851 …} } Eccube\Entity\Category {#8395 -id: 113 -name: "ジャケット" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1727358918 {#8388 date: 2024-09-26 22:55:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#8389 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8396 …} -Children: Doctrine\ORM\PersistentCollection {#8399 …} -Parent: Eccube\Entity\Category {#8390} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6851 …} } Eccube\Entity\Category {#8404 -id: 112 -name: "シャツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1727358916 {#8402 date: 2024-09-26 22:55:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#8403 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8405 …} -Children: Doctrine\ORM\PersistentCollection {#8408 …} -Parent: Eccube\Entity\Category {#8390} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6851 …} } Eccube\Entity\Category {#8411 -id: 111 -name: "ベスト" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1727358910 {#8409 date: 2024-09-26 22:55:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#8410 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8412 …} -Children: Doctrine\ORM\PersistentCollection {#8415 …} -Parent: Eccube\Entity\Category {#8390} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6851 …} } Eccube\Entity\Category {#8418 -id: 114 -name: "スカート" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1727358946 {#8416 date: 2024-09-26 22:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#8417 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8419 …} -Children: Doctrine\ORM\PersistentCollection {#8422 …} -Parent: Eccube\Entity\Category {#8390} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6851 …} } Eccube\Entity\Category {#8425 -id: 195 -name: "掛川西高等学校" -hierarchy: 1 -sort_no: 229 -create_date: DateTime @1727360083 {#8401 date: 2024-09-26 23:14:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8400 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8426 …} -Children: Doctrine\ORM\PersistentCollection {#8429 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6961 …} } Eccube\Entity\Category {#8430 -id: 199 -name: "ジャケット" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1727360115 {#8423 date: 2024-09-26 23:15:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360115 {#8424 date: 2024-09-26 23:15:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8431 …} -Children: Doctrine\ORM\PersistentCollection {#8434 …} -Parent: Eccube\Entity\Category {#8425} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6961 …} } Eccube\Entity\Category {#8439 -id: 198 -name: "ブラウス" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1727360106 {#8437 date: 2024-09-26 23:15:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360106 {#8438 date: 2024-09-26 23:15:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8440 …} -Children: Doctrine\ORM\PersistentCollection {#8443 …} -Parent: Eccube\Entity\Category {#8425} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6961 …} } Eccube\Entity\Category {#8446 -id: 197 -name: "ベスト" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1727360103 {#8444 date: 2024-09-26 23:15:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360103 {#8445 date: 2024-09-26 23:15:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8447 …} -Children: Doctrine\ORM\PersistentCollection {#8450 …} -Parent: Eccube\Entity\Category {#8425} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6961 …} } Eccube\Entity\Category {#8453 -id: 196 -name: "スカート" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1727360096 {#8451 date: 2024-09-26 23:14:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360096 {#8452 date: 2024-09-26 23:14:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8454 …} -Children: Doctrine\ORM\PersistentCollection {#8457 …} -Parent: Eccube\Entity\Category {#8425} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6961 …} } Eccube\Entity\Category {#8460 -id: 135 -name: "篠原中学校" -hierarchy: 1 -sort_no: 223 -create_date: DateTime @1727359323 {#8436 date: 2024-09-26 23:02:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8435 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8461 …} -Children: Doctrine\ORM\PersistentCollection {#8464 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#8465 -id: 140 -name: "上衣" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1727359356 {#8458 date: 2024-09-26 23:02:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359356 {#8459 date: 2024-09-26 23:02:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8466 …} -Children: Doctrine\ORM\PersistentCollection {#8469 …} -Parent: Eccube\Entity\Category {#8460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#8474 -id: 139 -name: "シャツ" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1727359353 {#8472 date: 2024-09-26 23:02:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359353 {#8473 date: 2024-09-26 23:02:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8475 …} -Children: Doctrine\ORM\PersistentCollection {#8478 …} -Parent: Eccube\Entity\Category {#8460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#8481 -id: 138 -name: "スラックス" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1727359350 {#8479 date: 2024-09-26 23:02:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359350 {#8480 date: 2024-09-26 23:02:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8482 …} -Children: Doctrine\ORM\PersistentCollection {#8485 …} -Parent: Eccube\Entity\Category {#8460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#8488 -id: 137 -name: "スカート" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1727359348 {#8486 date: 2024-09-26 23:02:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359348 {#8487 date: 2024-09-26 23:02:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8489 …} -Children: Doctrine\ORM\PersistentCollection {#8492 …} -Parent: Eccube\Entity\Category {#8460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#8495 -id: 136 -name: "その他" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1727359334 {#8493 date: 2024-09-26 23:02:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359334 {#8494 date: 2024-09-26 23:02:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8496 …} -Children: Doctrine\ORM\PersistentCollection {#8499 …} -Parent: Eccube\Entity\Category {#8460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#8502 -id: 285 -name: "篠原中学校" -hierarchy: 1 -sort_no: 216 -create_date: DateTime @1727361471 {#8470 date: 2024-09-26 23:37:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8471 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8503 …} -Children: Doctrine\ORM\PersistentCollection {#8506 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7069 …} } Eccube\Entity\Category {#8507 -id: 290 -name: "上衣" -hierarchy: 2 -sort_no: 295 -create_date: DateTime @1727361510 {#8500 date: 2024-09-26 23:38:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361510 {#8501 date: 2024-09-26 23:38:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8508 …} -Children: Doctrine\ORM\PersistentCollection {#8511 …} -Parent: Eccube\Entity\Category {#8502} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7069 …} } Eccube\Entity\Category {#8516 -id: 289 -name: "シャツ" -hierarchy: 2 -sort_no: 294 -create_date: DateTime @1727361507 {#8514 date: 2024-09-26 23:38:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361507 {#8515 date: 2024-09-26 23:38:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8517 …} -Children: Doctrine\ORM\PersistentCollection {#8520 …} -Parent: Eccube\Entity\Category {#8502} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7069 …} } Eccube\Entity\Category {#8523 -id: 288 -name: "スラックス" -hierarchy: 2 -sort_no: 293 -create_date: DateTime @1727361504 {#8521 date: 2024-09-26 23:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361504 {#8522 date: 2024-09-26 23:38:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8524 …} -Children: Doctrine\ORM\PersistentCollection {#8527 …} -Parent: Eccube\Entity\Category {#8502} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7069 …} } Eccube\Entity\Category {#8530 -id: 287 -name: "スカート" -hierarchy: 2 -sort_no: 292 -create_date: DateTime @1727361501 {#8528 date: 2024-09-26 23:38:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361501 {#8529 date: 2024-09-26 23:38:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8531 …} -Children: Doctrine\ORM\PersistentCollection {#8534 …} -Parent: Eccube\Entity\Category {#8502} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7069 …} } Eccube\Entity\Category {#8537 -id: 286 -name: "その他" -hierarchy: 2 -sort_no: 291 -create_date: DateTime @1727361498 {#8535 date: 2024-09-26 23:38:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361498 {#8536 date: 2024-09-26 23:38:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8538 …} -Children: Doctrine\ORM\PersistentCollection {#8541 …} -Parent: Eccube\Entity\Category {#8502} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7069 …} } Eccube\Entity\Category {#8544 -id: 126 -name: "向陽中学校" -hierarchy: 1 -sort_no: 209 -create_date: DateTime @1727359145 {#8512 date: 2024-09-26 22:59:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8513 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8545 …} -Children: Doctrine\ORM\PersistentCollection {#8548 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8549 -id: 134 -name: "上衣" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1727359181 {#8542 date: 2024-09-26 22:59:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8543 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8550 …} -Children: Doctrine\ORM\PersistentCollection {#8553 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8558 -id: 131 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1727359169 {#8556 date: 2024-09-26 22:59:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8557 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8559 …} -Children: Doctrine\ORM\PersistentCollection {#8562 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8565 -id: 130 -name: "スラックス" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1727359167 {#8563 date: 2024-09-26 22:59:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8564 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8566 …} -Children: Doctrine\ORM\PersistentCollection {#8569 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8572 -id: 133 -name: "セーラー" -hierarchy: 2 -sort_no: 156 -create_date: DateTime @1727359175 {#8570 date: 2024-09-26 22:59:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8571 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8573 …} -Children: Doctrine\ORM\PersistentCollection {#8576 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8579 -id: 132 -name: "スカート" -hierarchy: 2 -sort_no: 155 -create_date: DateTime @1727359172 {#8577 date: 2024-09-26 22:59:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8578 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8580 …} -Children: Doctrine\ORM\PersistentCollection {#8583 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8586 -id: 129 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 154 -create_date: DateTime @1727359163 {#8584 date: 2024-09-26 22:59:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8585 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8587 …} -Children: Doctrine\ORM\PersistentCollection {#8590 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8593 -id: 128 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 153 -create_date: DateTime @1727359155 {#8591 date: 2024-09-26 22:59:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8592 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8594 …} -Children: Doctrine\ORM\PersistentCollection {#8597 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8600 -id: 127 -name: "その他" -hierarchy: 2 -sort_no: 152 -create_date: DateTime @1727359151 {#8598 date: 2024-09-26 22:59:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8599 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8601 …} -Children: Doctrine\ORM\PersistentCollection {#8604 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8607 -id: 267 -name: "向陽中学校" -hierarchy: 1 -sort_no: 204 -create_date: DateTime @1727361245 {#8555 date: 2024-09-26 23:34:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8554 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8608 …} -Children: Doctrine\ORM\PersistentCollection {#8611 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8612 -id: 275 -name: "上衣" -hierarchy: 2 -sort_no: 192 -create_date: DateTime @1727361296 {#8605 date: 2024-09-26 23:34:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8606 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8613 …} -Children: Doctrine\ORM\PersistentCollection {#8616 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8621 -id: 272 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 191 -create_date: DateTime @1727361289 {#8619 date: 2024-09-26 23:34:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8620 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8622 …} -Children: Doctrine\ORM\PersistentCollection {#8625 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8628 -id: 271 -name: "スラックス" -hierarchy: 2 -sort_no: 190 -create_date: DateTime @1727361286 {#8626 date: 2024-09-26 23:34:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8627 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8629 …} -Children: Doctrine\ORM\PersistentCollection {#8632 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8635 -id: 274 -name: "セーラー" -hierarchy: 2 -sort_no: 189 -create_date: DateTime @1727361294 {#8633 date: 2024-09-26 23:34:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8634 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8636 …} -Children: Doctrine\ORM\PersistentCollection {#8639 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8642 -id: 273 -name: "スカート" -hierarchy: 2 -sort_no: 188 -create_date: DateTime @1727361291 {#8640 date: 2024-09-26 23:34:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8641 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8643 …} -Children: Doctrine\ORM\PersistentCollection {#8646 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8649 -id: 270 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1727361283 {#8647 date: 2024-09-26 23:34:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8648 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8650 …} -Children: Doctrine\ORM\PersistentCollection {#8653 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8656 -id: 269 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1727361276 {#8654 date: 2024-09-26 23:34:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8655 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8657 …} -Children: Doctrine\ORM\PersistentCollection {#8660 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8663 -id: 268 -name: "その他" -hierarchy: 2 -sort_no: 185 -create_date: DateTime @1727361269 {#8661 date: 2024-09-26 23:34:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8662 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8664 …} -Children: Doctrine\ORM\PersistentCollection {#8667 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8670 -id: 101 -name: "浜名中学校" -hierarchy: 1 -sort_no: 193 -create_date: DateTime @1727358107 {#8618 date: 2024-09-26 22:41:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8617 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8671 …} -Children: Doctrine\ORM\PersistentCollection {#8674 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8675 -id: 109 -name: "上衣" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1727358867 {#8668 date: 2024-09-26 22:54:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8669 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8676 …} -Children: Doctrine\ORM\PersistentCollection {#8679 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8684 -id: 106 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1727358848 {#8682 date: 2024-09-26 22:54:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8683 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8685 …} -Children: Doctrine\ORM\PersistentCollection {#8688 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8691 -id: 105 -name: "スラックス" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1727358843 {#8689 date: 2024-09-26 22:54:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8690 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8692 …} -Children: Doctrine\ORM\PersistentCollection {#8695 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8698 -id: 108 -name: "セーラー" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1727358863 {#8696 date: 2024-09-26 22:54:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8697 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8699 …} -Children: Doctrine\ORM\PersistentCollection {#8702 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8705 -id: 107 -name: "スカート" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1727358857 {#8703 date: 2024-09-26 22:54:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8704 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8706 …} -Children: Doctrine\ORM\PersistentCollection {#8709 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8712 -id: 104 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1727358768 {#8710 date: 2024-09-26 22:52:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8711 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8713 …} -Children: Doctrine\ORM\PersistentCollection {#8716 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8719 -id: 103 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1727358442 {#8717 date: 2024-09-26 22:47:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8718 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8720 …} -Children: Doctrine\ORM\PersistentCollection {#8723 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8726 -id: 102 -name: "その他" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1727358434 {#8724 date: 2024-09-26 22:47:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8725 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8727 …} -Children: Doctrine\ORM\PersistentCollection {#8730 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8733 -id: 276 -name: "浜名中学校" -hierarchy: 1 -sort_no: 174 -create_date: DateTime @1727361361 {#8681 date: 2024-09-26 23:36:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8680 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8734 …} -Children: Doctrine\ORM\PersistentCollection {#8737 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8738 -id: 284 -name: "上衣" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1727361409 {#8731 date: 2024-09-26 23:36:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8732 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8739 …} -Children: Doctrine\ORM\PersistentCollection {#8742 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8747 -id: 281 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1727361396 {#8745 date: 2024-09-26 23:36:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8746 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8748 …} -Children: Doctrine\ORM\PersistentCollection {#8751 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8754 -id: 280 -name: "スラックス" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1727361393 {#8752 date: 2024-09-26 23:36:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8753 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8755 …} -Children: Doctrine\ORM\PersistentCollection {#8758 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8761 -id: 283 -name: "セーラー" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1727361403 {#8759 date: 2024-09-26 23:36:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8760 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8762 …} -Children: Doctrine\ORM\PersistentCollection {#8765 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8768 -id: 282 -name: "スカート" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1727361400 {#8766 date: 2024-09-26 23:36:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8767 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8769 …} -Children: Doctrine\ORM\PersistentCollection {#8772 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8775 -id: 279 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1727361390 {#8773 date: 2024-09-26 23:36:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8774 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8776 …} -Children: Doctrine\ORM\PersistentCollection {#8779 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8782 -id: 278 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1727361384 {#8780 date: 2024-09-26 23:36:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8781 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8783 …} -Children: Doctrine\ORM\PersistentCollection {#8786 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8789 -id: 277 -name: "その他" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1727361378 {#8787 date: 2024-09-26 23:36:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8788 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8790 …} -Children: Doctrine\ORM\PersistentCollection {#8793 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8796 -id: 92 -name: "城山中学校" -hierarchy: 1 -sort_no: 160 -create_date: DateTime @1727358012 {#8744 date: 2024-09-26 22:40:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8743 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8797 …} -Children: Doctrine\ORM\PersistentCollection {#8800 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8801 -id: 100 -name: "上衣" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1727358069 {#8794 date: 2024-09-26 22:41:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8795 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8802 …} -Children: Doctrine\ORM\PersistentCollection {#8805 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8810 -id: 97 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1727358060 {#8808 date: 2024-09-26 22:41:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8809 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8811 …} -Children: Doctrine\ORM\PersistentCollection {#8814 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8817 -id: 96 -name: "スラックス" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1727358037 {#8815 date: 2024-09-26 22:40:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8816 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8818 …} -Children: Doctrine\ORM\PersistentCollection {#8821 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8824 -id: 99 -name: "セーラー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1727358066 {#8822 date: 2024-09-26 22:41:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8823 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8825 …} -Children: Doctrine\ORM\PersistentCollection {#8828 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8831 -id: 98 -name: "スカート" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1727358063 {#8829 date: 2024-09-26 22:41:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8830 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8832 …} -Children: Doctrine\ORM\PersistentCollection {#8835 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8838 -id: 95 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1727358035 {#8836 date: 2024-09-26 22:40:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8837 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8839 …} -Children: Doctrine\ORM\PersistentCollection {#8842 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8845 -id: 94 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1727358031 {#8843 date: 2024-09-26 22:40:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8844 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8846 …} -Children: Doctrine\ORM\PersistentCollection {#8849 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8852 -id: 93 -name: "その他" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1727358024 {#8850 date: 2024-09-26 22:40:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8851 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8853 …} -Children: Doctrine\ORM\PersistentCollection {#8856 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8859 -id: 258 -name: "城山中学校" -hierarchy: 1 -sort_no: 151 -create_date: DateTime @1727361071 {#8807 date: 2024-09-26 23:31:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8806 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8860 …} -Children: Doctrine\ORM\PersistentCollection {#8863 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8864 -id: 266 -name: "上衣" -hierarchy: 2 -sort_no: 150 -create_date: DateTime @1727361110 {#8857 date: 2024-09-26 23:31:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8858 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8865 …} -Children: Doctrine\ORM\PersistentCollection {#8868 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8873 -id: 263 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 149 -create_date: DateTime @1727361104 {#8871 date: 2024-09-26 23:31:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8872 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8874 …} -Children: Doctrine\ORM\PersistentCollection {#8877 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8880 -id: 262 -name: "スラックス" -hierarchy: 2 -sort_no: 148 -create_date: DateTime @1727361098 {#8878 date: 2024-09-26 23:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8879 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8881 …} -Children: Doctrine\ORM\PersistentCollection {#8884 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8887 -id: 265 -name: "セーラー" -hierarchy: 2 -sort_no: 147 -create_date: DateTime @1727361108 {#8885 date: 2024-09-26 23:31:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8886 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8888 …} -Children: Doctrine\ORM\PersistentCollection {#8891 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8894 -id: 264 -name: "スカート" -hierarchy: 2 -sort_no: 146 -create_date: DateTime @1727361106 {#8892 date: 2024-09-26 23:31:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8893 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8895 …} -Children: Doctrine\ORM\PersistentCollection {#8898 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8901 -id: 261 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 145 -create_date: DateTime @1727361094 {#8899 date: 2024-09-26 23:31:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8900 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8902 …} -Children: Doctrine\ORM\PersistentCollection {#8905 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8908 -id: 260 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 144 -create_date: DateTime @1727361087 {#8906 date: 2024-09-26 23:31:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8907 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8909 …} -Children: Doctrine\ORM\PersistentCollection {#8912 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8915 -id: 259 -name: "その他" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1727361085 {#8913 date: 2024-09-26 23:31:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8914 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8916 …} -Children: Doctrine\ORM\PersistentCollection {#8919 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8922 -id: 83 -name: "南部中学校" -hierarchy: 1 -sort_no: 138 -create_date: DateTime @1727357914 {#8870 date: 2024-09-26 22:38:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8869 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8923 …} -Children: Doctrine\ORM\PersistentCollection {#8926 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8927 -id: 91 -name: "上衣" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1727357970 {#8920 date: 2024-09-26 22:39:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8921 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8928 …} -Children: Doctrine\ORM\PersistentCollection {#8931 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8936 -id: 88 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1727357956 {#8934 date: 2024-09-26 22:39:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8935 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8937 …} -Children: Doctrine\ORM\PersistentCollection {#8940 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8943 -id: 87 -name: "スラックス" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1727357952 {#8941 date: 2024-09-26 22:39:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8942 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8944 …} -Children: Doctrine\ORM\PersistentCollection {#8947 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8950 -id: 90 -name: "セーラー" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1727357967 {#8948 date: 2024-09-26 22:39:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8949 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8951 …} -Children: Doctrine\ORM\PersistentCollection {#8954 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8957 -id: 89 -name: "スカート" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1727357965 {#8955 date: 2024-09-26 22:39:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8956 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8958 …} -Children: Doctrine\ORM\PersistentCollection {#8961 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8964 -id: 86 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1727357948 {#8962 date: 2024-09-26 22:39:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8963 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8965 …} -Children: Doctrine\ORM\PersistentCollection {#8968 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8971 -id: 85 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1727357938 {#8969 date: 2024-09-26 22:38:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8970 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8972 …} -Children: Doctrine\ORM\PersistentCollection {#8975 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8978 -id: 84 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1727357933 {#8976 date: 2024-09-26 22:38:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8977 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8979 …} -Children: Doctrine\ORM\PersistentCollection {#8982 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8985 -id: 249 -name: "南部中学校" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1727361001 {#8933 date: 2024-09-26 23:30:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8932 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8986 …} -Children: Doctrine\ORM\PersistentCollection {#8989 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#8990 -id: 257 -name: "上衣" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1727361052 {#8983 date: 2024-09-26 23:30:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#8984 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8991 …} -Children: Doctrine\ORM\PersistentCollection {#8994 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#8999 -id: 254 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1727361044 {#8997 date: 2024-09-26 23:30:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#8998 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9000 …} -Children: Doctrine\ORM\PersistentCollection {#9003 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#9006 -id: 253 -name: "スラックス" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1727361040 {#9004 date: 2024-09-26 23:30:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#9005 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9007 …} -Children: Doctrine\ORM\PersistentCollection {#9010 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#9013 -id: 256 -name: "セーラー" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1727361049 {#9011 date: 2024-09-26 23:30:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#9012 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9014 …} -Children: Doctrine\ORM\PersistentCollection {#9017 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#9020 -id: 255 -name: "スカート" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1727361046 {#9018 date: 2024-09-26 23:30:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#9019 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9021 …} -Children: Doctrine\ORM\PersistentCollection {#9024 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#9027 -id: 252 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1727361037 {#9025 date: 2024-09-26 23:30:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#9026 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9028 …} -Children: Doctrine\ORM\PersistentCollection {#9031 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#9034 -id: 251 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1727361031 {#9032 date: 2024-09-26 23:30:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#9033 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9035 …} -Children: Doctrine\ORM\PersistentCollection {#9038 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#9041 -id: 250 -name: "その他" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1727361027 {#9039 date: 2024-09-26 23:30:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#9040 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9042 …} -Children: Doctrine\ORM\PersistentCollection {#9045 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#9048 -id: 74 -name: "神明中学校" -hierarchy: 1 -sort_no: 115 -create_date: DateTime @1727357577 {#8996 date: 2024-09-26 22:32:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8995 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9049 …} -Children: Doctrine\ORM\PersistentCollection {#9052 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9053 -id: 82 -name: "上衣" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1727357622 {#9046 date: 2024-09-26 22:33:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9047 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9054 …} -Children: Doctrine\ORM\PersistentCollection {#9057 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9062 -id: 79 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1727357614 {#9060 date: 2024-09-26 22:33:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9061 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9063 …} -Children: Doctrine\ORM\PersistentCollection {#9066 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9069 -id: 78 -name: "スラックス" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1727357610 {#9067 date: 2024-09-26 22:33:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9068 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9070 …} -Children: Doctrine\ORM\PersistentCollection {#9073 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9076 -id: 81 -name: "セーラー" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1727357619 {#9074 date: 2024-09-26 22:33:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9075 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9077 …} -Children: Doctrine\ORM\PersistentCollection {#9080 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9083 -id: 80 -name: "スカート" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1727357617 {#9081 date: 2024-09-26 22:33:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9082 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9084 …} -Children: Doctrine\ORM\PersistentCollection {#9087 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9090 -id: 77 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1727357599 {#9088 date: 2024-09-26 22:33:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9089 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9091 …} -Children: Doctrine\ORM\PersistentCollection {#9094 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9097 -id: 76 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1727357591 {#9095 date: 2024-09-26 22:33:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9096 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9098 …} -Children: Doctrine\ORM\PersistentCollection {#9101 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9104 -id: 75 -name: "その他" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1727357584 {#9102 date: 2024-09-26 22:33:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9103 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9105 …} -Children: Doctrine\ORM\PersistentCollection {#9108 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9111 -id: 240 -name: "神明中学校" -hierarchy: 1 -sort_no: 106 -create_date: DateTime @1727360936 {#9059 date: 2024-09-26 23:28:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9058 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9112 …} -Children: Doctrine\ORM\PersistentCollection {#9115 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9116 -id: 248 -name: "上衣" -hierarchy: 2 -sort_no: 285 -create_date: DateTime @1727360967 {#9109 date: 2024-09-26 23:29:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9110 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9117 …} -Children: Doctrine\ORM\PersistentCollection {#9120 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9125 -id: 245 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 284 -create_date: DateTime @1727360958 {#9123 date: 2024-09-26 23:29:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9124 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9126 …} -Children: Doctrine\ORM\PersistentCollection {#9129 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9132 -id: 244 -name: "スラックス" -hierarchy: 2 -sort_no: 283 -create_date: DateTime @1727360955 {#9130 date: 2024-09-26 23:29:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9131 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9133 …} -Children: Doctrine\ORM\PersistentCollection {#9136 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9139 -id: 247 -name: "セーラー" -hierarchy: 2 -sort_no: 282 -create_date: DateTime @1727360964 {#9137 date: 2024-09-26 23:29:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9138 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9140 …} -Children: Doctrine\ORM\PersistentCollection {#9143 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9146 -id: 246 -name: "スカート" -hierarchy: 2 -sort_no: 281 -create_date: DateTime @1727360961 {#9144 date: 2024-09-26 23:29:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9145 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9147 …} -Children: Doctrine\ORM\PersistentCollection {#9150 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9153 -id: 243 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 280 -create_date: DateTime @1727360952 {#9151 date: 2024-09-26 23:29:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9152 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9154 …} -Children: Doctrine\ORM\PersistentCollection {#9157 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9160 -id: 242 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 279 -create_date: DateTime @1727360946 {#9158 date: 2024-09-26 23:29:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9159 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9161 …} -Children: Doctrine\ORM\PersistentCollection {#9164 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9167 -id: 241 -name: "その他" -hierarchy: 2 -sort_no: 278 -create_date: DateTime @1727360942 {#9165 date: 2024-09-26 23:29:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9166 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9168 …} -Children: Doctrine\ORM\PersistentCollection {#9171 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9174 -id: 65 -name: "第一中学校" -hierarchy: 1 -sort_no: 97 -create_date: DateTime @1727357466 {#9122 date: 2024-09-26 22:31:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9121 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9175 …} -Children: Doctrine\ORM\PersistentCollection {#9178 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9179 -id: 73 -name: "上衣" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1727357538 {#9172 date: 2024-09-26 22:32:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9173 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9180 …} -Children: Doctrine\ORM\PersistentCollection {#9183 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9188 -id: 70 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1727357525 {#9186 date: 2024-09-26 22:32:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9187 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9189 …} -Children: Doctrine\ORM\PersistentCollection {#9192 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9195 -id: 69 -name: "スラックス" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1727357521 {#9193 date: 2024-09-26 22:32:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9194 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9196 …} -Children: Doctrine\ORM\PersistentCollection {#9199 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9202 -id: 72 -name: "セーラー" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1727357530 {#9200 date: 2024-09-26 22:32:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9201 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9203 …} -Children: Doctrine\ORM\PersistentCollection {#9206 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9209 -id: 71 -name: "スカート" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1727357528 {#9207 date: 2024-09-26 22:32:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9208 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9210 …} -Children: Doctrine\ORM\PersistentCollection {#9213 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9216 -id: 68 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1727357505 {#9214 date: 2024-09-26 22:31:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9215 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9217 …} -Children: Doctrine\ORM\PersistentCollection {#9220 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9223 -id: 67 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1727357494 {#9221 date: 2024-09-26 22:31:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9222 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9224 …} -Children: Doctrine\ORM\PersistentCollection {#9227 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9230 -id: 66 -name: "その他" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1727357484 {#9228 date: 2024-09-26 22:31:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9229 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9231 …} -Children: Doctrine\ORM\PersistentCollection {#9234 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9237 -id: 231 -name: "第一中学校" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1727360851 {#9185 date: 2024-09-26 23:27:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9184 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9238 …} -Children: Doctrine\ORM\PersistentCollection {#9241 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9242 -id: 239 -name: "上衣" -hierarchy: 2 -sort_no: 276 -create_date: DateTime @1727360898 {#9235 date: 2024-09-26 23:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9236 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9243 …} -Children: Doctrine\ORM\PersistentCollection {#9246 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9251 -id: 236 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 275 -create_date: DateTime @1727360887 {#9249 date: 2024-09-26 23:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9250 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9252 …} -Children: Doctrine\ORM\PersistentCollection {#9255 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9258 -id: 235 -name: "スラックス" -hierarchy: 2 -sort_no: 274 -create_date: DateTime @1727360884 {#9256 date: 2024-09-26 23:28:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9257 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9259 …} -Children: Doctrine\ORM\PersistentCollection {#9262 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9265 -id: 238 -name: "セーラー" -hierarchy: 2 -sort_no: 273 -create_date: DateTime @1727360895 {#9263 date: 2024-09-26 23:28:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9264 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9266 …} -Children: Doctrine\ORM\PersistentCollection {#9269 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9272 -id: 237 -name: "スカート" -hierarchy: 2 -sort_no: 272 -create_date: DateTime @1727360892 {#9270 date: 2024-09-26 23:28:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9271 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9273 …} -Children: Doctrine\ORM\PersistentCollection {#9276 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9279 -id: 234 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 271 -create_date: DateTime @1727360881 {#9277 date: 2024-09-26 23:28:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9278 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9280 …} -Children: Doctrine\ORM\PersistentCollection {#9283 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9286 -id: 233 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 270 -create_date: DateTime @1727360874 {#9284 date: 2024-09-26 23:27:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9285 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9287 …} -Children: Doctrine\ORM\PersistentCollection {#9290 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9293 -id: 232 -name: "その他" -hierarchy: 2 -sort_no: 269 -create_date: DateTime @1727360866 {#9291 date: 2024-09-26 23:27:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9292 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9294 …} -Children: Doctrine\ORM\PersistentCollection {#9297 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9300 -id: 42 -name: "磐田東高等学校" -hierarchy: 1 -sort_no: 79 -create_date: DateTime @1727357236 {#9248 date: 2024-09-26 22:27:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9247 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9301 …} -Children: Doctrine\ORM\PersistentCollection {#9304 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9305 -id: 64 -name: "上衣" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1727357423 {#9298 date: 2024-09-26 22:30:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357427 {#9299 date: 2024-09-26 22:30:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9306 …} -Children: Doctrine\ORM\PersistentCollection {#9309 …} -Parent: Eccube\Entity\Category {#9300} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9314 -id: 63 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1727357418 {#9312 date: 2024-09-26 22:30:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357418 {#9313 date: 2024-09-26 22:30:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9315 …} -Children: Doctrine\ORM\PersistentCollection {#9318 …} -Parent: Eccube\Entity\Category {#9300} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9321 -id: 62 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1727357412 {#9319 date: 2024-09-26 22:30:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357412 {#9320 date: 2024-09-26 22:30:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9322 …} -Children: Doctrine\ORM\PersistentCollection {#9325 …} -Parent: Eccube\Entity\Category {#9300} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9328 -id: 61 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1727357404 {#9326 date: 2024-09-26 22:30:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357404 {#9327 date: 2024-09-26 22:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9329 …} -Children: Doctrine\ORM\PersistentCollection {#9332 …} -Parent: Eccube\Entity\Category {#9300} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9335 -id: 60 -name: "ニット" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1727357395 {#9333 date: 2024-09-26 22:29:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357395 {#9334 date: 2024-09-26 22:29:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9336 …} -Children: Doctrine\ORM\PersistentCollection {#9339 …} -Parent: Eccube\Entity\Category {#9300} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9342 -id: 59 -name: "その他" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1727357393 {#9340 date: 2024-09-26 22:29:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357393 {#9341 date: 2024-09-26 22:29:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9343 …} -Children: Doctrine\ORM\PersistentCollection {#9346 …} -Parent: Eccube\Entity\Category {#9300} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9349 -id: 41 -name: "磐田東中学校" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1727357222 {#9311 date: 2024-09-26 22:27:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9310 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9350 …} -Children: Doctrine\ORM\PersistentCollection {#9353 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9354 -id: 52 -name: "上衣" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1727357343 {#9347 date: 2024-09-26 22:29:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357343 {#9348 date: 2024-09-26 22:29:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9355 …} -Children: Doctrine\ORM\PersistentCollection {#9358 …} -Parent: Eccube\Entity\Category {#9349} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9363 -id: 51 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1727357338 {#9361 date: 2024-09-26 22:28:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357338 {#9362 date: 2024-09-26 22:28:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9364 …} -Children: Doctrine\ORM\PersistentCollection {#9367 …} -Parent: Eccube\Entity\Category {#9349} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9370 -id: 50 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1727357327 {#9368 date: 2024-09-26 22:28:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357327 {#9369 date: 2024-09-26 22:28:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9371 …} -Children: Doctrine\ORM\PersistentCollection {#9374 …} -Parent: Eccube\Entity\Category {#9349} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9377 -id: 49 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1727357311 {#9375 date: 2024-09-26 22:28:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357311 {#9376 date: 2024-09-26 22:28:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9378 …} -Children: Doctrine\ORM\PersistentCollection {#9381 …} -Parent: Eccube\Entity\Category {#9349} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9384 -id: 48 -name: "その他" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1727357304 {#9382 date: 2024-09-26 22:28:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357304 {#9383 date: 2024-09-26 22:28:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9385 …} -Children: Doctrine\ORM\PersistentCollection {#9388 …} -Parent: Eccube\Entity\Category {#9349} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9391 -id: 39 -name: "磐田東中学校" -hierarchy: 1 -sort_no: 63 -create_date: DateTime @1727357151 {#9359 date: 2024-09-26 22:25:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9360 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9392 …} -Children: Doctrine\ORM\PersistentCollection {#9395 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9396 -id: 47 -name: "上衣" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1727357287 {#9389 date: 2024-09-26 22:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357287 {#9390 date: 2024-09-26 22:28:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9397 …} -Children: Doctrine\ORM\PersistentCollection {#9400 …} -Parent: Eccube\Entity\Category {#9391} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9405 -id: 46 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1727357276 {#9403 date: 2024-09-26 22:27:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357276 {#9404 date: 2024-09-26 22:27:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9406 …} -Children: Doctrine\ORM\PersistentCollection {#9409 …} -Parent: Eccube\Entity\Category {#9391} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9412 -id: 45 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1727357269 {#9410 date: 2024-09-26 22:27:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357269 {#9411 date: 2024-09-26 22:27:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9413 …} -Children: Doctrine\ORM\PersistentCollection {#9416 …} -Parent: Eccube\Entity\Category {#9391} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9419 -id: 44 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1727357264 {#9417 date: 2024-09-26 22:27:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357264 {#9418 date: 2024-09-26 22:27:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9420 …} -Children: Doctrine\ORM\PersistentCollection {#9423 …} -Parent: Eccube\Entity\Category {#9391} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9426 -id: 43 -name: "その他" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1727357259 {#9424 date: 2024-09-26 22:27:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357259 {#9425 date: 2024-09-26 22:27:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9427 …} -Children: Doctrine\ORM\PersistentCollection {#9430 …} -Parent: Eccube\Entity\Category {#9391} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9433 -id: 40 -name: "磐田東高等学校" -hierarchy: 1 -sort_no: 56 -create_date: DateTime @1727357212 {#9401 date: 2024-09-26 22:26:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9402 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9434 …} -Children: Doctrine\ORM\PersistentCollection {#9437 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9438 -id: 58 -name: "上衣" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1727357386 {#9431 date: 2024-09-26 22:29:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357386 {#9432 date: 2024-09-26 22:29:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9439 …} -Children: Doctrine\ORM\PersistentCollection {#9442 …} -Parent: Eccube\Entity\Category {#9433} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9447 -id: 57 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1727357383 {#9445 date: 2024-09-26 22:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357383 {#9446 date: 2024-09-26 22:29:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9448 …} -Children: Doctrine\ORM\PersistentCollection {#9451 …} -Parent: Eccube\Entity\Category {#9433} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9454 -id: 56 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1727357377 {#9452 date: 2024-09-26 22:29:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357377 {#9453 date: 2024-09-26 22:29:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9455 …} -Children: Doctrine\ORM\PersistentCollection {#9458 …} -Parent: Eccube\Entity\Category {#9433} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9461 -id: 55 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1727357364 {#9459 date: 2024-09-26 22:29:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357364 {#9460 date: 2024-09-26 22:29:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9462 …} -Children: Doctrine\ORM\PersistentCollection {#9465 …} -Parent: Eccube\Entity\Category {#9433} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9468 -id: 54 -name: "ニット" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1727357358 {#9466 date: 2024-09-26 22:29:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357358 {#9467 date: 2024-09-26 22:29:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9469 …} -Children: Doctrine\ORM\PersistentCollection {#9472 …} -Parent: Eccube\Entity\Category {#9433} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9475 -id: 53 -name: "その他" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1727357353 {#9473 date: 2024-09-26 22:29:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357353 {#9474 date: 2024-09-26 22:29:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9476 …} -Children: Doctrine\ORM\PersistentCollection {#9479 …} -Parent: Eccube\Entity\Category {#9433} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9482 -id: 29 -name: "浜松聖星高等学校" -hierarchy: 1 -sort_no: 50 -create_date: DateTime @1727357059 {#9444 date: 2024-09-26 22:24:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9443 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9483 …} -Children: Doctrine\ORM\PersistentCollection {#9486 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9487 -id: 38 -name: "上衣" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1727357125 {#9480 date: 2024-09-26 22:25:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357125 {#9481 date: 2024-09-26 22:25:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9488 …} -Children: Doctrine\ORM\PersistentCollection {#9491 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9496 -id: 37 -name: "スカート" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1727357113 {#9494 date: 2024-09-26 22:25:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357113 {#9495 date: 2024-09-26 22:25:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9497 …} -Children: Doctrine\ORM\PersistentCollection {#9500 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9503 -id: 36 -name: "スラックス" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1727357109 {#9501 date: 2024-09-26 22:25:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357109 {#9502 date: 2024-09-26 22:25:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9504 …} -Children: Doctrine\ORM\PersistentCollection {#9507 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9510 -id: 35 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1727357107 {#9508 date: 2024-09-26 22:25:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357107 {#9509 date: 2024-09-26 22:25:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9511 …} -Children: Doctrine\ORM\PersistentCollection {#9514 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9517 -id: 34 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1727357100 {#9515 date: 2024-09-26 22:25:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357100 {#9516 date: 2024-09-26 22:25:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9518 …} -Children: Doctrine\ORM\PersistentCollection {#9521 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9524 -id: 33 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1727357095 {#9522 date: 2024-09-26 22:24:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357095 {#9523 date: 2024-09-26 22:24:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9525 …} -Children: Doctrine\ORM\PersistentCollection {#9528 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9531 -id: 32 -name: "ソックス" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1727357091 {#9529 date: 2024-09-26 22:24:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357091 {#9530 date: 2024-09-26 22:24:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9532 …} -Children: Doctrine\ORM\PersistentCollection {#9535 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9538 -id: 31 -name: "バッグ" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1727357088 {#9536 date: 2024-09-26 22:24:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357088 {#9537 date: 2024-09-26 22:24:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9539 …} -Children: Doctrine\ORM\PersistentCollection {#9542 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9545 -id: 30 -name: "その他" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1727357074 {#9543 date: 2024-09-26 22:24:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357074 {#9544 date: 2024-09-26 22:24:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9546 …} -Children: Doctrine\ORM\PersistentCollection {#9549 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9552 -id: 22 -name: "西遠女子学園中学校" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1727356966 {#9492 date: 2024-09-26 22:22:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9493 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9553 …} -Children: Doctrine\ORM\PersistentCollection {#9556 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#9557 -id: 28 -name: "セーラー" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1727356997 {#9550 date: 2024-09-26 22:23:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356997 {#9551 date: 2024-09-26 22:23:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9558 …} -Children: Doctrine\ORM\PersistentCollection {#9561 …} -Parent: Eccube\Entity\Category {#9552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#9566 -id: 27 -name: "スカート" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1727356991 {#9564 date: 2024-09-26 22:23:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356991 {#9565 date: 2024-09-26 22:23:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9567 …} -Children: Doctrine\ORM\PersistentCollection {#9570 …} -Parent: Eccube\Entity\Category {#9552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#9573 -id: 26 -name: "セーター" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1727356988 {#9571 date: 2024-09-26 22:23:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356988 {#9572 date: 2024-09-26 22:23:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9574 …} -Children: Doctrine\ORM\PersistentCollection {#9577 …} -Parent: Eccube\Entity\Category {#9552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#9580 -id: 25 -name: "ソックス" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1727356981 {#9578 date: 2024-09-26 22:23:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356981 {#9579 date: 2024-09-26 22:23:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9581 …} -Children: Doctrine\ORM\PersistentCollection {#9584 …} -Parent: Eccube\Entity\Category {#9552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#9587 -id: 24 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1727356978 {#9585 date: 2024-09-26 22:22:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356978 {#9586 date: 2024-09-26 22:22:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9588 …} -Children: Doctrine\ORM\PersistentCollection {#9591 …} -Parent: Eccube\Entity\Category {#9552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#9594 -id: 23 -name: "コート" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1727356972 {#9592 date: 2024-09-26 22:22:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356972 {#9593 date: 2024-09-26 22:22:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9595 …} -Children: Doctrine\ORM\PersistentCollection {#9598 …} -Parent: Eccube\Entity\Category {#9552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#9601 -id: 15 -name: "西遠女子学園高等学校" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1727356865 {#9563 date: 2024-09-26 22:21:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9562 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9602 …} -Children: Doctrine\ORM\PersistentCollection {#9605 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6777 …} } Eccube\Entity\Category {#9606 -id: 21 -name: "セーラー" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1727356937 {#9599 date: 2024-09-26 22:22:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356937 {#9600 date: 2024-09-26 22:22:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9607 …} -Children: Doctrine\ORM\PersistentCollection {#9610 …} -Parent: Eccube\Entity\Category {#9601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6777 …} } Eccube\Entity\Category {#9615 -id: 20 -name: "スカート" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1727356935 {#9613 date: 2024-09-26 22:22:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356935 {#9614 date: 2024-09-26 22:22:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9616 …} -Children: Doctrine\ORM\PersistentCollection {#9619 …} -Parent: Eccube\Entity\Category {#9601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6777 …} } Eccube\Entity\Category {#9622 -id: 19 -name: "セーター" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1727356926 {#9620 date: 2024-09-26 22:22:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356926 {#9621 date: 2024-09-26 22:22:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9623 …} -Children: Doctrine\ORM\PersistentCollection {#9626 …} -Parent: Eccube\Entity\Category {#9601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6777 …} } Eccube\Entity\Category {#9629 -id: 18 -name: "ソックス" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1727356922 {#9627 date: 2024-09-26 22:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356922 {#9628 date: 2024-09-26 22:22:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9630 …} -Children: Doctrine\ORM\PersistentCollection {#9633 …} -Parent: Eccube\Entity\Category {#9601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6777 …} } Eccube\Entity\Category {#9636 -id: 17 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1727356917 {#9634 date: 2024-09-26 22:21:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356917 {#9635 date: 2024-09-26 22:21:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9637 …} -Children: Doctrine\ORM\PersistentCollection {#9640 …} -Parent: Eccube\Entity\Category {#9601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6777 …} } Eccube\Entity\Category {#9643 -id: 16 -name: "コート" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1727356912 {#9641 date: 2024-09-26 22:21:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356912 {#9642 date: 2024-09-26 22:21:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9644 …} -Children: Doctrine\ORM\PersistentCollection {#9647 …} -Parent: Eccube\Entity\Category {#9601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6777 …} } Eccube\Entity\Category {#9650 -id: 7 -name: "浜松西高等学校・中等部" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1727356715 {#9612 date: 2024-09-26 22:18:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9611 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9651 …} -Children: Doctrine\ORM\PersistentCollection {#9654 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6743 …} } Eccube\Entity\Category {#9655 -id: 14 -name: "上衣" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1727356836 {#9648 date: 2024-09-26 22:20:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9649 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9656 …} -Children: Doctrine\ORM\PersistentCollection {#9659 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } Eccube\Entity\Category {#9664 -id: 13 -name: "シャツ" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1727356831 {#9662 date: 2024-09-26 22:20:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9663 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9665 …} -Children: Doctrine\ORM\PersistentCollection {#9668 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } Eccube\Entity\Category {#9671 -id: 12 -name: "セーラー" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1727356828 {#9669 date: 2024-09-26 22:20:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9670 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9672 …} -Children: Doctrine\ORM\PersistentCollection {#9675 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } Eccube\Entity\Category {#9678 -id: 11 -name: "スカート" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1727356825 {#9676 date: 2024-09-26 22:20:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9677 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9679 …} -Children: Doctrine\ORM\PersistentCollection {#9682 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } Eccube\Entity\Category {#9685 -id: 10 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1727356822 {#9683 date: 2024-09-26 22:20:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9684 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9686 …} -Children: Doctrine\ORM\PersistentCollection {#9689 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } Eccube\Entity\Category {#9692 -id: 9 -name: "セーター・ベスト" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1727356811 {#9690 date: 2024-09-26 22:20:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9691 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9693 …} -Children: Doctrine\ORM\PersistentCollection {#9696 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } Eccube\Entity\Category {#9699 -id: 8 -name: "ソックス" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1727356797 {#9697 date: 2024-09-26 22:19:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9698 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9700 …} -Children: Doctrine\ORM\PersistentCollection {#9703 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } Eccube\Entity\Category {#9706 -id: 1 -name: "磐田南高等学校" -hierarchy: 1 -sort_no: 20 -create_date: DateTime @1727356577 {#9660 date: 2024-09-26 22:16:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9661 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9707 …} -Children: Doctrine\ORM\PersistentCollection {#9710 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6693 …} } Eccube\Entity\Category {#9711 -id: 6 -name: "上衣" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1727356642 {#9704 date: 2024-09-26 22:17:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356648 {#9705 date: 2024-09-26 22:17:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9712 …} -Children: Doctrine\ORM\PersistentCollection {#9715 …} -Parent: Eccube\Entity\Category {#9706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6693 …} } Eccube\Entity\Category {#9720 -id: 5 -name: "シャツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1727356639 {#9718 date: 2024-09-26 22:17:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356639 {#9719 date: 2024-09-26 22:17:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9721 …} -Children: Doctrine\ORM\PersistentCollection {#9724 …} -Parent: Eccube\Entity\Category {#9706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6693 …} } Eccube\Entity\Category {#9727 -id: 4 -name: "スカート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1727356633 {#9725 date: 2024-09-26 22:17:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356633 {#9726 date: 2024-09-26 22:17:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9728 …} -Children: Doctrine\ORM\PersistentCollection {#9731 …} -Parent: Eccube\Entity\Category {#9706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6693 …} } Eccube\Entity\Category {#9734 -id: 3 -name: "スラックス" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1727356629 {#9732 date: 2024-09-26 22:17:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356629 {#9733 date: 2024-09-26 22:17:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9735 …} -Children: Doctrine\ORM\PersistentCollection {#9738 …} -Parent: Eccube\Entity\Category {#9706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6693 …} } Eccube\Entity\Category {#9741 -id: 2 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1727356613 {#9739 date: 2024-09-26 22:16:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356613 {#9740 date: 2024-09-26 22:16:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9742 …} -Children: Doctrine\ORM\PersistentCollection {#9745 …} -Parent: Eccube\Entity\Category {#9706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6693 …} } Eccube\Entity\Category {#9748 -id: 188 -name: "磐田南高等学校" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1727359960 {#9716 date: 2024-09-26 23:12:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9717 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9749 …} -Children: Doctrine\ORM\PersistentCollection {#9752 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6952 …} } Eccube\Entity\Category {#9753 -id: 194 -name: "上衣" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1727360018 {#9746 date: 2024-09-26 23:13:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360018 {#9747 date: 2024-09-26 23:13:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9754 …} -Children: Doctrine\ORM\PersistentCollection {#9757 …} -Parent: Eccube\Entity\Category {#9748} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6952 …} } Eccube\Entity\Category {#9762 -id: 193 -name: "シャツ" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1727360007 {#9760 date: 2024-09-26 23:13:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360007 {#9761 date: 2024-09-26 23:13:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9763 …} -Children: Doctrine\ORM\PersistentCollection {#9766 …} -Parent: Eccube\Entity\Category {#9748} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6952 …} } Eccube\Entity\Category {#9769 -id: 192 -name: "スカート" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1727360005 {#9767 date: 2024-09-26 23:13:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360005 {#9768 date: 2024-09-26 23:13:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9770 …} -Children: Doctrine\ORM\PersistentCollection {#9773 …} -Parent: Eccube\Entity\Category {#9748} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6952 …} } Eccube\Entity\Category {#9776 -id: 191 -name: "スラックス" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1727360000 {#9774 date: 2024-09-26 23:13:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360000 {#9775 date: 2024-09-26 23:13:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9777 …} -Children: Doctrine\ORM\PersistentCollection {#9780 …} -Parent: Eccube\Entity\Category {#9748} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6952 …} } Eccube\Entity\Category {#9783 -id: 190 -name: "ソックス" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1727359991 {#9781 date: 2024-09-26 23:13:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359991 {#9782 date: 2024-09-26 23:13:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9784 …} -Children: Doctrine\ORM\PersistentCollection {#9787 …} -Parent: Eccube\Entity\Category {#9748} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6952 …} } Eccube\Entity\Category {#9790 -id: 189 -name: "その他" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1727359981 {#9788 date: 2024-09-26 23:13:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359981 {#9789 date: 2024-09-26 23:13:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9791 …} -Children: Doctrine\ORM\PersistentCollection {#9794 …} -Parent: Eccube\Entity\Category {#9748} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6952 …} } ] |
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 {#7331 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#7385 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#7384 -om: ContainerXorLgGn\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#807 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#7325 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Category {#7485 -id: 182 -name: "浜松工業高等学校" -hierarchy: 1 -sort_no: 296 -create_date: DateTime @1727359862 {#7517 date: 2024-09-26 23:11:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7515 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7528 …} -Children: Doctrine\ORM\PersistentCollection {#7769 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#7768 -id: 186 -name: "上衣" -hierarchy: 2 -sort_no: 228 -create_date: DateTime @1727359888 {#7513 date: 2024-09-26 23:11:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#7511 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7767 …} -Children: Doctrine\ORM\PersistentCollection {#7763 …} -Parent: Eccube\Entity\Category {#7485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#7758 -id: 185 -name: "ブラウス" -hierarchy: 2 -sort_no: 227 -create_date: DateTime @1727359881 {#7760 date: 2024-09-26 23:11:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#7759 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7757 …} -Children: Doctrine\ORM\PersistentCollection {#7754 …} -Parent: Eccube\Entity\Category {#7485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#7751 -id: 184 -name: "スカート" -hierarchy: 2 -sort_no: 226 -create_date: DateTime @1727359876 {#7753 date: 2024-09-26 23:11:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#7752 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7750 …} -Children: Doctrine\ORM\PersistentCollection {#7747 …} -Parent: Eccube\Entity\Category {#7485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#7744 -id: 187 -name: "ネクタイ" -hierarchy: 2 -sort_no: 225 -create_date: DateTime @1727359899 {#7746 date: 2024-09-26 23:11:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#7745 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7743 …} -Children: Doctrine\ORM\PersistentCollection {#7740 …} -Parent: Eccube\Entity\Category {#7485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#7507 -id: 183 -name: "ニット" -hierarchy: 2 -sort_no: 224 -create_date: DateTime @1727359868 {#7506 date: 2024-09-26 23:11:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#7512 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7508 …} -Children: Doctrine\ORM\PersistentCollection {#7729 …} -Parent: Eccube\Entity\Category {#7485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6943 …} } Eccube\Entity\Category {#7732 -id: 225 -name: "浜松工業高等学校" -hierarchy: 1 -sort_no: 290 -create_date: DateTime @1727360786 {#7762 date: 2024-09-26 23:26:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7761 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7733 …} -Children: Doctrine\ORM\PersistentCollection {#7736 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7006 …} } Eccube\Entity\Category {#7737 -id: 230 -name: "上衣" -hierarchy: 2 -sort_no: 266 -create_date: DateTime @1727360815 {#7730 date: 2024-09-26 23:26:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360815 {#7731 date: 2024-09-26 23:26:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7738 …} -Children: Doctrine\ORM\PersistentCollection {#7774 …} -Parent: Eccube\Entity\Category {#7732} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7006 …} } Eccube\Entity\Category {#7780 -id: 229 -name: "ブラウス" -hierarchy: 2 -sort_no: 265 -create_date: DateTime @1727360810 {#7778 date: 2024-09-26 23:26:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360810 {#7779 date: 2024-09-26 23:26:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7781 …} -Children: Doctrine\ORM\PersistentCollection {#7784 …} -Parent: Eccube\Entity\Category {#7732} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7006 …} } Eccube\Entity\Category {#7787 -id: 228 -name: "スカート" -hierarchy: 2 -sort_no: 264 -create_date: DateTime @1727360808 {#7785 date: 2024-09-26 23:26:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360808 {#7786 date: 2024-09-26 23:26:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7788 …} -Children: Doctrine\ORM\PersistentCollection {#7791 …} -Parent: Eccube\Entity\Category {#7732} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7006 …} } Eccube\Entity\Category {#7794 -id: 227 -name: "ネクタイ" -hierarchy: 2 -sort_no: 263 -create_date: DateTime @1727360804 {#7792 date: 2024-09-26 23:26:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360804 {#7793 date: 2024-09-26 23:26:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7795 …} -Children: Doctrine\ORM\PersistentCollection {#7798 …} -Parent: Eccube\Entity\Category {#7732} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7006 …} } Eccube\Entity\Category {#7801 -id: 226 -name: "ニット" -hierarchy: 2 -sort_no: 262 -create_date: DateTime @1727360794 {#7799 date: 2024-09-26 23:26:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360794 {#7800 date: 2024-09-26 23:26:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7802 …} -Children: Doctrine\ORM\PersistentCollection {#7805 …} -Parent: Eccube\Entity\Category {#7732} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7006 …} } Eccube\Entity\Category {#7808 -id: 175 -name: "磐田北高等学校" -hierarchy: 1 -sort_no: 289 -create_date: DateTime @1727359766 {#7775 date: 2024-09-26 23:09:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7777 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7809 …} -Children: Doctrine\ORM\PersistentCollection {#7812 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#7813 -id: 181 -name: "上衣" -hierarchy: 2 -sort_no: 222 -create_date: DateTime @1727359792 {#7806 date: 2024-09-26 23:09:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359792 {#7807 date: 2024-09-26 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7814 …} -Children: Doctrine\ORM\PersistentCollection {#7817 …} -Parent: Eccube\Entity\Category {#7808} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#7822 -id: 180 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 221 -create_date: DateTime @1727359786 {#7820 date: 2024-09-26 23:09:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359786 {#7821 date: 2024-09-26 23:09:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7823 …} -Children: Doctrine\ORM\PersistentCollection {#7826 …} -Parent: Eccube\Entity\Category {#7808} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#7829 -id: 179 -name: "スラックス" -hierarchy: 2 -sort_no: 220 -create_date: DateTime @1727359782 {#7827 date: 2024-09-26 23:09:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359782 {#7828 date: 2024-09-26 23:09:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7830 …} -Children: Doctrine\ORM\PersistentCollection {#7833 …} -Parent: Eccube\Entity\Category {#7808} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#7836 -id: 178 -name: "スカート" -hierarchy: 2 -sort_no: 219 -create_date: DateTime @1727359778 {#7834 date: 2024-09-26 23:09:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359778 {#7835 date: 2024-09-26 23:09:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7837 …} -Children: Doctrine\ORM\PersistentCollection {#7840 …} -Parent: Eccube\Entity\Category {#7808} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#7843 -id: 177 -name: "ネクタイ" -hierarchy: 2 -sort_no: 218 -create_date: DateTime @1727359776 {#7841 date: 2024-09-26 23:09:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359776 {#7842 date: 2024-09-26 23:09:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7844 …} -Children: Doctrine\ORM\PersistentCollection {#7847 …} -Parent: Eccube\Entity\Category {#7808} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#7850 -id: 176 -name: "ソックス" -hierarchy: 2 -sort_no: 217 -create_date: DateTime @1727359773 {#7848 date: 2024-09-26 23:09:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359773 {#7849 date: 2024-09-26 23:09:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7851 …} -Children: Doctrine\ORM\PersistentCollection {#7854 …} -Parent: Eccube\Entity\Category {#7808} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6935 …} } Eccube\Entity\Category {#7857 -id: 218 -name: "磐田北高等学校" -hierarchy: 1 -sort_no: 288 -create_date: DateTime @1727360732 {#7819 date: 2024-09-26 23:25:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7818 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7858 …} -Children: Doctrine\ORM\PersistentCollection {#7861 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6997 …} } Eccube\Entity\Category {#7862 -id: 224 -name: "上衣" -hierarchy: 2 -sort_no: 261 -create_date: DateTime @1727360755 {#7855 date: 2024-09-26 23:25:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360755 {#7856 date: 2024-09-26 23:25:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7863 …} -Children: Doctrine\ORM\PersistentCollection {#7866 …} -Parent: Eccube\Entity\Category {#7857} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6997 …} } Eccube\Entity\Category {#7871 -id: 223 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 260 -create_date: DateTime @1727360750 {#7869 date: 2024-09-26 23:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360750 {#7870 date: 2024-09-26 23:25:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7872 …} -Children: Doctrine\ORM\PersistentCollection {#7875 …} -Parent: Eccube\Entity\Category {#7857} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6997 …} } Eccube\Entity\Category {#7878 -id: 222 -name: "スラックス" -hierarchy: 2 -sort_no: 259 -create_date: DateTime @1727360744 {#7876 date: 2024-09-26 23:25:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360744 {#7877 date: 2024-09-26 23:25:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7879 …} -Children: Doctrine\ORM\PersistentCollection {#7882 …} -Parent: Eccube\Entity\Category {#7857} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6997 …} } Eccube\Entity\Category {#7885 -id: 221 -name: "スカート" -hierarchy: 2 -sort_no: 258 -create_date: DateTime @1727360742 {#7883 date: 2024-09-26 23:25:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360742 {#7884 date: 2024-09-26 23:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7886 …} -Children: Doctrine\ORM\PersistentCollection {#7889 …} -Parent: Eccube\Entity\Category {#7857} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6997 …} } Eccube\Entity\Category {#7892 -id: 220 -name: "ネクタイ" -hierarchy: 2 -sort_no: 257 -create_date: DateTime @1727360739 {#7890 date: 2024-09-26 23:25:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360739 {#7891 date: 2024-09-26 23:25:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7893 …} -Children: Doctrine\ORM\PersistentCollection {#7896 …} -Parent: Eccube\Entity\Category {#7857} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6997 …} } Eccube\Entity\Category {#7899 -id: 219 -name: "ソックス" -hierarchy: 2 -sort_no: 256 -create_date: DateTime @1727360737 {#7897 date: 2024-09-26 23:25:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360737 {#7898 date: 2024-09-26 23:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7900 …} -Children: Doctrine\ORM\PersistentCollection {#7903 …} -Parent: Eccube\Entity\Category {#7857} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6997 …} } Eccube\Entity\Category {#7906 -id: 168 -name: "浜松湖北高等学校" -hierarchy: 1 -sort_no: 287 -create_date: DateTime @1727359685 {#7868 date: 2024-09-26 23:08:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7867 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7907 …} -Children: Doctrine\ORM\PersistentCollection {#7910 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#7911 -id: 174 -name: "ブレザー" -hierarchy: 2 -sort_no: 215 -create_date: DateTime @1727359726 {#7904 date: 2024-09-26 23:08:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359726 {#7905 date: 2024-09-26 23:08:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7912 …} -Children: Doctrine\ORM\PersistentCollection {#7915 …} -Parent: Eccube\Entity\Category {#7906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#7920 -id: 173 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 214 -create_date: DateTime @1727359718 {#7918 date: 2024-09-26 23:08:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359718 {#7919 date: 2024-09-26 23:08:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7921 …} -Children: Doctrine\ORM\PersistentCollection {#7924 …} -Parent: Eccube\Entity\Category {#7906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#7927 -id: 172 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 213 -create_date: DateTime @1727359713 {#7925 date: 2024-09-26 23:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359713 {#7926 date: 2024-09-26 23:08:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7928 …} -Children: Doctrine\ORM\PersistentCollection {#7931 …} -Parent: Eccube\Entity\Category {#7906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#7934 -id: 171 -name: "スカート" -hierarchy: 2 -sort_no: 212 -create_date: DateTime @1727359701 {#7932 date: 2024-09-26 23:08:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359701 {#7933 date: 2024-09-26 23:08:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7935 …} -Children: Doctrine\ORM\PersistentCollection {#7938 …} -Parent: Eccube\Entity\Category {#7906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#7941 -id: 170 -name: "ネクタイ" -hierarchy: 2 -sort_no: 211 -create_date: DateTime @1727359697 {#7939 date: 2024-09-26 23:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359697 {#7940 date: 2024-09-26 23:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7942 …} -Children: Doctrine\ORM\PersistentCollection {#7945 …} -Parent: Eccube\Entity\Category {#7906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#7948 -id: 169 -name: "セーター" -hierarchy: 2 -sort_no: 210 -create_date: DateTime @1727359690 {#7946 date: 2024-09-26 23:08:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359694 {#7947 date: 2024-09-26 23:08:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7949 …} -Children: Doctrine\ORM\PersistentCollection {#7952 …} -Parent: Eccube\Entity\Category {#7906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6927 …} } Eccube\Entity\Category {#7955 -id: 211 -name: "浜松湖北高等学校" -hierarchy: 1 -sort_no: 286 -create_date: DateTime @1727360664 {#7917 date: 2024-09-26 23:24:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7916 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7956 …} -Children: Doctrine\ORM\PersistentCollection {#7959 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6988 …} } Eccube\Entity\Category {#7960 -id: 217 -name: "ブレザー" -hierarchy: 2 -sort_no: 236 -create_date: DateTime @1727360698 {#7953 date: 2024-09-26 23:24:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360698 {#7954 date: 2024-09-26 23:24:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7961 …} -Children: Doctrine\ORM\PersistentCollection {#7964 …} -Parent: Eccube\Entity\Category {#7955} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6988 …} } Eccube\Entity\Category {#7969 -id: 216 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 235 -create_date: DateTime @1727360692 {#7967 date: 2024-09-26 23:24:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360692 {#7968 date: 2024-09-26 23:24:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7970 …} -Children: Doctrine\ORM\PersistentCollection {#7973 …} -Parent: Eccube\Entity\Category {#7955} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6988 …} } Eccube\Entity\Category {#7976 -id: 215 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 234 -create_date: DateTime @1727360684 {#7974 date: 2024-09-26 23:24:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360684 {#7975 date: 2024-09-26 23:24:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7977 …} -Children: Doctrine\ORM\PersistentCollection {#7980 …} -Parent: Eccube\Entity\Category {#7955} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6988 …} } Eccube\Entity\Category {#7983 -id: 214 -name: "スカート" -hierarchy: 2 -sort_no: 233 -create_date: DateTime @1727360678 {#7981 date: 2024-09-26 23:24:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360678 {#7982 date: 2024-09-26 23:24:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7984 …} -Children: Doctrine\ORM\PersistentCollection {#7987 …} -Parent: Eccube\Entity\Category {#7955} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6988 …} } Eccube\Entity\Category {#7990 -id: 213 -name: "ネクタイ" -hierarchy: 2 -sort_no: 232 -create_date: DateTime @1727360676 {#7988 date: 2024-09-26 23:24:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360676 {#7989 date: 2024-09-26 23:24:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7991 …} -Children: Doctrine\ORM\PersistentCollection {#7994 …} -Parent: Eccube\Entity\Category {#7955} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6988 …} } Eccube\Entity\Category {#7997 -id: 212 -name: "セーター" -hierarchy: 2 -sort_no: 231 -create_date: DateTime @1727360671 {#7995 date: 2024-09-26 23:24:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360671 {#7996 date: 2024-09-26 23:24:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7998 …} -Children: Doctrine\ORM\PersistentCollection {#8001 …} -Parent: Eccube\Entity\Category {#7955} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6988 …} } Eccube\Entity\Category {#8004 -id: 163 -name: "浜松学院" -hierarchy: 1 -sort_no: 277 -create_date: DateTime @1727359629 {#7966 date: 2024-09-26 23:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7965 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8005 …} -Children: Doctrine\ORM\PersistentCollection {#8008 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#8009 -id: 167 -name: "ジャケット" -hierarchy: 2 -sort_no: 208 -create_date: DateTime @1727359648 {#8002 date: 2024-09-26 23:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359648 {#8003 date: 2024-09-26 23:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8010 …} -Children: Doctrine\ORM\PersistentCollection {#8013 …} -Parent: Eccube\Entity\Category {#8004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#8018 -id: 166 -name: "シャツ" -hierarchy: 2 -sort_no: 207 -create_date: DateTime @1727359639 {#8016 date: 2024-09-26 23:07:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359639 {#8017 date: 2024-09-26 23:07:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8019 …} -Children: Doctrine\ORM\PersistentCollection {#8022 …} -Parent: Eccube\Entity\Category {#8004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#8025 -id: 165 -name: "スラックス" -hierarchy: 2 -sort_no: 206 -create_date: DateTime @1727359637 {#8023 date: 2024-09-26 23:07:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359637 {#8024 date: 2024-09-26 23:07:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8026 …} -Children: Doctrine\ORM\PersistentCollection {#8029 …} -Parent: Eccube\Entity\Category {#8004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#8032 -id: 164 -name: "ソックス" -hierarchy: 2 -sort_no: 205 -create_date: DateTime @1727359633 {#8030 date: 2024-09-26 23:07:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359633 {#8031 date: 2024-09-26 23:07:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8033 …} -Children: Doctrine\ORM\PersistentCollection {#8036 …} -Parent: Eccube\Entity\Category {#8004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6919 …} } Eccube\Entity\Category {#8039 -id: 152 -name: "開誠館中学校" -hierarchy: 1 -sort_no: 268 -create_date: DateTime @1727359500 {#8015 date: 2024-09-26 23:05:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8014 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8040 …} -Children: Doctrine\ORM\PersistentCollection {#8043 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8044 -id: 162 -name: "上衣" -hierarchy: 2 -sort_no: 203 -create_date: DateTime @1727359564 {#8037 date: 2024-09-26 23:06:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359564 {#8038 date: 2024-09-26 23:06:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8045 …} -Children: Doctrine\ORM\PersistentCollection {#8048 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8053 -id: 161 -name: "シャツ" -hierarchy: 2 -sort_no: 202 -create_date: DateTime @1727359561 {#8051 date: 2024-09-26 23:06:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359561 {#8052 date: 2024-09-26 23:06:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8054 …} -Children: Doctrine\ORM\PersistentCollection {#8057 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8060 -id: 160 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 201 -create_date: DateTime @1727359555 {#8058 date: 2024-09-26 23:05:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359555 {#8059 date: 2024-09-26 23:05:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8061 …} -Children: Doctrine\ORM\PersistentCollection {#8064 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8067 -id: 159 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 200 -create_date: DateTime @1727359548 {#8065 date: 2024-09-26 23:05:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359548 {#8066 date: 2024-09-26 23:05:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8068 …} -Children: Doctrine\ORM\PersistentCollection {#8071 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8074 -id: 158 -name: "セーラー" -hierarchy: 2 -sort_no: 199 -create_date: DateTime @1727359541 {#8072 date: 2024-09-26 23:05:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359541 {#8073 date: 2024-09-26 23:05:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8075 …} -Children: Doctrine\ORM\PersistentCollection {#8078 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8081 -id: 157 -name: "スカート" -hierarchy: 2 -sort_no: 198 -create_date: DateTime @1727359539 {#8079 date: 2024-09-26 23:05:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359539 {#8080 date: 2024-09-26 23:05:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8082 …} -Children: Doctrine\ORM\PersistentCollection {#8085 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8088 -id: 156 -name: "ソックス" -hierarchy: 2 -sort_no: 197 -create_date: DateTime @1727359534 {#8086 date: 2024-09-26 23:05:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359534 {#8087 date: 2024-09-26 23:05:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8089 …} -Children: Doctrine\ORM\PersistentCollection {#8092 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8095 -id: 155 -name: "通学靴" -hierarchy: 2 -sort_no: 196 -create_date: DateTime @1727359530 {#8093 date: 2024-09-26 23:05:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359530 {#8094 date: 2024-09-26 23:05:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8096 …} -Children: Doctrine\ORM\PersistentCollection {#8099 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8102 -id: 154 -name: "雨衣" -hierarchy: 2 -sort_no: 195 -create_date: DateTime @1727359524 {#8100 date: 2024-09-26 23:05:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359524 {#8101 date: 2024-09-26 23:05:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8103 …} -Children: Doctrine\ORM\PersistentCollection {#8106 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8109 -id: 153 -name: "その他" -hierarchy: 2 -sort_no: 194 -create_date: DateTime @1727359518 {#8107 date: 2024-09-26 23:05:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359518 {#8108 date: 2024-09-26 23:05:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8110 …} -Children: Doctrine\ORM\PersistentCollection {#8113 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } Eccube\Entity\Category {#8116 -id: 141 -name: "開誠館高等学校" -hierarchy: 1 -sort_no: 267 -create_date: DateTime @1727359401 {#8050 date: 2024-09-26 23:03:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8049 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8117 …} -Children: Doctrine\ORM\PersistentCollection {#8120 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8121 -id: 151 -name: "上衣" -hierarchy: 2 -sort_no: 184 -create_date: DateTime @1727359458 {#8114 date: 2024-09-26 23:04:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359458 {#8115 date: 2024-09-26 23:04:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8122 …} -Children: Doctrine\ORM\PersistentCollection {#8125 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8130 -id: 150 -name: "シャツ" -hierarchy: 2 -sort_no: 183 -create_date: DateTime @1727359453 {#8128 date: 2024-09-26 23:04:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359453 {#8129 date: 2024-09-26 23:04:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8131 …} -Children: Doctrine\ORM\PersistentCollection {#8134 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8137 -id: 149 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1727359448 {#8135 date: 2024-09-26 23:04:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359448 {#8136 date: 2024-09-26 23:04:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8138 …} -Children: Doctrine\ORM\PersistentCollection {#8141 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8144 -id: 148 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1727359440 {#8142 date: 2024-09-26 23:04:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359440 {#8143 date: 2024-09-26 23:04:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8145 …} -Children: Doctrine\ORM\PersistentCollection {#8148 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8151 -id: 147 -name: "セーラー" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1727359431 {#8149 date: 2024-09-26 23:03:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359431 {#8150 date: 2024-09-26 23:03:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8152 …} -Children: Doctrine\ORM\PersistentCollection {#8155 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8158 -id: 146 -name: "スカート" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1727359428 {#8156 date: 2024-09-26 23:03:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359428 {#8157 date: 2024-09-26 23:03:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8159 …} -Children: Doctrine\ORM\PersistentCollection {#8162 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8165 -id: 145 -name: "ソックス" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1727359426 {#8163 date: 2024-09-26 23:03:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359426 {#8164 date: 2024-09-26 23:03:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8166 …} -Children: Doctrine\ORM\PersistentCollection {#8169 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8172 -id: 144 -name: "通学靴" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1727359419 {#8170 date: 2024-09-26 23:03:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359419 {#8171 date: 2024-09-26 23:03:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8173 …} -Children: Doctrine\ORM\PersistentCollection {#8176 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8179 -id: 143 -name: "雨衣" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1727359413 {#8177 date: 2024-09-26 23:03:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359413 {#8178 date: 2024-09-26 23:03:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8180 …} -Children: Doctrine\ORM\PersistentCollection {#8183 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8186 -id: 142 -name: "その他" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1727359408 {#8184 date: 2024-09-26 23:03:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359408 {#8185 date: 2024-09-26 23:03:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8187 …} -Children: Doctrine\ORM\PersistentCollection {#8190 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } Eccube\Entity\Category {#8193 -id: 121 -name: "浜松商業高等学校" -hierarchy: 1 -sort_no: 255 -create_date: DateTime @1727359092 {#8127 date: 2024-09-26 22:58:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8126 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8194 …} -Children: Doctrine\ORM\PersistentCollection {#8197 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6871 …} } Eccube\Entity\Category {#8198 -id: 125 -name: "ジャケット" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1727359108 {#8191 date: 2024-09-26 22:58:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359108 {#8192 date: 2024-09-26 22:58:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8199 …} -Children: Doctrine\ORM\PersistentCollection {#8202 …} -Parent: Eccube\Entity\Category {#8193} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6871 …} } Eccube\Entity\Category {#8207 -id: 124 -name: "ベスト" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1727359105 {#8205 date: 2024-09-26 22:58:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359105 {#8206 date: 2024-09-26 22:58:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8208 …} -Children: Doctrine\ORM\PersistentCollection {#8211 …} -Parent: Eccube\Entity\Category {#8193} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6871 …} } Eccube\Entity\Category {#8214 -id: 123 -name: "スカート" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1727359103 {#8212 date: 2024-09-26 22:58:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359103 {#8213 date: 2024-09-26 22:58:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8215 …} -Children: Doctrine\ORM\PersistentCollection {#8218 …} -Parent: Eccube\Entity\Category {#8193} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6871 …} } Eccube\Entity\Category {#8221 -id: 122 -name: "スラックス" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1727359100 {#8219 date: 2024-09-26 22:58:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359100 {#8220 date: 2024-09-26 22:58:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8222 …} -Children: Doctrine\ORM\PersistentCollection {#8225 …} -Parent: Eccube\Entity\Category {#8193} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6871 …} } Eccube\Entity\Category {#8228 -id: 206 -name: "浜松商業高等学校" -hierarchy: 1 -sort_no: 254 -create_date: DateTime @1727360598 {#8204 date: 2024-09-26 23:23:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8203 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8229 …} -Children: Doctrine\ORM\PersistentCollection {#8232 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6979 …} } Eccube\Entity\Category {#8233 -id: 210 -name: "ジャケット" -hierarchy: 2 -sort_no: 249 -create_date: DateTime @1727360632 {#8226 date: 2024-09-26 23:23:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360632 {#8227 date: 2024-09-26 23:23:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8234 …} -Children: Doctrine\ORM\PersistentCollection {#8237 …} -Parent: Eccube\Entity\Category {#8228} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6979 …} } Eccube\Entity\Category {#8242 -id: 209 -name: "ベスト" -hierarchy: 2 -sort_no: 248 -create_date: DateTime @1727360630 {#8240 date: 2024-09-26 23:23:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360630 {#8241 date: 2024-09-26 23:23:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8243 …} -Children: Doctrine\ORM\PersistentCollection {#8246 …} -Parent: Eccube\Entity\Category {#8228} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6979 …} } Eccube\Entity\Category {#8249 -id: 208 -name: "スカート" -hierarchy: 2 -sort_no: 247 -create_date: DateTime @1727360627 {#8247 date: 2024-09-26 23:23:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360627 {#8248 date: 2024-09-26 23:23:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8250 …} -Children: Doctrine\ORM\PersistentCollection {#8253 …} -Parent: Eccube\Entity\Category {#8228} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6979 …} } Eccube\Entity\Category {#8256 -id: 207 -name: "スラックス" -hierarchy: 2 -sort_no: 246 -create_date: DateTime @1727360623 {#8254 date: 2024-09-26 23:23:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360623 {#8255 date: 2024-09-26 23:23:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8257 …} -Children: Doctrine\ORM\PersistentCollection {#8260 …} -Parent: Eccube\Entity\Category {#8228} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6979 …} } Eccube\Entity\Category {#8263 -id: 115 -name: "浜松南高等学校" -hierarchy: 1 -sort_no: 253 -create_date: DateTime @1727359000 {#8239 date: 2024-09-26 22:56:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8238 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8264 …} -Children: Doctrine\ORM\PersistentCollection {#8267 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8268 -id: 120 -name: "ジャケット" -hierarchy: 2 -sort_no: 252 -create_date: DateTime @1727359038 {#8261 date: 2024-09-26 22:57:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8262 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8269 …} -Children: Doctrine\ORM\PersistentCollection {#8273 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8278 -id: 119 -name: "ブラウス" -hierarchy: 2 -sort_no: 251 -create_date: DateTime @1727359033 {#8276 date: 2024-09-26 22:57:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8277 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8279 …} -Children: Doctrine\ORM\PersistentCollection {#8282 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8285 -id: 291 -name: "シャツ" -hierarchy: 2 -sort_no: 250 -create_date: DateTime @1732080417 {#8283 date: 2024-11-20 14:26:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8284 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8286 …} -Children: Doctrine\ORM\PersistentCollection {#8289 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8292 -id: 293 -name: "ポロシャツ" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1732080487 {#8290 date: 2024-11-20 14:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8291 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8293 …} -Children: Doctrine\ORM\PersistentCollection {#8296 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8299 -id: 118 -name: "スカート" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1727359031 {#8297 date: 2024-09-26 22:57:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8298 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8300 …} -Children: Doctrine\ORM\PersistentCollection {#8303 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8306 -id: 117 -name: "スラックス" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1727359026 {#8304 date: 2024-09-26 22:57:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8305 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8307 …} -Children: Doctrine\ORM\PersistentCollection {#8310 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8313 -id: 294 -name: "ニット" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1732080498 {#8311 date: 2024-11-20 14:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8312 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8314 …} -Children: Doctrine\ORM\PersistentCollection {#8317 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8320 -id: 116 -name: "ネクタイ・リボン" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1727359023 {#8318 date: 2024-09-26 22:57:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8319 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8321 …} -Children: Doctrine\ORM\PersistentCollection {#8324 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } Eccube\Entity\Category {#8327 -id: 200 -name: "浜松南高等学校" -hierarchy: 1 -sort_no: 240 -create_date: DateTime @1727360514 {#8275 date: 2024-09-26 23:21:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8274 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8328 …} -Children: Doctrine\ORM\PersistentCollection {#8331 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8332 -id: 205 -name: "ジャケット" -hierarchy: 2 -sort_no: 245 -create_date: DateTime @1727360534 {#8325 date: 2024-09-26 23:22:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8326 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8333 …} -Children: Doctrine\ORM\PersistentCollection {#8336 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8341 -id: 204 -name: "ブラウス" -hierarchy: 2 -sort_no: 244 -create_date: DateTime @1727360532 {#8339 date: 2024-09-26 23:22:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8340 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8342 …} -Children: Doctrine\ORM\PersistentCollection {#8345 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8348 -id: 295 -name: "シャツ" -hierarchy: 2 -sort_no: 243 -create_date: DateTime @1732080513 {#8346 date: 2024-11-20 14:28:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8347 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8349 …} -Children: Doctrine\ORM\PersistentCollection {#8352 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8355 -id: 296 -name: "ポロシャツ" -hierarchy: 2 -sort_no: 242 -create_date: DateTime @1732080521 {#8353 date: 2024-11-20 14:28:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8354 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8356 …} -Children: Doctrine\ORM\PersistentCollection {#8359 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8362 -id: 203 -name: "スカート" -hierarchy: 2 -sort_no: 241 -create_date: DateTime @1727360528 {#8360 date: 2024-09-26 23:22:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8361 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8363 …} -Children: Doctrine\ORM\PersistentCollection {#8366 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8369 -id: 202 -name: "スラックス" -hierarchy: 2 -sort_no: 239 -create_date: DateTime @1727360523 {#8367 date: 2024-09-26 23:22:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8368 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8370 …} -Children: Doctrine\ORM\PersistentCollection {#8373 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8376 -id: 297 -name: "ニット" -hierarchy: 2 -sort_no: 238 -create_date: DateTime @1732080525 {#8374 date: 2024-11-20 14:28:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8375 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8377 …} -Children: Doctrine\ORM\PersistentCollection {#8380 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8383 -id: 201 -name: "ネクタイ・リボン" -hierarchy: 2 -sort_no: 237 -create_date: DateTime @1727360520 {#8381 date: 2024-09-26 23:22:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8382 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8384 …} -Children: Doctrine\ORM\PersistentCollection {#8387 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } Eccube\Entity\Category {#8390 -id: 110 -name: "掛川西高等学校" -hierarchy: 1 -sort_no: 230 -create_date: DateTime @1727358904 {#8338 date: 2024-09-26 22:55:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8337 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8391 …} -Children: Doctrine\ORM\PersistentCollection {#8394 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6851 …} } Eccube\Entity\Category {#8395 -id: 113 -name: "ジャケット" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1727358918 {#8388 date: 2024-09-26 22:55:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#8389 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8396 …} -Children: Doctrine\ORM\PersistentCollection {#8399 …} -Parent: Eccube\Entity\Category {#8390} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6851 …} } Eccube\Entity\Category {#8404 -id: 112 -name: "シャツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1727358916 {#8402 date: 2024-09-26 22:55:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#8403 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8405 …} -Children: Doctrine\ORM\PersistentCollection {#8408 …} -Parent: Eccube\Entity\Category {#8390} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6851 …} } Eccube\Entity\Category {#8411 -id: 111 -name: "ベスト" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1727358910 {#8409 date: 2024-09-26 22:55:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#8410 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8412 …} -Children: Doctrine\ORM\PersistentCollection {#8415 …} -Parent: Eccube\Entity\Category {#8390} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6851 …} } Eccube\Entity\Category {#8418 -id: 114 -name: "スカート" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1727358946 {#8416 date: 2024-09-26 22:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#8417 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8419 …} -Children: Doctrine\ORM\PersistentCollection {#8422 …} -Parent: Eccube\Entity\Category {#8390} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6851 …} } Eccube\Entity\Category {#8425 -id: 195 -name: "掛川西高等学校" -hierarchy: 1 -sort_no: 229 -create_date: DateTime @1727360083 {#8401 date: 2024-09-26 23:14:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8400 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8426 …} -Children: Doctrine\ORM\PersistentCollection {#8429 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6961 …} } Eccube\Entity\Category {#8430 -id: 199 -name: "ジャケット" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1727360115 {#8423 date: 2024-09-26 23:15:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360115 {#8424 date: 2024-09-26 23:15:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8431 …} -Children: Doctrine\ORM\PersistentCollection {#8434 …} -Parent: Eccube\Entity\Category {#8425} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6961 …} } Eccube\Entity\Category {#8439 -id: 198 -name: "ブラウス" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1727360106 {#8437 date: 2024-09-26 23:15:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360106 {#8438 date: 2024-09-26 23:15:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8440 …} -Children: Doctrine\ORM\PersistentCollection {#8443 …} -Parent: Eccube\Entity\Category {#8425} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6961 …} } Eccube\Entity\Category {#8446 -id: 197 -name: "ベスト" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1727360103 {#8444 date: 2024-09-26 23:15:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360103 {#8445 date: 2024-09-26 23:15:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8447 …} -Children: Doctrine\ORM\PersistentCollection {#8450 …} -Parent: Eccube\Entity\Category {#8425} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6961 …} } Eccube\Entity\Category {#8453 -id: 196 -name: "スカート" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1727360096 {#8451 date: 2024-09-26 23:14:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360096 {#8452 date: 2024-09-26 23:14:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8454 …} -Children: Doctrine\ORM\PersistentCollection {#8457 …} -Parent: Eccube\Entity\Category {#8425} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6961 …} } Eccube\Entity\Category {#8460 -id: 135 -name: "篠原中学校" -hierarchy: 1 -sort_no: 223 -create_date: DateTime @1727359323 {#8436 date: 2024-09-26 23:02:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8435 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8461 …} -Children: Doctrine\ORM\PersistentCollection {#8464 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#8465 -id: 140 -name: "上衣" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1727359356 {#8458 date: 2024-09-26 23:02:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359356 {#8459 date: 2024-09-26 23:02:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8466 …} -Children: Doctrine\ORM\PersistentCollection {#8469 …} -Parent: Eccube\Entity\Category {#8460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#8474 -id: 139 -name: "シャツ" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1727359353 {#8472 date: 2024-09-26 23:02:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359353 {#8473 date: 2024-09-26 23:02:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8475 …} -Children: Doctrine\ORM\PersistentCollection {#8478 …} -Parent: Eccube\Entity\Category {#8460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#8481 -id: 138 -name: "スラックス" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1727359350 {#8479 date: 2024-09-26 23:02:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359350 {#8480 date: 2024-09-26 23:02:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8482 …} -Children: Doctrine\ORM\PersistentCollection {#8485 …} -Parent: Eccube\Entity\Category {#8460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#8488 -id: 137 -name: "スカート" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1727359348 {#8486 date: 2024-09-26 23:02:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359348 {#8487 date: 2024-09-26 23:02:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8489 …} -Children: Doctrine\ORM\PersistentCollection {#8492 …} -Parent: Eccube\Entity\Category {#8460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#8495 -id: 136 -name: "その他" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1727359334 {#8493 date: 2024-09-26 23:02:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359334 {#8494 date: 2024-09-26 23:02:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8496 …} -Children: Doctrine\ORM\PersistentCollection {#8499 …} -Parent: Eccube\Entity\Category {#8460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6895 …} } Eccube\Entity\Category {#8502 -id: 285 -name: "篠原中学校" -hierarchy: 1 -sort_no: 216 -create_date: DateTime @1727361471 {#8470 date: 2024-09-26 23:37:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8471 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8503 …} -Children: Doctrine\ORM\PersistentCollection {#8506 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7069 …} } Eccube\Entity\Category {#8507 -id: 290 -name: "上衣" -hierarchy: 2 -sort_no: 295 -create_date: DateTime @1727361510 {#8500 date: 2024-09-26 23:38:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361510 {#8501 date: 2024-09-26 23:38:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8508 …} -Children: Doctrine\ORM\PersistentCollection {#8511 …} -Parent: Eccube\Entity\Category {#8502} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7069 …} } Eccube\Entity\Category {#8516 -id: 289 -name: "シャツ" -hierarchy: 2 -sort_no: 294 -create_date: DateTime @1727361507 {#8514 date: 2024-09-26 23:38:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361507 {#8515 date: 2024-09-26 23:38:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8517 …} -Children: Doctrine\ORM\PersistentCollection {#8520 …} -Parent: Eccube\Entity\Category {#8502} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7069 …} } Eccube\Entity\Category {#8523 -id: 288 -name: "スラックス" -hierarchy: 2 -sort_no: 293 -create_date: DateTime @1727361504 {#8521 date: 2024-09-26 23:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361504 {#8522 date: 2024-09-26 23:38:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8524 …} -Children: Doctrine\ORM\PersistentCollection {#8527 …} -Parent: Eccube\Entity\Category {#8502} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7069 …} } Eccube\Entity\Category {#8530 -id: 287 -name: "スカート" -hierarchy: 2 -sort_no: 292 -create_date: DateTime @1727361501 {#8528 date: 2024-09-26 23:38:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361501 {#8529 date: 2024-09-26 23:38:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8531 …} -Children: Doctrine\ORM\PersistentCollection {#8534 …} -Parent: Eccube\Entity\Category {#8502} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7069 …} } Eccube\Entity\Category {#8537 -id: 286 -name: "その他" -hierarchy: 2 -sort_no: 291 -create_date: DateTime @1727361498 {#8535 date: 2024-09-26 23:38:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361498 {#8536 date: 2024-09-26 23:38:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8538 …} -Children: Doctrine\ORM\PersistentCollection {#8541 …} -Parent: Eccube\Entity\Category {#8502} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7069 …} } Eccube\Entity\Category {#8544 -id: 126 -name: "向陽中学校" -hierarchy: 1 -sort_no: 209 -create_date: DateTime @1727359145 {#8512 date: 2024-09-26 22:59:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8513 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8545 …} -Children: Doctrine\ORM\PersistentCollection {#8548 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8549 -id: 134 -name: "上衣" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1727359181 {#8542 date: 2024-09-26 22:59:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8543 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8550 …} -Children: Doctrine\ORM\PersistentCollection {#8553 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8558 -id: 131 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1727359169 {#8556 date: 2024-09-26 22:59:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8557 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8559 …} -Children: Doctrine\ORM\PersistentCollection {#8562 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8565 -id: 130 -name: "スラックス" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1727359167 {#8563 date: 2024-09-26 22:59:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8564 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8566 …} -Children: Doctrine\ORM\PersistentCollection {#8569 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8572 -id: 133 -name: "セーラー" -hierarchy: 2 -sort_no: 156 -create_date: DateTime @1727359175 {#8570 date: 2024-09-26 22:59:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8571 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8573 …} -Children: Doctrine\ORM\PersistentCollection {#8576 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8579 -id: 132 -name: "スカート" -hierarchy: 2 -sort_no: 155 -create_date: DateTime @1727359172 {#8577 date: 2024-09-26 22:59:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8578 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8580 …} -Children: Doctrine\ORM\PersistentCollection {#8583 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8586 -id: 129 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 154 -create_date: DateTime @1727359163 {#8584 date: 2024-09-26 22:59:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8585 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8587 …} -Children: Doctrine\ORM\PersistentCollection {#8590 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8593 -id: 128 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 153 -create_date: DateTime @1727359155 {#8591 date: 2024-09-26 22:59:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8592 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8594 …} -Children: Doctrine\ORM\PersistentCollection {#8597 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8600 -id: 127 -name: "その他" -hierarchy: 2 -sort_no: 152 -create_date: DateTime @1727359151 {#8598 date: 2024-09-26 22:59:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8599 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8601 …} -Children: Doctrine\ORM\PersistentCollection {#8604 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } Eccube\Entity\Category {#8607 -id: 267 -name: "向陽中学校" -hierarchy: 1 -sort_no: 204 -create_date: DateTime @1727361245 {#8555 date: 2024-09-26 23:34:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8554 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8608 …} -Children: Doctrine\ORM\PersistentCollection {#8611 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8612 -id: 275 -name: "上衣" -hierarchy: 2 -sort_no: 192 -create_date: DateTime @1727361296 {#8605 date: 2024-09-26 23:34:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8606 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8613 …} -Children: Doctrine\ORM\PersistentCollection {#8616 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8621 -id: 272 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 191 -create_date: DateTime @1727361289 {#8619 date: 2024-09-26 23:34:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8620 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8622 …} -Children: Doctrine\ORM\PersistentCollection {#8625 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8628 -id: 271 -name: "スラックス" -hierarchy: 2 -sort_no: 190 -create_date: DateTime @1727361286 {#8626 date: 2024-09-26 23:34:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8627 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8629 …} -Children: Doctrine\ORM\PersistentCollection {#8632 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8635 -id: 274 -name: "セーラー" -hierarchy: 2 -sort_no: 189 -create_date: DateTime @1727361294 {#8633 date: 2024-09-26 23:34:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8634 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8636 …} -Children: Doctrine\ORM\PersistentCollection {#8639 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8642 -id: 273 -name: "スカート" -hierarchy: 2 -sort_no: 188 -create_date: DateTime @1727361291 {#8640 date: 2024-09-26 23:34:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8641 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8643 …} -Children: Doctrine\ORM\PersistentCollection {#8646 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8649 -id: 270 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1727361283 {#8647 date: 2024-09-26 23:34:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8648 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8650 …} -Children: Doctrine\ORM\PersistentCollection {#8653 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8656 -id: 269 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1727361276 {#8654 date: 2024-09-26 23:34:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8655 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8657 …} -Children: Doctrine\ORM\PersistentCollection {#8660 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8663 -id: 268 -name: "その他" -hierarchy: 2 -sort_no: 185 -create_date: DateTime @1727361269 {#8661 date: 2024-09-26 23:34:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8662 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8664 …} -Children: Doctrine\ORM\PersistentCollection {#8667 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } Eccube\Entity\Category {#8670 -id: 101 -name: "浜名中学校" -hierarchy: 1 -sort_no: 193 -create_date: DateTime @1727358107 {#8618 date: 2024-09-26 22:41:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8617 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8671 …} -Children: Doctrine\ORM\PersistentCollection {#8674 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8675 -id: 109 -name: "上衣" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1727358867 {#8668 date: 2024-09-26 22:54:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8669 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8676 …} -Children: Doctrine\ORM\PersistentCollection {#8679 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8684 -id: 106 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1727358848 {#8682 date: 2024-09-26 22:54:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8683 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8685 …} -Children: Doctrine\ORM\PersistentCollection {#8688 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8691 -id: 105 -name: "スラックス" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1727358843 {#8689 date: 2024-09-26 22:54:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8690 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8692 …} -Children: Doctrine\ORM\PersistentCollection {#8695 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8698 -id: 108 -name: "セーラー" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1727358863 {#8696 date: 2024-09-26 22:54:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8697 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8699 …} -Children: Doctrine\ORM\PersistentCollection {#8702 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8705 -id: 107 -name: "スカート" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1727358857 {#8703 date: 2024-09-26 22:54:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8704 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8706 …} -Children: Doctrine\ORM\PersistentCollection {#8709 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8712 -id: 104 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1727358768 {#8710 date: 2024-09-26 22:52:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8711 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8713 …} -Children: Doctrine\ORM\PersistentCollection {#8716 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8719 -id: 103 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1727358442 {#8717 date: 2024-09-26 22:47:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8718 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8720 …} -Children: Doctrine\ORM\PersistentCollection {#8723 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8726 -id: 102 -name: "その他" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1727358434 {#8724 date: 2024-09-26 22:47:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8725 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8727 …} -Children: Doctrine\ORM\PersistentCollection {#8730 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } Eccube\Entity\Category {#8733 -id: 276 -name: "浜名中学校" -hierarchy: 1 -sort_no: 174 -create_date: DateTime @1727361361 {#8681 date: 2024-09-26 23:36:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8680 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8734 …} -Children: Doctrine\ORM\PersistentCollection {#8737 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8738 -id: 284 -name: "上衣" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1727361409 {#8731 date: 2024-09-26 23:36:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8732 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8739 …} -Children: Doctrine\ORM\PersistentCollection {#8742 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8747 -id: 281 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1727361396 {#8745 date: 2024-09-26 23:36:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8746 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8748 …} -Children: Doctrine\ORM\PersistentCollection {#8751 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8754 -id: 280 -name: "スラックス" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1727361393 {#8752 date: 2024-09-26 23:36:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8753 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8755 …} -Children: Doctrine\ORM\PersistentCollection {#8758 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8761 -id: 283 -name: "セーラー" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1727361403 {#8759 date: 2024-09-26 23:36:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8760 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8762 …} -Children: Doctrine\ORM\PersistentCollection {#8765 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8768 -id: 282 -name: "スカート" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1727361400 {#8766 date: 2024-09-26 23:36:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8767 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8769 …} -Children: Doctrine\ORM\PersistentCollection {#8772 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8775 -id: 279 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1727361390 {#8773 date: 2024-09-26 23:36:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8774 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8776 …} -Children: Doctrine\ORM\PersistentCollection {#8779 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8782 -id: 278 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1727361384 {#8780 date: 2024-09-26 23:36:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8781 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8783 …} -Children: Doctrine\ORM\PersistentCollection {#8786 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8789 -id: 277 -name: "その他" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1727361378 {#8787 date: 2024-09-26 23:36:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8788 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8790 …} -Children: Doctrine\ORM\PersistentCollection {#8793 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } Eccube\Entity\Category {#8796 -id: 92 -name: "城山中学校" -hierarchy: 1 -sort_no: 160 -create_date: DateTime @1727358012 {#8744 date: 2024-09-26 22:40:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8743 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8797 …} -Children: Doctrine\ORM\PersistentCollection {#8800 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8801 -id: 100 -name: "上衣" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1727358069 {#8794 date: 2024-09-26 22:41:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8795 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8802 …} -Children: Doctrine\ORM\PersistentCollection {#8805 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8810 -id: 97 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1727358060 {#8808 date: 2024-09-26 22:41:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8809 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8811 …} -Children: Doctrine\ORM\PersistentCollection {#8814 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8817 -id: 96 -name: "スラックス" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1727358037 {#8815 date: 2024-09-26 22:40:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8816 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8818 …} -Children: Doctrine\ORM\PersistentCollection {#8821 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8824 -id: 99 -name: "セーラー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1727358066 {#8822 date: 2024-09-26 22:41:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8823 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8825 …} -Children: Doctrine\ORM\PersistentCollection {#8828 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8831 -id: 98 -name: "スカート" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1727358063 {#8829 date: 2024-09-26 22:41:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8830 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8832 …} -Children: Doctrine\ORM\PersistentCollection {#8835 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8838 -id: 95 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1727358035 {#8836 date: 2024-09-26 22:40:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8837 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8839 …} -Children: Doctrine\ORM\PersistentCollection {#8842 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8845 -id: 94 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1727358031 {#8843 date: 2024-09-26 22:40:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8844 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8846 …} -Children: Doctrine\ORM\PersistentCollection {#8849 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8852 -id: 93 -name: "その他" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1727358024 {#8850 date: 2024-09-26 22:40:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8851 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8853 …} -Children: Doctrine\ORM\PersistentCollection {#8856 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } Eccube\Entity\Category {#8859 -id: 258 -name: "城山中学校" -hierarchy: 1 -sort_no: 151 -create_date: DateTime @1727361071 {#8807 date: 2024-09-26 23:31:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8806 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8860 …} -Children: Doctrine\ORM\PersistentCollection {#8863 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8864 -id: 266 -name: "上衣" -hierarchy: 2 -sort_no: 150 -create_date: DateTime @1727361110 {#8857 date: 2024-09-26 23:31:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8858 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8865 …} -Children: Doctrine\ORM\PersistentCollection {#8868 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8873 -id: 263 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 149 -create_date: DateTime @1727361104 {#8871 date: 2024-09-26 23:31:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8872 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8874 …} -Children: Doctrine\ORM\PersistentCollection {#8877 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8880 -id: 262 -name: "スラックス" -hierarchy: 2 -sort_no: 148 -create_date: DateTime @1727361098 {#8878 date: 2024-09-26 23:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8879 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8881 …} -Children: Doctrine\ORM\PersistentCollection {#8884 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8887 -id: 265 -name: "セーラー" -hierarchy: 2 -sort_no: 147 -create_date: DateTime @1727361108 {#8885 date: 2024-09-26 23:31:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8886 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8888 …} -Children: Doctrine\ORM\PersistentCollection {#8891 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8894 -id: 264 -name: "スカート" -hierarchy: 2 -sort_no: 146 -create_date: DateTime @1727361106 {#8892 date: 2024-09-26 23:31:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8893 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8895 …} -Children: Doctrine\ORM\PersistentCollection {#8898 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8901 -id: 261 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 145 -create_date: DateTime @1727361094 {#8899 date: 2024-09-26 23:31:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8900 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8902 …} -Children: Doctrine\ORM\PersistentCollection {#8905 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8908 -id: 260 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 144 -create_date: DateTime @1727361087 {#8906 date: 2024-09-26 23:31:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8907 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8909 …} -Children: Doctrine\ORM\PersistentCollection {#8912 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8915 -id: 259 -name: "その他" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1727361085 {#8913 date: 2024-09-26 23:31:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8914 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8916 …} -Children: Doctrine\ORM\PersistentCollection {#8919 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } Eccube\Entity\Category {#8922 -id: 83 -name: "南部中学校" -hierarchy: 1 -sort_no: 138 -create_date: DateTime @1727357914 {#8870 date: 2024-09-26 22:38:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8869 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8923 …} -Children: Doctrine\ORM\PersistentCollection {#8926 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8927 -id: 91 -name: "上衣" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1727357970 {#8920 date: 2024-09-26 22:39:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8921 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8928 …} -Children: Doctrine\ORM\PersistentCollection {#8931 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8936 -id: 88 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1727357956 {#8934 date: 2024-09-26 22:39:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8935 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8937 …} -Children: Doctrine\ORM\PersistentCollection {#8940 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8943 -id: 87 -name: "スラックス" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1727357952 {#8941 date: 2024-09-26 22:39:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8942 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8944 …} -Children: Doctrine\ORM\PersistentCollection {#8947 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8950 -id: 90 -name: "セーラー" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1727357967 {#8948 date: 2024-09-26 22:39:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8949 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8951 …} -Children: Doctrine\ORM\PersistentCollection {#8954 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8957 -id: 89 -name: "スカート" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1727357965 {#8955 date: 2024-09-26 22:39:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8956 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8958 …} -Children: Doctrine\ORM\PersistentCollection {#8961 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8964 -id: 86 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1727357948 {#8962 date: 2024-09-26 22:39:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8963 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8965 …} -Children: Doctrine\ORM\PersistentCollection {#8968 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8971 -id: 85 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1727357938 {#8969 date: 2024-09-26 22:38:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8970 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8972 …} -Children: Doctrine\ORM\PersistentCollection {#8975 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8978 -id: 84 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1727357933 {#8976 date: 2024-09-26 22:38:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8977 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8979 …} -Children: Doctrine\ORM\PersistentCollection {#8982 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } Eccube\Entity\Category {#8985 -id: 249 -name: "南部中学校" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1727361001 {#8933 date: 2024-09-26 23:30:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8932 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8986 …} -Children: Doctrine\ORM\PersistentCollection {#8989 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#8990 -id: 257 -name: "上衣" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1727361052 {#8983 date: 2024-09-26 23:30:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#8984 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8991 …} -Children: Doctrine\ORM\PersistentCollection {#8994 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#8999 -id: 254 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1727361044 {#8997 date: 2024-09-26 23:30:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#8998 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9000 …} -Children: Doctrine\ORM\PersistentCollection {#9003 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#9006 -id: 253 -name: "スラックス" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1727361040 {#9004 date: 2024-09-26 23:30:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#9005 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9007 …} -Children: Doctrine\ORM\PersistentCollection {#9010 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#9013 -id: 256 -name: "セーラー" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1727361049 {#9011 date: 2024-09-26 23:30:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#9012 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9014 …} -Children: Doctrine\ORM\PersistentCollection {#9017 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#9020 -id: 255 -name: "スカート" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1727361046 {#9018 date: 2024-09-26 23:30:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#9019 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9021 …} -Children: Doctrine\ORM\PersistentCollection {#9024 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#9027 -id: 252 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1727361037 {#9025 date: 2024-09-26 23:30:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#9026 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9028 …} -Children: Doctrine\ORM\PersistentCollection {#9031 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#9034 -id: 251 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1727361031 {#9032 date: 2024-09-26 23:30:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#9033 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9035 …} -Children: Doctrine\ORM\PersistentCollection {#9038 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#9041 -id: 250 -name: "その他" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1727361027 {#9039 date: 2024-09-26 23:30:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#9040 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9042 …} -Children: Doctrine\ORM\PersistentCollection {#9045 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } Eccube\Entity\Category {#9048 -id: 74 -name: "神明中学校" -hierarchy: 1 -sort_no: 115 -create_date: DateTime @1727357577 {#8996 date: 2024-09-26 22:32:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8995 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9049 …} -Children: Doctrine\ORM\PersistentCollection {#9052 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9053 -id: 82 -name: "上衣" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1727357622 {#9046 date: 2024-09-26 22:33:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9047 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9054 …} -Children: Doctrine\ORM\PersistentCollection {#9057 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9062 -id: 79 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1727357614 {#9060 date: 2024-09-26 22:33:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9061 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9063 …} -Children: Doctrine\ORM\PersistentCollection {#9066 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9069 -id: 78 -name: "スラックス" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1727357610 {#9067 date: 2024-09-26 22:33:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9068 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9070 …} -Children: Doctrine\ORM\PersistentCollection {#9073 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9076 -id: 81 -name: "セーラー" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1727357619 {#9074 date: 2024-09-26 22:33:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9075 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9077 …} -Children: Doctrine\ORM\PersistentCollection {#9080 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9083 -id: 80 -name: "スカート" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1727357617 {#9081 date: 2024-09-26 22:33:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9082 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9084 …} -Children: Doctrine\ORM\PersistentCollection {#9087 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9090 -id: 77 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1727357599 {#9088 date: 2024-09-26 22:33:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9089 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9091 …} -Children: Doctrine\ORM\PersistentCollection {#9094 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9097 -id: 76 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1727357591 {#9095 date: 2024-09-26 22:33:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9096 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9098 …} -Children: Doctrine\ORM\PersistentCollection {#9101 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9104 -id: 75 -name: "その他" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1727357584 {#9102 date: 2024-09-26 22:33:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9103 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9105 …} -Children: Doctrine\ORM\PersistentCollection {#9108 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } Eccube\Entity\Category {#9111 -id: 240 -name: "神明中学校" -hierarchy: 1 -sort_no: 106 -create_date: DateTime @1727360936 {#9059 date: 2024-09-26 23:28:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9058 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9112 …} -Children: Doctrine\ORM\PersistentCollection {#9115 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9116 -id: 248 -name: "上衣" -hierarchy: 2 -sort_no: 285 -create_date: DateTime @1727360967 {#9109 date: 2024-09-26 23:29:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9110 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9117 …} -Children: Doctrine\ORM\PersistentCollection {#9120 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9125 -id: 245 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 284 -create_date: DateTime @1727360958 {#9123 date: 2024-09-26 23:29:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9124 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9126 …} -Children: Doctrine\ORM\PersistentCollection {#9129 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9132 -id: 244 -name: "スラックス" -hierarchy: 2 -sort_no: 283 -create_date: DateTime @1727360955 {#9130 date: 2024-09-26 23:29:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9131 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9133 …} -Children: Doctrine\ORM\PersistentCollection {#9136 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9139 -id: 247 -name: "セーラー" -hierarchy: 2 -sort_no: 282 -create_date: DateTime @1727360964 {#9137 date: 2024-09-26 23:29:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9138 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9140 …} -Children: Doctrine\ORM\PersistentCollection {#9143 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9146 -id: 246 -name: "スカート" -hierarchy: 2 -sort_no: 281 -create_date: DateTime @1727360961 {#9144 date: 2024-09-26 23:29:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9145 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9147 …} -Children: Doctrine\ORM\PersistentCollection {#9150 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9153 -id: 243 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 280 -create_date: DateTime @1727360952 {#9151 date: 2024-09-26 23:29:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9152 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9154 …} -Children: Doctrine\ORM\PersistentCollection {#9157 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9160 -id: 242 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 279 -create_date: DateTime @1727360946 {#9158 date: 2024-09-26 23:29:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9159 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9161 …} -Children: Doctrine\ORM\PersistentCollection {#9164 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9167 -id: 241 -name: "その他" -hierarchy: 2 -sort_no: 278 -create_date: DateTime @1727360942 {#9165 date: 2024-09-26 23:29:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9166 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9168 …} -Children: Doctrine\ORM\PersistentCollection {#9171 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } Eccube\Entity\Category {#9174 -id: 65 -name: "第一中学校" -hierarchy: 1 -sort_no: 97 -create_date: DateTime @1727357466 {#9122 date: 2024-09-26 22:31:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9121 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9175 …} -Children: Doctrine\ORM\PersistentCollection {#9178 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9179 -id: 73 -name: "上衣" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1727357538 {#9172 date: 2024-09-26 22:32:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9173 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9180 …} -Children: Doctrine\ORM\PersistentCollection {#9183 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9188 -id: 70 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1727357525 {#9186 date: 2024-09-26 22:32:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9187 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9189 …} -Children: Doctrine\ORM\PersistentCollection {#9192 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9195 -id: 69 -name: "スラックス" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1727357521 {#9193 date: 2024-09-26 22:32:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9194 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9196 …} -Children: Doctrine\ORM\PersistentCollection {#9199 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9202 -id: 72 -name: "セーラー" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1727357530 {#9200 date: 2024-09-26 22:32:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9201 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9203 …} -Children: Doctrine\ORM\PersistentCollection {#9206 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9209 -id: 71 -name: "スカート" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1727357528 {#9207 date: 2024-09-26 22:32:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9208 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9210 …} -Children: Doctrine\ORM\PersistentCollection {#9213 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9216 -id: 68 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1727357505 {#9214 date: 2024-09-26 22:31:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9215 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9217 …} -Children: Doctrine\ORM\PersistentCollection {#9220 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9223 -id: 67 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1727357494 {#9221 date: 2024-09-26 22:31:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9222 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9224 …} -Children: Doctrine\ORM\PersistentCollection {#9227 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9230 -id: 66 -name: "その他" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1727357484 {#9228 date: 2024-09-26 22:31:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9229 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9231 …} -Children: Doctrine\ORM\PersistentCollection {#9234 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } Eccube\Entity\Category {#9237 -id: 231 -name: "第一中学校" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1727360851 {#9185 date: 2024-09-26 23:27:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9184 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9238 …} -Children: Doctrine\ORM\PersistentCollection {#9241 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9242 -id: 239 -name: "上衣" -hierarchy: 2 -sort_no: 276 -create_date: DateTime @1727360898 {#9235 date: 2024-09-26 23:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9236 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9243 …} -Children: Doctrine\ORM\PersistentCollection {#9246 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9251 -id: 236 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 275 -create_date: DateTime @1727360887 {#9249 date: 2024-09-26 23:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9250 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9252 …} -Children: Doctrine\ORM\PersistentCollection {#9255 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9258 -id: 235 -name: "スラックス" -hierarchy: 2 -sort_no: 274 -create_date: DateTime @1727360884 {#9256 date: 2024-09-26 23:28:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9257 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9259 …} -Children: Doctrine\ORM\PersistentCollection {#9262 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9265 -id: 238 -name: "セーラー" -hierarchy: 2 -sort_no: 273 -create_date: DateTime @1727360895 {#9263 date: 2024-09-26 23:28:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9264 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9266 …} -Children: Doctrine\ORM\PersistentCollection {#9269 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9272 -id: 237 -name: "スカート" -hierarchy: 2 -sort_no: 272 -create_date: DateTime @1727360892 {#9270 date: 2024-09-26 23:28:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9271 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9273 …} -Children: Doctrine\ORM\PersistentCollection {#9276 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9279 -id: 234 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 271 -create_date: DateTime @1727360881 {#9277 date: 2024-09-26 23:28:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9278 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9280 …} -Children: Doctrine\ORM\PersistentCollection {#9283 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9286 -id: 233 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 270 -create_date: DateTime @1727360874 {#9284 date: 2024-09-26 23:27:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9285 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9287 …} -Children: Doctrine\ORM\PersistentCollection {#9290 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9293 -id: 232 -name: "その他" -hierarchy: 2 -sort_no: 269 -create_date: DateTime @1727360866 {#9291 date: 2024-09-26 23:27:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9292 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9294 …} -Children: Doctrine\ORM\PersistentCollection {#9297 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } Eccube\Entity\Category {#9300 -id: 42 -name: "磐田東高等学校" -hierarchy: 1 -sort_no: 79 -create_date: DateTime @1727357236 {#9248 date: 2024-09-26 22:27:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9247 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9301 …} -Children: Doctrine\ORM\PersistentCollection {#9304 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9305 -id: 64 -name: "上衣" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1727357423 {#9298 date: 2024-09-26 22:30:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357427 {#9299 date: 2024-09-26 22:30:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9306 …} -Children: Doctrine\ORM\PersistentCollection {#9309 …} -Parent: Eccube\Entity\Category {#9300} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9314 -id: 63 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1727357418 {#9312 date: 2024-09-26 22:30:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357418 {#9313 date: 2024-09-26 22:30:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9315 …} -Children: Doctrine\ORM\PersistentCollection {#9318 …} -Parent: Eccube\Entity\Category {#9300} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9321 -id: 62 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1727357412 {#9319 date: 2024-09-26 22:30:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357412 {#9320 date: 2024-09-26 22:30:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9322 …} -Children: Doctrine\ORM\PersistentCollection {#9325 …} -Parent: Eccube\Entity\Category {#9300} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9328 -id: 61 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1727357404 {#9326 date: 2024-09-26 22:30:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357404 {#9327 date: 2024-09-26 22:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9329 …} -Children: Doctrine\ORM\PersistentCollection {#9332 …} -Parent: Eccube\Entity\Category {#9300} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9335 -id: 60 -name: "ニット" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1727357395 {#9333 date: 2024-09-26 22:29:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357395 {#9334 date: 2024-09-26 22:29:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9336 …} -Children: Doctrine\ORM\PersistentCollection {#9339 …} -Parent: Eccube\Entity\Category {#9300} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9342 -id: 59 -name: "その他" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1727357393 {#9340 date: 2024-09-26 22:29:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357393 {#9341 date: 2024-09-26 22:29:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9343 …} -Children: Doctrine\ORM\PersistentCollection {#9346 …} -Parent: Eccube\Entity\Category {#9300} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9349 -id: 41 -name: "磐田東中学校" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1727357222 {#9311 date: 2024-09-26 22:27:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9310 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9350 …} -Children: Doctrine\ORM\PersistentCollection {#9353 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9354 -id: 52 -name: "上衣" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1727357343 {#9347 date: 2024-09-26 22:29:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357343 {#9348 date: 2024-09-26 22:29:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9355 …} -Children: Doctrine\ORM\PersistentCollection {#9358 …} -Parent: Eccube\Entity\Category {#9349} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9363 -id: 51 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1727357338 {#9361 date: 2024-09-26 22:28:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357338 {#9362 date: 2024-09-26 22:28:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9364 …} -Children: Doctrine\ORM\PersistentCollection {#9367 …} -Parent: Eccube\Entity\Category {#9349} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9370 -id: 50 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1727357327 {#9368 date: 2024-09-26 22:28:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357327 {#9369 date: 2024-09-26 22:28:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9371 …} -Children: Doctrine\ORM\PersistentCollection {#9374 …} -Parent: Eccube\Entity\Category {#9349} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9377 -id: 49 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1727357311 {#9375 date: 2024-09-26 22:28:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357311 {#9376 date: 2024-09-26 22:28:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9378 …} -Children: Doctrine\ORM\PersistentCollection {#9381 …} -Parent: Eccube\Entity\Category {#9349} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9384 -id: 48 -name: "その他" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1727357304 {#9382 date: 2024-09-26 22:28:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357304 {#9383 date: 2024-09-26 22:28:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9385 …} -Children: Doctrine\ORM\PersistentCollection {#9388 …} -Parent: Eccube\Entity\Category {#9349} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } Eccube\Entity\Category {#9391 -id: 39 -name: "磐田東中学校" -hierarchy: 1 -sort_no: 63 -create_date: DateTime @1727357151 {#9359 date: 2024-09-26 22:25:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9360 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9392 …} -Children: Doctrine\ORM\PersistentCollection {#9395 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9396 -id: 47 -name: "上衣" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1727357287 {#9389 date: 2024-09-26 22:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357287 {#9390 date: 2024-09-26 22:28:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9397 …} -Children: Doctrine\ORM\PersistentCollection {#9400 …} -Parent: Eccube\Entity\Category {#9391} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9405 -id: 46 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1727357276 {#9403 date: 2024-09-26 22:27:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357276 {#9404 date: 2024-09-26 22:27:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9406 …} -Children: Doctrine\ORM\PersistentCollection {#9409 …} -Parent: Eccube\Entity\Category {#9391} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9412 -id: 45 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1727357269 {#9410 date: 2024-09-26 22:27:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357269 {#9411 date: 2024-09-26 22:27:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9413 …} -Children: Doctrine\ORM\PersistentCollection {#9416 …} -Parent: Eccube\Entity\Category {#9391} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9419 -id: 44 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1727357264 {#9417 date: 2024-09-26 22:27:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357264 {#9418 date: 2024-09-26 22:27:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9420 …} -Children: Doctrine\ORM\PersistentCollection {#9423 …} -Parent: Eccube\Entity\Category {#9391} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9426 -id: 43 -name: "その他" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1727357259 {#9424 date: 2024-09-26 22:27:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357259 {#9425 date: 2024-09-26 22:27:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9427 …} -Children: Doctrine\ORM\PersistentCollection {#9430 …} -Parent: Eccube\Entity\Category {#9391} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9433 -id: 40 -name: "磐田東高等学校" -hierarchy: 1 -sort_no: 56 -create_date: DateTime @1727357212 {#9401 date: 2024-09-26 22:26:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9402 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9434 …} -Children: Doctrine\ORM\PersistentCollection {#9437 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9438 -id: 58 -name: "上衣" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1727357386 {#9431 date: 2024-09-26 22:29:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357386 {#9432 date: 2024-09-26 22:29:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9439 …} -Children: Doctrine\ORM\PersistentCollection {#9442 …} -Parent: Eccube\Entity\Category {#9433} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9447 -id: 57 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1727357383 {#9445 date: 2024-09-26 22:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357383 {#9446 date: 2024-09-26 22:29:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9448 …} -Children: Doctrine\ORM\PersistentCollection {#9451 …} -Parent: Eccube\Entity\Category {#9433} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9454 -id: 56 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1727357377 {#9452 date: 2024-09-26 22:29:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357377 {#9453 date: 2024-09-26 22:29:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9455 …} -Children: Doctrine\ORM\PersistentCollection {#9458 …} -Parent: Eccube\Entity\Category {#9433} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9461 -id: 55 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1727357364 {#9459 date: 2024-09-26 22:29:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357364 {#9460 date: 2024-09-26 22:29:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9462 …} -Children: Doctrine\ORM\PersistentCollection {#9465 …} -Parent: Eccube\Entity\Category {#9433} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9468 -id: 54 -name: "ニット" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1727357358 {#9466 date: 2024-09-26 22:29:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357358 {#9467 date: 2024-09-26 22:29:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9469 …} -Children: Doctrine\ORM\PersistentCollection {#9472 …} -Parent: Eccube\Entity\Category {#9433} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9475 -id: 53 -name: "その他" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1727357353 {#9473 date: 2024-09-26 22:29:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357353 {#9474 date: 2024-09-26 22:29:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9476 …} -Children: Doctrine\ORM\PersistentCollection {#9479 …} -Parent: Eccube\Entity\Category {#9433} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } Eccube\Entity\Category {#9482 -id: 29 -name: "浜松聖星高等学校" -hierarchy: 1 -sort_no: 50 -create_date: DateTime @1727357059 {#9444 date: 2024-09-26 22:24:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9443 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9483 …} -Children: Doctrine\ORM\PersistentCollection {#9486 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9487 -id: 38 -name: "上衣" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1727357125 {#9480 date: 2024-09-26 22:25:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357125 {#9481 date: 2024-09-26 22:25:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9488 …} -Children: Doctrine\ORM\PersistentCollection {#9491 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9496 -id: 37 -name: "スカート" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1727357113 {#9494 date: 2024-09-26 22:25:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357113 {#9495 date: 2024-09-26 22:25:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9497 …} -Children: Doctrine\ORM\PersistentCollection {#9500 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9503 -id: 36 -name: "スラックス" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1727357109 {#9501 date: 2024-09-26 22:25:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357109 {#9502 date: 2024-09-26 22:25:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9504 …} -Children: Doctrine\ORM\PersistentCollection {#9507 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9510 -id: 35 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1727357107 {#9508 date: 2024-09-26 22:25:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357107 {#9509 date: 2024-09-26 22:25:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9511 …} -Children: Doctrine\ORM\PersistentCollection {#9514 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9517 -id: 34 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1727357100 {#9515 date: 2024-09-26 22:25:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357100 {#9516 date: 2024-09-26 22:25:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9518 …} -Children: Doctrine\ORM\PersistentCollection {#9521 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9524 -id: 33 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1727357095 {#9522 date: 2024-09-26 22:24:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357095 {#9523 date: 2024-09-26 22:24:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9525 …} -Children: Doctrine\ORM\PersistentCollection {#9528 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9531 -id: 32 -name: "ソックス" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1727357091 {#9529 date: 2024-09-26 22:24:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357091 {#9530 date: 2024-09-26 22:24:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9532 …} -Children: Doctrine\ORM\PersistentCollection {#9535 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9538 -id: 31 -name: "バッグ" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1727357088 {#9536 date: 2024-09-26 22:24:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357088 {#9537 date: 2024-09-26 22:24:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9539 …} -Children: Doctrine\ORM\PersistentCollection {#9542 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9545 -id: 30 -name: "その他" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1727357074 {#9543 date: 2024-09-26 22:24:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357074 {#9544 date: 2024-09-26 22:24:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9546 …} -Children: Doctrine\ORM\PersistentCollection {#9549 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } Eccube\Entity\Category {#9552 -id: 22 -name: "西遠女子学園中学校" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1727356966 {#9492 date: 2024-09-26 22:22:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9493 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9553 …} -Children: Doctrine\ORM\PersistentCollection {#9556 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#9557 -id: 28 -name: "セーラー" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1727356997 {#9550 date: 2024-09-26 22:23:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356997 {#9551 date: 2024-09-26 22:23:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9558 …} -Children: Doctrine\ORM\PersistentCollection {#9561 …} -Parent: Eccube\Entity\Category {#9552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#9566 -id: 27 -name: "スカート" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1727356991 {#9564 date: 2024-09-26 22:23:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356991 {#9565 date: 2024-09-26 22:23:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9567 …} -Children: Doctrine\ORM\PersistentCollection {#9570 …} -Parent: Eccube\Entity\Category {#9552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#9573 -id: 26 -name: "セーター" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1727356988 {#9571 date: 2024-09-26 22:23:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356988 {#9572 date: 2024-09-26 22:23:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9574 …} -Children: Doctrine\ORM\PersistentCollection {#9577 …} -Parent: Eccube\Entity\Category {#9552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#9580 -id: 25 -name: "ソックス" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1727356981 {#9578 date: 2024-09-26 22:23:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356981 {#9579 date: 2024-09-26 22:23:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9581 …} -Children: Doctrine\ORM\PersistentCollection {#9584 …} -Parent: Eccube\Entity\Category {#9552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#9587 -id: 24 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1727356978 {#9585 date: 2024-09-26 22:22:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356978 {#9586 date: 2024-09-26 22:22:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9588 …} -Children: Doctrine\ORM\PersistentCollection {#9591 …} -Parent: Eccube\Entity\Category {#9552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#9594 -id: 23 -name: "コート" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1727356972 {#9592 date: 2024-09-26 22:22:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356972 {#9593 date: 2024-09-26 22:22:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9595 …} -Children: Doctrine\ORM\PersistentCollection {#9598 …} -Parent: Eccube\Entity\Category {#9552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6887 …} } Eccube\Entity\Category {#9601 -id: 15 -name: "西遠女子学園高等学校" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1727356865 {#9563 date: 2024-09-26 22:21:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9562 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9602 …} -Children: Doctrine\ORM\PersistentCollection {#9605 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6777 …} } Eccube\Entity\Category {#9606 -id: 21 -name: "セーラー" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1727356937 {#9599 date: 2024-09-26 22:22:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356937 {#9600 date: 2024-09-26 22:22:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9607 …} -Children: Doctrine\ORM\PersistentCollection {#9610 …} -Parent: Eccube\Entity\Category {#9601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6777 …} } Eccube\Entity\Category {#9615 -id: 20 -name: "スカート" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1727356935 {#9613 date: 2024-09-26 22:22:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356935 {#9614 date: 2024-09-26 22:22:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9616 …} -Children: Doctrine\ORM\PersistentCollection {#9619 …} -Parent: Eccube\Entity\Category {#9601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6777 …} } Eccube\Entity\Category {#9622 -id: 19 -name: "セーター" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1727356926 {#9620 date: 2024-09-26 22:22:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356926 {#9621 date: 2024-09-26 22:22:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9623 …} -Children: Doctrine\ORM\PersistentCollection {#9626 …} -Parent: Eccube\Entity\Category {#9601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6777 …} } Eccube\Entity\Category {#9629 -id: 18 -name: "ソックス" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1727356922 {#9627 date: 2024-09-26 22:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356922 {#9628 date: 2024-09-26 22:22:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9630 …} -Children: Doctrine\ORM\PersistentCollection {#9633 …} -Parent: Eccube\Entity\Category {#9601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6777 …} } Eccube\Entity\Category {#9636 -id: 17 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1727356917 {#9634 date: 2024-09-26 22:21:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356917 {#9635 date: 2024-09-26 22:21:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9637 …} -Children: Doctrine\ORM\PersistentCollection {#9640 …} -Parent: Eccube\Entity\Category {#9601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6777 …} } Eccube\Entity\Category {#9643 -id: 16 -name: "コート" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1727356912 {#9641 date: 2024-09-26 22:21:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356912 {#9642 date: 2024-09-26 22:21:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9644 …} -Children: Doctrine\ORM\PersistentCollection {#9647 …} -Parent: Eccube\Entity\Category {#9601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6777 …} } Eccube\Entity\Category {#9650 -id: 7 -name: "浜松西高等学校・中等部" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1727356715 {#9612 date: 2024-09-26 22:18:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9611 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9651 …} -Children: Doctrine\ORM\PersistentCollection {#9654 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6743 …} } Eccube\Entity\Category {#9655 -id: 14 -name: "上衣" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1727356836 {#9648 date: 2024-09-26 22:20:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9649 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9656 …} -Children: Doctrine\ORM\PersistentCollection {#9659 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } Eccube\Entity\Category {#9664 -id: 13 -name: "シャツ" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1727356831 {#9662 date: 2024-09-26 22:20:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9663 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9665 …} -Children: Doctrine\ORM\PersistentCollection {#9668 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } Eccube\Entity\Category {#9671 -id: 12 -name: "セーラー" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1727356828 {#9669 date: 2024-09-26 22:20:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9670 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9672 …} -Children: Doctrine\ORM\PersistentCollection {#9675 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } Eccube\Entity\Category {#9678 -id: 11 -name: "スカート" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1727356825 {#9676 date: 2024-09-26 22:20:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9677 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9679 …} -Children: Doctrine\ORM\PersistentCollection {#9682 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } Eccube\Entity\Category {#9685 -id: 10 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1727356822 {#9683 date: 2024-09-26 22:20:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9684 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9686 …} -Children: Doctrine\ORM\PersistentCollection {#9689 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } Eccube\Entity\Category {#9692 -id: 9 -name: "セーター・ベスト" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1727356811 {#9690 date: 2024-09-26 22:20:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9691 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9693 …} -Children: Doctrine\ORM\PersistentCollection {#9696 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } Eccube\Entity\Category {#9699 -id: 8 -name: "ソックス" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1727356797 {#9697 date: 2024-09-26 22:19:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9698 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9700 …} -Children: Doctrine\ORM\PersistentCollection {#9703 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } Eccube\Entity\Category {#9706 -id: 1 -name: "磐田南高等学校" -hierarchy: 1 -sort_no: 20 -create_date: DateTime @1727356577 {#9660 date: 2024-09-26 22:16:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9661 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9707 …} -Children: Doctrine\ORM\PersistentCollection {#9710 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6693 …} } Eccube\Entity\Category {#9711 -id: 6 -name: "上衣" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1727356642 {#9704 date: 2024-09-26 22:17:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356648 {#9705 date: 2024-09-26 22:17:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9712 …} -Children: Doctrine\ORM\PersistentCollection {#9715 …} -Parent: Eccube\Entity\Category {#9706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6693 …} } Eccube\Entity\Category {#9720 -id: 5 -name: "シャツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1727356639 {#9718 date: 2024-09-26 22:17:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356639 {#9719 date: 2024-09-26 22:17:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9721 …} -Children: Doctrine\ORM\PersistentCollection {#9724 …} -Parent: Eccube\Entity\Category {#9706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6693 …} } Eccube\Entity\Category {#9727 -id: 4 -name: "スカート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1727356633 {#9725 date: 2024-09-26 22:17:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356633 {#9726 date: 2024-09-26 22:17:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9728 …} -Children: Doctrine\ORM\PersistentCollection {#9731 …} -Parent: Eccube\Entity\Category {#9706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6693 …} } Eccube\Entity\Category {#9734 -id: 3 -name: "スラックス" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1727356629 {#9732 date: 2024-09-26 22:17:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356629 {#9733 date: 2024-09-26 22:17:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9735 …} -Children: Doctrine\ORM\PersistentCollection {#9738 …} -Parent: Eccube\Entity\Category {#9706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6693 …} } Eccube\Entity\Category {#9741 -id: 2 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1727356613 {#9739 date: 2024-09-26 22:16:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356613 {#9740 date: 2024-09-26 22:16:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9742 …} -Children: Doctrine\ORM\PersistentCollection {#9745 …} -Parent: Eccube\Entity\Category {#9706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6693 …} } Eccube\Entity\Category {#9748 -id: 188 -name: "磐田南高等学校" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1727359960 {#9716 date: 2024-09-26 23:12:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9717 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9749 …} -Children: Doctrine\ORM\PersistentCollection {#9752 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6952 …} } Eccube\Entity\Category {#9753 -id: 194 -name: "上衣" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1727360018 {#9746 date: 2024-09-26 23:13:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360018 {#9747 date: 2024-09-26 23:13:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9754 …} -Children: Doctrine\ORM\PersistentCollection {#9757 …} -Parent: Eccube\Entity\Category {#9748} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6952 …} } Eccube\Entity\Category {#9762 -id: 193 -name: "シャツ" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1727360007 {#9760 date: 2024-09-26 23:13:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360007 {#9761 date: 2024-09-26 23:13:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9763 …} -Children: Doctrine\ORM\PersistentCollection {#9766 …} -Parent: Eccube\Entity\Category {#9748} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6952 …} } Eccube\Entity\Category {#9769 -id: 192 -name: "スカート" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1727360005 {#9767 date: 2024-09-26 23:13:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360005 {#9768 date: 2024-09-26 23:13:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9770 …} -Children: Doctrine\ORM\PersistentCollection {#9773 …} -Parent: Eccube\Entity\Category {#9748} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6952 …} } Eccube\Entity\Category {#9776 -id: 191 -name: "スラックス" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1727360000 {#9774 date: 2024-09-26 23:13:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360000 {#9775 date: 2024-09-26 23:13:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9777 …} -Children: Doctrine\ORM\PersistentCollection {#9780 …} -Parent: Eccube\Entity\Category {#9748} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6952 …} } Eccube\Entity\Category {#9783 -id: 190 -name: "ソックス" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1727359991 {#9781 date: 2024-09-26 23:13:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359991 {#9782 date: 2024-09-26 23:13:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9784 …} -Children: Doctrine\ORM\PersistentCollection {#9787 …} -Parent: Eccube\Entity\Category {#9748} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6952 …} } Eccube\Entity\Category {#9790 -id: 189 -name: "その他" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1727359981 {#9788 date: 2024-09-26 23:13:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359981 {#9789 date: 2024-09-26 23:13:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9791 …} -Children: Doctrine\ORM\PersistentCollection {#9794 …} -Parent: Eccube\Entity\Category {#9748} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6952 …} } ] |
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 {#7384 -om: ContainerXorLgGn\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#807 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#7325 …} -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() {#7382 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6085 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#7340 …} } } |
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 {#9825 +label: "浜松工業高等学校" +value: "182" +data: Eccube\Entity\Category {#7485 -id: 182 -name: "浜松工業高等学校" -hierarchy: 1 -sort_no: 296 -create_date: DateTime @1727359862 {#7517 date: 2024-09-26 23:11:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7515 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7528 …} -Children: Doctrine\ORM\PersistentCollection {#7769 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6943 …} } +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9827 +label: " 上衣" +value: "186" +data: Eccube\Entity\Category {#7768 -id: 186 -name: "上衣" -hierarchy: 2 -sort_no: 228 -create_date: DateTime @1727359888 {#7513 date: 2024-09-26 23:11:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#7511 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7767 …} -Children: Doctrine\ORM\PersistentCollection {#7763 …} -Parent: Eccube\Entity\Category {#7485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6943 …} } +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9826 +label: " ブラウス" +value: "185" +data: Eccube\Entity\Category {#7758 -id: 185 -name: "ブラウス" -hierarchy: 2 -sort_no: 227 -create_date: DateTime @1727359881 {#7760 date: 2024-09-26 23:11:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#7759 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7757 …} -Children: Doctrine\ORM\PersistentCollection {#7754 …} -Parent: Eccube\Entity\Category {#7485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6943 …} } +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9829 +label: " スカート" +value: "184" +data: Eccube\Entity\Category {#7751 -id: 184 -name: "スカート" -hierarchy: 2 -sort_no: 226 -create_date: DateTime @1727359876 {#7753 date: 2024-09-26 23:11:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#7752 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7750 …} -Children: Doctrine\ORM\PersistentCollection {#7747 …} -Parent: Eccube\Entity\Category {#7485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6943 …} } +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9830 +label: " ネクタイ" +value: "187" +data: Eccube\Entity\Category {#7744 -id: 187 -name: "ネクタイ" -hierarchy: 2 -sort_no: 225 -create_date: DateTime @1727359899 {#7746 date: 2024-09-26 23:11:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#7745 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7743 …} -Children: Doctrine\ORM\PersistentCollection {#7740 …} -Parent: Eccube\Entity\Category {#7485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6943 …} } +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9831 +label: " ニット" +value: "183" +data: Eccube\Entity\Category {#7507 -id: 183 -name: "ニット" -hierarchy: 2 -sort_no: 224 -create_date: DateTime @1727359868 {#7506 date: 2024-09-26 23:11:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359902 {#7512 date: 2024-09-26 23:11:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7508 …} -Children: Doctrine\ORM\PersistentCollection {#7729 …} -Parent: Eccube\Entity\Category {#7485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6943 …} } +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9832 +label: "浜松工業高等学校" +value: "225" +data: Eccube\Entity\Category {#7732 -id: 225 -name: "浜松工業高等学校" -hierarchy: 1 -sort_no: 290 -create_date: DateTime @1727360786 {#7762 date: 2024-09-26 23:26:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7761 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7733 …} -Children: Doctrine\ORM\PersistentCollection {#7736 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7006 …} } +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9833 +label: " 上衣" +value: "230" +data: Eccube\Entity\Category {#7737 -id: 230 -name: "上衣" -hierarchy: 2 -sort_no: 266 -create_date: DateTime @1727360815 {#7730 date: 2024-09-26 23:26:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360815 {#7731 date: 2024-09-26 23:26:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7738 …} -Children: Doctrine\ORM\PersistentCollection {#7774 …} -Parent: Eccube\Entity\Category {#7732} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7006 …} } +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9834 +label: " ブラウス" +value: "229" +data: Eccube\Entity\Category {#7780 -id: 229 -name: "ブラウス" -hierarchy: 2 -sort_no: 265 -create_date: DateTime @1727360810 {#7778 date: 2024-09-26 23:26:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360810 {#7779 date: 2024-09-26 23:26:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7781 …} -Children: Doctrine\ORM\PersistentCollection {#7784 …} -Parent: Eccube\Entity\Category {#7732} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7006 …} } +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9835 +label: " スカート" +value: "228" +data: Eccube\Entity\Category {#7787 -id: 228 -name: "スカート" -hierarchy: 2 -sort_no: 264 -create_date: DateTime @1727360808 {#7785 date: 2024-09-26 23:26:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360808 {#7786 date: 2024-09-26 23:26:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7788 …} -Children: Doctrine\ORM\PersistentCollection {#7791 …} -Parent: Eccube\Entity\Category {#7732} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7006 …} } +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9836 +label: " ネクタイ" +value: "227" +data: Eccube\Entity\Category {#7794 -id: 227 -name: "ネクタイ" -hierarchy: 2 -sort_no: 263 -create_date: DateTime @1727360804 {#7792 date: 2024-09-26 23:26:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360804 {#7793 date: 2024-09-26 23:26:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7795 …} -Children: Doctrine\ORM\PersistentCollection {#7798 …} -Parent: Eccube\Entity\Category {#7732} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7006 …} } +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9837 +label: " ニット" +value: "226" +data: Eccube\Entity\Category {#7801 -id: 226 -name: "ニット" -hierarchy: 2 -sort_no: 262 -create_date: DateTime @1727360794 {#7799 date: 2024-09-26 23:26:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360794 {#7800 date: 2024-09-26 23:26:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7802 …} -Children: Doctrine\ORM\PersistentCollection {#7805 …} -Parent: Eccube\Entity\Category {#7732} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7006 …} } +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9838 +label: "磐田北高等学校" +value: "175" +data: Eccube\Entity\Category {#7808 -id: 175 -name: "磐田北高等学校" -hierarchy: 1 -sort_no: 289 -create_date: DateTime @1727359766 {#7775 date: 2024-09-26 23:09:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7777 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7809 …} -Children: Doctrine\ORM\PersistentCollection {#7812 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6935 …} } +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9839 +label: " 上衣" +value: "181" +data: Eccube\Entity\Category {#7813 -id: 181 -name: "上衣" -hierarchy: 2 -sort_no: 222 -create_date: DateTime @1727359792 {#7806 date: 2024-09-26 23:09:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359792 {#7807 date: 2024-09-26 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7814 …} -Children: Doctrine\ORM\PersistentCollection {#7817 …} -Parent: Eccube\Entity\Category {#7808} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6935 …} } +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9840 +label: " シャツ・ブラウス" +value: "180" +data: Eccube\Entity\Category {#7822 -id: 180 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 221 -create_date: DateTime @1727359786 {#7820 date: 2024-09-26 23:09:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359786 {#7821 date: 2024-09-26 23:09:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7823 …} -Children: Doctrine\ORM\PersistentCollection {#7826 …} -Parent: Eccube\Entity\Category {#7808} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6935 …} } +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9841 +label: " スラックス" +value: "179" +data: Eccube\Entity\Category {#7829 -id: 179 -name: "スラックス" -hierarchy: 2 -sort_no: 220 -create_date: DateTime @1727359782 {#7827 date: 2024-09-26 23:09:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359782 {#7828 date: 2024-09-26 23:09:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7830 …} -Children: Doctrine\ORM\PersistentCollection {#7833 …} -Parent: Eccube\Entity\Category {#7808} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6935 …} } +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9842 +label: " スカート" +value: "178" +data: Eccube\Entity\Category {#7836 -id: 178 -name: "スカート" -hierarchy: 2 -sort_no: 219 -create_date: DateTime @1727359778 {#7834 date: 2024-09-26 23:09:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359778 {#7835 date: 2024-09-26 23:09:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7837 …} -Children: Doctrine\ORM\PersistentCollection {#7840 …} -Parent: Eccube\Entity\Category {#7808} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6935 …} } +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9843 +label: " ネクタイ" +value: "177" +data: Eccube\Entity\Category {#7843 -id: 177 -name: "ネクタイ" -hierarchy: 2 -sort_no: 218 -create_date: DateTime @1727359776 {#7841 date: 2024-09-26 23:09:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359776 {#7842 date: 2024-09-26 23:09:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7844 …} -Children: Doctrine\ORM\PersistentCollection {#7847 …} -Parent: Eccube\Entity\Category {#7808} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6935 …} } +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9844 +label: " ソックス" +value: "176" +data: Eccube\Entity\Category {#7850 -id: 176 -name: "ソックス" -hierarchy: 2 -sort_no: 217 -create_date: DateTime @1727359773 {#7848 date: 2024-09-26 23:09:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359773 {#7849 date: 2024-09-26 23:09:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7851 …} -Children: Doctrine\ORM\PersistentCollection {#7854 …} -Parent: Eccube\Entity\Category {#7808} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6935 …} } +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9845 +label: "磐田北高等学校" +value: "218" +data: Eccube\Entity\Category {#7857 -id: 218 -name: "磐田北高等学校" -hierarchy: 1 -sort_no: 288 -create_date: DateTime @1727360732 {#7819 date: 2024-09-26 23:25:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7818 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7858 …} -Children: Doctrine\ORM\PersistentCollection {#7861 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6997 …} } +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9846 +label: " 上衣" +value: "224" +data: Eccube\Entity\Category {#7862 -id: 224 -name: "上衣" -hierarchy: 2 -sort_no: 261 -create_date: DateTime @1727360755 {#7855 date: 2024-09-26 23:25:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360755 {#7856 date: 2024-09-26 23:25:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7863 …} -Children: Doctrine\ORM\PersistentCollection {#7866 …} -Parent: Eccube\Entity\Category {#7857} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6997 …} } +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9847 +label: " シャツ・ブラウス" +value: "223" +data: Eccube\Entity\Category {#7871 -id: 223 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 260 -create_date: DateTime @1727360750 {#7869 date: 2024-09-26 23:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360750 {#7870 date: 2024-09-26 23:25:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7872 …} -Children: Doctrine\ORM\PersistentCollection {#7875 …} -Parent: Eccube\Entity\Category {#7857} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6997 …} } +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9848 +label: " スラックス" +value: "222" +data: Eccube\Entity\Category {#7878 -id: 222 -name: "スラックス" -hierarchy: 2 -sort_no: 259 -create_date: DateTime @1727360744 {#7876 date: 2024-09-26 23:25:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360744 {#7877 date: 2024-09-26 23:25:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7879 …} -Children: Doctrine\ORM\PersistentCollection {#7882 …} -Parent: Eccube\Entity\Category {#7857} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6997 …} } +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9849 +label: " スカート" +value: "221" +data: Eccube\Entity\Category {#7885 -id: 221 -name: "スカート" -hierarchy: 2 -sort_no: 258 -create_date: DateTime @1727360742 {#7883 date: 2024-09-26 23:25:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360742 {#7884 date: 2024-09-26 23:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7886 …} -Children: Doctrine\ORM\PersistentCollection {#7889 …} -Parent: Eccube\Entity\Category {#7857} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6997 …} } +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9850 +label: " ネクタイ" +value: "220" +data: Eccube\Entity\Category {#7892 -id: 220 -name: "ネクタイ" -hierarchy: 2 -sort_no: 257 -create_date: DateTime @1727360739 {#7890 date: 2024-09-26 23:25:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360739 {#7891 date: 2024-09-26 23:25:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7893 …} -Children: Doctrine\ORM\PersistentCollection {#7896 …} -Parent: Eccube\Entity\Category {#7857} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6997 …} } +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9851 +label: " ソックス" +value: "219" +data: Eccube\Entity\Category {#7899 -id: 219 -name: "ソックス" -hierarchy: 2 -sort_no: 256 -create_date: DateTime @1727360737 {#7897 date: 2024-09-26 23:25:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360737 {#7898 date: 2024-09-26 23:25:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7900 …} -Children: Doctrine\ORM\PersistentCollection {#7903 …} -Parent: Eccube\Entity\Category {#7857} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6997 …} } +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9852 +label: "浜松湖北高等学校" +value: "168" +data: Eccube\Entity\Category {#7906 -id: 168 -name: "浜松湖北高等学校" -hierarchy: 1 -sort_no: 287 -create_date: DateTime @1727359685 {#7868 date: 2024-09-26 23:08:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7867 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7907 …} -Children: Doctrine\ORM\PersistentCollection {#7910 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6927 …} } +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9853 +label: " ブレザー" +value: "174" +data: Eccube\Entity\Category {#7911 -id: 174 -name: "ブレザー" -hierarchy: 2 -sort_no: 215 -create_date: DateTime @1727359726 {#7904 date: 2024-09-26 23:08:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359726 {#7905 date: 2024-09-26 23:08:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7912 …} -Children: Doctrine\ORM\PersistentCollection {#7915 …} -Parent: Eccube\Entity\Category {#7906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6927 …} } +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9854 +label: " シャツ・ブラウス" +value: "173" +data: Eccube\Entity\Category {#7920 -id: 173 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 214 -create_date: DateTime @1727359718 {#7918 date: 2024-09-26 23:08:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359718 {#7919 date: 2024-09-26 23:08:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7921 …} -Children: Doctrine\ORM\PersistentCollection {#7924 …} -Parent: Eccube\Entity\Category {#7906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6927 …} } +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9855 +label: " ズボン・スラックス" +value: "172" +data: Eccube\Entity\Category {#7927 -id: 172 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 213 -create_date: DateTime @1727359713 {#7925 date: 2024-09-26 23:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359713 {#7926 date: 2024-09-26 23:08:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7928 …} -Children: Doctrine\ORM\PersistentCollection {#7931 …} -Parent: Eccube\Entity\Category {#7906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6927 …} } +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9856 +label: " スカート" +value: "171" +data: Eccube\Entity\Category {#7934 -id: 171 -name: "スカート" -hierarchy: 2 -sort_no: 212 -create_date: DateTime @1727359701 {#7932 date: 2024-09-26 23:08:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359701 {#7933 date: 2024-09-26 23:08:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7935 …} -Children: Doctrine\ORM\PersistentCollection {#7938 …} -Parent: Eccube\Entity\Category {#7906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6927 …} } +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9857 +label: " ネクタイ" +value: "170" +data: Eccube\Entity\Category {#7941 -id: 170 -name: "ネクタイ" -hierarchy: 2 -sort_no: 211 -create_date: DateTime @1727359697 {#7939 date: 2024-09-26 23:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359697 {#7940 date: 2024-09-26 23:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7942 …} -Children: Doctrine\ORM\PersistentCollection {#7945 …} -Parent: Eccube\Entity\Category {#7906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6927 …} } +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9858 +label: " セーター" +value: "169" +data: Eccube\Entity\Category {#7948 -id: 169 -name: "セーター" -hierarchy: 2 -sort_no: 210 -create_date: DateTime @1727359690 {#7946 date: 2024-09-26 23:08:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359694 {#7947 date: 2024-09-26 23:08:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7949 …} -Children: Doctrine\ORM\PersistentCollection {#7952 …} -Parent: Eccube\Entity\Category {#7906} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6927 …} } +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9859 +label: "浜松湖北高等学校" +value: "211" +data: Eccube\Entity\Category {#7955 -id: 211 -name: "浜松湖北高等学校" -hierarchy: 1 -sort_no: 286 -create_date: DateTime @1727360664 {#7917 date: 2024-09-26 23:24:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7916 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7956 …} -Children: Doctrine\ORM\PersistentCollection {#7959 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6988 …} } +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9860 +label: " ブレザー" +value: "217" +data: Eccube\Entity\Category {#7960 -id: 217 -name: "ブレザー" -hierarchy: 2 -sort_no: 236 -create_date: DateTime @1727360698 {#7953 date: 2024-09-26 23:24:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360698 {#7954 date: 2024-09-26 23:24:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7961 …} -Children: Doctrine\ORM\PersistentCollection {#7964 …} -Parent: Eccube\Entity\Category {#7955} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6988 …} } +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9861 +label: " シャツ・ブラウス" +value: "216" +data: Eccube\Entity\Category {#7969 -id: 216 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 235 -create_date: DateTime @1727360692 {#7967 date: 2024-09-26 23:24:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360692 {#7968 date: 2024-09-26 23:24:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7970 …} -Children: Doctrine\ORM\PersistentCollection {#7973 …} -Parent: Eccube\Entity\Category {#7955} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6988 …} } +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9862 +label: " ズボン・スラックス" +value: "215" +data: Eccube\Entity\Category {#7976 -id: 215 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 234 -create_date: DateTime @1727360684 {#7974 date: 2024-09-26 23:24:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360684 {#7975 date: 2024-09-26 23:24:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7977 …} -Children: Doctrine\ORM\PersistentCollection {#7980 …} -Parent: Eccube\Entity\Category {#7955} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6988 …} } +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9863 +label: " スカート" +value: "214" +data: Eccube\Entity\Category {#7983 -id: 214 -name: "スカート" -hierarchy: 2 -sort_no: 233 -create_date: DateTime @1727360678 {#7981 date: 2024-09-26 23:24:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360678 {#7982 date: 2024-09-26 23:24:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7984 …} -Children: Doctrine\ORM\PersistentCollection {#7987 …} -Parent: Eccube\Entity\Category {#7955} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6988 …} } +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9864 +label: " ネクタイ" +value: "213" +data: Eccube\Entity\Category {#7990 -id: 213 -name: "ネクタイ" -hierarchy: 2 -sort_no: 232 -create_date: DateTime @1727360676 {#7988 date: 2024-09-26 23:24:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360676 {#7989 date: 2024-09-26 23:24:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7991 …} -Children: Doctrine\ORM\PersistentCollection {#7994 …} -Parent: Eccube\Entity\Category {#7955} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6988 …} } +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9865 +label: " セーター" +value: "212" +data: Eccube\Entity\Category {#7997 -id: 212 -name: "セーター" -hierarchy: 2 -sort_no: 231 -create_date: DateTime @1727360671 {#7995 date: 2024-09-26 23:24:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360671 {#7996 date: 2024-09-26 23:24:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7998 …} -Children: Doctrine\ORM\PersistentCollection {#8001 …} -Parent: Eccube\Entity\Category {#7955} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6988 …} } +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9866 +label: "浜松学院" +value: "163" +data: Eccube\Entity\Category {#8004 -id: 163 -name: "浜松学院" -hierarchy: 1 -sort_no: 277 -create_date: DateTime @1727359629 {#7966 date: 2024-09-26 23:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#7965 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8005 …} -Children: Doctrine\ORM\PersistentCollection {#8008 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6919 …} } +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9867 +label: " ジャケット" +value: "167" +data: Eccube\Entity\Category {#8009 -id: 167 -name: "ジャケット" -hierarchy: 2 -sort_no: 208 -create_date: DateTime @1727359648 {#8002 date: 2024-09-26 23:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359648 {#8003 date: 2024-09-26 23:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8010 …} -Children: Doctrine\ORM\PersistentCollection {#8013 …} -Parent: Eccube\Entity\Category {#8004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6919 …} } +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9868 +label: " シャツ" +value: "166" +data: Eccube\Entity\Category {#8018 -id: 166 -name: "シャツ" -hierarchy: 2 -sort_no: 207 -create_date: DateTime @1727359639 {#8016 date: 2024-09-26 23:07:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359639 {#8017 date: 2024-09-26 23:07:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8019 …} -Children: Doctrine\ORM\PersistentCollection {#8022 …} -Parent: Eccube\Entity\Category {#8004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6919 …} } +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9869 +label: " スラックス" +value: "165" +data: Eccube\Entity\Category {#8025 -id: 165 -name: "スラックス" -hierarchy: 2 -sort_no: 206 -create_date: DateTime @1727359637 {#8023 date: 2024-09-26 23:07:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359637 {#8024 date: 2024-09-26 23:07:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8026 …} -Children: Doctrine\ORM\PersistentCollection {#8029 …} -Parent: Eccube\Entity\Category {#8004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6919 …} } +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9870 +label: " ソックス" +value: "164" +data: Eccube\Entity\Category {#8032 -id: 164 -name: "ソックス" -hierarchy: 2 -sort_no: 205 -create_date: DateTime @1727359633 {#8030 date: 2024-09-26 23:07:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359633 {#8031 date: 2024-09-26 23:07:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8033 …} -Children: Doctrine\ORM\PersistentCollection {#8036 …} -Parent: Eccube\Entity\Category {#8004} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6919 …} } +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9871 +label: "開誠館中学校" +value: "152" +data: Eccube\Entity\Category {#8039 -id: 152 -name: "開誠館中学校" -hierarchy: 1 -sort_no: 268 -create_date: DateTime @1727359500 {#8015 date: 2024-09-26 23:05:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8014 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8040 …} -Children: Doctrine\ORM\PersistentCollection {#8043 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6911 …} } +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9872 +label: " 上衣" +value: "162" +data: Eccube\Entity\Category {#8044 -id: 162 -name: "上衣" -hierarchy: 2 -sort_no: 203 -create_date: DateTime @1727359564 {#8037 date: 2024-09-26 23:06:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359564 {#8038 date: 2024-09-26 23:06:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8045 …} -Children: Doctrine\ORM\PersistentCollection {#8048 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9873 +label: " シャツ" +value: "161" +data: Eccube\Entity\Category {#8053 -id: 161 -name: "シャツ" -hierarchy: 2 -sort_no: 202 -create_date: DateTime @1727359561 {#8051 date: 2024-09-26 23:06:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359561 {#8052 date: 2024-09-26 23:06:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8054 …} -Children: Doctrine\ORM\PersistentCollection {#8057 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9874 +label: " ズボン・スラックス" +value: "160" +data: Eccube\Entity\Category {#8060 -id: 160 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 201 -create_date: DateTime @1727359555 {#8058 date: 2024-09-26 23:05:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359555 {#8059 date: 2024-09-26 23:05:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8061 …} -Children: Doctrine\ORM\PersistentCollection {#8064 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9875 +label: " リボン・ネクタイ" +value: "159" +data: Eccube\Entity\Category {#8067 -id: 159 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 200 -create_date: DateTime @1727359548 {#8065 date: 2024-09-26 23:05:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359548 {#8066 date: 2024-09-26 23:05:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8068 …} -Children: Doctrine\ORM\PersistentCollection {#8071 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9876 +label: " セーラー" +value: "158" +data: Eccube\Entity\Category {#8074 -id: 158 -name: "セーラー" -hierarchy: 2 -sort_no: 199 -create_date: DateTime @1727359541 {#8072 date: 2024-09-26 23:05:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359541 {#8073 date: 2024-09-26 23:05:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8075 …} -Children: Doctrine\ORM\PersistentCollection {#8078 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9877 +label: " スカート" +value: "157" +data: Eccube\Entity\Category {#8081 -id: 157 -name: "スカート" -hierarchy: 2 -sort_no: 198 -create_date: DateTime @1727359539 {#8079 date: 2024-09-26 23:05:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359539 {#8080 date: 2024-09-26 23:05:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8082 …} -Children: Doctrine\ORM\PersistentCollection {#8085 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9878 +label: " ソックス" +value: "156" +data: Eccube\Entity\Category {#8088 -id: 156 -name: "ソックス" -hierarchy: 2 -sort_no: 197 -create_date: DateTime @1727359534 {#8086 date: 2024-09-26 23:05:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359534 {#8087 date: 2024-09-26 23:05:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8089 …} -Children: Doctrine\ORM\PersistentCollection {#8092 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9879 +label: " 通学靴" +value: "155" +data: Eccube\Entity\Category {#8095 -id: 155 -name: "通学靴" -hierarchy: 2 -sort_no: 196 -create_date: DateTime @1727359530 {#8093 date: 2024-09-26 23:05:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359530 {#8094 date: 2024-09-26 23:05:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8096 …} -Children: Doctrine\ORM\PersistentCollection {#8099 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9880 +label: " 雨衣" +value: "154" +data: Eccube\Entity\Category {#8102 -id: 154 -name: "雨衣" -hierarchy: 2 -sort_no: 195 -create_date: DateTime @1727359524 {#8100 date: 2024-09-26 23:05:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359524 {#8101 date: 2024-09-26 23:05:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8103 …} -Children: Doctrine\ORM\PersistentCollection {#8106 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9881 +label: " その他" +value: "153" +data: Eccube\Entity\Category {#8109 -id: 153 -name: "その他" -hierarchy: 2 -sort_no: 194 -create_date: DateTime @1727359518 {#8107 date: 2024-09-26 23:05:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359518 {#8108 date: 2024-09-26 23:05:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8110 …} -Children: Doctrine\ORM\PersistentCollection {#8113 …} -Parent: Eccube\Entity\Category {#8039} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6911 …} } +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9882 +label: "開誠館高等学校" +value: "141" +data: Eccube\Entity\Category {#8116 -id: 141 -name: "開誠館高等学校" -hierarchy: 1 -sort_no: 267 -create_date: DateTime @1727359401 {#8050 date: 2024-09-26 23:03:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8049 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8117 …} -Children: Doctrine\ORM\PersistentCollection {#8120 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6903 …} } +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9883 +label: " 上衣" +value: "151" +data: Eccube\Entity\Category {#8121 -id: 151 -name: "上衣" -hierarchy: 2 -sort_no: 184 -create_date: DateTime @1727359458 {#8114 date: 2024-09-26 23:04:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359458 {#8115 date: 2024-09-26 23:04:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8122 …} -Children: Doctrine\ORM\PersistentCollection {#8125 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9884 +label: " シャツ" +value: "150" +data: Eccube\Entity\Category {#8130 -id: 150 -name: "シャツ" -hierarchy: 2 -sort_no: 183 -create_date: DateTime @1727359453 {#8128 date: 2024-09-26 23:04:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359453 {#8129 date: 2024-09-26 23:04:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8131 …} -Children: Doctrine\ORM\PersistentCollection {#8134 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9885 +label: " ズボン・スラックス" +value: "149" +data: Eccube\Entity\Category {#8137 -id: 149 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1727359448 {#8135 date: 2024-09-26 23:04:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359448 {#8136 date: 2024-09-26 23:04:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8138 …} -Children: Doctrine\ORM\PersistentCollection {#8141 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9886 +label: " リボン・ネクタイ" +value: "148" +data: Eccube\Entity\Category {#8144 -id: 148 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1727359440 {#8142 date: 2024-09-26 23:04:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359440 {#8143 date: 2024-09-26 23:04:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8145 …} -Children: Doctrine\ORM\PersistentCollection {#8148 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9887 +label: " セーラー" +value: "147" +data: Eccube\Entity\Category {#8151 -id: 147 -name: "セーラー" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1727359431 {#8149 date: 2024-09-26 23:03:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359431 {#8150 date: 2024-09-26 23:03:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8152 …} -Children: Doctrine\ORM\PersistentCollection {#8155 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9888 +label: " スカート" +value: "146" +data: Eccube\Entity\Category {#8158 -id: 146 -name: "スカート" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1727359428 {#8156 date: 2024-09-26 23:03:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359428 {#8157 date: 2024-09-26 23:03:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8159 …} -Children: Doctrine\ORM\PersistentCollection {#8162 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9889 +label: " ソックス" +value: "145" +data: Eccube\Entity\Category {#8165 -id: 145 -name: "ソックス" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1727359426 {#8163 date: 2024-09-26 23:03:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359426 {#8164 date: 2024-09-26 23:03:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8166 …} -Children: Doctrine\ORM\PersistentCollection {#8169 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9890 +label: " 通学靴" +value: "144" +data: Eccube\Entity\Category {#8172 -id: 144 -name: "通学靴" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1727359419 {#8170 date: 2024-09-26 23:03:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359419 {#8171 date: 2024-09-26 23:03:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8173 …} -Children: Doctrine\ORM\PersistentCollection {#8176 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9891 +label: " 雨衣" +value: "143" +data: Eccube\Entity\Category {#8179 -id: 143 -name: "雨衣" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1727359413 {#8177 date: 2024-09-26 23:03:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359413 {#8178 date: 2024-09-26 23:03:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8180 …} -Children: Doctrine\ORM\PersistentCollection {#8183 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9892 +label: " その他" +value: "142" +data: Eccube\Entity\Category {#8186 -id: 142 -name: "その他" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1727359408 {#8184 date: 2024-09-26 23:03:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359408 {#8185 date: 2024-09-26 23:03:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8187 …} -Children: Doctrine\ORM\PersistentCollection {#8190 …} -Parent: Eccube\Entity\Category {#8116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6903 …} } +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9893 +label: "浜松商業高等学校" +value: "121" +data: Eccube\Entity\Category {#8193 -id: 121 -name: "浜松商業高等学校" -hierarchy: 1 -sort_no: 255 -create_date: DateTime @1727359092 {#8127 date: 2024-09-26 22:58:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8126 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8194 …} -Children: Doctrine\ORM\PersistentCollection {#8197 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6871 …} } +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9894 +label: " ジャケット" +value: "125" +data: Eccube\Entity\Category {#8198 -id: 125 -name: "ジャケット" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1727359108 {#8191 date: 2024-09-26 22:58:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359108 {#8192 date: 2024-09-26 22:58:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8199 …} -Children: Doctrine\ORM\PersistentCollection {#8202 …} -Parent: Eccube\Entity\Category {#8193} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6871 …} } +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9895 +label: " ベスト" +value: "124" +data: Eccube\Entity\Category {#8207 -id: 124 -name: "ベスト" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1727359105 {#8205 date: 2024-09-26 22:58:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359105 {#8206 date: 2024-09-26 22:58:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8208 …} -Children: Doctrine\ORM\PersistentCollection {#8211 …} -Parent: Eccube\Entity\Category {#8193} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6871 …} } +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9896 +label: " スカート" +value: "123" +data: Eccube\Entity\Category {#8214 -id: 123 -name: "スカート" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1727359103 {#8212 date: 2024-09-26 22:58:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359103 {#8213 date: 2024-09-26 22:58:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8215 …} -Children: Doctrine\ORM\PersistentCollection {#8218 …} -Parent: Eccube\Entity\Category {#8193} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6871 …} } +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9897 +label: " スラックス" +value: "122" +data: Eccube\Entity\Category {#8221 -id: 122 -name: "スラックス" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1727359100 {#8219 date: 2024-09-26 22:58:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359100 {#8220 date: 2024-09-26 22:58:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8222 …} -Children: Doctrine\ORM\PersistentCollection {#8225 …} -Parent: Eccube\Entity\Category {#8193} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6871 …} } +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9898 +label: "浜松商業高等学校" +value: "206" +data: Eccube\Entity\Category {#8228 -id: 206 -name: "浜松商業高等学校" -hierarchy: 1 -sort_no: 254 -create_date: DateTime @1727360598 {#8204 date: 2024-09-26 23:23:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8203 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8229 …} -Children: Doctrine\ORM\PersistentCollection {#8232 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6979 …} } +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9899 +label: " ジャケット" +value: "210" +data: Eccube\Entity\Category {#8233 -id: 210 -name: "ジャケット" -hierarchy: 2 -sort_no: 249 -create_date: DateTime @1727360632 {#8226 date: 2024-09-26 23:23:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360632 {#8227 date: 2024-09-26 23:23:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8234 …} -Children: Doctrine\ORM\PersistentCollection {#8237 …} -Parent: Eccube\Entity\Category {#8228} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6979 …} } +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9900 +label: " ベスト" +value: "209" +data: Eccube\Entity\Category {#8242 -id: 209 -name: "ベスト" -hierarchy: 2 -sort_no: 248 -create_date: DateTime @1727360630 {#8240 date: 2024-09-26 23:23:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360630 {#8241 date: 2024-09-26 23:23:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8243 …} -Children: Doctrine\ORM\PersistentCollection {#8246 …} -Parent: Eccube\Entity\Category {#8228} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6979 …} } +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9901 +label: " スカート" +value: "208" +data: Eccube\Entity\Category {#8249 -id: 208 -name: "スカート" -hierarchy: 2 -sort_no: 247 -create_date: DateTime @1727360627 {#8247 date: 2024-09-26 23:23:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360627 {#8248 date: 2024-09-26 23:23:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8250 …} -Children: Doctrine\ORM\PersistentCollection {#8253 …} -Parent: Eccube\Entity\Category {#8228} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6979 …} } +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9902 +label: " スラックス" +value: "207" +data: Eccube\Entity\Category {#8256 -id: 207 -name: "スラックス" -hierarchy: 2 -sort_no: 246 -create_date: DateTime @1727360623 {#8254 date: 2024-09-26 23:23:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360623 {#8255 date: 2024-09-26 23:23:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8257 …} -Children: Doctrine\ORM\PersistentCollection {#8260 …} -Parent: Eccube\Entity\Category {#8228} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6979 …} } +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9903 +label: "浜松南高等学校" +value: "115" +data: Eccube\Entity\Category {#8263 -id: 115 -name: "浜松南高等学校" -hierarchy: 1 -sort_no: 253 -create_date: DateTime @1727359000 {#8239 date: 2024-09-26 22:56:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8238 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8264 …} -Children: Doctrine\ORM\PersistentCollection {#8267 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6861 …} } +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9904 +label: " ジャケット" +value: "120" +data: Eccube\Entity\Category {#8268 -id: 120 -name: "ジャケット" -hierarchy: 2 -sort_no: 252 -create_date: DateTime @1727359038 {#8261 date: 2024-09-26 22:57:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8262 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8269 …} -Children: Doctrine\ORM\PersistentCollection {#8273 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9905 +label: " ブラウス" +value: "119" +data: Eccube\Entity\Category {#8278 -id: 119 -name: "ブラウス" -hierarchy: 2 -sort_no: 251 -create_date: DateTime @1727359033 {#8276 date: 2024-09-26 22:57:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8277 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8279 …} -Children: Doctrine\ORM\PersistentCollection {#8282 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } +attr: [] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9906 +label: " シャツ" +value: "291" +data: Eccube\Entity\Category {#8285 -id: 291 -name: "シャツ" -hierarchy: 2 -sort_no: 250 -create_date: DateTime @1732080417 {#8283 date: 2024-11-20 14:26:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8284 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8286 …} -Children: Doctrine\ORM\PersistentCollection {#8289 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9907 +label: " ポロシャツ" +value: "293" +data: Eccube\Entity\Category {#8292 -id: 293 -name: "ポロシャツ" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1732080487 {#8290 date: 2024-11-20 14:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8291 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8293 …} -Children: Doctrine\ORM\PersistentCollection {#8296 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9908 +label: " スカート" +value: "118" +data: Eccube\Entity\Category {#8299 -id: 118 -name: "スカート" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1727359031 {#8297 date: 2024-09-26 22:57:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8298 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8300 …} -Children: Doctrine\ORM\PersistentCollection {#8303 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9909 +label: " スラックス" +value: "117" +data: Eccube\Entity\Category {#8306 -id: 117 -name: "スラックス" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1727359026 {#8304 date: 2024-09-26 22:57:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8305 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8307 …} -Children: Doctrine\ORM\PersistentCollection {#8310 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9910 +label: " ニット" +value: "294" +data: Eccube\Entity\Category {#8313 -id: 294 -name: "ニット" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1732080498 {#8311 date: 2024-11-20 14:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8312 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8314 …} -Children: Doctrine\ORM\PersistentCollection {#8317 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9911 +label: " ネクタイ・リボン" +value: "116" +data: Eccube\Entity\Category {#8320 -id: 116 -name: "ネクタイ・リボン" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1727359023 {#8318 date: 2024-09-26 22:57:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081157 {#8319 date: 2024-11-20 14:39:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8321 …} -Children: Doctrine\ORM\PersistentCollection {#8324 …} -Parent: Eccube\Entity\Category {#8263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6861 …} } +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9912 +label: "浜松南高等学校" +value: "200" +data: Eccube\Entity\Category {#8327 -id: 200 -name: "浜松南高等学校" -hierarchy: 1 -sort_no: 240 -create_date: DateTime @1727360514 {#8275 date: 2024-09-26 23:21:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8274 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8328 …} -Children: Doctrine\ORM\PersistentCollection {#8331 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6970 …} } +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9913 +label: " ジャケット" +value: "205" +data: Eccube\Entity\Category {#8332 -id: 205 -name: "ジャケット" -hierarchy: 2 -sort_no: 245 -create_date: DateTime @1727360534 {#8325 date: 2024-09-26 23:22:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8326 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8333 …} -Children: Doctrine\ORM\PersistentCollection {#8336 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9914 +label: " ブラウス" +value: "204" +data: Eccube\Entity\Category {#8341 -id: 204 -name: "ブラウス" -hierarchy: 2 -sort_no: 244 -create_date: DateTime @1727360532 {#8339 date: 2024-09-26 23:22:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8340 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8342 …} -Children: Doctrine\ORM\PersistentCollection {#8345 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9915 +label: " シャツ" +value: "295" +data: Eccube\Entity\Category {#8348 -id: 295 -name: "シャツ" -hierarchy: 2 -sort_no: 243 -create_date: DateTime @1732080513 {#8346 date: 2024-11-20 14:28:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8347 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8349 …} -Children: Doctrine\ORM\PersistentCollection {#8352 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9916 +label: " ポロシャツ" +value: "296" +data: Eccube\Entity\Category {#8355 -id: 296 -name: "ポロシャツ" -hierarchy: 2 -sort_no: 242 -create_date: DateTime @1732080521 {#8353 date: 2024-11-20 14:28:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8354 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8356 …} -Children: Doctrine\ORM\PersistentCollection {#8359 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9917 +label: " スカート" +value: "203" +data: Eccube\Entity\Category {#8362 -id: 203 -name: "スカート" -hierarchy: 2 -sort_no: 241 -create_date: DateTime @1727360528 {#8360 date: 2024-09-26 23:22:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8361 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8363 …} -Children: Doctrine\ORM\PersistentCollection {#8366 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9918 +label: " スラックス" +value: "202" +data: Eccube\Entity\Category {#8369 -id: 202 -name: "スラックス" -hierarchy: 2 -sort_no: 239 -create_date: DateTime @1727360523 {#8367 date: 2024-09-26 23:22:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8368 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8370 …} -Children: Doctrine\ORM\PersistentCollection {#8373 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9919 +label: " ニット" +value: "297" +data: Eccube\Entity\Category {#8376 -id: 297 -name: "ニット" -hierarchy: 2 -sort_no: 238 -create_date: DateTime @1732080525 {#8374 date: 2024-11-20 14:28:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8375 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8377 …} -Children: Doctrine\ORM\PersistentCollection {#8380 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9920 +label: " ネクタイ・リボン" +value: "201" +data: Eccube\Entity\Category {#8383 -id: 201 -name: "ネクタイ・リボン" -hierarchy: 2 -sort_no: 237 -create_date: DateTime @1727360520 {#8381 date: 2024-09-26 23:22:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732081176 {#8382 date: 2024-11-20 14:39:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8384 …} -Children: Doctrine\ORM\PersistentCollection {#8387 …} -Parent: Eccube\Entity\Category {#8327} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8271 …} -School: Customize\Entity\School {#6970 …} } +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9921 +label: "掛川西高等学校" +value: "110" +data: Eccube\Entity\Category {#8390 -id: 110 -name: "掛川西高等学校" -hierarchy: 1 -sort_no: 230 -create_date: DateTime @1727358904 {#8338 date: 2024-09-26 22:55:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8337 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8391 …} -Children: Doctrine\ORM\PersistentCollection {#8394 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6851 …} } +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9922 +label: " ジャケット" +value: "113" +data: Eccube\Entity\Category {#8395 -id: 113 -name: "ジャケット" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1727358918 {#8388 date: 2024-09-26 22:55:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#8389 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8396 …} -Children: Doctrine\ORM\PersistentCollection {#8399 …} -Parent: Eccube\Entity\Category {#8390} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6851 …} } +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9923 +label: " シャツ" +value: "112" +data: Eccube\Entity\Category {#8404 -id: 112 -name: "シャツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1727358916 {#8402 date: 2024-09-26 22:55:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#8403 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8405 …} -Children: Doctrine\ORM\PersistentCollection {#8408 …} -Parent: Eccube\Entity\Category {#8390} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6851 …} } +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9924 +label: " ベスト" +value: "111" +data: Eccube\Entity\Category {#8411 -id: 111 -name: "ベスト" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1727358910 {#8409 date: 2024-09-26 22:55:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#8410 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8412 …} -Children: Doctrine\ORM\PersistentCollection {#8415 …} -Parent: Eccube\Entity\Category {#8390} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6851 …} } +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9925 +label: " スカート" +value: "114" +data: Eccube\Entity\Category {#8418 -id: 114 -name: "スカート" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1727358946 {#8416 date: 2024-09-26 22:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358962 {#8417 date: 2024-09-26 22:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8419 …} -Children: Doctrine\ORM\PersistentCollection {#8422 …} -Parent: Eccube\Entity\Category {#8390} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6851 …} } +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9926 +label: "掛川西高等学校" +value: "195" +data: Eccube\Entity\Category {#8425 -id: 195 -name: "掛川西高等学校" -hierarchy: 1 -sort_no: 229 -create_date: DateTime @1727360083 {#8401 date: 2024-09-26 23:14:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8400 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8426 …} -Children: Doctrine\ORM\PersistentCollection {#8429 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6961 …} } +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9927 +label: " ジャケット" +value: "199" +data: Eccube\Entity\Category {#8430 -id: 199 -name: "ジャケット" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1727360115 {#8423 date: 2024-09-26 23:15:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360115 {#8424 date: 2024-09-26 23:15:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8431 …} -Children: Doctrine\ORM\PersistentCollection {#8434 …} -Parent: Eccube\Entity\Category {#8425} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6961 …} } +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9928 +label: " ブラウス" +value: "198" +data: Eccube\Entity\Category {#8439 -id: 198 -name: "ブラウス" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1727360106 {#8437 date: 2024-09-26 23:15:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360106 {#8438 date: 2024-09-26 23:15:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8440 …} -Children: Doctrine\ORM\PersistentCollection {#8443 …} -Parent: Eccube\Entity\Category {#8425} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6961 …} } +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9929 +label: " ベスト" +value: "197" +data: Eccube\Entity\Category {#8446 -id: 197 -name: "ベスト" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1727360103 {#8444 date: 2024-09-26 23:15:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360103 {#8445 date: 2024-09-26 23:15:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8447 …} -Children: Doctrine\ORM\PersistentCollection {#8450 …} -Parent: Eccube\Entity\Category {#8425} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6961 …} } +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9930 +label: " スカート" +value: "196" +data: Eccube\Entity\Category {#8453 -id: 196 -name: "スカート" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1727360096 {#8451 date: 2024-09-26 23:14:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360096 {#8452 date: 2024-09-26 23:14:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8454 …} -Children: Doctrine\ORM\PersistentCollection {#8457 …} -Parent: Eccube\Entity\Category {#8425} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6961 …} } +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9931 +label: "篠原中学校" +value: "135" +data: Eccube\Entity\Category {#8460 -id: 135 -name: "篠原中学校" -hierarchy: 1 -sort_no: 223 -create_date: DateTime @1727359323 {#8436 date: 2024-09-26 23:02:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8435 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8461 …} -Children: Doctrine\ORM\PersistentCollection {#8464 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6895 …} } +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9932 +label: " 上衣" +value: "140" +data: Eccube\Entity\Category {#8465 -id: 140 -name: "上衣" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1727359356 {#8458 date: 2024-09-26 23:02:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359356 {#8459 date: 2024-09-26 23:02:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8466 …} -Children: Doctrine\ORM\PersistentCollection {#8469 …} -Parent: Eccube\Entity\Category {#8460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6895 …} } +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9933 +label: " シャツ" +value: "139" +data: Eccube\Entity\Category {#8474 -id: 139 -name: "シャツ" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1727359353 {#8472 date: 2024-09-26 23:02:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359353 {#8473 date: 2024-09-26 23:02:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8475 …} -Children: Doctrine\ORM\PersistentCollection {#8478 …} -Parent: Eccube\Entity\Category {#8460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6895 …} } +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9934 +label: " スラックス" +value: "138" +data: Eccube\Entity\Category {#8481 -id: 138 -name: "スラックス" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1727359350 {#8479 date: 2024-09-26 23:02:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359350 {#8480 date: 2024-09-26 23:02:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8482 …} -Children: Doctrine\ORM\PersistentCollection {#8485 …} -Parent: Eccube\Entity\Category {#8460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6895 …} } +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9935 +label: " スカート" +value: "137" +data: Eccube\Entity\Category {#8488 -id: 137 -name: "スカート" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1727359348 {#8486 date: 2024-09-26 23:02:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359348 {#8487 date: 2024-09-26 23:02:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8489 …} -Children: Doctrine\ORM\PersistentCollection {#8492 …} -Parent: Eccube\Entity\Category {#8460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6895 …} } +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9936 +label: " その他" +value: "136" +data: Eccube\Entity\Category {#8495 -id: 136 -name: "その他" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1727359334 {#8493 date: 2024-09-26 23:02:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359334 {#8494 date: 2024-09-26 23:02:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8496 …} -Children: Doctrine\ORM\PersistentCollection {#8499 …} -Parent: Eccube\Entity\Category {#8460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6895 …} } +attr: [] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9937 +label: "篠原中学校" +value: "285" +data: Eccube\Entity\Category {#8502 -id: 285 -name: "篠原中学校" -hierarchy: 1 -sort_no: 216 -create_date: DateTime @1727361471 {#8470 date: 2024-09-26 23:37:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8471 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8503 …} -Children: Doctrine\ORM\PersistentCollection {#8506 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7069 …} } +attr: [] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9938 +label: " 上衣" +value: "290" +data: Eccube\Entity\Category {#8507 -id: 290 -name: "上衣" -hierarchy: 2 -sort_no: 295 -create_date: DateTime @1727361510 {#8500 date: 2024-09-26 23:38:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361510 {#8501 date: 2024-09-26 23:38:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8508 …} -Children: Doctrine\ORM\PersistentCollection {#8511 …} -Parent: Eccube\Entity\Category {#8502} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7069 …} } +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9939 +label: " シャツ" +value: "289" +data: Eccube\Entity\Category {#8516 -id: 289 -name: "シャツ" -hierarchy: 2 -sort_no: 294 -create_date: DateTime @1727361507 {#8514 date: 2024-09-26 23:38:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361507 {#8515 date: 2024-09-26 23:38:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8517 …} -Children: Doctrine\ORM\PersistentCollection {#8520 …} -Parent: Eccube\Entity\Category {#8502} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7069 …} } +attr: [] +labelTranslationParameters: [] } 288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9940 +label: " スラックス" +value: "288" +data: Eccube\Entity\Category {#8523 -id: 288 -name: "スラックス" -hierarchy: 2 -sort_no: 293 -create_date: DateTime @1727361504 {#8521 date: 2024-09-26 23:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361504 {#8522 date: 2024-09-26 23:38:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8524 …} -Children: Doctrine\ORM\PersistentCollection {#8527 …} -Parent: Eccube\Entity\Category {#8502} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7069 …} } +attr: [] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9941 +label: " スカート" +value: "287" +data: Eccube\Entity\Category {#8530 -id: 287 -name: "スカート" -hierarchy: 2 -sort_no: 292 -create_date: DateTime @1727361501 {#8528 date: 2024-09-26 23:38:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361501 {#8529 date: 2024-09-26 23:38:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8531 …} -Children: Doctrine\ORM\PersistentCollection {#8534 …} -Parent: Eccube\Entity\Category {#8502} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7069 …} } +attr: [] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9942 +label: " その他" +value: "286" +data: Eccube\Entity\Category {#8537 -id: 286 -name: "その他" -hierarchy: 2 -sort_no: 291 -create_date: DateTime @1727361498 {#8535 date: 2024-09-26 23:38:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361498 {#8536 date: 2024-09-26 23:38:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8538 …} -Children: Doctrine\ORM\PersistentCollection {#8541 …} -Parent: Eccube\Entity\Category {#8502} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7069 …} } +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9943 +label: "向陽中学校" +value: "126" +data: Eccube\Entity\Category {#8544 -id: 126 -name: "向陽中学校" -hierarchy: 1 -sort_no: 209 -create_date: DateTime @1727359145 {#8512 date: 2024-09-26 22:59:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8513 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8545 …} -Children: Doctrine\ORM\PersistentCollection {#8548 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6879 …} } +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9944 +label: " 上衣" +value: "134" +data: Eccube\Entity\Category {#8549 -id: 134 -name: "上衣" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1727359181 {#8542 date: 2024-09-26 22:59:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8543 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8550 …} -Children: Doctrine\ORM\PersistentCollection {#8553 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9945 +label: " ワイシャツ" +value: "131" +data: Eccube\Entity\Category {#8558 -id: 131 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1727359169 {#8556 date: 2024-09-26 22:59:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8557 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8559 …} -Children: Doctrine\ORM\PersistentCollection {#8562 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9946 +label: " スラックス" +value: "130" +data: Eccube\Entity\Category {#8565 -id: 130 -name: "スラックス" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1727359167 {#8563 date: 2024-09-26 22:59:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8564 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8566 …} -Children: Doctrine\ORM\PersistentCollection {#8569 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9947 +label: " セーラー" +value: "133" +data: Eccube\Entity\Category {#8572 -id: 133 -name: "セーラー" -hierarchy: 2 -sort_no: 156 -create_date: DateTime @1727359175 {#8570 date: 2024-09-26 22:59:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8571 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8573 …} -Children: Doctrine\ORM\PersistentCollection {#8576 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9948 +label: " スカート" +value: "132" +data: Eccube\Entity\Category {#8579 -id: 132 -name: "スカート" -hierarchy: 2 -sort_no: 155 -create_date: DateTime @1727359172 {#8577 date: 2024-09-26 22:59:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8578 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8580 …} -Children: Doctrine\ORM\PersistentCollection {#8583 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9949 +label: " ソックス・ベルト・靴" +value: "129" +data: Eccube\Entity\Category {#8586 -id: 129 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 154 -create_date: DateTime @1727359163 {#8584 date: 2024-09-26 22:59:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8585 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8587 …} -Children: Doctrine\ORM\PersistentCollection {#8590 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9950 +label: " トレーニングウェア" +value: "128" +data: Eccube\Entity\Category {#8593 -id: 128 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 153 -create_date: DateTime @1727359155 {#8591 date: 2024-09-26 22:59:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8592 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8594 …} -Children: Doctrine\ORM\PersistentCollection {#8597 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9951 +label: " その他" +value: "127" +data: Eccube\Entity\Category {#8600 -id: 127 -name: "その他" -hierarchy: 2 -sort_no: 152 -create_date: DateTime @1727359151 {#8598 date: 2024-09-26 22:59:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359184 {#8599 date: 2024-09-26 22:59:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8601 …} -Children: Doctrine\ORM\PersistentCollection {#8604 …} -Parent: Eccube\Entity\Category {#8544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6879 …} } +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9952 +label: "向陽中学校" +value: "267" +data: Eccube\Entity\Category {#8607 -id: 267 -name: "向陽中学校" -hierarchy: 1 -sort_no: 204 -create_date: DateTime @1727361245 {#8555 date: 2024-09-26 23:34:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8554 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8608 …} -Children: Doctrine\ORM\PersistentCollection {#8611 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7051 …} } +attr: [] +labelTranslationParameters: [] } 275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9953 +label: " 上衣" +value: "275" +data: Eccube\Entity\Category {#8612 -id: 275 -name: "上衣" -hierarchy: 2 -sort_no: 192 -create_date: DateTime @1727361296 {#8605 date: 2024-09-26 23:34:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8606 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8613 …} -Children: Doctrine\ORM\PersistentCollection {#8616 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } +attr: [] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9954 +label: " ワイシャツ" +value: "272" +data: Eccube\Entity\Category {#8621 -id: 272 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 191 -create_date: DateTime @1727361289 {#8619 date: 2024-09-26 23:34:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8620 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8622 …} -Children: Doctrine\ORM\PersistentCollection {#8625 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9955 +label: " スラックス" +value: "271" +data: Eccube\Entity\Category {#8628 -id: 271 -name: "スラックス" -hierarchy: 2 -sort_no: 190 -create_date: DateTime @1727361286 {#8626 date: 2024-09-26 23:34:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8627 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8629 …} -Children: Doctrine\ORM\PersistentCollection {#8632 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } +attr: [] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9956 +label: " セーラー" +value: "274" +data: Eccube\Entity\Category {#8635 -id: 274 -name: "セーラー" -hierarchy: 2 -sort_no: 189 -create_date: DateTime @1727361294 {#8633 date: 2024-09-26 23:34:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8634 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8636 …} -Children: Doctrine\ORM\PersistentCollection {#8639 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9957 +label: " スカート" +value: "273" +data: Eccube\Entity\Category {#8642 -id: 273 -name: "スカート" -hierarchy: 2 -sort_no: 188 -create_date: DateTime @1727361291 {#8640 date: 2024-09-26 23:34:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8641 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8643 …} -Children: Doctrine\ORM\PersistentCollection {#8646 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9958 +label: " ソックス・ベルト・靴" +value: "270" +data: Eccube\Entity\Category {#8649 -id: 270 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1727361283 {#8647 date: 2024-09-26 23:34:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8648 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8650 …} -Children: Doctrine\ORM\PersistentCollection {#8653 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9959 +label: " トレーニングウェア" +value: "269" +data: Eccube\Entity\Category {#8656 -id: 269 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1727361276 {#8654 date: 2024-09-26 23:34:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8655 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8657 …} -Children: Doctrine\ORM\PersistentCollection {#8660 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9960 +label: " その他" +value: "268" +data: Eccube\Entity\Category {#8663 -id: 268 -name: "その他" -hierarchy: 2 -sort_no: 185 -create_date: DateTime @1727361269 {#8661 date: 2024-09-26 23:34:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361430 {#8662 date: 2024-09-26 23:37:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8664 …} -Children: Doctrine\ORM\PersistentCollection {#8667 …} -Parent: Eccube\Entity\Category {#8607} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7051 …} } +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9961 +label: "浜名中学校" +value: "101" +data: Eccube\Entity\Category {#8670 -id: 101 -name: "浜名中学校" -hierarchy: 1 -sort_no: 193 -create_date: DateTime @1727358107 {#8618 date: 2024-09-26 22:41:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8617 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8671 …} -Children: Doctrine\ORM\PersistentCollection {#8674 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6841 …} } +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9962 +label: " 上衣" +value: "109" +data: Eccube\Entity\Category {#8675 -id: 109 -name: "上衣" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1727358867 {#8668 date: 2024-09-26 22:54:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8669 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8676 …} -Children: Doctrine\ORM\PersistentCollection {#8679 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9963 +label: " ワイシャツ" +value: "106" +data: Eccube\Entity\Category {#8684 -id: 106 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1727358848 {#8682 date: 2024-09-26 22:54:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8683 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8685 …} -Children: Doctrine\ORM\PersistentCollection {#8688 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9964 +label: " スラックス" +value: "105" +data: Eccube\Entity\Category {#8691 -id: 105 -name: "スラックス" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1727358843 {#8689 date: 2024-09-26 22:54:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8690 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8692 …} -Children: Doctrine\ORM\PersistentCollection {#8695 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9965 +label: " セーラー" +value: "108" +data: Eccube\Entity\Category {#8698 -id: 108 -name: "セーラー" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1727358863 {#8696 date: 2024-09-26 22:54:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8697 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8699 …} -Children: Doctrine\ORM\PersistentCollection {#8702 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9966 +label: " スカート" +value: "107" +data: Eccube\Entity\Category {#8705 -id: 107 -name: "スカート" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1727358857 {#8703 date: 2024-09-26 22:54:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8704 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8706 …} -Children: Doctrine\ORM\PersistentCollection {#8709 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9967 +label: " ソックス・ベルト・靴" +value: "104" +data: Eccube\Entity\Category {#8712 -id: 104 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1727358768 {#8710 date: 2024-09-26 22:52:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8711 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8713 …} -Children: Doctrine\ORM\PersistentCollection {#8716 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9968 +label: " トレーニングウェア" +value: "103" +data: Eccube\Entity\Category {#8719 -id: 103 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1727358442 {#8717 date: 2024-09-26 22:47:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8718 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8720 …} -Children: Doctrine\ORM\PersistentCollection {#8723 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9969 +label: " その他" +value: "102" +data: Eccube\Entity\Category {#8726 -id: 102 -name: "その他" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1727358434 {#8724 date: 2024-09-26 22:47:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358870 {#8725 date: 2024-09-26 22:54:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8727 …} -Children: Doctrine\ORM\PersistentCollection {#8730 …} -Parent: Eccube\Entity\Category {#8670} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6841 …} } +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9970 +label: "浜名中学校" +value: "276" +data: Eccube\Entity\Category {#8733 -id: 276 -name: "浜名中学校" -hierarchy: 1 -sort_no: 174 -create_date: DateTime @1727361361 {#8681 date: 2024-09-26 23:36:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8680 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8734 …} -Children: Doctrine\ORM\PersistentCollection {#8737 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7060 …} } +attr: [] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9971 +label: " 上衣" +value: "284" +data: Eccube\Entity\Category {#8738 -id: 284 -name: "上衣" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1727361409 {#8731 date: 2024-09-26 23:36:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8732 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8739 …} -Children: Doctrine\ORM\PersistentCollection {#8742 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } +attr: [] +labelTranslationParameters: [] } 281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9972 +label: " ワイシャツ" +value: "281" +data: Eccube\Entity\Category {#8747 -id: 281 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1727361396 {#8745 date: 2024-09-26 23:36:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8746 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8748 …} -Children: Doctrine\ORM\PersistentCollection {#8751 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } +attr: [] +labelTranslationParameters: [] } 280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9973 +label: " スラックス" +value: "280" +data: Eccube\Entity\Category {#8754 -id: 280 -name: "スラックス" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1727361393 {#8752 date: 2024-09-26 23:36:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8753 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8755 …} -Children: Doctrine\ORM\PersistentCollection {#8758 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } +attr: [] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9974 +label: " セーラー" +value: "283" +data: Eccube\Entity\Category {#8761 -id: 283 -name: "セーラー" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1727361403 {#8759 date: 2024-09-26 23:36:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8760 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8762 …} -Children: Doctrine\ORM\PersistentCollection {#8765 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } +attr: [] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9975 +label: " スカート" +value: "282" +data: Eccube\Entity\Category {#8768 -id: 282 -name: "スカート" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1727361400 {#8766 date: 2024-09-26 23:36:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8767 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8769 …} -Children: Doctrine\ORM\PersistentCollection {#8772 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } +attr: [] +labelTranslationParameters: [] } 279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9976 +label: " ソックス・ベルト・靴" +value: "279" +data: Eccube\Entity\Category {#8775 -id: 279 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1727361390 {#8773 date: 2024-09-26 23:36:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8774 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8776 …} -Children: Doctrine\ORM\PersistentCollection {#8779 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } +attr: [] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9977 +label: " トレーニングウェア" +value: "278" +data: Eccube\Entity\Category {#8782 -id: 278 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1727361384 {#8780 date: 2024-09-26 23:36:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8781 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8783 …} -Children: Doctrine\ORM\PersistentCollection {#8786 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } +attr: [] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9978 +label: " その他" +value: "277" +data: Eccube\Entity\Category {#8789 -id: 277 -name: "その他" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1727361378 {#8787 date: 2024-09-26 23:36:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361412 {#8788 date: 2024-09-26 23:36:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8790 …} -Children: Doctrine\ORM\PersistentCollection {#8793 …} -Parent: Eccube\Entity\Category {#8733} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7060 …} } +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9979 +label: "城山中学校" +value: "92" +data: Eccube\Entity\Category {#8796 -id: 92 -name: "城山中学校" -hierarchy: 1 -sort_no: 160 -create_date: DateTime @1727358012 {#8744 date: 2024-09-26 22:40:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8743 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8797 …} -Children: Doctrine\ORM\PersistentCollection {#8800 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6833 …} } +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9980 +label: " 上衣" +value: "100" +data: Eccube\Entity\Category {#8801 -id: 100 -name: "上衣" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1727358069 {#8794 date: 2024-09-26 22:41:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8795 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8802 …} -Children: Doctrine\ORM\PersistentCollection {#8805 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9981 +label: " ワイシャツ" +value: "97" +data: Eccube\Entity\Category {#8810 -id: 97 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1727358060 {#8808 date: 2024-09-26 22:41:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8809 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8811 …} -Children: Doctrine\ORM\PersistentCollection {#8814 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9982 +label: " スラックス" +value: "96" +data: Eccube\Entity\Category {#8817 -id: 96 -name: "スラックス" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1727358037 {#8815 date: 2024-09-26 22:40:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8816 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8818 …} -Children: Doctrine\ORM\PersistentCollection {#8821 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9983 +label: " セーラー" +value: "99" +data: Eccube\Entity\Category {#8824 -id: 99 -name: "セーラー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1727358066 {#8822 date: 2024-09-26 22:41:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8823 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8825 …} -Children: Doctrine\ORM\PersistentCollection {#8828 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9984 +label: " スカート" +value: "98" +data: Eccube\Entity\Category {#8831 -id: 98 -name: "スカート" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1727358063 {#8829 date: 2024-09-26 22:41:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8830 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8832 …} -Children: Doctrine\ORM\PersistentCollection {#8835 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9985 +label: " ソックス・ベルト・靴" +value: "95" +data: Eccube\Entity\Category {#8838 -id: 95 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1727358035 {#8836 date: 2024-09-26 22:40:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8837 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8839 …} -Children: Doctrine\ORM\PersistentCollection {#8842 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9986 +label: " トレーニングウェア" +value: "94" +data: Eccube\Entity\Category {#8845 -id: 94 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1727358031 {#8843 date: 2024-09-26 22:40:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8844 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8846 …} -Children: Doctrine\ORM\PersistentCollection {#8849 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9987 +label: " その他" +value: "93" +data: Eccube\Entity\Category {#8852 -id: 93 -name: "その他" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1727358024 {#8850 date: 2024-09-26 22:40:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727358079 {#8851 date: 2024-09-26 22:41:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8853 …} -Children: Doctrine\ORM\PersistentCollection {#8856 …} -Parent: Eccube\Entity\Category {#8796} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6833 …} } +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9988 +label: "城山中学校" +value: "258" +data: Eccube\Entity\Category {#8859 -id: 258 -name: "城山中学校" -hierarchy: 1 -sort_no: 151 -create_date: DateTime @1727361071 {#8807 date: 2024-09-26 23:31:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8806 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8860 …} -Children: Doctrine\ORM\PersistentCollection {#8863 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7042 …} } +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9989 +label: " 上衣" +value: "266" +data: Eccube\Entity\Category {#8864 -id: 266 -name: "上衣" -hierarchy: 2 -sort_no: 150 -create_date: DateTime @1727361110 {#8857 date: 2024-09-26 23:31:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8858 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8865 …} -Children: Doctrine\ORM\PersistentCollection {#8868 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9990 +label: " ワイシャツ" +value: "263" +data: Eccube\Entity\Category {#8873 -id: 263 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 149 -create_date: DateTime @1727361104 {#8871 date: 2024-09-26 23:31:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8872 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8874 …} -Children: Doctrine\ORM\PersistentCollection {#8877 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9991 +label: " スラックス" +value: "262" +data: Eccube\Entity\Category {#8880 -id: 262 -name: "スラックス" -hierarchy: 2 -sort_no: 148 -create_date: DateTime @1727361098 {#8878 date: 2024-09-26 23:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8879 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8881 …} -Children: Doctrine\ORM\PersistentCollection {#8884 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9992 +label: " セーラー" +value: "265" +data: Eccube\Entity\Category {#8887 -id: 265 -name: "セーラー" -hierarchy: 2 -sort_no: 147 -create_date: DateTime @1727361108 {#8885 date: 2024-09-26 23:31:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8886 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8888 …} -Children: Doctrine\ORM\PersistentCollection {#8891 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9993 +label: " スカート" +value: "264" +data: Eccube\Entity\Category {#8894 -id: 264 -name: "スカート" -hierarchy: 2 -sort_no: 146 -create_date: DateTime @1727361106 {#8892 date: 2024-09-26 23:31:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8893 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8895 …} -Children: Doctrine\ORM\PersistentCollection {#8898 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9994 +label: " ソックス・ベルト・靴" +value: "261" +data: Eccube\Entity\Category {#8901 -id: 261 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 145 -create_date: DateTime @1727361094 {#8899 date: 2024-09-26 23:31:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8900 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8902 …} -Children: Doctrine\ORM\PersistentCollection {#8905 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9995 +label: " トレーニングウェア" +value: "260" +data: Eccube\Entity\Category {#8908 -id: 260 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 144 -create_date: DateTime @1727361087 {#8906 date: 2024-09-26 23:31:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8907 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8909 …} -Children: Doctrine\ORM\PersistentCollection {#8912 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } +attr: [] +labelTranslationParameters: [] } 259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9996 +label: " その他" +value: "259" +data: Eccube\Entity\Category {#8915 -id: 259 -name: "その他" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1727361085 {#8913 date: 2024-09-26 23:31:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361113 {#8914 date: 2024-09-26 23:31:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8916 …} -Children: Doctrine\ORM\PersistentCollection {#8919 …} -Parent: Eccube\Entity\Category {#8859} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7042 …} } +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9997 +label: "南部中学校" +value: "83" +data: Eccube\Entity\Category {#8922 -id: 83 -name: "南部中学校" -hierarchy: 1 -sort_no: 138 -create_date: DateTime @1727357914 {#8870 date: 2024-09-26 22:38:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8869 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8923 …} -Children: Doctrine\ORM\PersistentCollection {#8926 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6825 …} } +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9998 +label: " 上衣" +value: "91" +data: Eccube\Entity\Category {#8927 -id: 91 -name: "上衣" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1727357970 {#8920 date: 2024-09-26 22:39:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8921 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8928 …} -Children: Doctrine\ORM\PersistentCollection {#8931 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9999 +label: " ワイシャツ" +value: "88" +data: Eccube\Entity\Category {#8936 -id: 88 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1727357956 {#8934 date: 2024-09-26 22:39:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8935 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8937 …} -Children: Doctrine\ORM\PersistentCollection {#8940 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10000 +label: " スラックス" +value: "87" +data: Eccube\Entity\Category {#8943 -id: 87 -name: "スラックス" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1727357952 {#8941 date: 2024-09-26 22:39:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8942 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8944 …} -Children: Doctrine\ORM\PersistentCollection {#8947 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10001 +label: " セーラー" +value: "90" +data: Eccube\Entity\Category {#8950 -id: 90 -name: "セーラー" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1727357967 {#8948 date: 2024-09-26 22:39:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8949 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8951 …} -Children: Doctrine\ORM\PersistentCollection {#8954 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10002 +label: " スカート" +value: "89" +data: Eccube\Entity\Category {#8957 -id: 89 -name: "スカート" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1727357965 {#8955 date: 2024-09-26 22:39:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8956 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8958 …} -Children: Doctrine\ORM\PersistentCollection {#8961 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10003 +label: " ソックス・ベルト・靴" +value: "86" +data: Eccube\Entity\Category {#8964 -id: 86 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1727357948 {#8962 date: 2024-09-26 22:39:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8963 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8965 …} -Children: Doctrine\ORM\PersistentCollection {#8968 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10004 +label: " トレーニングウェア" +value: "85" +data: Eccube\Entity\Category {#8971 -id: 85 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1727357938 {#8969 date: 2024-09-26 22:38:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8970 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8972 …} -Children: Doctrine\ORM\PersistentCollection {#8975 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10005 +label: " その他" +value: "84" +data: Eccube\Entity\Category {#8978 -id: 84 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1727357933 {#8976 date: 2024-09-26 22:38:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357977 {#8977 date: 2024-09-26 22:39:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8979 …} -Children: Doctrine\ORM\PersistentCollection {#8982 …} -Parent: Eccube\Entity\Category {#8922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6825 …} } +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10006 +label: "南部中学校" +value: "249" +data: Eccube\Entity\Category {#8985 -id: 249 -name: "南部中学校" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1727361001 {#8933 date: 2024-09-26 23:30:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8932 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8986 …} -Children: Doctrine\ORM\PersistentCollection {#8989 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7033 …} } +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10007 +label: " 上衣" +value: "257" +data: Eccube\Entity\Category {#8990 -id: 257 -name: "上衣" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1727361052 {#8983 date: 2024-09-26 23:30:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#8984 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8991 …} -Children: Doctrine\ORM\PersistentCollection {#8994 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10008 +label: " ワイシャツ" +value: "254" +data: Eccube\Entity\Category {#8999 -id: 254 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1727361044 {#8997 date: 2024-09-26 23:30:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#8998 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9000 …} -Children: Doctrine\ORM\PersistentCollection {#9003 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10009 +label: " スラックス" +value: "253" +data: Eccube\Entity\Category {#9006 -id: 253 -name: "スラックス" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1727361040 {#9004 date: 2024-09-26 23:30:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#9005 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9007 …} -Children: Doctrine\ORM\PersistentCollection {#9010 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10010 +label: " セーラー" +value: "256" +data: Eccube\Entity\Category {#9013 -id: 256 -name: "セーラー" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1727361049 {#9011 date: 2024-09-26 23:30:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#9012 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9014 …} -Children: Doctrine\ORM\PersistentCollection {#9017 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10011 +label: " スカート" +value: "255" +data: Eccube\Entity\Category {#9020 -id: 255 -name: "スカート" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1727361046 {#9018 date: 2024-09-26 23:30:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#9019 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9021 …} -Children: Doctrine\ORM\PersistentCollection {#9024 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10012 +label: " ソックス・ベルト・靴" +value: "252" +data: Eccube\Entity\Category {#9027 -id: 252 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1727361037 {#9025 date: 2024-09-26 23:30:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#9026 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9028 …} -Children: Doctrine\ORM\PersistentCollection {#9031 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10013 +label: " トレーニングウェア" +value: "251" +data: Eccube\Entity\Category {#9034 -id: 251 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1727361031 {#9032 date: 2024-09-26 23:30:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#9033 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9035 …} -Children: Doctrine\ORM\PersistentCollection {#9038 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10014 +label: " その他" +value: "250" +data: Eccube\Entity\Category {#9041 -id: 250 -name: "その他" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1727361027 {#9039 date: 2024-09-26 23:30:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727361056 {#9040 date: 2024-09-26 23:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9042 …} -Children: Doctrine\ORM\PersistentCollection {#9045 …} -Parent: Eccube\Entity\Category {#8985} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7033 …} } +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10015 +label: "神明中学校" +value: "74" +data: Eccube\Entity\Category {#9048 -id: 74 -name: "神明中学校" -hierarchy: 1 -sort_no: 115 -create_date: DateTime @1727357577 {#8996 date: 2024-09-26 22:32:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#8995 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9049 …} -Children: Doctrine\ORM\PersistentCollection {#9052 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6817 …} } +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10016 +label: " 上衣" +value: "82" +data: Eccube\Entity\Category {#9053 -id: 82 -name: "上衣" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1727357622 {#9046 date: 2024-09-26 22:33:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9047 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9054 …} -Children: Doctrine\ORM\PersistentCollection {#9057 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10017 +label: " ワイシャツ" +value: "79" +data: Eccube\Entity\Category {#9062 -id: 79 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1727357614 {#9060 date: 2024-09-26 22:33:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9061 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9063 …} -Children: Doctrine\ORM\PersistentCollection {#9066 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10018 +label: " スラックス" +value: "78" +data: Eccube\Entity\Category {#9069 -id: 78 -name: "スラックス" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1727357610 {#9067 date: 2024-09-26 22:33:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9068 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9070 …} -Children: Doctrine\ORM\PersistentCollection {#9073 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10019 +label: " セーラー" +value: "81" +data: Eccube\Entity\Category {#9076 -id: 81 -name: "セーラー" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1727357619 {#9074 date: 2024-09-26 22:33:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9075 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9077 …} -Children: Doctrine\ORM\PersistentCollection {#9080 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10020 +label: " スカート" +value: "80" +data: Eccube\Entity\Category {#9083 -id: 80 -name: "スカート" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1727357617 {#9081 date: 2024-09-26 22:33:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9082 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9084 …} -Children: Doctrine\ORM\PersistentCollection {#9087 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10021 +label: " ソックス・ベルト・靴" +value: "77" +data: Eccube\Entity\Category {#9090 -id: 77 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1727357599 {#9088 date: 2024-09-26 22:33:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9089 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9091 …} -Children: Doctrine\ORM\PersistentCollection {#9094 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10022 +label: " トレーニングウェア" +value: "76" +data: Eccube\Entity\Category {#9097 -id: 76 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1727357591 {#9095 date: 2024-09-26 22:33:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9096 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9098 …} -Children: Doctrine\ORM\PersistentCollection {#9101 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10023 +label: " その他" +value: "75" +data: Eccube\Entity\Category {#9104 -id: 75 -name: "その他" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1727357584 {#9102 date: 2024-09-26 22:33:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357630 {#9103 date: 2024-09-26 22:33:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9105 …} -Children: Doctrine\ORM\PersistentCollection {#9108 …} -Parent: Eccube\Entity\Category {#9048} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6817 …} } +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10024 +label: "神明中学校" +value: "240" +data: Eccube\Entity\Category {#9111 -id: 240 -name: "神明中学校" -hierarchy: 1 -sort_no: 106 -create_date: DateTime @1727360936 {#9059 date: 2024-09-26 23:28:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9058 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9112 …} -Children: Doctrine\ORM\PersistentCollection {#9115 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7024 …} } +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10025 +label: " 上衣" +value: "248" +data: Eccube\Entity\Category {#9116 -id: 248 -name: "上衣" -hierarchy: 2 -sort_no: 285 -create_date: DateTime @1727360967 {#9109 date: 2024-09-26 23:29:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9110 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9117 …} -Children: Doctrine\ORM\PersistentCollection {#9120 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10026 +label: " ワイシャツ" +value: "245" +data: Eccube\Entity\Category {#9125 -id: 245 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 284 -create_date: DateTime @1727360958 {#9123 date: 2024-09-26 23:29:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9124 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9126 …} -Children: Doctrine\ORM\PersistentCollection {#9129 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10027 +label: " スラックス" +value: "244" +data: Eccube\Entity\Category {#9132 -id: 244 -name: "スラックス" -hierarchy: 2 -sort_no: 283 -create_date: DateTime @1727360955 {#9130 date: 2024-09-26 23:29:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9131 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9133 …} -Children: Doctrine\ORM\PersistentCollection {#9136 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10028 +label: " セーラー" +value: "247" +data: Eccube\Entity\Category {#9139 -id: 247 -name: "セーラー" -hierarchy: 2 -sort_no: 282 -create_date: DateTime @1727360964 {#9137 date: 2024-09-26 23:29:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9138 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9140 …} -Children: Doctrine\ORM\PersistentCollection {#9143 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10029 +label: " スカート" +value: "246" +data: Eccube\Entity\Category {#9146 -id: 246 -name: "スカート" -hierarchy: 2 -sort_no: 281 -create_date: DateTime @1727360961 {#9144 date: 2024-09-26 23:29:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9145 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9147 …} -Children: Doctrine\ORM\PersistentCollection {#9150 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10030 +label: " ソックス・ベルト・靴" +value: "243" +data: Eccube\Entity\Category {#9153 -id: 243 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 280 -create_date: DateTime @1727360952 {#9151 date: 2024-09-26 23:29:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9152 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9154 …} -Children: Doctrine\ORM\PersistentCollection {#9157 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10031 +label: " トレーニングウェア" +value: "242" +data: Eccube\Entity\Category {#9160 -id: 242 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 279 -create_date: DateTime @1727360946 {#9158 date: 2024-09-26 23:29:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9159 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9161 …} -Children: Doctrine\ORM\PersistentCollection {#9164 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10032 +label: " その他" +value: "241" +data: Eccube\Entity\Category {#9167 -id: 241 -name: "その他" -hierarchy: 2 -sort_no: 278 -create_date: DateTime @1727360942 {#9165 date: 2024-09-26 23:29:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360971 {#9166 date: 2024-09-26 23:29:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9168 …} -Children: Doctrine\ORM\PersistentCollection {#9171 …} -Parent: Eccube\Entity\Category {#9111} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7024 …} } +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10033 +label: "第一中学校" +value: "65" +data: Eccube\Entity\Category {#9174 -id: 65 -name: "第一中学校" -hierarchy: 1 -sort_no: 97 -create_date: DateTime @1727357466 {#9122 date: 2024-09-26 22:31:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9121 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9175 …} -Children: Doctrine\ORM\PersistentCollection {#9178 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6809 …} } +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10034 +label: " 上衣" +value: "73" +data: Eccube\Entity\Category {#9179 -id: 73 -name: "上衣" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1727357538 {#9172 date: 2024-09-26 22:32:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9173 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9180 …} -Children: Doctrine\ORM\PersistentCollection {#9183 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10035 +label: " ワイシャツ" +value: "70" +data: Eccube\Entity\Category {#9188 -id: 70 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1727357525 {#9186 date: 2024-09-26 22:32:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9187 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9189 …} -Children: Doctrine\ORM\PersistentCollection {#9192 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10036 +label: " スラックス" +value: "69" +data: Eccube\Entity\Category {#9195 -id: 69 -name: "スラックス" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1727357521 {#9193 date: 2024-09-26 22:32:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9194 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9196 …} -Children: Doctrine\ORM\PersistentCollection {#9199 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10037 +label: " セーラー" +value: "72" +data: Eccube\Entity\Category {#9202 -id: 72 -name: "セーラー" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1727357530 {#9200 date: 2024-09-26 22:32:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9201 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9203 …} -Children: Doctrine\ORM\PersistentCollection {#9206 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10038 +label: " スカート" +value: "71" +data: Eccube\Entity\Category {#9209 -id: 71 -name: "スカート" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1727357528 {#9207 date: 2024-09-26 22:32:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9208 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9210 …} -Children: Doctrine\ORM\PersistentCollection {#9213 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10039 +label: " ソックス・ベルト・靴" +value: "68" +data: Eccube\Entity\Category {#9216 -id: 68 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1727357505 {#9214 date: 2024-09-26 22:31:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9215 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9217 …} -Children: Doctrine\ORM\PersistentCollection {#9220 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10040 +label: " トレーニングウェア" +value: "67" +data: Eccube\Entity\Category {#9223 -id: 67 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1727357494 {#9221 date: 2024-09-26 22:31:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9222 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9224 …} -Children: Doctrine\ORM\PersistentCollection {#9227 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10041 +label: " その他" +value: "66" +data: Eccube\Entity\Category {#9230 -id: 66 -name: "その他" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1727357484 {#9228 date: 2024-09-26 22:31:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357542 {#9229 date: 2024-09-26 22:32:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9231 …} -Children: Doctrine\ORM\PersistentCollection {#9234 …} -Parent: Eccube\Entity\Category {#9174} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6809 …} } +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10042 +label: "第一中学校" +value: "231" +data: Eccube\Entity\Category {#9237 -id: 231 -name: "第一中学校" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1727360851 {#9185 date: 2024-09-26 23:27:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9184 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9238 …} -Children: Doctrine\ORM\PersistentCollection {#9241 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#7015 …} } +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10043 +label: " 上衣" +value: "239" +data: Eccube\Entity\Category {#9242 -id: 239 -name: "上衣" -hierarchy: 2 -sort_no: 276 -create_date: DateTime @1727360898 {#9235 date: 2024-09-26 23:28:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9236 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9243 …} -Children: Doctrine\ORM\PersistentCollection {#9246 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10044 +label: " ワイシャツ" +value: "236" +data: Eccube\Entity\Category {#9251 -id: 236 -name: "ワイシャツ" -hierarchy: 2 -sort_no: 275 -create_date: DateTime @1727360887 {#9249 date: 2024-09-26 23:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9250 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9252 …} -Children: Doctrine\ORM\PersistentCollection {#9255 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10045 +label: " スラックス" +value: "235" +data: Eccube\Entity\Category {#9258 -id: 235 -name: "スラックス" -hierarchy: 2 -sort_no: 274 -create_date: DateTime @1727360884 {#9256 date: 2024-09-26 23:28:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9257 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9259 …} -Children: Doctrine\ORM\PersistentCollection {#9262 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10046 +label: " セーラー" +value: "238" +data: Eccube\Entity\Category {#9265 -id: 238 -name: "セーラー" -hierarchy: 2 -sort_no: 273 -create_date: DateTime @1727360895 {#9263 date: 2024-09-26 23:28:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9264 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9266 …} -Children: Doctrine\ORM\PersistentCollection {#9269 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10047 +label: " スカート" +value: "237" +data: Eccube\Entity\Category {#9272 -id: 237 -name: "スカート" -hierarchy: 2 -sort_no: 272 -create_date: DateTime @1727360892 {#9270 date: 2024-09-26 23:28:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9271 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9273 …} -Children: Doctrine\ORM\PersistentCollection {#9276 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10048 +label: " ソックス・ベルト・靴" +value: "234" +data: Eccube\Entity\Category {#9279 -id: 234 -name: "ソックス・ベルト・靴" -hierarchy: 2 -sort_no: 271 -create_date: DateTime @1727360881 {#9277 date: 2024-09-26 23:28:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9278 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9280 …} -Children: Doctrine\ORM\PersistentCollection {#9283 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10049 +label: " トレーニングウェア" +value: "233" +data: Eccube\Entity\Category {#9286 -id: 233 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 270 -create_date: DateTime @1727360874 {#9284 date: 2024-09-26 23:27:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9285 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9287 …} -Children: Doctrine\ORM\PersistentCollection {#9290 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10050 +label: " その他" +value: "232" +data: Eccube\Entity\Category {#9293 -id: 232 -name: "その他" -hierarchy: 2 -sort_no: 269 -create_date: DateTime @1727360866 {#9291 date: 2024-09-26 23:27:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360902 {#9292 date: 2024-09-26 23:28:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9294 …} -Children: Doctrine\ORM\PersistentCollection {#9297 …} -Parent: Eccube\Entity\Category {#9237} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#7015 …} } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10051 +label: "磐田東高等学校" +value: "42" +data: Eccube\Entity\Category {#9300 -id: 42 -name: "磐田東高等学校" -hierarchy: 1 -sort_no: 79 -create_date: DateTime @1727357236 {#9248 date: 2024-09-26 22:27:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9247 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9301 …} -Children: Doctrine\ORM\PersistentCollection {#9304 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10052 +label: " 上衣" +value: "64" +data: Eccube\Entity\Category {#9305 -id: 64 -name: "上衣" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1727357423 {#9298 date: 2024-09-26 22:30:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357427 {#9299 date: 2024-09-26 22:30:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9306 …} -Children: Doctrine\ORM\PersistentCollection {#9309 …} -Parent: Eccube\Entity\Category {#9300} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10053 +label: " シャツ・ブラウス" +value: "63" +data: Eccube\Entity\Category {#9314 -id: 63 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1727357418 {#9312 date: 2024-09-26 22:30:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357418 {#9313 date: 2024-09-26 22:30:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9315 …} -Children: Doctrine\ORM\PersistentCollection {#9318 …} -Parent: Eccube\Entity\Category {#9300} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10054 +label: " スカート・スラックス" +value: "62" +data: Eccube\Entity\Category {#9321 -id: 62 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1727357412 {#9319 date: 2024-09-26 22:30:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357412 {#9320 date: 2024-09-26 22:30:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9322 …} -Children: Doctrine\ORM\PersistentCollection {#9325 …} -Parent: Eccube\Entity\Category {#9300} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10055 +label: " リボン・ネクタイ" +value: "61" +data: Eccube\Entity\Category {#9328 -id: 61 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1727357404 {#9326 date: 2024-09-26 22:30:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357404 {#9327 date: 2024-09-26 22:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9329 …} -Children: Doctrine\ORM\PersistentCollection {#9332 …} -Parent: Eccube\Entity\Category {#9300} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10056 +label: " ニット" +value: "60" +data: Eccube\Entity\Category {#9335 -id: 60 -name: "ニット" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1727357395 {#9333 date: 2024-09-26 22:29:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357395 {#9334 date: 2024-09-26 22:29:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9336 …} -Children: Doctrine\ORM\PersistentCollection {#9339 …} -Parent: Eccube\Entity\Category {#9300} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10057 +label: " その他" +value: "59" +data: Eccube\Entity\Category {#9342 -id: 59 -name: "その他" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1727357393 {#9340 date: 2024-09-26 22:29:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357393 {#9341 date: 2024-09-26 22:29:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9343 …} -Children: Doctrine\ORM\PersistentCollection {#9346 …} -Parent: Eccube\Entity\Category {#9300} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10058 +label: "磐田東中学校" +value: "41" +data: Eccube\Entity\Category {#9349 -id: 41 -name: "磐田東中学校" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1727357222 {#9311 date: 2024-09-26 22:27:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9310 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9350 …} -Children: Doctrine\ORM\PersistentCollection {#9353 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10059 +label: " 上衣" +value: "52" +data: Eccube\Entity\Category {#9354 -id: 52 -name: "上衣" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1727357343 {#9347 date: 2024-09-26 22:29:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357343 {#9348 date: 2024-09-26 22:29:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9355 …} -Children: Doctrine\ORM\PersistentCollection {#9358 …} -Parent: Eccube\Entity\Category {#9349} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10060 +label: " シャツ・ブラウス" +value: "51" +data: Eccube\Entity\Category {#9363 -id: 51 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1727357338 {#9361 date: 2024-09-26 22:28:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357338 {#9362 date: 2024-09-26 22:28:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9364 …} -Children: Doctrine\ORM\PersistentCollection {#9367 …} -Parent: Eccube\Entity\Category {#9349} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10061 +label: " スカート・スラックス" +value: "50" +data: Eccube\Entity\Category {#9370 -id: 50 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1727357327 {#9368 date: 2024-09-26 22:28:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357327 {#9369 date: 2024-09-26 22:28:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9371 …} -Children: Doctrine\ORM\PersistentCollection {#9374 …} -Parent: Eccube\Entity\Category {#9349} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10062 +label: " リボン・ネクタイ" +value: "49" +data: Eccube\Entity\Category {#9377 -id: 49 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1727357311 {#9375 date: 2024-09-26 22:28:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357311 {#9376 date: 2024-09-26 22:28:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9378 …} -Children: Doctrine\ORM\PersistentCollection {#9381 …} -Parent: Eccube\Entity\Category {#9349} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10063 +label: " その他" +value: "48" +data: Eccube\Entity\Category {#9384 -id: 48 -name: "その他" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1727357304 {#9382 date: 2024-09-26 22:28:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357304 {#9383 date: 2024-09-26 22:28:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9385 …} -Children: Doctrine\ORM\PersistentCollection {#9388 …} -Parent: Eccube\Entity\Category {#9349} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6801 …} } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10064 +label: "磐田東中学校" +value: "39" +data: Eccube\Entity\Category {#9391 -id: 39 -name: "磐田東中学校" -hierarchy: 1 -sort_no: 63 -create_date: DateTime @1727357151 {#9359 date: 2024-09-26 22:25:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9360 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9392 …} -Children: Doctrine\ORM\PersistentCollection {#9395 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6793 …} } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10065 +label: " 上衣" +value: "47" +data: Eccube\Entity\Category {#9396 -id: 47 -name: "上衣" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1727357287 {#9389 date: 2024-09-26 22:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357287 {#9390 date: 2024-09-26 22:28:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9397 …} -Children: Doctrine\ORM\PersistentCollection {#9400 …} -Parent: Eccube\Entity\Category {#9391} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10066 +label: " シャツ・ブラウス" +value: "46" +data: Eccube\Entity\Category {#9405 -id: 46 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1727357276 {#9403 date: 2024-09-26 22:27:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357276 {#9404 date: 2024-09-26 22:27:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9406 …} -Children: Doctrine\ORM\PersistentCollection {#9409 …} -Parent: Eccube\Entity\Category {#9391} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10067 +label: " スカート・スラックス" +value: "45" +data: Eccube\Entity\Category {#9412 -id: 45 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1727357269 {#9410 date: 2024-09-26 22:27:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357269 {#9411 date: 2024-09-26 22:27:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9413 …} -Children: Doctrine\ORM\PersistentCollection {#9416 …} -Parent: Eccube\Entity\Category {#9391} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10068 +label: " リボン・ネクタイ" +value: "44" +data: Eccube\Entity\Category {#9419 -id: 44 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1727357264 {#9417 date: 2024-09-26 22:27:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357264 {#9418 date: 2024-09-26 22:27:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9420 …} -Children: Doctrine\ORM\PersistentCollection {#9423 …} -Parent: Eccube\Entity\Category {#9391} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10069 +label: " その他" +value: "43" +data: Eccube\Entity\Category {#9426 -id: 43 -name: "その他" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1727357259 {#9424 date: 2024-09-26 22:27:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357259 {#9425 date: 2024-09-26 22:27:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9427 …} -Children: Doctrine\ORM\PersistentCollection {#9430 …} -Parent: Eccube\Entity\Category {#9391} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10070 +label: "磐田東高等学校" +value: "40" +data: Eccube\Entity\Category {#9433 -id: 40 -name: "磐田東高等学校" -hierarchy: 1 -sort_no: 56 -create_date: DateTime @1727357212 {#9401 date: 2024-09-26 22:26:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9402 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9434 …} -Children: Doctrine\ORM\PersistentCollection {#9437 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6793 …} } +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10071 +label: " 上衣" +value: "58" +data: Eccube\Entity\Category {#9438 -id: 58 -name: "上衣" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1727357386 {#9431 date: 2024-09-26 22:29:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357386 {#9432 date: 2024-09-26 22:29:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9439 …} -Children: Doctrine\ORM\PersistentCollection {#9442 …} -Parent: Eccube\Entity\Category {#9433} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10072 +label: " シャツ・ブラウス" +value: "57" +data: Eccube\Entity\Category {#9447 -id: 57 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1727357383 {#9445 date: 2024-09-26 22:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357383 {#9446 date: 2024-09-26 22:29:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9448 …} -Children: Doctrine\ORM\PersistentCollection {#9451 …} -Parent: Eccube\Entity\Category {#9433} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10073 +label: " スカート・スラックス" +value: "56" +data: Eccube\Entity\Category {#9454 -id: 56 -name: "スカート・スラックス" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1727357377 {#9452 date: 2024-09-26 22:29:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357377 {#9453 date: 2024-09-26 22:29:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9455 …} -Children: Doctrine\ORM\PersistentCollection {#9458 …} -Parent: Eccube\Entity\Category {#9433} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10074 +label: " リボン・ネクタイ" +value: "55" +data: Eccube\Entity\Category {#9461 -id: 55 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1727357364 {#9459 date: 2024-09-26 22:29:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357364 {#9460 date: 2024-09-26 22:29:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9462 …} -Children: Doctrine\ORM\PersistentCollection {#9465 …} -Parent: Eccube\Entity\Category {#9433} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10075 +label: " ニット" +value: "54" +data: Eccube\Entity\Category {#9468 -id: 54 -name: "ニット" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1727357358 {#9466 date: 2024-09-26 22:29:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357358 {#9467 date: 2024-09-26 22:29:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9469 …} -Children: Doctrine\ORM\PersistentCollection {#9472 …} -Parent: Eccube\Entity\Category {#9433} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10076 +label: " その他" +value: "53" +data: Eccube\Entity\Category {#9475 -id: 53 -name: "その他" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1727357353 {#9473 date: 2024-09-26 22:29:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357353 {#9474 date: 2024-09-26 22:29:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9476 …} -Children: Doctrine\ORM\PersistentCollection {#9479 …} -Parent: Eccube\Entity\Category {#9433} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6793 …} } +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10077 +label: "浜松聖星高等学校" +value: "29" +data: Eccube\Entity\Category {#9482 -id: 29 -name: "浜松聖星高等学校" -hierarchy: 1 -sort_no: 50 -create_date: DateTime @1727357059 {#9444 date: 2024-09-26 22:24:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9443 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9483 …} -Children: Doctrine\ORM\PersistentCollection {#9486 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6785 …} } +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10078 +label: " 上衣" +value: "38" +data: Eccube\Entity\Category {#9487 -id: 38 -name: "上衣" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1727357125 {#9480 date: 2024-09-26 22:25:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357125 {#9481 date: 2024-09-26 22:25:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9488 …} -Children: Doctrine\ORM\PersistentCollection {#9491 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10079 +label: " スカート" +value: "37" +data: Eccube\Entity\Category {#9496 -id: 37 -name: "スカート" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1727357113 {#9494 date: 2024-09-26 22:25:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357113 {#9495 date: 2024-09-26 22:25:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9497 …} -Children: Doctrine\ORM\PersistentCollection {#9500 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10080 +label: " スラックス" +value: "36" +data: Eccube\Entity\Category {#9503 -id: 36 -name: "スラックス" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1727357109 {#9501 date: 2024-09-26 22:25:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357109 {#9502 date: 2024-09-26 22:25:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9504 …} -Children: Doctrine\ORM\PersistentCollection {#9507 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10081 +label: " シャツ・ブラウス" +value: "35" +data: Eccube\Entity\Category {#9510 -id: 35 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1727357107 {#9508 date: 2024-09-26 22:25:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357107 {#9509 date: 2024-09-26 22:25:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9511 …} -Children: Doctrine\ORM\PersistentCollection {#9514 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10082 +label: " リボン・ネクタイ" +value: "34" +data: Eccube\Entity\Category {#9517 -id: 34 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1727357100 {#9515 date: 2024-09-26 22:25:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357100 {#9516 date: 2024-09-26 22:25:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9518 …} -Children: Doctrine\ORM\PersistentCollection {#9521 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10083 +label: " ベスト・セーター" +value: "33" +data: Eccube\Entity\Category {#9524 -id: 33 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1727357095 {#9522 date: 2024-09-26 22:24:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357095 {#9523 date: 2024-09-26 22:24:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9525 …} -Children: Doctrine\ORM\PersistentCollection {#9528 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10084 +label: " ソックス" +value: "32" +data: Eccube\Entity\Category {#9531 -id: 32 -name: "ソックス" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1727357091 {#9529 date: 2024-09-26 22:24:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357091 {#9530 date: 2024-09-26 22:24:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9532 …} -Children: Doctrine\ORM\PersistentCollection {#9535 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10085 +label: " バッグ" +value: "31" +data: Eccube\Entity\Category {#9538 -id: 31 -name: "バッグ" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1727357088 {#9536 date: 2024-09-26 22:24:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357088 {#9537 date: 2024-09-26 22:24:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9539 …} -Children: Doctrine\ORM\PersistentCollection {#9542 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10086 +label: " その他" +value: "30" +data: Eccube\Entity\Category {#9545 -id: 30 -name: "その他" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1727357074 {#9543 date: 2024-09-26 22:24:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727357074 {#9544 date: 2024-09-26 22:24:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9546 …} -Children: Doctrine\ORM\PersistentCollection {#9549 …} -Parent: Eccube\Entity\Category {#9482} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6785 …} } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10087 +label: "西遠女子学園中学校" +value: "22" +data: Eccube\Entity\Category {#9552 -id: 22 -name: "西遠女子学園中学校" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1727356966 {#9492 date: 2024-09-26 22:22:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9493 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9553 …} -Children: Doctrine\ORM\PersistentCollection {#9556 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6887 …} } +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10088 +label: " セーラー" +value: "28" +data: Eccube\Entity\Category {#9557 -id: 28 -name: "セーラー" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1727356997 {#9550 date: 2024-09-26 22:23:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356997 {#9551 date: 2024-09-26 22:23:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9558 …} -Children: Doctrine\ORM\PersistentCollection {#9561 …} -Parent: Eccube\Entity\Category {#9552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6887 …} } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10089 +label: " スカート" +value: "27" +data: Eccube\Entity\Category {#9566 -id: 27 -name: "スカート" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1727356991 {#9564 date: 2024-09-26 22:23:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356991 {#9565 date: 2024-09-26 22:23:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9567 …} -Children: Doctrine\ORM\PersistentCollection {#9570 …} -Parent: Eccube\Entity\Category {#9552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6887 …} } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10090 +label: " セーター" +value: "26" +data: Eccube\Entity\Category {#9573 -id: 26 -name: "セーター" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1727356988 {#9571 date: 2024-09-26 22:23:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356988 {#9572 date: 2024-09-26 22:23:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9574 …} -Children: Doctrine\ORM\PersistentCollection {#9577 …} -Parent: Eccube\Entity\Category {#9552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6887 …} } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10091 +label: " ソックス" +value: "25" +data: Eccube\Entity\Category {#9580 -id: 25 -name: "ソックス" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1727356981 {#9578 date: 2024-09-26 22:23:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356981 {#9579 date: 2024-09-26 22:23:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9581 …} -Children: Doctrine\ORM\PersistentCollection {#9584 …} -Parent: Eccube\Entity\Category {#9552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6887 …} } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10092 +label: " トレーニングウェア" +value: "24" +data: Eccube\Entity\Category {#9587 -id: 24 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1727356978 {#9585 date: 2024-09-26 22:22:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356978 {#9586 date: 2024-09-26 22:22:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9588 …} -Children: Doctrine\ORM\PersistentCollection {#9591 …} -Parent: Eccube\Entity\Category {#9552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6887 …} } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10093 +label: " コート" +value: "23" +data: Eccube\Entity\Category {#9594 -id: 23 -name: "コート" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1727356972 {#9592 date: 2024-09-26 22:22:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356972 {#9593 date: 2024-09-26 22:22:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9595 …} -Children: Doctrine\ORM\PersistentCollection {#9598 …} -Parent: Eccube\Entity\Category {#9552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6887 …} } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10094 +label: "西遠女子学園高等学校" +value: "15" +data: Eccube\Entity\Category {#9601 -id: 15 -name: "西遠女子学園高等学校" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1727356865 {#9563 date: 2024-09-26 22:21:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9562 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9602 …} -Children: Doctrine\ORM\PersistentCollection {#9605 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6777 …} } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10095 +label: " セーラー" +value: "21" +data: Eccube\Entity\Category {#9606 -id: 21 -name: "セーラー" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1727356937 {#9599 date: 2024-09-26 22:22:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356937 {#9600 date: 2024-09-26 22:22:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9607 …} -Children: Doctrine\ORM\PersistentCollection {#9610 …} -Parent: Eccube\Entity\Category {#9601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6777 …} } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10096 +label: " スカート" +value: "20" +data: Eccube\Entity\Category {#9615 -id: 20 -name: "スカート" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1727356935 {#9613 date: 2024-09-26 22:22:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356935 {#9614 date: 2024-09-26 22:22:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9616 …} -Children: Doctrine\ORM\PersistentCollection {#9619 …} -Parent: Eccube\Entity\Category {#9601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6777 …} } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10097 +label: " セーター" +value: "19" +data: Eccube\Entity\Category {#9622 -id: 19 -name: "セーター" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1727356926 {#9620 date: 2024-09-26 22:22:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356926 {#9621 date: 2024-09-26 22:22:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9623 …} -Children: Doctrine\ORM\PersistentCollection {#9626 …} -Parent: Eccube\Entity\Category {#9601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6777 …} } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10098 +label: " ソックス" +value: "18" +data: Eccube\Entity\Category {#9629 -id: 18 -name: "ソックス" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1727356922 {#9627 date: 2024-09-26 22:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356922 {#9628 date: 2024-09-26 22:22:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9630 …} -Children: Doctrine\ORM\PersistentCollection {#9633 …} -Parent: Eccube\Entity\Category {#9601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6777 …} } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10099 +label: " トレーニングウェア" +value: "17" +data: Eccube\Entity\Category {#9636 -id: 17 -name: "トレーニングウェア" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1727356917 {#9634 date: 2024-09-26 22:21:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356917 {#9635 date: 2024-09-26 22:21:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9637 …} -Children: Doctrine\ORM\PersistentCollection {#9640 …} -Parent: Eccube\Entity\Category {#9601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6777 …} } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10100 +label: " コート" +value: "16" +data: Eccube\Entity\Category {#9643 -id: 16 -name: "コート" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1727356912 {#9641 date: 2024-09-26 22:21:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356912 {#9642 date: 2024-09-26 22:21:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9644 …} -Children: Doctrine\ORM\PersistentCollection {#9647 …} -Parent: Eccube\Entity\Category {#9601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6777 …} } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10101 +label: "浜松西高等学校・中等部" +value: "7" +data: Eccube\Entity\Category {#9650 -id: 7 -name: "浜松西高等学校・中等部" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1727356715 {#9612 date: 2024-09-26 22:18:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9611 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9651 …} -Children: Doctrine\ORM\PersistentCollection {#9654 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6743 …} } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10102 +label: " 上衣" +value: "14" +data: Eccube\Entity\Category {#9655 -id: 14 -name: "上衣" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1727356836 {#9648 date: 2024-09-26 22:20:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9649 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9656 …} -Children: Doctrine\ORM\PersistentCollection {#9659 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10103 +label: " シャツ" +value: "13" +data: Eccube\Entity\Category {#9664 -id: 13 -name: "シャツ" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1727356831 {#9662 date: 2024-09-26 22:20:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9663 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9665 …} -Children: Doctrine\ORM\PersistentCollection {#9668 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10104 +label: " セーラー" +value: "12" +data: Eccube\Entity\Category {#9671 -id: 12 -name: "セーラー" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1727356828 {#9669 date: 2024-09-26 22:20:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9670 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9672 …} -Children: Doctrine\ORM\PersistentCollection {#9675 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10105 +label: " スカート" +value: "11" +data: Eccube\Entity\Category {#9678 -id: 11 -name: "スカート" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1727356825 {#9676 date: 2024-09-26 22:20:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9677 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9679 …} -Children: Doctrine\ORM\PersistentCollection {#9682 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10106 +label: " ズボン・スラックス" +value: "10" +data: Eccube\Entity\Category {#9685 -id: 10 -name: "ズボン・スラックス" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1727356822 {#9683 date: 2024-09-26 22:20:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9684 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9686 …} -Children: Doctrine\ORM\PersistentCollection {#9689 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10107 +label: " セーター・ベスト" +value: "9" +data: Eccube\Entity\Category {#9692 -id: 9 -name: "セーター・ベスト" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1727356811 {#9690 date: 2024-09-26 22:20:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9691 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9693 …} -Children: Doctrine\ORM\PersistentCollection {#9696 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10108 +label: " ソックス" +value: "8" +data: Eccube\Entity\Category {#9699 -id: 8 -name: "ソックス" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1727356797 {#9697 date: 2024-09-26 22:19:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356843 {#9698 date: 2024-09-26 22:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9700 …} -Children: Doctrine\ORM\PersistentCollection {#9703 …} -Parent: Eccube\Entity\Category {#9650} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6743 …} } +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10109 +label: "磐田南高等学校" +value: "1" +data: Eccube\Entity\Category {#9706 -id: 1 -name: "磐田南高等学校" -hierarchy: 1 -sort_no: 20 -create_date: DateTime @1727356577 {#9660 date: 2024-09-26 22:16:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9661 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9707 …} -Children: Doctrine\ORM\PersistentCollection {#9710 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6693 …} } +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10110 +label: " 上衣" +value: "6" +data: Eccube\Entity\Category {#9711 -id: 6 -name: "上衣" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1727356642 {#9704 date: 2024-09-26 22:17:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356648 {#9705 date: 2024-09-26 22:17:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9712 …} -Children: Doctrine\ORM\PersistentCollection {#9715 …} -Parent: Eccube\Entity\Category {#9706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6693 …} } +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10111 +label: " シャツ" +value: "5" +data: Eccube\Entity\Category {#9720 -id: 5 -name: "シャツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1727356639 {#9718 date: 2024-09-26 22:17:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356639 {#9719 date: 2024-09-26 22:17:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9721 …} -Children: Doctrine\ORM\PersistentCollection {#9724 …} -Parent: Eccube\Entity\Category {#9706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6693 …} } +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10112 +label: " スカート" +value: "4" +data: Eccube\Entity\Category {#9727 -id: 4 -name: "スカート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1727356633 {#9725 date: 2024-09-26 22:17:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356633 {#9726 date: 2024-09-26 22:17:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9728 …} -Children: Doctrine\ORM\PersistentCollection {#9731 …} -Parent: Eccube\Entity\Category {#9706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6693 …} } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10113 +label: " スラックス" +value: "3" +data: Eccube\Entity\Category {#9734 -id: 3 -name: "スラックス" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1727356629 {#9732 date: 2024-09-26 22:17:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356629 {#9733 date: 2024-09-26 22:17:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9735 …} -Children: Doctrine\ORM\PersistentCollection {#9738 …} -Parent: Eccube\Entity\Category {#9706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6693 …} } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10114 +label: " その他" +value: "2" +data: Eccube\Entity\Category {#9741 -id: 2 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1727356613 {#9739 date: 2024-09-26 22:16:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727356613 {#9740 date: 2024-09-26 22:16:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9742 …} -Children: Doctrine\ORM\PersistentCollection {#9745 …} -Parent: Eccube\Entity\Category {#9706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6693 …} } +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10115 +label: "磐田南高等学校" +value: "188" +data: Eccube\Entity\Category {#9748 -id: 188 -name: "磐田南高等学校" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1727359960 {#9716 date: 2024-09-26 23:12:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727929964 {#9717 date: 2024-10-03 13:32:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9749 …} -Children: Doctrine\ORM\PersistentCollection {#9752 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7771 …} -School: Customize\Entity\School {#6952 …} } +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10116 +label: " 上衣" +value: "194" +data: Eccube\Entity\Category {#9753 -id: 194 -name: "上衣" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1727360018 {#9746 date: 2024-09-26 23:13:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360018 {#9747 date: 2024-09-26 23:13:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9754 …} -Children: Doctrine\ORM\PersistentCollection {#9757 …} -Parent: Eccube\Entity\Category {#9748} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6952 …} } +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10117 +label: " シャツ" +value: "193" +data: Eccube\Entity\Category {#9762 -id: 193 -name: "シャツ" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1727360007 {#9760 date: 2024-09-26 23:13:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360007 {#9761 date: 2024-09-26 23:13:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9763 …} -Children: Doctrine\ORM\PersistentCollection {#9766 …} -Parent: Eccube\Entity\Category {#9748} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6952 …} } +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10118 +label: " スカート" +value: "192" +data: Eccube\Entity\Category {#9769 -id: 192 -name: "スカート" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1727360005 {#9767 date: 2024-09-26 23:13:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360005 {#9768 date: 2024-09-26 23:13:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9770 …} -Children: Doctrine\ORM\PersistentCollection {#9773 …} -Parent: Eccube\Entity\Category {#9748} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6952 …} } +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10119 +label: " スラックス" +value: "191" +data: Eccube\Entity\Category {#9776 -id: 191 -name: "スラックス" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1727360000 {#9774 date: 2024-09-26 23:13:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727360000 {#9775 date: 2024-09-26 23:13:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9777 …} -Children: Doctrine\ORM\PersistentCollection {#9780 …} -Parent: Eccube\Entity\Category {#9748} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6952 …} } +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10120 +label: " ソックス" +value: "190" +data: Eccube\Entity\Category {#9783 -id: 190 -name: "ソックス" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1727359991 {#9781 date: 2024-09-26 23:13:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359991 {#9782 date: 2024-09-26 23:13:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9784 …} -Children: Doctrine\ORM\PersistentCollection {#9787 …} -Parent: Eccube\Entity\Category {#9748} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6952 …} } +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10121 +label: " その他" +value: "189" +data: Eccube\Entity\Category {#9790 -id: 189 -name: "その他" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1727359981 {#9788 date: 2024-09-26 23:13:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727359981 {#9789 date: 2024-09-26 23:13:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9791 …} -Children: Doctrine\ORM\PersistentCollection {#9794 …} -Parent: Eccube\Entity\Category {#9748} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7765 …} -School: Customize\Entity\School {#6952 …} } +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 {#9818 -form: Symfony\Component\Form\Form {#9805 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#9817 …5} |
full_name | "category_id" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_id" |
is_selected | Closure($choice, $value) {#9824 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6261 …} } |
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) {#7336 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6043 …} } |
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() {#9758 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6085 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#7335 …} } } |
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 {#10122 -form: Symfony\Component\Form\Form {#9808 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9823 …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 | "" |