- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 865
- Events
- Routing
- Cache
- Translation 12
- 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_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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#845 …} -namespace: Closure() {#843 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6327 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6250 …} } |
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() {#6325 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6287 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1298 …} $translationDomain: "validators" $message: Closure() {#6326 …} } } |
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 {#6711 -form: Symfony\Component\Form\Form {#6496 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6676 …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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#845 …} -namespace: Closure() {#843 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6309 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6250 …} } |
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 {#6316 +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 +payload: null } Symfony\Component\Validator\Constraints\Regex {#6313 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: 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 {#6340 +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 +payload: null } Symfony\Component\Validator\Constraints\Regex {#6372 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: 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() {#6299 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6287 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1298 …} $translationDomain: "validators" $message: Closure() {#6298 …} } } |
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 {#6716 -form: Symfony\Component\Form\Form {#6511 …} -errors: [] } |
firstname_name | "name02" |
form | Symfony\Component\Form\FormView {#6717 …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 {#6339 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6340 +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 +payload: null } Symfony\Component\Validator\Constraints\Regex {#6372 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6339 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6340 +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 +payload: null } Symfony\Component\Validator\Constraints\Regex {#6372 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: 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 {#6339 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6340 +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 +payload: null } Symfony\Component\Validator\Constraints\Regex {#6372 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: 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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#845 …} -namespace: Closure() {#843 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6532 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6250 …} } |
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() {#6537 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6287 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1298 …} $translationDomain: "validators" $message: Closure() {#6536 …} } } |
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 {#6712 -form: Symfony\Component\Form\Form {#6514 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6713 …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 {#6318 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6316 +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 +payload: null } Symfony\Component\Validator\Constraints\Regex {#6313 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6318 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6316 +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 +payload: null } Symfony\Component\Validator\Constraints\Regex {#6313 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: 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 {#6318 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6316 +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 +payload: null } Symfony\Component\Validator\Constraints\Regex {#6313 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: 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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#845 …} -namespace: Closure() {#843 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6501 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6250 …} } |
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() {#6503 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6287 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1298 …} $translationDomain: "validators" $message: Closure() {#6502 …} } } |
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 {#6679 -form: Symfony\Component\Form\Form {#6517 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6681 …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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#845 …} -namespace: Closure() {#843 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6347 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6250 …} } |
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 {#6343 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6345 +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 +payload: 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_kana" ] "constraints" => [ Symfony\Component\Validator\Constraints\Regex {#6323 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6342 +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 +payload: 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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6349 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6287 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1298 …} $translationDomain: "validators" $message: Closure() {#6348 …} } } |
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 {#6715 -form: Symfony\Component\Form\Form {#6552 …} -errors: [] } |
firstname_name | "kana02" |
form | Symfony\Component\Form\FormView {#6714 …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 {#6323 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6342 +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 +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#6323 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6342 +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 +payload: null } ] |
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 {#6323 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6342 +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 +payload: 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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#845 …} -namespace: Closure() {#843 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6521 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6250 …} } |
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() {#6523 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6287 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1298 …} $translationDomain: "validators" $message: Closure() {#6522 …} } } |
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 {#6705 -form: Symfony\Component\Form\Form {#6555 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6677 …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 {#6343 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6345 +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 +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#6343 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6345 +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 +payload: null } ] |
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 {#6343 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6345 +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 +payload: 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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#845 …} -namespace: Closure() {#843 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6531 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6250 …} } |
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() {#6543 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6287 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1298 …} $translationDomain: "validators" $message: Closure() {#6544 …} } } |
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 {#6706 -form: Symfony\Component\Form\Form {#6558 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6707 …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 {#6394 +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 +payload: null } Symfony\Component\Validator\Constraints\Type {#6395 +message: "form_error.numeric_only" +type: "digit" +payload: 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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#845 …} -namespace: Closure() {#843 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6391 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6250 …} } |
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() {#6393 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6287 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1298 …} $translationDomain: "validators" $message: Closure() {#6392 …} } } |
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 {#6678 -form: Symfony\Component\Form\Form {#6561 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6684 …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 {#6411 +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 +payload: null } ] "attr" => [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] ] |
addr02_name | "addr02" |
addr02_options | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#6412 +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 +payload: null } ] "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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#845 …} -namespace: Closure() {#843 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6414 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6250 …} } |
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() {#6416 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6287 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1298 …} $translationDomain: "validators" $message: Closure() {#6415 …} } } |
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 {#6709 -form: Symfony\Component\Form\Form {#6644 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6708 …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 {#6593 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#6624 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#6606 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#6620 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#6605 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6615 -om: ContainerTMZ0aig\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#836 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4511 …} -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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#845 …} -namespace: Closure() {#843 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerTMZ0aig\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#836 …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 {#6615 -om: ContainerTMZ0aig\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#836 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4511 …} -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 {#6598 -_em: Doctrine\ORM\EntityManager {#797 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#6596 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#6595 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#6594 #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 {#6597 …} -_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() {#6600 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6287 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1298 …} $translationDomain: "validators" $message: Closure() {#6603 …} } } |
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 {#6723 +label: "北海道" +value: "1" +data: Eccube\Entity\Master\Pref {#6740 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6731 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#6741 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6729 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#6742 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6726 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#6743 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6727 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#6744 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6732 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#6745 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6736 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#6746 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6734 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#6747 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6733 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#6748 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6730 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#6749 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6737 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#6750 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6786 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#6751 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6787 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#6752 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6788 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#6753 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6789 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#6754 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6790 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#6755 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6791 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#6756 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6792 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#6757 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6793 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#6758 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6794 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#6759 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6795 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#6760 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6796 +label: "静岡県" +value: "22" +data: Eccube\Entity\Master\Pref {#6761 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6797 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#6762 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6798 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#6763 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6799 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#6764 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6800 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#6765 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6801 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#6766 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6802 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#6767 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6803 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#6768 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6804 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#6769 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6805 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#6770 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6806 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#6771 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6807 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#6772 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6808 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#6773 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6809 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#6774 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6810 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#6775 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6811 +label: "香川県" +value: "37" +data: Eccube\Entity\Master\Pref {#6776 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6812 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#6777 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6813 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#6778 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6814 +label: "福岡県" +value: "40" +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#4512 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6815 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#6779 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6816 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#6780 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6817 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#6781 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6818 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#6782 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6819 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#6783 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6820 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#6784 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6821 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#6785 …} +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 {#6722 -form: Symfony\Component\Form\Form {#6647 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#6721 …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) {#6824 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6567 …} } |
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 {#6411 +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 +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#6411 +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 +payload: null } ] |
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 {#6411 +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 +payload: 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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#845 …} -namespace: Closure() {#843 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6619 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6250 …} } |
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() {#6625 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6287 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1298 …} $translationDomain: "validators" $message: Closure() {#6616 …} } } |
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 {#6823 -form: Symfony\Component\Form\Form {#6650 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6825 …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 {#6412 +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 +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#6412 +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 +payload: null } ] |
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 {#6412 +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 +payload: 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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#845 …} -namespace: Closure() {#843 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6634 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6250 …} } |
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() {#6636 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6287 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1298 …} $translationDomain: "validators" $message: Closure() {#6635 …} } } |
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 {#6826 -form: Symfony\Component\Form\Form {#6653 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6827 …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 {#6432 +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 +payload: null } Symfony\Component\Validator\Constraints\Type {#6433 +message: "form_error.numeric_only" +type: "digit" +payload: 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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#845 …} -namespace: Closure() {#843 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6429 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6250 …} } |
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() {#6431 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6287 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1298 …} $translationDomain: "validators" $message: Closure() {#6430 …} } } |
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 {#6710 -form: Symfony\Component\Form\Form {#6656 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6719 …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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#845 …} -namespace: Closure() {#843 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6444 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6250 …} } |
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() {#6451 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6287 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1298 …} $translationDomain: "validators" $message: Closure() {#6445 …} } } |
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 {#6829 -form: Symfony\Component\Form\Form {#6659 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6828 …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 {#6373 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6373 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: 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 {#6373 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: 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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#845 …} -namespace: Closure() {#843 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6461 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6250 …} } |
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() {#6466 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6287 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1298 …} $translationDomain: "validators" $message: Closure() {#6460 …} } } |
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 {#6830 -form: Symfony\Component\Form\Form {#6662 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6831 …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_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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#845 …} -namespace: Closure() {#843 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6475 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6250 …} } |
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() {#6477 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6287 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1298 …} $translationDomain: "validators" $message: Closure() {#6476 …} } } |
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 {#6832 -form: Symfony\Component\Form\Form {#6665 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6833 …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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#845 …} -namespace: Closure() {#843 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6486 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6250 …} } |
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() {#6488 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6287 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1298 …} $translationDomain: "validators" $message: Closure() {#6487 …} } } |
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 {#6834 -form: Symfony\Component\Form\Form {#6668 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6835 …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 | "1bc33f052c72989d9b15122.1mgcHf8d-zS_kVnV7HVVwJnet2fHkwIKYR-kj6A4cBM.sRtlfLMtgXCS2hznvzEk-Kzv_R2C11Z6IlXhztJtJHT7XilQikijVvr7Og" |
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 | "1bc33f052c72989d9b15122.1mgcHf8d-zS_kVnV7HVVwJnet2fHkwIKYR-kj6A4cBM.sRtlfLMtgXCS2hznvzEk-Kzv_R2C11Z6IlXhztJtJHT7XilQikijVvr7Og" |
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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#845 …} -namespace: Closure() {#843 …} } |
data | "1bc33f052c72989d9b15122.1mgcHf8d-zS_kVnV7HVVwJnet2fHkwIKYR-kj6A4cBM.sRtlfLMtgXCS2hznvzEk-Kzv_R2C11Z6IlXhztJtJHT7XilQikijVvr7Og" |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6838 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6250 …} } |
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() {#6842 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6287 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1298 …} $translationDomain: "validators" $message: Closure() {#6836 …} } } |
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 | "1bc33f052c72989d9b15122.1mgcHf8d-zS_kVnV7HVVwJnet2fHkwIKYR-kj6A4cBM.sRtlfLMtgXCS2hznvzEk-Kzv_R2C11Z6IlXhztJtJHT7XilQikijVvr7Og" |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#6854 -form: Symfony\Component\Form\Form {#6849 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6843 …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 | "1bc33f052c72989d9b15122.1mgcHf8d-zS_kVnV7HVVwJnet2fHkwIKYR-kj6A4cBM.sRtlfLMtgXCS2hznvzEk-Kzv_R2C11Z6IlXhztJtJHT7XilQikijVvr7Og" |
(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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#845 …} -namespace: Closure() {#843 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#7142 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6250 …} } |
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() {#7140 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6287 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1298 …} $translationDomain: "validators" $message: Closure() {#7141 …} } } |
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 {#8173 -form: Symfony\Component\Form\Form {#8162 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8174 …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 {#7227 -id: 61 -name: "平野中学校" -hierarchy: 1 -sort_no: 96 -create_date: DateTime @1725504269 {#7259 date: 2024-09-05 11:44:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504269 {#7257 date: 2024-09-05 11:44:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7270 …} -Children: Doctrine\ORM\PersistentCollection {#7773 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } Eccube\Entity\Category {#7772 -id: 90 -name: "ブレザー" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1725504659 {#7254 date: 2024-09-05 11:50:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7256 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7771 …} -Children: Doctrine\ORM\PersistentCollection {#7768 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } Eccube\Entity\Category {#7763 -id: 94 -name: "シャツ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1725504675 {#7765 date: 2024-09-05 11:51:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7764 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7762 …} -Children: Doctrine\ORM\PersistentCollection {#7759 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } Eccube\Entity\Category {#7756 -id: 91 -name: "スラックス" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1725504661 {#7758 date: 2024-09-05 11:51:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7757 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7755 …} -Children: Doctrine\ORM\PersistentCollection {#7752 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } Eccube\Entity\Category {#7749 -id: 92 -name: "スカート" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1725504665 {#7751 date: 2024-09-05 11:51:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7750 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7748 …} -Children: Doctrine\ORM\PersistentCollection {#7745 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } Eccube\Entity\Category {#7742 -id: 93 -name: "ネクタイ" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1725504672 {#7744 date: 2024-09-05 11:51:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7743 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7741 …} -Children: Doctrine\ORM\PersistentCollection {#7738 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } Eccube\Entity\Category {#7735 -id: 95 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1725504679 {#7737 date: 2024-09-05 11:51:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7736 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7734 …} -Children: Doctrine\ORM\PersistentCollection {#7731 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } Eccube\Entity\Category {#7728 -id: 96 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1725504690 {#7730 date: 2024-09-05 11:51:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7729 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7727 …} -Children: Doctrine\ORM\PersistentCollection {#7724 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } Eccube\Entity\Category {#7721 -id: 60 -name: "御陵中学校" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1725504261 {#7767 date: 2024-09-05 11:44:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504261 {#7766 date: 2024-09-05 11:44:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7720 …} -Children: Doctrine\ORM\PersistentCollection {#7716 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } Eccube\Entity\Category {#7715 -id: 83 -name: "ブレザー" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1725504619 {#7723 date: 2024-09-05 11:50:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7722 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7714 …} -Children: Doctrine\ORM\PersistentCollection {#7711 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } Eccube\Entity\Category {#7706 -id: 87 -name: "シャツ" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1725504633 {#7708 date: 2024-09-05 11:50:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7707 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7705 …} -Children: Doctrine\ORM\PersistentCollection {#7702 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } Eccube\Entity\Category {#7699 -id: 84 -name: "スラックス" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1725504622 {#7701 date: 2024-09-05 11:50:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7700 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7698 …} -Children: Doctrine\ORM\PersistentCollection {#7695 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } Eccube\Entity\Category {#7692 -id: 85 -name: "スカート" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1725504626 {#7694 date: 2024-09-05 11:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7693 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7691 …} -Children: Doctrine\ORM\PersistentCollection {#7688 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } Eccube\Entity\Category {#7685 -id: 86 -name: "ネクタイ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1725504630 {#7687 date: 2024-09-05 11:50:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7686 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7684 …} -Children: Doctrine\ORM\PersistentCollection {#7681 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } Eccube\Entity\Category {#7678 -id: 88 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1725504640 {#7680 date: 2024-09-05 11:50:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7679 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7677 …} -Children: Doctrine\ORM\PersistentCollection {#7674 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } Eccube\Entity\Category {#7671 -id: 89 -name: "その他" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1725504643 {#7673 date: 2024-09-05 11:50:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7672 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7670 …} -Children: Doctrine\ORM\PersistentCollection {#7667 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } Eccube\Entity\Category {#7664 -id: 59 -name: "大利中学校" -hierarchy: 1 -sort_no: 80 -create_date: DateTime @1725504253 {#7710 date: 2024-09-05 11:44:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504253 {#7709 date: 2024-09-05 11:44:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7663 …} -Children: Doctrine\ORM\PersistentCollection {#7659 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } Eccube\Entity\Category {#7658 -id: 76 -name: "ブレザー" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1725504578 {#7666 date: 2024-09-05 11:49:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7665 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7657 …} -Children: Doctrine\ORM\PersistentCollection {#7654 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } Eccube\Entity\Category {#7649 -id: 80 -name: "シャツ" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1725504593 {#7651 date: 2024-09-05 11:49:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7650 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7648 …} -Children: Doctrine\ORM\PersistentCollection {#7645 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } Eccube\Entity\Category {#7642 -id: 77 -name: "スラックス" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1725504582 {#7644 date: 2024-09-05 11:49:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7643 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7641 …} -Children: Doctrine\ORM\PersistentCollection {#7638 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } Eccube\Entity\Category {#7635 -id: 78 -name: "スカート" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1725504585 {#7637 date: 2024-09-05 11:49:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7636 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7634 …} -Children: Doctrine\ORM\PersistentCollection {#7631 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } Eccube\Entity\Category {#7628 -id: 79 -name: "ネクタイ" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1725504590 {#7630 date: 2024-09-05 11:49:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7629 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7627 …} -Children: Doctrine\ORM\PersistentCollection {#7624 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } Eccube\Entity\Category {#7621 -id: 81 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1725504599 {#7623 date: 2024-09-05 11:49:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7622 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7620 …} -Children: Doctrine\ORM\PersistentCollection {#7617 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } Eccube\Entity\Category {#7505 -id: 82 -name: "その他" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1725504603 {#7507 date: 2024-09-05 11:50:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7506 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7504 …} -Children: Doctrine\ORM\PersistentCollection {#7501 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } Eccube\Entity\Category {#7498 -id: 58 -name: "大野東中学校" -hierarchy: 1 -sort_no: 72 -create_date: DateTime @1725504247 {#7653 date: 2024-09-05 11:44:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504247 {#7652 date: 2024-09-05 11:44:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7497 …} -Children: Doctrine\ORM\PersistentCollection {#7493 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } Eccube\Entity\Category {#7492 -id: 69 -name: "ブレザー" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1725504518 {#7500 date: 2024-09-05 11:48:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7499 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7491 …} -Children: Doctrine\ORM\PersistentCollection {#7488 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } Eccube\Entity\Category {#7248 -id: 73 -name: "シャツ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1725504535 {#7485 date: 2024-09-05 11:48:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7484 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7255 …} -Children: Doctrine\ORM\PersistentCollection {#7277 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } Eccube\Entity\Category {#7474 -id: 70 -name: "スラックス" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1725504523 {#7471 date: 2024-09-05 11:48:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7473 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7475 …} -Children: Doctrine\ORM\PersistentCollection {#7478 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } Eccube\Entity\Category {#7481 -id: 71 -name: "スカート" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1725504526 {#7479 date: 2024-09-05 11:48:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7480 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7482 …} -Children: Doctrine\ORM\PersistentCollection {#7518 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } Eccube\Entity\Category {#7522 -id: 72 -name: "ネクタイ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1725504532 {#7519 date: 2024-09-05 11:48:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7521 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7523 …} -Children: Doctrine\ORM\PersistentCollection {#7526 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } Eccube\Entity\Category {#7529 -id: 74 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1725504548 {#7527 date: 2024-09-05 11:49:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7528 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7530 …} -Children: Doctrine\ORM\PersistentCollection {#7533 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } Eccube\Entity\Category {#7536 -id: 75 -name: "その他" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1725504552 {#7534 date: 2024-09-05 11:49:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7535 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7537 …} -Children: Doctrine\ORM\PersistentCollection {#7540 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } Eccube\Entity\Category {#7543 -id: 57 -name: "大野中学校" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1725504232 {#7487 date: 2024-09-05 11:43:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504240 {#7486 date: 2024-09-05 11:44:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7544 …} -Children: Doctrine\ORM\PersistentCollection {#7548 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } Eccube\Entity\Category {#7549 -id: 62 -name: "ブレザー" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1725504444 {#7541 date: 2024-09-05 11:47:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7542 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7550 …} -Children: Doctrine\ORM\PersistentCollection {#7553 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } Eccube\Entity\Category {#7558 -id: 66 -name: "シャツ" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1725504458 {#7556 date: 2024-09-05 11:47:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7557 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7559 …} -Children: Doctrine\ORM\PersistentCollection {#7562 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } Eccube\Entity\Category {#7565 -id: 63 -name: "スラックス" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1725504448 {#7563 date: 2024-09-05 11:47:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7564 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7566 …} -Children: Doctrine\ORM\PersistentCollection {#7569 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } Eccube\Entity\Category {#7572 -id: 64 -name: "スカート" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1725504452 {#7570 date: 2024-09-05 11:47:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7571 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7573 …} -Children: Doctrine\ORM\PersistentCollection {#7576 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } Eccube\Entity\Category {#7579 -id: 65 -name: "ネクタイ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1725504455 {#7577 date: 2024-09-05 11:47:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7578 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7580 …} -Children: Doctrine\ORM\PersistentCollection {#7583 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } Eccube\Entity\Category {#7586 -id: 67 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1725504472 {#7584 date: 2024-09-05 11:47:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7585 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7587 …} -Children: Doctrine\ORM\PersistentCollection {#7590 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } Eccube\Entity\Category {#7593 -id: 68 -name: "その他" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1725504481 {#7591 date: 2024-09-05 11:48:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7592 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7594 …} -Children: Doctrine\ORM\PersistentCollection {#7597 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } Eccube\Entity\Category {#7600 -id: 6 -name: "福岡農業高等学校" -hierarchy: 1 -sort_no: 56 -create_date: DateTime @1692693156 {#7554 date: 2023-08-22 17:32:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693156 {#7555 date: 2023-08-22 17:32:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7601 …} -Children: Doctrine\ORM\PersistentCollection {#7605 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } Eccube\Entity\Category {#7606 -id: 50 -name: "上衣" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1692702749 {#7598 date: 2023-08-22 20:12:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7599 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7607 …} -Children: Doctrine\ORM\PersistentCollection {#7610 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } Eccube\Entity\Category {#7615 -id: 51 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1692702752 {#7613 date: 2023-08-22 20:12:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7614 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7616 …} -Children: Doctrine\ORM\PersistentCollection {#7777 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } Eccube\Entity\Category {#7781 -id: 52 -name: "スカート" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1692702756 {#7779 date: 2023-08-22 20:12:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7780 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7782 …} -Children: Doctrine\ORM\PersistentCollection {#7785 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } Eccube\Entity\Category {#7788 -id: 53 -name: "スラックス" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1692702758 {#7786 date: 2023-08-22 20:12:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7787 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7789 …} -Children: Doctrine\ORM\PersistentCollection {#7792 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } Eccube\Entity\Category {#7795 -id: 54 -name: "ネクタイ" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1692702764 {#7793 date: 2023-08-22 20:12:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7794 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7796 …} -Children: Doctrine\ORM\PersistentCollection {#7799 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } Eccube\Entity\Category {#7802 -id: 55 -name: "ベスト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1692702767 {#7800 date: 2023-08-22 20:12:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7801 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7803 …} -Children: Doctrine\ORM\PersistentCollection {#7806 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } Eccube\Entity\Category {#7809 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1692702774 {#7807 date: 2023-08-22 20:12:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7808 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7810 …} -Children: Doctrine\ORM\PersistentCollection {#7813 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } Eccube\Entity\Category {#7816 -id: 5 -name: "武蔵台高等学校" -hierarchy: 1 -sort_no: 48 -create_date: DateTime @1692693144 {#7611 date: 2023-08-22 17:32:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693144 {#7612 date: 2023-08-22 17:32:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7817 …} -Children: Doctrine\ORM\PersistentCollection {#7821 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7822 -id: 43 -name: "上衣" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1692702543 {#7814 date: 2023-08-22 20:09:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7815 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7823 …} -Children: Doctrine\ORM\PersistentCollection {#7826 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7831 -id: 44 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1692702546 {#7829 date: 2023-08-22 20:09:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7830 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7832 …} -Children: Doctrine\ORM\PersistentCollection {#7835 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7838 -id: 45 -name: "スカート" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1692702549 {#7836 date: 2023-08-22 20:09:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7837 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7839 …} -Children: Doctrine\ORM\PersistentCollection {#7842 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7845 -id: 46 -name: "スラックス" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1692702728 {#7843 date: 2023-08-22 20:12:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7844 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7846 …} -Children: Doctrine\ORM\PersistentCollection {#7849 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7852 -id: 47 -name: "ネクタイ" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1692702731 {#7850 date: 2023-08-22 20:12:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7851 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7853 …} -Children: Doctrine\ORM\PersistentCollection {#7856 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7859 -id: 48 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1692702734 {#7857 date: 2023-08-22 20:12:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7858 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7860 …} -Children: Doctrine\ORM\PersistentCollection {#7863 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7866 -id: 49 -name: "その他" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1692702739 {#7864 date: 2023-08-22 20:12:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7865 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7867 …} -Children: Doctrine\ORM\PersistentCollection {#7870 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7873 -id: 4 -name: "太宰府東中学校" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1692693139 {#7827 date: 2023-08-22 17:32:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693139 {#7828 date: 2023-08-22 17:32:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7874 …} -Children: Doctrine\ORM\PersistentCollection {#7878 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7879 -id: 34 -name: "上衣" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1692702513 {#7871 date: 2023-08-22 20:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7872 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7880 …} -Children: Doctrine\ORM\PersistentCollection {#7883 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7888 -id: 35 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1692702516 {#7886 date: 2023-08-22 20:08:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7887 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7889 …} -Children: Doctrine\ORM\PersistentCollection {#7892 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7895 -id: 36 -name: "スカート" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1692702518 {#7893 date: 2023-08-22 20:08:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7894 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7896 …} -Children: Doctrine\ORM\PersistentCollection {#7899 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7902 -id: 37 -name: "スラックス" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1692702521 {#7900 date: 2023-08-22 20:08:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7901 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7903 …} -Children: Doctrine\ORM\PersistentCollection {#7906 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7909 -id: 38 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1692702524 {#7907 date: 2023-08-22 20:08:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7908 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7910 …} -Children: Doctrine\ORM\PersistentCollection {#7913 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7916 -id: 39 -name: "シューズ" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1692702526 {#7914 date: 2023-08-22 20:08:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7915 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7917 …} -Children: Doctrine\ORM\PersistentCollection {#7920 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7923 -id: 40 -name: "体育" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1692702528 {#7921 date: 2023-08-22 20:08:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7922 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7924 …} -Children: Doctrine\ORM\PersistentCollection {#7927 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7930 -id: 41 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1692702531 {#7928 date: 2023-08-22 20:08:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7929 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7931 …} -Children: Doctrine\ORM\PersistentCollection {#7934 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7937 -id: 42 -name: "その他" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692702534 {#7935 date: 2023-08-22 20:08:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7936 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7938 …} -Children: Doctrine\ORM\PersistentCollection {#7941 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7944 -id: 3 -name: "太宰府中学校" -hierarchy: 1 -sort_no: 30 -create_date: DateTime @1692693133 {#7884 date: 2023-08-22 17:32:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693133 {#7885 date: 2023-08-22 17:32:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7945 …} -Children: Doctrine\ORM\PersistentCollection {#7949 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#7950 -id: 25 -name: "上衣" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1692702480 {#7942 date: 2023-08-22 20:08:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7943 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7951 …} -Children: Doctrine\ORM\PersistentCollection {#7954 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#7959 -id: 26 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1692702482 {#7957 date: 2023-08-22 20:08:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7958 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7960 …} -Children: Doctrine\ORM\PersistentCollection {#7963 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#7966 -id: 27 -name: "スカート" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1692702487 {#7964 date: 2023-08-22 20:08:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7965 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7967 …} -Children: Doctrine\ORM\PersistentCollection {#7970 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#7973 -id: 28 -name: "スラックス" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1692702490 {#7971 date: 2023-08-22 20:08:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7972 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7974 …} -Children: Doctrine\ORM\PersistentCollection {#7977 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#7980 -id: 29 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1692702497 {#7978 date: 2023-08-22 20:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7979 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7981 …} -Children: Doctrine\ORM\PersistentCollection {#7984 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#7987 -id: 30 -name: "シューズ" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1692702499 {#7985 date: 2023-08-22 20:08:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7986 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7988 …} -Children: Doctrine\ORM\PersistentCollection {#7991 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#7994 -id: 31 -name: "体育" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1692702502 {#7992 date: 2023-08-22 20:08:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7993 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7995 …} -Children: Doctrine\ORM\PersistentCollection {#7998 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#8001 -id: 32 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1692702505 {#7999 date: 2023-08-22 20:08:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#8000 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8002 …} -Children: Doctrine\ORM\PersistentCollection {#8005 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#8008 -id: 33 -name: "その他" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1692702508 {#8006 date: 2023-08-22 20:08:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#8007 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8009 …} -Children: Doctrine\ORM\PersistentCollection {#8012 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#8015 -id: 2 -name: "太宰府西中学校" -hierarchy: 1 -sort_no: 20 -create_date: DateTime @1692693126 {#7955 date: 2023-08-22 17:32:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693126 {#7956 date: 2023-08-22 17:32:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8016 …} -Children: Doctrine\ORM\PersistentCollection {#8020 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8021 -id: 16 -name: "上衣" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1692701223 {#8013 date: 2023-08-22 19:47:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8014 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8022 …} -Children: Doctrine\ORM\PersistentCollection {#8025 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8030 -id: 17 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1692702445 {#8028 date: 2023-08-22 20:07:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8029 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8031 …} -Children: Doctrine\ORM\PersistentCollection {#8034 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8037 -id: 18 -name: "スカート" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1692702448 {#8035 date: 2023-08-22 20:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8036 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8038 …} -Children: Doctrine\ORM\PersistentCollection {#8041 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8044 -id: 19 -name: "スラックス" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1692702451 {#8042 date: 2023-08-22 20:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8043 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8045 …} -Children: Doctrine\ORM\PersistentCollection {#8048 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8051 -id: 20 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1692702454 {#8049 date: 2023-08-22 20:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8050 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8052 …} -Children: Doctrine\ORM\PersistentCollection {#8055 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8058 -id: 21 -name: "シューズ" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1692702459 {#8056 date: 2023-08-22 20:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8057 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8059 …} -Children: Doctrine\ORM\PersistentCollection {#8062 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8065 -id: 22 -name: "体育" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1692702463 {#8063 date: 2023-08-22 20:07:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8064 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8066 …} -Children: Doctrine\ORM\PersistentCollection {#8069 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8072 -id: 23 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1692702466 {#8070 date: 2023-08-22 20:07:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8071 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8073 …} -Children: Doctrine\ORM\PersistentCollection {#8076 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8079 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1692702468 {#8077 date: 2023-08-22 20:07:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8078 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8080 …} -Children: Doctrine\ORM\PersistentCollection {#8083 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8086 -id: 1 -name: "学業院中学校" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1692693107 {#8026 date: 2023-08-22 17:31:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693107 {#8027 date: 2023-08-22 17:31:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8087 …} -Children: Doctrine\ORM\PersistentCollection {#8091 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8092 -id: 7 -name: "上衣" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1692701172 {#8084 date: 2023-08-22 19:46:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8085 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8093 …} -Children: Doctrine\ORM\PersistentCollection {#8096 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8101 -id: 8 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1692701177 {#8099 date: 2023-08-22 19:46:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8100 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8102 …} -Children: Doctrine\ORM\PersistentCollection {#8105 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8108 -id: 9 -name: "スカート" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1692701182 {#8106 date: 2023-08-22 19:46:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8107 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8109 …} -Children: Doctrine\ORM\PersistentCollection {#8112 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8115 -id: 10 -name: "スラックス" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1692701187 {#8113 date: 2023-08-22 19:46:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8114 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8116 …} -Children: Doctrine\ORM\PersistentCollection {#8119 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8122 -id: 11 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1692701192 {#8120 date: 2023-08-22 19:46:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8121 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8123 …} -Children: Doctrine\ORM\PersistentCollection {#8126 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8129 -id: 12 -name: "シューズ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1692701197 {#8127 date: 2023-08-22 19:46:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8128 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8130 …} -Children: Doctrine\ORM\PersistentCollection {#8133 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8136 -id: 13 -name: "体育" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1692701203 {#8134 date: 2023-08-22 19:46:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8135 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8137 …} -Children: Doctrine\ORM\PersistentCollection {#8140 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8143 -id: 14 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1692701207 {#8141 date: 2023-08-22 19:46:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8142 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8144 …} -Children: Doctrine\ORM\PersistentCollection {#8147 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8150 -id: 15 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1692701212 {#8148 date: 2023-08-22 19:46:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8149 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8151 …} -Children: Doctrine\ORM\PersistentCollection {#8154 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } ] |
[ Eccube\Entity\Category {#7227 -id: 61 -name: "平野中学校" -hierarchy: 1 -sort_no: 96 -create_date: DateTime @1725504269 {#7259 date: 2024-09-05 11:44:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504269 {#7257 date: 2024-09-05 11:44:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7270 …} -Children: Doctrine\ORM\PersistentCollection {#7773 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } Eccube\Entity\Category {#7772 -id: 90 -name: "ブレザー" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1725504659 {#7254 date: 2024-09-05 11:50:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7256 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7771 …} -Children: Doctrine\ORM\PersistentCollection {#7768 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } Eccube\Entity\Category {#7763 -id: 94 -name: "シャツ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1725504675 {#7765 date: 2024-09-05 11:51:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7764 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7762 …} -Children: Doctrine\ORM\PersistentCollection {#7759 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } Eccube\Entity\Category {#7756 -id: 91 -name: "スラックス" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1725504661 {#7758 date: 2024-09-05 11:51:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7757 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7755 …} -Children: Doctrine\ORM\PersistentCollection {#7752 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } Eccube\Entity\Category {#7749 -id: 92 -name: "スカート" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1725504665 {#7751 date: 2024-09-05 11:51:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7750 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7748 …} -Children: Doctrine\ORM\PersistentCollection {#7745 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } Eccube\Entity\Category {#7742 -id: 93 -name: "ネクタイ" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1725504672 {#7744 date: 2024-09-05 11:51:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7743 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7741 …} -Children: Doctrine\ORM\PersistentCollection {#7738 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } Eccube\Entity\Category {#7735 -id: 95 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1725504679 {#7737 date: 2024-09-05 11:51:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7736 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7734 …} -Children: Doctrine\ORM\PersistentCollection {#7731 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } Eccube\Entity\Category {#7728 -id: 96 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1725504690 {#7730 date: 2024-09-05 11:51:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7729 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7727 …} -Children: Doctrine\ORM\PersistentCollection {#7724 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } Eccube\Entity\Category {#7721 -id: 60 -name: "御陵中学校" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1725504261 {#7767 date: 2024-09-05 11:44:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504261 {#7766 date: 2024-09-05 11:44:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7720 …} -Children: Doctrine\ORM\PersistentCollection {#7716 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } Eccube\Entity\Category {#7715 -id: 83 -name: "ブレザー" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1725504619 {#7723 date: 2024-09-05 11:50:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7722 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7714 …} -Children: Doctrine\ORM\PersistentCollection {#7711 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } Eccube\Entity\Category {#7706 -id: 87 -name: "シャツ" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1725504633 {#7708 date: 2024-09-05 11:50:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7707 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7705 …} -Children: Doctrine\ORM\PersistentCollection {#7702 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } Eccube\Entity\Category {#7699 -id: 84 -name: "スラックス" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1725504622 {#7701 date: 2024-09-05 11:50:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7700 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7698 …} -Children: Doctrine\ORM\PersistentCollection {#7695 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } Eccube\Entity\Category {#7692 -id: 85 -name: "スカート" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1725504626 {#7694 date: 2024-09-05 11:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7693 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7691 …} -Children: Doctrine\ORM\PersistentCollection {#7688 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } Eccube\Entity\Category {#7685 -id: 86 -name: "ネクタイ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1725504630 {#7687 date: 2024-09-05 11:50:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7686 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7684 …} -Children: Doctrine\ORM\PersistentCollection {#7681 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } Eccube\Entity\Category {#7678 -id: 88 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1725504640 {#7680 date: 2024-09-05 11:50:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7679 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7677 …} -Children: Doctrine\ORM\PersistentCollection {#7674 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } Eccube\Entity\Category {#7671 -id: 89 -name: "その他" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1725504643 {#7673 date: 2024-09-05 11:50:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7672 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7670 …} -Children: Doctrine\ORM\PersistentCollection {#7667 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } Eccube\Entity\Category {#7664 -id: 59 -name: "大利中学校" -hierarchy: 1 -sort_no: 80 -create_date: DateTime @1725504253 {#7710 date: 2024-09-05 11:44:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504253 {#7709 date: 2024-09-05 11:44:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7663 …} -Children: Doctrine\ORM\PersistentCollection {#7659 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } Eccube\Entity\Category {#7658 -id: 76 -name: "ブレザー" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1725504578 {#7666 date: 2024-09-05 11:49:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7665 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7657 …} -Children: Doctrine\ORM\PersistentCollection {#7654 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } Eccube\Entity\Category {#7649 -id: 80 -name: "シャツ" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1725504593 {#7651 date: 2024-09-05 11:49:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7650 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7648 …} -Children: Doctrine\ORM\PersistentCollection {#7645 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } Eccube\Entity\Category {#7642 -id: 77 -name: "スラックス" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1725504582 {#7644 date: 2024-09-05 11:49:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7643 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7641 …} -Children: Doctrine\ORM\PersistentCollection {#7638 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } Eccube\Entity\Category {#7635 -id: 78 -name: "スカート" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1725504585 {#7637 date: 2024-09-05 11:49:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7636 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7634 …} -Children: Doctrine\ORM\PersistentCollection {#7631 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } Eccube\Entity\Category {#7628 -id: 79 -name: "ネクタイ" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1725504590 {#7630 date: 2024-09-05 11:49:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7629 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7627 …} -Children: Doctrine\ORM\PersistentCollection {#7624 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } Eccube\Entity\Category {#7621 -id: 81 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1725504599 {#7623 date: 2024-09-05 11:49:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7622 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7620 …} -Children: Doctrine\ORM\PersistentCollection {#7617 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } Eccube\Entity\Category {#7505 -id: 82 -name: "その他" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1725504603 {#7507 date: 2024-09-05 11:50:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7506 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7504 …} -Children: Doctrine\ORM\PersistentCollection {#7501 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } Eccube\Entity\Category {#7498 -id: 58 -name: "大野東中学校" -hierarchy: 1 -sort_no: 72 -create_date: DateTime @1725504247 {#7653 date: 2024-09-05 11:44:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504247 {#7652 date: 2024-09-05 11:44:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7497 …} -Children: Doctrine\ORM\PersistentCollection {#7493 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } Eccube\Entity\Category {#7492 -id: 69 -name: "ブレザー" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1725504518 {#7500 date: 2024-09-05 11:48:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7499 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7491 …} -Children: Doctrine\ORM\PersistentCollection {#7488 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } Eccube\Entity\Category {#7248 -id: 73 -name: "シャツ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1725504535 {#7485 date: 2024-09-05 11:48:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7484 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7255 …} -Children: Doctrine\ORM\PersistentCollection {#7277 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } Eccube\Entity\Category {#7474 -id: 70 -name: "スラックス" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1725504523 {#7471 date: 2024-09-05 11:48:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7473 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7475 …} -Children: Doctrine\ORM\PersistentCollection {#7478 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } Eccube\Entity\Category {#7481 -id: 71 -name: "スカート" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1725504526 {#7479 date: 2024-09-05 11:48:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7480 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7482 …} -Children: Doctrine\ORM\PersistentCollection {#7518 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } Eccube\Entity\Category {#7522 -id: 72 -name: "ネクタイ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1725504532 {#7519 date: 2024-09-05 11:48:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7521 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7523 …} -Children: Doctrine\ORM\PersistentCollection {#7526 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } Eccube\Entity\Category {#7529 -id: 74 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1725504548 {#7527 date: 2024-09-05 11:49:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7528 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7530 …} -Children: Doctrine\ORM\PersistentCollection {#7533 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } Eccube\Entity\Category {#7536 -id: 75 -name: "その他" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1725504552 {#7534 date: 2024-09-05 11:49:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7535 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7537 …} -Children: Doctrine\ORM\PersistentCollection {#7540 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } Eccube\Entity\Category {#7543 -id: 57 -name: "大野中学校" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1725504232 {#7487 date: 2024-09-05 11:43:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504240 {#7486 date: 2024-09-05 11:44:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7544 …} -Children: Doctrine\ORM\PersistentCollection {#7548 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } Eccube\Entity\Category {#7549 -id: 62 -name: "ブレザー" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1725504444 {#7541 date: 2024-09-05 11:47:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7542 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7550 …} -Children: Doctrine\ORM\PersistentCollection {#7553 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } Eccube\Entity\Category {#7558 -id: 66 -name: "シャツ" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1725504458 {#7556 date: 2024-09-05 11:47:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7557 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7559 …} -Children: Doctrine\ORM\PersistentCollection {#7562 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } Eccube\Entity\Category {#7565 -id: 63 -name: "スラックス" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1725504448 {#7563 date: 2024-09-05 11:47:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7564 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7566 …} -Children: Doctrine\ORM\PersistentCollection {#7569 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } Eccube\Entity\Category {#7572 -id: 64 -name: "スカート" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1725504452 {#7570 date: 2024-09-05 11:47:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7571 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7573 …} -Children: Doctrine\ORM\PersistentCollection {#7576 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } Eccube\Entity\Category {#7579 -id: 65 -name: "ネクタイ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1725504455 {#7577 date: 2024-09-05 11:47:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7578 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7580 …} -Children: Doctrine\ORM\PersistentCollection {#7583 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } Eccube\Entity\Category {#7586 -id: 67 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1725504472 {#7584 date: 2024-09-05 11:47:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7585 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7587 …} -Children: Doctrine\ORM\PersistentCollection {#7590 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } Eccube\Entity\Category {#7593 -id: 68 -name: "その他" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1725504481 {#7591 date: 2024-09-05 11:48:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7592 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7594 …} -Children: Doctrine\ORM\PersistentCollection {#7597 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } Eccube\Entity\Category {#7600 -id: 6 -name: "福岡農業高等学校" -hierarchy: 1 -sort_no: 56 -create_date: DateTime @1692693156 {#7554 date: 2023-08-22 17:32:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693156 {#7555 date: 2023-08-22 17:32:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7601 …} -Children: Doctrine\ORM\PersistentCollection {#7605 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } Eccube\Entity\Category {#7606 -id: 50 -name: "上衣" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1692702749 {#7598 date: 2023-08-22 20:12:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7599 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7607 …} -Children: Doctrine\ORM\PersistentCollection {#7610 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } Eccube\Entity\Category {#7615 -id: 51 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1692702752 {#7613 date: 2023-08-22 20:12:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7614 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7616 …} -Children: Doctrine\ORM\PersistentCollection {#7777 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } Eccube\Entity\Category {#7781 -id: 52 -name: "スカート" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1692702756 {#7779 date: 2023-08-22 20:12:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7780 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7782 …} -Children: Doctrine\ORM\PersistentCollection {#7785 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } Eccube\Entity\Category {#7788 -id: 53 -name: "スラックス" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1692702758 {#7786 date: 2023-08-22 20:12:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7787 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7789 …} -Children: Doctrine\ORM\PersistentCollection {#7792 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } Eccube\Entity\Category {#7795 -id: 54 -name: "ネクタイ" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1692702764 {#7793 date: 2023-08-22 20:12:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7794 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7796 …} -Children: Doctrine\ORM\PersistentCollection {#7799 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } Eccube\Entity\Category {#7802 -id: 55 -name: "ベスト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1692702767 {#7800 date: 2023-08-22 20:12:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7801 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7803 …} -Children: Doctrine\ORM\PersistentCollection {#7806 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } Eccube\Entity\Category {#7809 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1692702774 {#7807 date: 2023-08-22 20:12:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7808 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7810 …} -Children: Doctrine\ORM\PersistentCollection {#7813 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } Eccube\Entity\Category {#7816 -id: 5 -name: "武蔵台高等学校" -hierarchy: 1 -sort_no: 48 -create_date: DateTime @1692693144 {#7611 date: 2023-08-22 17:32:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693144 {#7612 date: 2023-08-22 17:32:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7817 …} -Children: Doctrine\ORM\PersistentCollection {#7821 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7822 -id: 43 -name: "上衣" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1692702543 {#7814 date: 2023-08-22 20:09:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7815 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7823 …} -Children: Doctrine\ORM\PersistentCollection {#7826 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7831 -id: 44 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1692702546 {#7829 date: 2023-08-22 20:09:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7830 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7832 …} -Children: Doctrine\ORM\PersistentCollection {#7835 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7838 -id: 45 -name: "スカート" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1692702549 {#7836 date: 2023-08-22 20:09:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7837 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7839 …} -Children: Doctrine\ORM\PersistentCollection {#7842 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7845 -id: 46 -name: "スラックス" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1692702728 {#7843 date: 2023-08-22 20:12:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7844 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7846 …} -Children: Doctrine\ORM\PersistentCollection {#7849 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7852 -id: 47 -name: "ネクタイ" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1692702731 {#7850 date: 2023-08-22 20:12:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7851 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7853 …} -Children: Doctrine\ORM\PersistentCollection {#7856 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7859 -id: 48 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1692702734 {#7857 date: 2023-08-22 20:12:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7858 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7860 …} -Children: Doctrine\ORM\PersistentCollection {#7863 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7866 -id: 49 -name: "その他" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1692702739 {#7864 date: 2023-08-22 20:12:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7865 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7867 …} -Children: Doctrine\ORM\PersistentCollection {#7870 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7873 -id: 4 -name: "太宰府東中学校" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1692693139 {#7827 date: 2023-08-22 17:32:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693139 {#7828 date: 2023-08-22 17:32:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7874 …} -Children: Doctrine\ORM\PersistentCollection {#7878 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7879 -id: 34 -name: "上衣" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1692702513 {#7871 date: 2023-08-22 20:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7872 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7880 …} -Children: Doctrine\ORM\PersistentCollection {#7883 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7888 -id: 35 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1692702516 {#7886 date: 2023-08-22 20:08:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7887 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7889 …} -Children: Doctrine\ORM\PersistentCollection {#7892 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7895 -id: 36 -name: "スカート" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1692702518 {#7893 date: 2023-08-22 20:08:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7894 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7896 …} -Children: Doctrine\ORM\PersistentCollection {#7899 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7902 -id: 37 -name: "スラックス" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1692702521 {#7900 date: 2023-08-22 20:08:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7901 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7903 …} -Children: Doctrine\ORM\PersistentCollection {#7906 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7909 -id: 38 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1692702524 {#7907 date: 2023-08-22 20:08:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7908 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7910 …} -Children: Doctrine\ORM\PersistentCollection {#7913 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7916 -id: 39 -name: "シューズ" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1692702526 {#7914 date: 2023-08-22 20:08:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7915 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7917 …} -Children: Doctrine\ORM\PersistentCollection {#7920 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7923 -id: 40 -name: "体育" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1692702528 {#7921 date: 2023-08-22 20:08:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7922 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7924 …} -Children: Doctrine\ORM\PersistentCollection {#7927 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7930 -id: 41 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1692702531 {#7928 date: 2023-08-22 20:08:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7929 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7931 …} -Children: Doctrine\ORM\PersistentCollection {#7934 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7937 -id: 42 -name: "その他" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692702534 {#7935 date: 2023-08-22 20:08:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7936 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7938 …} -Children: Doctrine\ORM\PersistentCollection {#7941 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7944 -id: 3 -name: "太宰府中学校" -hierarchy: 1 -sort_no: 30 -create_date: DateTime @1692693133 {#7884 date: 2023-08-22 17:32:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693133 {#7885 date: 2023-08-22 17:32:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7945 …} -Children: Doctrine\ORM\PersistentCollection {#7949 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#7950 -id: 25 -name: "上衣" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1692702480 {#7942 date: 2023-08-22 20:08:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7943 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7951 …} -Children: Doctrine\ORM\PersistentCollection {#7954 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#7959 -id: 26 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1692702482 {#7957 date: 2023-08-22 20:08:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7958 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7960 …} -Children: Doctrine\ORM\PersistentCollection {#7963 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#7966 -id: 27 -name: "スカート" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1692702487 {#7964 date: 2023-08-22 20:08:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7965 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7967 …} -Children: Doctrine\ORM\PersistentCollection {#7970 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#7973 -id: 28 -name: "スラックス" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1692702490 {#7971 date: 2023-08-22 20:08:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7972 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7974 …} -Children: Doctrine\ORM\PersistentCollection {#7977 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#7980 -id: 29 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1692702497 {#7978 date: 2023-08-22 20:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7979 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7981 …} -Children: Doctrine\ORM\PersistentCollection {#7984 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#7987 -id: 30 -name: "シューズ" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1692702499 {#7985 date: 2023-08-22 20:08:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7986 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7988 …} -Children: Doctrine\ORM\PersistentCollection {#7991 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#7994 -id: 31 -name: "体育" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1692702502 {#7992 date: 2023-08-22 20:08:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7993 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7995 …} -Children: Doctrine\ORM\PersistentCollection {#7998 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#8001 -id: 32 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1692702505 {#7999 date: 2023-08-22 20:08:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#8000 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8002 …} -Children: Doctrine\ORM\PersistentCollection {#8005 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#8008 -id: 33 -name: "その他" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1692702508 {#8006 date: 2023-08-22 20:08:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#8007 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8009 …} -Children: Doctrine\ORM\PersistentCollection {#8012 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#8015 -id: 2 -name: "太宰府西中学校" -hierarchy: 1 -sort_no: 20 -create_date: DateTime @1692693126 {#7955 date: 2023-08-22 17:32:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693126 {#7956 date: 2023-08-22 17:32:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8016 …} -Children: Doctrine\ORM\PersistentCollection {#8020 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8021 -id: 16 -name: "上衣" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1692701223 {#8013 date: 2023-08-22 19:47:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8014 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8022 …} -Children: Doctrine\ORM\PersistentCollection {#8025 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8030 -id: 17 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1692702445 {#8028 date: 2023-08-22 20:07:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8029 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8031 …} -Children: Doctrine\ORM\PersistentCollection {#8034 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8037 -id: 18 -name: "スカート" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1692702448 {#8035 date: 2023-08-22 20:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8036 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8038 …} -Children: Doctrine\ORM\PersistentCollection {#8041 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8044 -id: 19 -name: "スラックス" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1692702451 {#8042 date: 2023-08-22 20:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8043 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8045 …} -Children: Doctrine\ORM\PersistentCollection {#8048 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8051 -id: 20 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1692702454 {#8049 date: 2023-08-22 20:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8050 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8052 …} -Children: Doctrine\ORM\PersistentCollection {#8055 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8058 -id: 21 -name: "シューズ" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1692702459 {#8056 date: 2023-08-22 20:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8057 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8059 …} -Children: Doctrine\ORM\PersistentCollection {#8062 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8065 -id: 22 -name: "体育" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1692702463 {#8063 date: 2023-08-22 20:07:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8064 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8066 …} -Children: Doctrine\ORM\PersistentCollection {#8069 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8072 -id: 23 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1692702466 {#8070 date: 2023-08-22 20:07:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8071 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8073 …} -Children: Doctrine\ORM\PersistentCollection {#8076 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8079 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1692702468 {#8077 date: 2023-08-22 20:07:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8078 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8080 …} -Children: Doctrine\ORM\PersistentCollection {#8083 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8086 -id: 1 -name: "学業院中学校" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1692693107 {#8026 date: 2023-08-22 17:31:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693107 {#8027 date: 2023-08-22 17:31:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8087 …} -Children: Doctrine\ORM\PersistentCollection {#8091 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8092 -id: 7 -name: "上衣" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1692701172 {#8084 date: 2023-08-22 19:46:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8085 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8093 …} -Children: Doctrine\ORM\PersistentCollection {#8096 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8101 -id: 8 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1692701177 {#8099 date: 2023-08-22 19:46:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8100 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8102 …} -Children: Doctrine\ORM\PersistentCollection {#8105 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8108 -id: 9 -name: "スカート" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1692701182 {#8106 date: 2023-08-22 19:46:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8107 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8109 …} -Children: Doctrine\ORM\PersistentCollection {#8112 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8115 -id: 10 -name: "スラックス" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1692701187 {#8113 date: 2023-08-22 19:46:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8114 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8116 …} -Children: Doctrine\ORM\PersistentCollection {#8119 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8122 -id: 11 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1692701192 {#8120 date: 2023-08-22 19:46:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8121 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8123 …} -Children: Doctrine\ORM\PersistentCollection {#8126 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8129 -id: 12 -name: "シューズ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1692701197 {#8127 date: 2023-08-22 19:46:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8128 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8130 …} -Children: Doctrine\ORM\PersistentCollection {#8133 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8136 -id: 13 -name: "体育" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1692701203 {#8134 date: 2023-08-22 19:46:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8135 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8137 …} -Children: Doctrine\ORM\PersistentCollection {#8140 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8143 -id: 14 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1692701207 {#8141 date: 2023-08-22 19:46:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8142 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8144 …} -Children: Doctrine\ORM\PersistentCollection {#8147 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8150 -id: 15 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1692701212 {#8148 date: 2023-08-22 19:46:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8149 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8151 …} -Children: Doctrine\ORM\PersistentCollection {#8154 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } ] |
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 {#7073 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#7127 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#7126 -om: ContainerTMZ0aig\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#836 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6868 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Category {#7227 -id: 61 -name: "平野中学校" -hierarchy: 1 -sort_no: 96 -create_date: DateTime @1725504269 {#7259 date: 2024-09-05 11:44:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504269 {#7257 date: 2024-09-05 11:44:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7270 …} -Children: Doctrine\ORM\PersistentCollection {#7773 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } Eccube\Entity\Category {#7772 -id: 90 -name: "ブレザー" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1725504659 {#7254 date: 2024-09-05 11:50:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7256 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7771 …} -Children: Doctrine\ORM\PersistentCollection {#7768 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } Eccube\Entity\Category {#7763 -id: 94 -name: "シャツ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1725504675 {#7765 date: 2024-09-05 11:51:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7764 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7762 …} -Children: Doctrine\ORM\PersistentCollection {#7759 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } Eccube\Entity\Category {#7756 -id: 91 -name: "スラックス" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1725504661 {#7758 date: 2024-09-05 11:51:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7757 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7755 …} -Children: Doctrine\ORM\PersistentCollection {#7752 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } Eccube\Entity\Category {#7749 -id: 92 -name: "スカート" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1725504665 {#7751 date: 2024-09-05 11:51:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7750 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7748 …} -Children: Doctrine\ORM\PersistentCollection {#7745 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } Eccube\Entity\Category {#7742 -id: 93 -name: "ネクタイ" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1725504672 {#7744 date: 2024-09-05 11:51:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7743 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7741 …} -Children: Doctrine\ORM\PersistentCollection {#7738 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } Eccube\Entity\Category {#7735 -id: 95 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1725504679 {#7737 date: 2024-09-05 11:51:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7736 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7734 …} -Children: Doctrine\ORM\PersistentCollection {#7731 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } Eccube\Entity\Category {#7728 -id: 96 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1725504690 {#7730 date: 2024-09-05 11:51:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7729 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7727 …} -Children: Doctrine\ORM\PersistentCollection {#7724 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } Eccube\Entity\Category {#7721 -id: 60 -name: "御陵中学校" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1725504261 {#7767 date: 2024-09-05 11:44:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504261 {#7766 date: 2024-09-05 11:44:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7720 …} -Children: Doctrine\ORM\PersistentCollection {#7716 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } Eccube\Entity\Category {#7715 -id: 83 -name: "ブレザー" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1725504619 {#7723 date: 2024-09-05 11:50:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7722 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7714 …} -Children: Doctrine\ORM\PersistentCollection {#7711 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } Eccube\Entity\Category {#7706 -id: 87 -name: "シャツ" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1725504633 {#7708 date: 2024-09-05 11:50:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7707 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7705 …} -Children: Doctrine\ORM\PersistentCollection {#7702 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } Eccube\Entity\Category {#7699 -id: 84 -name: "スラックス" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1725504622 {#7701 date: 2024-09-05 11:50:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7700 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7698 …} -Children: Doctrine\ORM\PersistentCollection {#7695 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } Eccube\Entity\Category {#7692 -id: 85 -name: "スカート" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1725504626 {#7694 date: 2024-09-05 11:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7693 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7691 …} -Children: Doctrine\ORM\PersistentCollection {#7688 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } Eccube\Entity\Category {#7685 -id: 86 -name: "ネクタイ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1725504630 {#7687 date: 2024-09-05 11:50:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7686 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7684 …} -Children: Doctrine\ORM\PersistentCollection {#7681 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } Eccube\Entity\Category {#7678 -id: 88 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1725504640 {#7680 date: 2024-09-05 11:50:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7679 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7677 …} -Children: Doctrine\ORM\PersistentCollection {#7674 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } Eccube\Entity\Category {#7671 -id: 89 -name: "その他" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1725504643 {#7673 date: 2024-09-05 11:50:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7672 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7670 …} -Children: Doctrine\ORM\PersistentCollection {#7667 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } Eccube\Entity\Category {#7664 -id: 59 -name: "大利中学校" -hierarchy: 1 -sort_no: 80 -create_date: DateTime @1725504253 {#7710 date: 2024-09-05 11:44:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504253 {#7709 date: 2024-09-05 11:44:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7663 …} -Children: Doctrine\ORM\PersistentCollection {#7659 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } Eccube\Entity\Category {#7658 -id: 76 -name: "ブレザー" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1725504578 {#7666 date: 2024-09-05 11:49:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7665 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7657 …} -Children: Doctrine\ORM\PersistentCollection {#7654 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } Eccube\Entity\Category {#7649 -id: 80 -name: "シャツ" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1725504593 {#7651 date: 2024-09-05 11:49:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7650 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7648 …} -Children: Doctrine\ORM\PersistentCollection {#7645 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } Eccube\Entity\Category {#7642 -id: 77 -name: "スラックス" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1725504582 {#7644 date: 2024-09-05 11:49:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7643 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7641 …} -Children: Doctrine\ORM\PersistentCollection {#7638 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } Eccube\Entity\Category {#7635 -id: 78 -name: "スカート" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1725504585 {#7637 date: 2024-09-05 11:49:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7636 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7634 …} -Children: Doctrine\ORM\PersistentCollection {#7631 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } Eccube\Entity\Category {#7628 -id: 79 -name: "ネクタイ" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1725504590 {#7630 date: 2024-09-05 11:49:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7629 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7627 …} -Children: Doctrine\ORM\PersistentCollection {#7624 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } Eccube\Entity\Category {#7621 -id: 81 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1725504599 {#7623 date: 2024-09-05 11:49:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7622 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7620 …} -Children: Doctrine\ORM\PersistentCollection {#7617 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } Eccube\Entity\Category {#7505 -id: 82 -name: "その他" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1725504603 {#7507 date: 2024-09-05 11:50:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7506 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7504 …} -Children: Doctrine\ORM\PersistentCollection {#7501 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } Eccube\Entity\Category {#7498 -id: 58 -name: "大野東中学校" -hierarchy: 1 -sort_no: 72 -create_date: DateTime @1725504247 {#7653 date: 2024-09-05 11:44:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504247 {#7652 date: 2024-09-05 11:44:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7497 …} -Children: Doctrine\ORM\PersistentCollection {#7493 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } Eccube\Entity\Category {#7492 -id: 69 -name: "ブレザー" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1725504518 {#7500 date: 2024-09-05 11:48:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7499 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7491 …} -Children: Doctrine\ORM\PersistentCollection {#7488 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } Eccube\Entity\Category {#7248 -id: 73 -name: "シャツ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1725504535 {#7485 date: 2024-09-05 11:48:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7484 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7255 …} -Children: Doctrine\ORM\PersistentCollection {#7277 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } Eccube\Entity\Category {#7474 -id: 70 -name: "スラックス" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1725504523 {#7471 date: 2024-09-05 11:48:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7473 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7475 …} -Children: Doctrine\ORM\PersistentCollection {#7478 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } Eccube\Entity\Category {#7481 -id: 71 -name: "スカート" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1725504526 {#7479 date: 2024-09-05 11:48:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7480 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7482 …} -Children: Doctrine\ORM\PersistentCollection {#7518 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } Eccube\Entity\Category {#7522 -id: 72 -name: "ネクタイ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1725504532 {#7519 date: 2024-09-05 11:48:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7521 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7523 …} -Children: Doctrine\ORM\PersistentCollection {#7526 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } Eccube\Entity\Category {#7529 -id: 74 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1725504548 {#7527 date: 2024-09-05 11:49:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7528 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7530 …} -Children: Doctrine\ORM\PersistentCollection {#7533 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } Eccube\Entity\Category {#7536 -id: 75 -name: "その他" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1725504552 {#7534 date: 2024-09-05 11:49:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7535 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7537 …} -Children: Doctrine\ORM\PersistentCollection {#7540 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } Eccube\Entity\Category {#7543 -id: 57 -name: "大野中学校" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1725504232 {#7487 date: 2024-09-05 11:43:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504240 {#7486 date: 2024-09-05 11:44:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7544 …} -Children: Doctrine\ORM\PersistentCollection {#7548 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } Eccube\Entity\Category {#7549 -id: 62 -name: "ブレザー" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1725504444 {#7541 date: 2024-09-05 11:47:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7542 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7550 …} -Children: Doctrine\ORM\PersistentCollection {#7553 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } Eccube\Entity\Category {#7558 -id: 66 -name: "シャツ" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1725504458 {#7556 date: 2024-09-05 11:47:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7557 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7559 …} -Children: Doctrine\ORM\PersistentCollection {#7562 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } Eccube\Entity\Category {#7565 -id: 63 -name: "スラックス" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1725504448 {#7563 date: 2024-09-05 11:47:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7564 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7566 …} -Children: Doctrine\ORM\PersistentCollection {#7569 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } Eccube\Entity\Category {#7572 -id: 64 -name: "スカート" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1725504452 {#7570 date: 2024-09-05 11:47:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7571 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7573 …} -Children: Doctrine\ORM\PersistentCollection {#7576 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } Eccube\Entity\Category {#7579 -id: 65 -name: "ネクタイ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1725504455 {#7577 date: 2024-09-05 11:47:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7578 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7580 …} -Children: Doctrine\ORM\PersistentCollection {#7583 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } Eccube\Entity\Category {#7586 -id: 67 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1725504472 {#7584 date: 2024-09-05 11:47:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7585 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7587 …} -Children: Doctrine\ORM\PersistentCollection {#7590 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } Eccube\Entity\Category {#7593 -id: 68 -name: "その他" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1725504481 {#7591 date: 2024-09-05 11:48:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7592 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7594 …} -Children: Doctrine\ORM\PersistentCollection {#7597 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } Eccube\Entity\Category {#7600 -id: 6 -name: "福岡農業高等学校" -hierarchy: 1 -sort_no: 56 -create_date: DateTime @1692693156 {#7554 date: 2023-08-22 17:32:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693156 {#7555 date: 2023-08-22 17:32:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7601 …} -Children: Doctrine\ORM\PersistentCollection {#7605 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } Eccube\Entity\Category {#7606 -id: 50 -name: "上衣" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1692702749 {#7598 date: 2023-08-22 20:12:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7599 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7607 …} -Children: Doctrine\ORM\PersistentCollection {#7610 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } Eccube\Entity\Category {#7615 -id: 51 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1692702752 {#7613 date: 2023-08-22 20:12:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7614 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7616 …} -Children: Doctrine\ORM\PersistentCollection {#7777 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } Eccube\Entity\Category {#7781 -id: 52 -name: "スカート" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1692702756 {#7779 date: 2023-08-22 20:12:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7780 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7782 …} -Children: Doctrine\ORM\PersistentCollection {#7785 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } Eccube\Entity\Category {#7788 -id: 53 -name: "スラックス" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1692702758 {#7786 date: 2023-08-22 20:12:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7787 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7789 …} -Children: Doctrine\ORM\PersistentCollection {#7792 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } Eccube\Entity\Category {#7795 -id: 54 -name: "ネクタイ" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1692702764 {#7793 date: 2023-08-22 20:12:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7794 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7796 …} -Children: Doctrine\ORM\PersistentCollection {#7799 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } Eccube\Entity\Category {#7802 -id: 55 -name: "ベスト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1692702767 {#7800 date: 2023-08-22 20:12:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7801 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7803 …} -Children: Doctrine\ORM\PersistentCollection {#7806 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } Eccube\Entity\Category {#7809 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1692702774 {#7807 date: 2023-08-22 20:12:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7808 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7810 …} -Children: Doctrine\ORM\PersistentCollection {#7813 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } Eccube\Entity\Category {#7816 -id: 5 -name: "武蔵台高等学校" -hierarchy: 1 -sort_no: 48 -create_date: DateTime @1692693144 {#7611 date: 2023-08-22 17:32:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693144 {#7612 date: 2023-08-22 17:32:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7817 …} -Children: Doctrine\ORM\PersistentCollection {#7821 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7822 -id: 43 -name: "上衣" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1692702543 {#7814 date: 2023-08-22 20:09:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7815 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7823 …} -Children: Doctrine\ORM\PersistentCollection {#7826 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7831 -id: 44 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1692702546 {#7829 date: 2023-08-22 20:09:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7830 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7832 …} -Children: Doctrine\ORM\PersistentCollection {#7835 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7838 -id: 45 -name: "スカート" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1692702549 {#7836 date: 2023-08-22 20:09:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7837 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7839 …} -Children: Doctrine\ORM\PersistentCollection {#7842 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7845 -id: 46 -name: "スラックス" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1692702728 {#7843 date: 2023-08-22 20:12:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7844 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7846 …} -Children: Doctrine\ORM\PersistentCollection {#7849 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7852 -id: 47 -name: "ネクタイ" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1692702731 {#7850 date: 2023-08-22 20:12:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7851 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7853 …} -Children: Doctrine\ORM\PersistentCollection {#7856 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7859 -id: 48 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1692702734 {#7857 date: 2023-08-22 20:12:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7858 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7860 …} -Children: Doctrine\ORM\PersistentCollection {#7863 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7866 -id: 49 -name: "その他" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1692702739 {#7864 date: 2023-08-22 20:12:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7865 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7867 …} -Children: Doctrine\ORM\PersistentCollection {#7870 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7873 -id: 4 -name: "太宰府東中学校" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1692693139 {#7827 date: 2023-08-22 17:32:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693139 {#7828 date: 2023-08-22 17:32:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7874 …} -Children: Doctrine\ORM\PersistentCollection {#7878 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7879 -id: 34 -name: "上衣" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1692702513 {#7871 date: 2023-08-22 20:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7872 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7880 …} -Children: Doctrine\ORM\PersistentCollection {#7883 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7888 -id: 35 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1692702516 {#7886 date: 2023-08-22 20:08:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7887 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7889 …} -Children: Doctrine\ORM\PersistentCollection {#7892 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7895 -id: 36 -name: "スカート" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1692702518 {#7893 date: 2023-08-22 20:08:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7894 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7896 …} -Children: Doctrine\ORM\PersistentCollection {#7899 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7902 -id: 37 -name: "スラックス" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1692702521 {#7900 date: 2023-08-22 20:08:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7901 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7903 …} -Children: Doctrine\ORM\PersistentCollection {#7906 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7909 -id: 38 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1692702524 {#7907 date: 2023-08-22 20:08:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7908 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7910 …} -Children: Doctrine\ORM\PersistentCollection {#7913 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7916 -id: 39 -name: "シューズ" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1692702526 {#7914 date: 2023-08-22 20:08:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7915 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7917 …} -Children: Doctrine\ORM\PersistentCollection {#7920 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7923 -id: 40 -name: "体育" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1692702528 {#7921 date: 2023-08-22 20:08:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7922 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7924 …} -Children: Doctrine\ORM\PersistentCollection {#7927 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7930 -id: 41 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1692702531 {#7928 date: 2023-08-22 20:08:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7929 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7931 …} -Children: Doctrine\ORM\PersistentCollection {#7934 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7937 -id: 42 -name: "その他" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692702534 {#7935 date: 2023-08-22 20:08:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7936 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7938 …} -Children: Doctrine\ORM\PersistentCollection {#7941 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } Eccube\Entity\Category {#7944 -id: 3 -name: "太宰府中学校" -hierarchy: 1 -sort_no: 30 -create_date: DateTime @1692693133 {#7884 date: 2023-08-22 17:32:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693133 {#7885 date: 2023-08-22 17:32:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7945 …} -Children: Doctrine\ORM\PersistentCollection {#7949 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#7950 -id: 25 -name: "上衣" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1692702480 {#7942 date: 2023-08-22 20:08:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7943 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7951 …} -Children: Doctrine\ORM\PersistentCollection {#7954 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#7959 -id: 26 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1692702482 {#7957 date: 2023-08-22 20:08:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7958 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7960 …} -Children: Doctrine\ORM\PersistentCollection {#7963 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#7966 -id: 27 -name: "スカート" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1692702487 {#7964 date: 2023-08-22 20:08:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7965 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7967 …} -Children: Doctrine\ORM\PersistentCollection {#7970 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#7973 -id: 28 -name: "スラックス" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1692702490 {#7971 date: 2023-08-22 20:08:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7972 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7974 …} -Children: Doctrine\ORM\PersistentCollection {#7977 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#7980 -id: 29 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1692702497 {#7978 date: 2023-08-22 20:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7979 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7981 …} -Children: Doctrine\ORM\PersistentCollection {#7984 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#7987 -id: 30 -name: "シューズ" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1692702499 {#7985 date: 2023-08-22 20:08:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7986 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7988 …} -Children: Doctrine\ORM\PersistentCollection {#7991 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#7994 -id: 31 -name: "体育" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1692702502 {#7992 date: 2023-08-22 20:08:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7993 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7995 …} -Children: Doctrine\ORM\PersistentCollection {#7998 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#8001 -id: 32 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1692702505 {#7999 date: 2023-08-22 20:08:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#8000 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8002 …} -Children: Doctrine\ORM\PersistentCollection {#8005 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#8008 -id: 33 -name: "その他" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1692702508 {#8006 date: 2023-08-22 20:08:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#8007 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8009 …} -Children: Doctrine\ORM\PersistentCollection {#8012 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } Eccube\Entity\Category {#8015 -id: 2 -name: "太宰府西中学校" -hierarchy: 1 -sort_no: 20 -create_date: DateTime @1692693126 {#7955 date: 2023-08-22 17:32:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693126 {#7956 date: 2023-08-22 17:32:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8016 …} -Children: Doctrine\ORM\PersistentCollection {#8020 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8021 -id: 16 -name: "上衣" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1692701223 {#8013 date: 2023-08-22 19:47:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8014 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8022 …} -Children: Doctrine\ORM\PersistentCollection {#8025 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8030 -id: 17 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1692702445 {#8028 date: 2023-08-22 20:07:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8029 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8031 …} -Children: Doctrine\ORM\PersistentCollection {#8034 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8037 -id: 18 -name: "スカート" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1692702448 {#8035 date: 2023-08-22 20:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8036 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8038 …} -Children: Doctrine\ORM\PersistentCollection {#8041 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8044 -id: 19 -name: "スラックス" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1692702451 {#8042 date: 2023-08-22 20:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8043 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8045 …} -Children: Doctrine\ORM\PersistentCollection {#8048 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8051 -id: 20 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1692702454 {#8049 date: 2023-08-22 20:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8050 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8052 …} -Children: Doctrine\ORM\PersistentCollection {#8055 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8058 -id: 21 -name: "シューズ" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1692702459 {#8056 date: 2023-08-22 20:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8057 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8059 …} -Children: Doctrine\ORM\PersistentCollection {#8062 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8065 -id: 22 -name: "体育" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1692702463 {#8063 date: 2023-08-22 20:07:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8064 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8066 …} -Children: Doctrine\ORM\PersistentCollection {#8069 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8072 -id: 23 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1692702466 {#8070 date: 2023-08-22 20:07:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8071 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8073 …} -Children: Doctrine\ORM\PersistentCollection {#8076 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8079 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1692702468 {#8077 date: 2023-08-22 20:07:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8078 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8080 …} -Children: Doctrine\ORM\PersistentCollection {#8083 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } Eccube\Entity\Category {#8086 -id: 1 -name: "学業院中学校" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1692693107 {#8026 date: 2023-08-22 17:31:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693107 {#8027 date: 2023-08-22 17:31:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8087 …} -Children: Doctrine\ORM\PersistentCollection {#8091 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8092 -id: 7 -name: "上衣" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1692701172 {#8084 date: 2023-08-22 19:46:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8085 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8093 …} -Children: Doctrine\ORM\PersistentCollection {#8096 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8101 -id: 8 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1692701177 {#8099 date: 2023-08-22 19:46:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8100 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8102 …} -Children: Doctrine\ORM\PersistentCollection {#8105 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8108 -id: 9 -name: "スカート" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1692701182 {#8106 date: 2023-08-22 19:46:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8107 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8109 …} -Children: Doctrine\ORM\PersistentCollection {#8112 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8115 -id: 10 -name: "スラックス" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1692701187 {#8113 date: 2023-08-22 19:46:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8114 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8116 …} -Children: Doctrine\ORM\PersistentCollection {#8119 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8122 -id: 11 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1692701192 {#8120 date: 2023-08-22 19:46:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8121 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8123 …} -Children: Doctrine\ORM\PersistentCollection {#8126 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8129 -id: 12 -name: "シューズ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1692701197 {#8127 date: 2023-08-22 19:46:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8128 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8130 …} -Children: Doctrine\ORM\PersistentCollection {#8133 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8136 -id: 13 -name: "体育" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1692701203 {#8134 date: 2023-08-22 19:46:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8135 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8137 …} -Children: Doctrine\ORM\PersistentCollection {#8140 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8143 -id: 14 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1692701207 {#8141 date: 2023-08-22 19:46:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8142 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8144 …} -Children: Doctrine\ORM\PersistentCollection {#8147 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } Eccube\Entity\Category {#8150 -id: 15 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1692701212 {#8148 date: 2023-08-22 19:46:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8149 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8151 …} -Children: Doctrine\ORM\PersistentCollection {#8154 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } ] |
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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#845 …} -namespace: Closure() {#843 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerTMZ0aig\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#836 …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 {#7126 -om: ContainerTMZ0aig\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#836 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6868 …} -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() {#7124 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6287 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1298 …} $translationDomain: "validators" $message: Closure() {#7082 …} } } |
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 | [ 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8184 +label: "平野中学校" +value: "61" +data: Eccube\Entity\Category {#7227 -id: 61 -name: "平野中学校" -hierarchy: 1 -sort_no: 96 -create_date: DateTime @1725504269 {#7259 date: 2024-09-05 11:44:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504269 {#7257 date: 2024-09-05 11:44:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7270 …} -Children: Doctrine\ORM\PersistentCollection {#7773 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8186 +label: " ブレザー" +value: "90" +data: Eccube\Entity\Category {#7772 -id: 90 -name: "ブレザー" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1725504659 {#7254 date: 2024-09-05 11:50:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7256 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7771 …} -Children: Doctrine\ORM\PersistentCollection {#7768 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8185 +label: " シャツ" +value: "94" +data: Eccube\Entity\Category {#7763 -id: 94 -name: "シャツ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1725504675 {#7765 date: 2024-09-05 11:51:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7764 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7762 …} -Children: Doctrine\ORM\PersistentCollection {#7759 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8194 +label: " スラックス" +value: "91" +data: Eccube\Entity\Category {#7756 -id: 91 -name: "スラックス" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1725504661 {#7758 date: 2024-09-05 11:51:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7757 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7755 …} -Children: Doctrine\ORM\PersistentCollection {#7752 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8193 +label: " スカート" +value: "92" +data: Eccube\Entity\Category {#7749 -id: 92 -name: "スカート" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1725504665 {#7751 date: 2024-09-05 11:51:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7750 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7748 …} -Children: Doctrine\ORM\PersistentCollection {#7745 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8191 +label: " ネクタイ" +value: "93" +data: Eccube\Entity\Category {#7742 -id: 93 -name: "ネクタイ" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1725504672 {#7744 date: 2024-09-05 11:51:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7743 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7741 …} -Children: Doctrine\ORM\PersistentCollection {#7738 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8190 +label: " ベスト・セーター" +value: "95" +data: Eccube\Entity\Category {#7735 -id: 95 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1725504679 {#7737 date: 2024-09-05 11:51:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7736 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7734 …} -Children: Doctrine\ORM\PersistentCollection {#7731 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8189 +label: " その他" +value: "96" +data: Eccube\Entity\Category {#7728 -id: 96 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1725504690 {#7730 date: 2024-09-05 11:51:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7729 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7727 …} -Children: Doctrine\ORM\PersistentCollection {#7724 …} -Parent: Eccube\Entity\Category {#7227} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7775 …} } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8188 +label: "御陵中学校" +value: "60" +data: Eccube\Entity\Category {#7721 -id: 60 -name: "御陵中学校" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1725504261 {#7767 date: 2024-09-05 11:44:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504261 {#7766 date: 2024-09-05 11:44:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7720 …} -Children: Doctrine\ORM\PersistentCollection {#7716 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8195 +label: " ブレザー" +value: "83" +data: Eccube\Entity\Category {#7715 -id: 83 -name: "ブレザー" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1725504619 {#7723 date: 2024-09-05 11:50:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7722 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7714 …} -Children: Doctrine\ORM\PersistentCollection {#7711 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8196 +label: " シャツ" +value: "87" +data: Eccube\Entity\Category {#7706 -id: 87 -name: "シャツ" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1725504633 {#7708 date: 2024-09-05 11:50:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7707 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7705 …} -Children: Doctrine\ORM\PersistentCollection {#7702 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8197 +label: " スラックス" +value: "84" +data: Eccube\Entity\Category {#7699 -id: 84 -name: "スラックス" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1725504622 {#7701 date: 2024-09-05 11:50:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7700 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7698 …} -Children: Doctrine\ORM\PersistentCollection {#7695 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8198 +label: " スカート" +value: "85" +data: Eccube\Entity\Category {#7692 -id: 85 -name: "スカート" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1725504626 {#7694 date: 2024-09-05 11:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7693 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7691 …} -Children: Doctrine\ORM\PersistentCollection {#7688 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8199 +label: " ネクタイ" +value: "86" +data: Eccube\Entity\Category {#7685 -id: 86 -name: "ネクタイ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1725504630 {#7687 date: 2024-09-05 11:50:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7686 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7684 …} -Children: Doctrine\ORM\PersistentCollection {#7681 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8200 +label: " ベスト・セーター" +value: "88" +data: Eccube\Entity\Category {#7678 -id: 88 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1725504640 {#7680 date: 2024-09-05 11:50:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7679 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7677 …} -Children: Doctrine\ORM\PersistentCollection {#7674 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8201 +label: " その他" +value: "89" +data: Eccube\Entity\Category {#7671 -id: 89 -name: "その他" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1725504643 {#7673 date: 2024-09-05 11:50:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7672 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7670 …} -Children: Doctrine\ORM\PersistentCollection {#7667 …} -Parent: Eccube\Entity\Category {#7721} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7718 …} } +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8202 +label: "大利中学校" +value: "59" +data: Eccube\Entity\Category {#7664 -id: 59 -name: "大利中学校" -hierarchy: 1 -sort_no: 80 -create_date: DateTime @1725504253 {#7710 date: 2024-09-05 11:44:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504253 {#7709 date: 2024-09-05 11:44:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7663 …} -Children: Doctrine\ORM\PersistentCollection {#7659 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8203 +label: " ブレザー" +value: "76" +data: Eccube\Entity\Category {#7658 -id: 76 -name: "ブレザー" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1725504578 {#7666 date: 2024-09-05 11:49:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7665 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7657 …} -Children: Doctrine\ORM\PersistentCollection {#7654 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8204 +label: " シャツ" +value: "80" +data: Eccube\Entity\Category {#7649 -id: 80 -name: "シャツ" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1725504593 {#7651 date: 2024-09-05 11:49:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7650 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7648 …} -Children: Doctrine\ORM\PersistentCollection {#7645 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8205 +label: " スラックス" +value: "77" +data: Eccube\Entity\Category {#7642 -id: 77 -name: "スラックス" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1725504582 {#7644 date: 2024-09-05 11:49:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7643 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7641 …} -Children: Doctrine\ORM\PersistentCollection {#7638 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8206 +label: " スカート" +value: "78" +data: Eccube\Entity\Category {#7635 -id: 78 -name: "スカート" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1725504585 {#7637 date: 2024-09-05 11:49:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7636 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7634 …} -Children: Doctrine\ORM\PersistentCollection {#7631 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8207 +label: " ネクタイ" +value: "79" +data: Eccube\Entity\Category {#7628 -id: 79 -name: "ネクタイ" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1725504590 {#7630 date: 2024-09-05 11:49:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7629 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7627 …} -Children: Doctrine\ORM\PersistentCollection {#7624 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8208 +label: " ベスト・セーター" +value: "81" +data: Eccube\Entity\Category {#7621 -id: 81 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1725504599 {#7623 date: 2024-09-05 11:49:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7622 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7620 …} -Children: Doctrine\ORM\PersistentCollection {#7617 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8209 +label: " その他" +value: "82" +data: Eccube\Entity\Category {#7505 -id: 82 -name: "その他" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1725504603 {#7507 date: 2024-09-05 11:50:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7506 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7504 …} -Children: Doctrine\ORM\PersistentCollection {#7501 …} -Parent: Eccube\Entity\Category {#7664} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7661 …} } +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8210 +label: "大野東中学校" +value: "58" +data: Eccube\Entity\Category {#7498 -id: 58 -name: "大野東中学校" -hierarchy: 1 -sort_no: 72 -create_date: DateTime @1725504247 {#7653 date: 2024-09-05 11:44:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504247 {#7652 date: 2024-09-05 11:44:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7497 …} -Children: Doctrine\ORM\PersistentCollection {#7493 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8211 +label: " ブレザー" +value: "69" +data: Eccube\Entity\Category {#7492 -id: 69 -name: "ブレザー" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1725504518 {#7500 date: 2024-09-05 11:48:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7499 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7491 …} -Children: Doctrine\ORM\PersistentCollection {#7488 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8212 +label: " シャツ" +value: "73" +data: Eccube\Entity\Category {#7248 -id: 73 -name: "シャツ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1725504535 {#7485 date: 2024-09-05 11:48:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7484 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7255 …} -Children: Doctrine\ORM\PersistentCollection {#7277 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8213 +label: " スラックス" +value: "70" +data: Eccube\Entity\Category {#7474 -id: 70 -name: "スラックス" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1725504523 {#7471 date: 2024-09-05 11:48:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7473 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7475 …} -Children: Doctrine\ORM\PersistentCollection {#7478 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8214 +label: " スカート" +value: "71" +data: Eccube\Entity\Category {#7481 -id: 71 -name: "スカート" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1725504526 {#7479 date: 2024-09-05 11:48:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7480 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7482 …} -Children: Doctrine\ORM\PersistentCollection {#7518 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8215 +label: " ネクタイ" +value: "72" +data: Eccube\Entity\Category {#7522 -id: 72 -name: "ネクタイ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1725504532 {#7519 date: 2024-09-05 11:48:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7521 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7523 …} -Children: Doctrine\ORM\PersistentCollection {#7526 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8216 +label: " ベスト・セーター" +value: "74" +data: Eccube\Entity\Category {#7529 -id: 74 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1725504548 {#7527 date: 2024-09-05 11:49:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7528 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7530 …} -Children: Doctrine\ORM\PersistentCollection {#7533 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8217 +label: " その他" +value: "75" +data: Eccube\Entity\Category {#7536 -id: 75 -name: "その他" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1725504552 {#7534 date: 2024-09-05 11:49:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7535 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7537 …} -Children: Doctrine\ORM\PersistentCollection {#7540 …} -Parent: Eccube\Entity\Category {#7498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7495 …} } +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8218 +label: "大野中学校" +value: "57" +data: Eccube\Entity\Category {#7543 -id: 57 -name: "大野中学校" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1725504232 {#7487 date: 2024-09-05 11:43:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504240 {#7486 date: 2024-09-05 11:44:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7544 …} -Children: Doctrine\ORM\PersistentCollection {#7548 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8219 +label: " ブレザー" +value: "62" +data: Eccube\Entity\Category {#7549 -id: 62 -name: "ブレザー" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1725504444 {#7541 date: 2024-09-05 11:47:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7542 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7550 …} -Children: Doctrine\ORM\PersistentCollection {#7553 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8220 +label: " シャツ" +value: "66" +data: Eccube\Entity\Category {#7558 -id: 66 -name: "シャツ" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1725504458 {#7556 date: 2024-09-05 11:47:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7557 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7559 …} -Children: Doctrine\ORM\PersistentCollection {#7562 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8221 +label: " スラックス" +value: "63" +data: Eccube\Entity\Category {#7565 -id: 63 -name: "スラックス" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1725504448 {#7563 date: 2024-09-05 11:47:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7564 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7566 …} -Children: Doctrine\ORM\PersistentCollection {#7569 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8222 +label: " スカート" +value: "64" +data: Eccube\Entity\Category {#7572 -id: 64 -name: "スカート" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1725504452 {#7570 date: 2024-09-05 11:47:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7571 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7573 …} -Children: Doctrine\ORM\PersistentCollection {#7576 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8223 +label: " ネクタイ" +value: "65" +data: Eccube\Entity\Category {#7579 -id: 65 -name: "ネクタイ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1725504455 {#7577 date: 2024-09-05 11:47:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7578 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7580 …} -Children: Doctrine\ORM\PersistentCollection {#7583 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8224 +label: " ベスト・セーター" +value: "67" +data: Eccube\Entity\Category {#7586 -id: 67 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1725504472 {#7584 date: 2024-09-05 11:47:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7585 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7587 …} -Children: Doctrine\ORM\PersistentCollection {#7590 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8225 +label: " その他" +value: "68" +data: Eccube\Entity\Category {#7593 -id: 68 -name: "その他" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1725504481 {#7591 date: 2024-09-05 11:48:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7592 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7594 …} -Children: Doctrine\ORM\PersistentCollection {#7597 …} -Parent: Eccube\Entity\Category {#7543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7546 …} } +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8226 +label: "福岡農業高等学校" +value: "6" +data: Eccube\Entity\Category {#7600 -id: 6 -name: "福岡農業高等学校" -hierarchy: 1 -sort_no: 56 -create_date: DateTime @1692693156 {#7554 date: 2023-08-22 17:32:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693156 {#7555 date: 2023-08-22 17:32:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7601 …} -Children: Doctrine\ORM\PersistentCollection {#7605 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8227 +label: " 上衣" +value: "50" +data: Eccube\Entity\Category {#7606 -id: 50 -name: "上衣" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1692702749 {#7598 date: 2023-08-22 20:12:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7599 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7607 …} -Children: Doctrine\ORM\PersistentCollection {#7610 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8228 +label: " シャツ・ブラウス" +value: "51" +data: Eccube\Entity\Category {#7615 -id: 51 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1692702752 {#7613 date: 2023-08-22 20:12:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7614 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7616 …} -Children: Doctrine\ORM\PersistentCollection {#7777 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8229 +label: " スカート" +value: "52" +data: Eccube\Entity\Category {#7781 -id: 52 -name: "スカート" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1692702756 {#7779 date: 2023-08-22 20:12:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7780 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7782 …} -Children: Doctrine\ORM\PersistentCollection {#7785 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8230 +label: " スラックス" +value: "53" +data: Eccube\Entity\Category {#7788 -id: 53 -name: "スラックス" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1692702758 {#7786 date: 2023-08-22 20:12:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7787 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7789 …} -Children: Doctrine\ORM\PersistentCollection {#7792 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8231 +label: " ネクタイ" +value: "54" +data: Eccube\Entity\Category {#7795 -id: 54 -name: "ネクタイ" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1692702764 {#7793 date: 2023-08-22 20:12:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7794 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7796 …} -Children: Doctrine\ORM\PersistentCollection {#7799 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8232 +label: " ベスト" +value: "55" +data: Eccube\Entity\Category {#7802 -id: 55 -name: "ベスト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1692702767 {#7800 date: 2023-08-22 20:12:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7801 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7803 …} -Children: Doctrine\ORM\PersistentCollection {#7806 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8233 +label: " その他" +value: "56" +data: Eccube\Entity\Category {#7809 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1692702774 {#7807 date: 2023-08-22 20:12:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7808 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7810 …} -Children: Doctrine\ORM\PersistentCollection {#7813 …} -Parent: Eccube\Entity\Category {#7600} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7603 …} } +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8234 +label: "武蔵台高等学校" +value: "5" +data: Eccube\Entity\Category {#7816 -id: 5 -name: "武蔵台高等学校" -hierarchy: 1 -sort_no: 48 -create_date: DateTime @1692693144 {#7611 date: 2023-08-22 17:32:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693144 {#7612 date: 2023-08-22 17:32:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7817 …} -Children: Doctrine\ORM\PersistentCollection {#7821 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8235 +label: " 上衣" +value: "43" +data: Eccube\Entity\Category {#7822 -id: 43 -name: "上衣" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1692702543 {#7814 date: 2023-08-22 20:09:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7815 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7823 …} -Children: Doctrine\ORM\PersistentCollection {#7826 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8236 +label: " シャツ・ブラウス" +value: "44" +data: Eccube\Entity\Category {#7831 -id: 44 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1692702546 {#7829 date: 2023-08-22 20:09:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7830 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7832 …} -Children: Doctrine\ORM\PersistentCollection {#7835 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8237 +label: " スカート" +value: "45" +data: Eccube\Entity\Category {#7838 -id: 45 -name: "スカート" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1692702549 {#7836 date: 2023-08-22 20:09:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7837 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7839 …} -Children: Doctrine\ORM\PersistentCollection {#7842 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8238 +label: " スラックス" +value: "46" +data: Eccube\Entity\Category {#7845 -id: 46 -name: "スラックス" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1692702728 {#7843 date: 2023-08-22 20:12:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7844 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7846 …} -Children: Doctrine\ORM\PersistentCollection {#7849 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8239 +label: " ネクタイ" +value: "47" +data: Eccube\Entity\Category {#7852 -id: 47 -name: "ネクタイ" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1692702731 {#7850 date: 2023-08-22 20:12:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7851 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7853 …} -Children: Doctrine\ORM\PersistentCollection {#7856 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8240 +label: " ベスト・セーター" +value: "48" +data: Eccube\Entity\Category {#7859 -id: 48 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1692702734 {#7857 date: 2023-08-22 20:12:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7858 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7860 …} -Children: Doctrine\ORM\PersistentCollection {#7863 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8241 +label: " その他" +value: "49" +data: Eccube\Entity\Category {#7866 -id: 49 -name: "その他" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1692702739 {#7864 date: 2023-08-22 20:12:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7865 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7867 …} -Children: Doctrine\ORM\PersistentCollection {#7870 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8242 +label: "太宰府東中学校" +value: "4" +data: Eccube\Entity\Category {#7873 -id: 4 -name: "太宰府東中学校" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1692693139 {#7827 date: 2023-08-22 17:32:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693139 {#7828 date: 2023-08-22 17:32:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7874 …} -Children: Doctrine\ORM\PersistentCollection {#7878 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8243 +label: " 上衣" +value: "34" +data: Eccube\Entity\Category {#7879 -id: 34 -name: "上衣" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1692702513 {#7871 date: 2023-08-22 20:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7872 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7880 …} -Children: Doctrine\ORM\PersistentCollection {#7883 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8244 +label: " ブラウス・シャツ" +value: "35" +data: Eccube\Entity\Category {#7888 -id: 35 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1692702516 {#7886 date: 2023-08-22 20:08:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7887 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7889 …} -Children: Doctrine\ORM\PersistentCollection {#7892 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8245 +label: " スカート" +value: "36" +data: Eccube\Entity\Category {#7895 -id: 36 -name: "スカート" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1692702518 {#7893 date: 2023-08-22 20:08:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7894 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7896 …} -Children: Doctrine\ORM\PersistentCollection {#7899 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8246 +label: " スラックス" +value: "37" +data: Eccube\Entity\Category {#7902 -id: 37 -name: "スラックス" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1692702521 {#7900 date: 2023-08-22 20:08:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7901 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7903 …} -Children: Doctrine\ORM\PersistentCollection {#7906 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8247 +label: " リボン・ネクタイ" +value: "38" +data: Eccube\Entity\Category {#7909 -id: 38 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1692702524 {#7907 date: 2023-08-22 20:08:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7908 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7910 …} -Children: Doctrine\ORM\PersistentCollection {#7913 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8248 +label: " シューズ" +value: "39" +data: Eccube\Entity\Category {#7916 -id: 39 -name: "シューズ" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1692702526 {#7914 date: 2023-08-22 20:08:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7915 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7917 …} -Children: Doctrine\ORM\PersistentCollection {#7920 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8249 +label: " 体育" +value: "40" +data: Eccube\Entity\Category {#7923 -id: 40 -name: "体育" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1692702528 {#7921 date: 2023-08-22 20:08:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7922 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7924 …} -Children: Doctrine\ORM\PersistentCollection {#7927 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8250 +label: " セーター・ベスト・カーディガン" +value: "41" +data: Eccube\Entity\Category {#7930 -id: 41 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1692702531 {#7928 date: 2023-08-22 20:08:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7929 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7931 …} -Children: Doctrine\ORM\PersistentCollection {#7934 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8251 +label: " その他" +value: "42" +data: Eccube\Entity\Category {#7937 -id: 42 -name: "その他" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692702534 {#7935 date: 2023-08-22 20:08:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7936 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7938 …} -Children: Doctrine\ORM\PersistentCollection {#7941 …} -Parent: Eccube\Entity\Category {#7873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7876 …} } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8252 +label: "太宰府中学校" +value: "3" +data: Eccube\Entity\Category {#7944 -id: 3 -name: "太宰府中学校" -hierarchy: 1 -sort_no: 30 -create_date: DateTime @1692693133 {#7884 date: 2023-08-22 17:32:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693133 {#7885 date: 2023-08-22 17:32:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7945 …} -Children: Doctrine\ORM\PersistentCollection {#7949 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8253 +label: " 上衣" +value: "25" +data: Eccube\Entity\Category {#7950 -id: 25 -name: "上衣" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1692702480 {#7942 date: 2023-08-22 20:08:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7943 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7951 …} -Children: Doctrine\ORM\PersistentCollection {#7954 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8254 +label: " ブラウス・シャツ" +value: "26" +data: Eccube\Entity\Category {#7959 -id: 26 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1692702482 {#7957 date: 2023-08-22 20:08:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7958 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7960 …} -Children: Doctrine\ORM\PersistentCollection {#7963 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8255 +label: " スカート" +value: "27" +data: Eccube\Entity\Category {#7966 -id: 27 -name: "スカート" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1692702487 {#7964 date: 2023-08-22 20:08:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7965 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7967 …} -Children: Doctrine\ORM\PersistentCollection {#7970 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8256 +label: " スラックス" +value: "28" +data: Eccube\Entity\Category {#7973 -id: 28 -name: "スラックス" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1692702490 {#7971 date: 2023-08-22 20:08:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7972 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7974 …} -Children: Doctrine\ORM\PersistentCollection {#7977 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8257 +label: " リボン・ネクタイ" +value: "29" +data: Eccube\Entity\Category {#7980 -id: 29 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1692702497 {#7978 date: 2023-08-22 20:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7979 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7981 …} -Children: Doctrine\ORM\PersistentCollection {#7984 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8258 +label: " シューズ" +value: "30" +data: Eccube\Entity\Category {#7987 -id: 30 -name: "シューズ" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1692702499 {#7985 date: 2023-08-22 20:08:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7986 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7988 …} -Children: Doctrine\ORM\PersistentCollection {#7991 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8259 +label: " 体育" +value: "31" +data: Eccube\Entity\Category {#7994 -id: 31 -name: "体育" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1692702502 {#7992 date: 2023-08-22 20:08:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7993 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7995 …} -Children: Doctrine\ORM\PersistentCollection {#7998 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8260 +label: " セーター・ベスト・カーディガン" +value: "32" +data: Eccube\Entity\Category {#8001 -id: 32 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1692702505 {#7999 date: 2023-08-22 20:08:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#8000 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8002 …} -Children: Doctrine\ORM\PersistentCollection {#8005 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8261 +label: " その他" +value: "33" +data: Eccube\Entity\Category {#8008 -id: 33 -name: "その他" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1692702508 {#8006 date: 2023-08-22 20:08:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#8007 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8009 …} -Children: Doctrine\ORM\PersistentCollection {#8012 …} -Parent: Eccube\Entity\Category {#7944} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#7947 …} } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8262 +label: "太宰府西中学校" +value: "2" +data: Eccube\Entity\Category {#8015 -id: 2 -name: "太宰府西中学校" -hierarchy: 1 -sort_no: 20 -create_date: DateTime @1692693126 {#7955 date: 2023-08-22 17:32:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693126 {#7956 date: 2023-08-22 17:32:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8016 …} -Children: Doctrine\ORM\PersistentCollection {#8020 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8263 +label: " 上衣" +value: "16" +data: Eccube\Entity\Category {#8021 -id: 16 -name: "上衣" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1692701223 {#8013 date: 2023-08-22 19:47:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8014 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8022 …} -Children: Doctrine\ORM\PersistentCollection {#8025 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8264 +label: " ブラウス・シャツ" +value: "17" +data: Eccube\Entity\Category {#8030 -id: 17 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1692702445 {#8028 date: 2023-08-22 20:07:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8029 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8031 …} -Children: Doctrine\ORM\PersistentCollection {#8034 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8265 +label: " スカート" +value: "18" +data: Eccube\Entity\Category {#8037 -id: 18 -name: "スカート" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1692702448 {#8035 date: 2023-08-22 20:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8036 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8038 …} -Children: Doctrine\ORM\PersistentCollection {#8041 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8266 +label: " スラックス" +value: "19" +data: Eccube\Entity\Category {#8044 -id: 19 -name: "スラックス" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1692702451 {#8042 date: 2023-08-22 20:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8043 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8045 …} -Children: Doctrine\ORM\PersistentCollection {#8048 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8267 +label: " リボン・ネクタイ" +value: "20" +data: Eccube\Entity\Category {#8051 -id: 20 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1692702454 {#8049 date: 2023-08-22 20:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8050 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8052 …} -Children: Doctrine\ORM\PersistentCollection {#8055 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8268 +label: " シューズ" +value: "21" +data: Eccube\Entity\Category {#8058 -id: 21 -name: "シューズ" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1692702459 {#8056 date: 2023-08-22 20:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8057 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8059 …} -Children: Doctrine\ORM\PersistentCollection {#8062 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8269 +label: " 体育" +value: "22" +data: Eccube\Entity\Category {#8065 -id: 22 -name: "体育" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1692702463 {#8063 date: 2023-08-22 20:07:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8064 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8066 …} -Children: Doctrine\ORM\PersistentCollection {#8069 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8270 +label: " セーター・ベスト・カーディガン" +value: "23" +data: Eccube\Entity\Category {#8072 -id: 23 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1692702466 {#8070 date: 2023-08-22 20:07:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8071 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8073 …} -Children: Doctrine\ORM\PersistentCollection {#8076 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8271 +label: " その他" +value: "24" +data: Eccube\Entity\Category {#8079 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1692702468 {#8077 date: 2023-08-22 20:07:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8078 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8080 …} -Children: Doctrine\ORM\PersistentCollection {#8083 …} -Parent: Eccube\Entity\Category {#8015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8018 …} } +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8272 +label: "学業院中学校" +value: "1" +data: Eccube\Entity\Category {#8086 -id: 1 -name: "学業院中学校" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1692693107 {#8026 date: 2023-08-22 17:31:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693107 {#8027 date: 2023-08-22 17:31:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8087 …} -Children: Doctrine\ORM\PersistentCollection {#8091 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8273 +label: " 上衣" +value: "7" +data: Eccube\Entity\Category {#8092 -id: 7 -name: "上衣" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1692701172 {#8084 date: 2023-08-22 19:46:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8085 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8093 …} -Children: Doctrine\ORM\PersistentCollection {#8096 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8274 +label: " ブラウス・シャツ" +value: "8" +data: Eccube\Entity\Category {#8101 -id: 8 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1692701177 {#8099 date: 2023-08-22 19:46:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8100 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8102 …} -Children: Doctrine\ORM\PersistentCollection {#8105 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8275 +label: " スカート" +value: "9" +data: Eccube\Entity\Category {#8108 -id: 9 -name: "スカート" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1692701182 {#8106 date: 2023-08-22 19:46:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8107 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8109 …} -Children: Doctrine\ORM\PersistentCollection {#8112 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8276 +label: " スラックス" +value: "10" +data: Eccube\Entity\Category {#8115 -id: 10 -name: "スラックス" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1692701187 {#8113 date: 2023-08-22 19:46:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8114 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8116 …} -Children: Doctrine\ORM\PersistentCollection {#8119 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8277 +label: " リボン・ネクタイ" +value: "11" +data: Eccube\Entity\Category {#8122 -id: 11 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1692701192 {#8120 date: 2023-08-22 19:46:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8121 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8123 …} -Children: Doctrine\ORM\PersistentCollection {#8126 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8278 +label: " シューズ" +value: "12" +data: Eccube\Entity\Category {#8129 -id: 12 -name: "シューズ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1692701197 {#8127 date: 2023-08-22 19:46:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8128 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8130 …} -Children: Doctrine\ORM\PersistentCollection {#8133 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8279 +label: " 体育" +value: "13" +data: Eccube\Entity\Category {#8136 -id: 13 -name: "体育" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1692701203 {#8134 date: 2023-08-22 19:46:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8135 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8137 …} -Children: Doctrine\ORM\PersistentCollection {#8140 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8280 +label: " セーター・ベスト・カーディガン" +value: "14" +data: Eccube\Entity\Category {#8143 -id: 14 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1692701207 {#8141 date: 2023-08-22 19:46:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8142 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8144 …} -Children: Doctrine\ORM\PersistentCollection {#8147 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8281 +label: " その他" +value: "15" +data: Eccube\Entity\Category {#8150 -id: 15 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1692701212 {#8148 date: 2023-08-22 19:46:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8149 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8151 …} -Children: Doctrine\ORM\PersistentCollection {#8154 …} -Parent: Eccube\Entity\Category {#8086} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7517 …} -School: Proxies\__CG__\Customize\Entity\School {#8089 …} } +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 {#8178 -form: Symfony\Component\Form\Form {#8165 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#8177 …5} |
full_name | "category_id" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_id" |
is_selected | Closure($choice, $value) {#8192 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6567 …} } |
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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#845 …} -namespace: Closure() {#843 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#7076 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6250 …} } |
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() {#8098 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6287 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1298 …} $translationDomain: "validators" $message: Closure() {#7074 …} } } |
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 {#8282 -form: Symfony\Component\Form\Form {#8168 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8183 …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 | "" |