- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 828
- 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) {#6265 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6206 …} } |
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() {#6267 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6248 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1324 …} $translationDomain: "validators" $message: Closure() {#6266 …} } } |
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 {#6626 -form: Symfony\Component\Form\Form {#6448 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6625 …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) {#6294 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6206 …} } |
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 {#6291 +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 {#6292 +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 {#6285 +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 {#6290 +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() {#6296 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6248 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1324 …} $translationDomain: "validators" $message: Closure() {#6295 …} } } |
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 {#6630 -form: Symfony\Component\Form\Form {#6473 …} -errors: [] } |
firstname_name | "name02" |
form | Symfony\Component\Form\FormView {#6629 …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 {#6303 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6285 +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 {#6290 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6303 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6285 +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 {#6290 +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 {#6303 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6285 +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 {#6290 +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) {#6452 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6206 …} } |
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() {#6454 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6248 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1324 …} $translationDomain: "validators" $message: Closure() {#6453 …} } } |
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 {#6660 -form: Symfony\Component\Form\Form {#6476 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6659 …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 {#6304 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6291 +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 {#6292 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6304 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6291 +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 {#6292 +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 {#6304 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6291 +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 {#6292 +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) {#6463 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6206 …} } |
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() {#6465 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6248 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1324 …} $translationDomain: "validators" $message: Closure() {#6464 …} } } |
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 {#6661 -form: Symfony\Component\Form\Form {#6479 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6662 …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) {#6314 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6206 …} } |
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 {#6311 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6312 +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 {#6309 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6310 +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() {#6316 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6248 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1324 …} $translationDomain: "validators" $message: Closure() {#6315 …} } } |
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 {#6657 -form: Symfony\Component\Form\Form {#6504 …} -errors: [] } |
firstname_name | "kana02" |
form | Symfony\Component\Form\FormView {#6658 …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 {#6309 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6310 +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 {#6309 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6310 +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 {#6309 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6310 +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) {#6483 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6206 …} } |
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() {#6485 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6248 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1324 …} $translationDomain: "validators" $message: Closure() {#6484 …} } } |
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 {#6666 -form: Symfony\Component\Form\Form {#6507 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6665 …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 {#6311 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6312 +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 {#6311 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6312 +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 {#6311 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6312 +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) {#6494 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6206 …} } |
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() {#6496 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6248 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1324 …} $translationDomain: "validators" $message: Closure() {#6495 …} } } |
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 {#6667 -form: Symfony\Component\Form\Form {#6510 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6668 …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 {#6348 +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 {#6349 +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) {#6345 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6206 …} } |
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() {#6347 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6248 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1324 …} $translationDomain: "validators" $message: Closure() {#6346 …} } } |
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 {#6664 -form: Symfony\Component\Form\Form {#6513 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6663 …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 {#6363 +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 {#6364 +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) {#6366 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6206 …} } |
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() {#6368 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6248 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1324 …} $translationDomain: "validators" $message: Closure() {#6367 …} } } |
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 {#6670 -form: Symfony\Component\Form\Form {#6596 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6669 …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 {#6545 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#6576 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#6559 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#6558 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#6560 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6564 -om: ContainerZIZ8hhF\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#836 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4473 …} -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 | ContainerZIZ8hhF\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 {#6564 -om: ContainerZIZ8hhF\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#836 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4473 …} -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 {#6553 -_em: Doctrine\ORM\EntityManager {#794 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#6555 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#6556 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#6557 #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 {#6554 …} -_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() {#6551 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6248 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1324 …} $translationDomain: "validators" $message: Closure() {#6548 …} } } |
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 {#6675 +label: "北海道" +value: "1" +data: Eccube\Entity\Master\Pref {#6692 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6677 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#6693 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6679 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#6694 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6682 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#6695 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6681 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#6696 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6676 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#6697 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6688 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#6698 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6686 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#6699 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6685 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#6700 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6678 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#6701 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6689 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#6702 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6738 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#6703 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6739 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#6704 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6740 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#6705 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6741 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#6706 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6742 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#6707 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6743 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#6708 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6744 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#6709 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6745 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#6710 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6746 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#6711 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6747 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#6712 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6748 +label: "静岡県" +value: "22" +data: Eccube\Entity\Master\Pref {#6713 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6749 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#6714 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6750 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#6715 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6751 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#6716 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6752 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#6717 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6753 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#6718 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6754 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#6719 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6755 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#6720 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6756 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#6721 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6757 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#6722 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6758 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#6723 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6759 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#6724 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6760 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#6725 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6761 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#6726 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6762 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#6727 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6763 +label: "香川県" +value: "37" +data: Eccube\Entity\Master\Pref {#6728 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6764 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#6729 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6765 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#6730 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6766 +label: "福岡県" +value: "40" +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#4671 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6767 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#6731 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6768 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#6732 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6769 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#6733 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6770 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#6734 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6771 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#6735 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6772 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#6736 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6773 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#6737 …} +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 {#6674 -form: Symfony\Component\Form\Form {#6599 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#6673 …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) {#6775 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6519 …} } |
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 {#6363 +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 {#6363 +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 {#6363 +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) {#6569 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6206 …} } |
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() {#6577 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6248 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1324 …} $translationDomain: "validators" $message: Closure() {#6568 …} } } |
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 {#6776 -form: Symfony\Component\Form\Form {#6602 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6777 …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 {#6364 +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 {#6364 +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 {#6364 +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) {#6586 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6206 …} } |
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() {#6588 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6248 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1324 …} $translationDomain: "validators" $message: Closure() {#6587 …} } } |
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 {#6778 -form: Symfony\Component\Form\Form {#6605 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6779 …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 {#6384 +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 {#6385 +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) {#6381 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6206 …} } |
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() {#6383 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6248 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1324 …} $translationDomain: "validators" $message: Closure() {#6382 …} } } |
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 {#6671 -form: Symfony\Component\Form\Form {#6608 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6672 …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) {#6401 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6206 …} } |
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() {#6403 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6248 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1324 …} $translationDomain: "validators" $message: Closure() {#6400 …} } } |
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 {#6781 -form: Symfony\Component\Form\Form {#6611 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6780 …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 {#6274 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6274 +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 {#6274 +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) {#6416 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6206 …} } |
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() {#6418 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6248 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1324 …} $translationDomain: "validators" $message: Closure() {#6417 …} } } |
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 {#6782 -form: Symfony\Component\Form\Form {#6614 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6783 …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) {#6427 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6206 …} } |
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() {#6429 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6248 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1324 …} $translationDomain: "validators" $message: Closure() {#6428 …} } } |
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 {#6784 -form: Symfony\Component\Form\Form {#6617 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6785 …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) {#6438 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6206 …} } |
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() {#6440 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6248 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1324 …} $translationDomain: "validators" $message: Closure() {#6439 …} } } |
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 {#6786 -form: Symfony\Component\Form\Form {#6620 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6787 …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 | "bca959b5a54394e9ed49ead3.114FwUr0C8mzwCUw5AFlg5USufRANLlmIRk9eZTS5N0.7wpdh3zFcbDBqUtKqk092vogw6MvY4sDZHxRM_2_06zuB1SKKZs_sPC6HQ" |
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 | "bca959b5a54394e9ed49ead3.114FwUr0C8mzwCUw5AFlg5USufRANLlmIRk9eZTS5N0.7wpdh3zFcbDBqUtKqk092vogw6MvY4sDZHxRM_2_06zuB1SKKZs_sPC6HQ" |
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 | "bca959b5a54394e9ed49ead3.114FwUr0C8mzwCUw5AFlg5USufRANLlmIRk9eZTS5N0.7wpdh3zFcbDBqUtKqk092vogw6MvY4sDZHxRM_2_06zuB1SKKZs_sPC6HQ" |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#6792 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6206 …} } |
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() {#6794 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6248 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1324 …} $translationDomain: "validators" $message: Closure() {#6791 …} } } |
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 | "bca959b5a54394e9ed49ead3.114FwUr0C8mzwCUw5AFlg5USufRANLlmIRk9eZTS5N0.7wpdh3zFcbDBqUtKqk092vogw6MvY4sDZHxRM_2_06zuB1SKKZs_sPC6HQ" |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#6806 -form: Symfony\Component\Form\Form {#6801 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6795 …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 | "bca959b5a54394e9ed49ead3.114FwUr0C8mzwCUw5AFlg5USufRANLlmIRk9eZTS5N0.7wpdh3zFcbDBqUtKqk092vogw6MvY4sDZHxRM_2_06zuB1SKKZs_sPC6HQ" |
(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) {#7086 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6206 …} } |
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() {#7084 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6248 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1324 …} $translationDomain: "validators" $message: Closure() {#7085 …} } } |
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 {#8116 -form: Symfony\Component\Form\Form {#8105 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8117 …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 {#7171 -id: 61 -name: "平野中学校" -hierarchy: 1 -sort_no: 96 -create_date: DateTime @1725504269 {#7203 date: 2024-09-05 11:44:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504269 {#7201 date: 2024-09-05 11:44:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7214 …} -Children: Doctrine\ORM\PersistentCollection {#7717 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } Eccube\Entity\Category {#7716 -id: 90 -name: "ブレザー" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1725504659 {#7199 date: 2024-09-05 11:50:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7197 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7715 …} -Children: Doctrine\ORM\PersistentCollection {#7712 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } Eccube\Entity\Category {#7707 -id: 94 -name: "シャツ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1725504675 {#7709 date: 2024-09-05 11:51:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7708 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7706 …} -Children: Doctrine\ORM\PersistentCollection {#7703 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } Eccube\Entity\Category {#7700 -id: 91 -name: "スラックス" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1725504661 {#7702 date: 2024-09-05 11:51:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7701 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7699 …} -Children: Doctrine\ORM\PersistentCollection {#7696 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } Eccube\Entity\Category {#7693 -id: 92 -name: "スカート" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1725504665 {#7695 date: 2024-09-05 11:51:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7694 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7692 …} -Children: Doctrine\ORM\PersistentCollection {#7689 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } Eccube\Entity\Category {#7686 -id: 93 -name: "ネクタイ" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1725504672 {#7688 date: 2024-09-05 11:51:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7687 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7685 …} -Children: Doctrine\ORM\PersistentCollection {#7682 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } Eccube\Entity\Category {#7679 -id: 95 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1725504679 {#7681 date: 2024-09-05 11:51:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7680 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7678 …} -Children: Doctrine\ORM\PersistentCollection {#7675 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } Eccube\Entity\Category {#7672 -id: 96 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1725504690 {#7674 date: 2024-09-05 11:51:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7673 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7671 …} -Children: Doctrine\ORM\PersistentCollection {#7668 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } Eccube\Entity\Category {#7665 -id: 60 -name: "御陵中学校" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1725504261 {#7711 date: 2024-09-05 11:44:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504261 {#7710 date: 2024-09-05 11:44:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7664 …} -Children: Doctrine\ORM\PersistentCollection {#7660 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } Eccube\Entity\Category {#7659 -id: 83 -name: "ブレザー" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1725504619 {#7667 date: 2024-09-05 11:50:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7666 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7658 …} -Children: Doctrine\ORM\PersistentCollection {#7655 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } Eccube\Entity\Category {#7650 -id: 87 -name: "シャツ" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1725504633 {#7652 date: 2024-09-05 11:50:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7651 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7649 …} -Children: Doctrine\ORM\PersistentCollection {#7646 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } Eccube\Entity\Category {#7643 -id: 84 -name: "スラックス" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1725504622 {#7645 date: 2024-09-05 11:50:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7644 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7642 …} -Children: Doctrine\ORM\PersistentCollection {#7639 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } Eccube\Entity\Category {#7636 -id: 85 -name: "スカート" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1725504626 {#7638 date: 2024-09-05 11:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7637 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7635 …} -Children: Doctrine\ORM\PersistentCollection {#7632 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } Eccube\Entity\Category {#7629 -id: 86 -name: "ネクタイ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1725504630 {#7631 date: 2024-09-05 11:50:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7630 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7628 …} -Children: Doctrine\ORM\PersistentCollection {#7625 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } Eccube\Entity\Category {#7622 -id: 88 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1725504640 {#7624 date: 2024-09-05 11:50:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7623 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7621 …} -Children: Doctrine\ORM\PersistentCollection {#7618 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } Eccube\Entity\Category {#7615 -id: 89 -name: "その他" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1725504643 {#7617 date: 2024-09-05 11:50:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7616 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7614 …} -Children: Doctrine\ORM\PersistentCollection {#7611 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } Eccube\Entity\Category {#7608 -id: 59 -name: "大利中学校" -hierarchy: 1 -sort_no: 80 -create_date: DateTime @1725504253 {#7654 date: 2024-09-05 11:44:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504253 {#7653 date: 2024-09-05 11:44:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7607 …} -Children: Doctrine\ORM\PersistentCollection {#7603 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } Eccube\Entity\Category {#7602 -id: 76 -name: "ブレザー" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1725504578 {#7610 date: 2024-09-05 11:49:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7609 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7601 …} -Children: Doctrine\ORM\PersistentCollection {#7598 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } Eccube\Entity\Category {#7593 -id: 80 -name: "シャツ" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1725504593 {#7595 date: 2024-09-05 11:49:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7594 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7592 …} -Children: Doctrine\ORM\PersistentCollection {#7589 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } Eccube\Entity\Category {#7586 -id: 77 -name: "スラックス" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1725504582 {#7588 date: 2024-09-05 11:49:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7587 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7585 …} -Children: Doctrine\ORM\PersistentCollection {#7582 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } Eccube\Entity\Category {#7579 -id: 78 -name: "スカート" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1725504585 {#7581 date: 2024-09-05 11:49:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7580 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7578 …} -Children: Doctrine\ORM\PersistentCollection {#7575 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } Eccube\Entity\Category {#7572 -id: 79 -name: "ネクタイ" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1725504590 {#7574 date: 2024-09-05 11:49:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7573 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7571 …} -Children: Doctrine\ORM\PersistentCollection {#7568 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } Eccube\Entity\Category {#7565 -id: 81 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1725504599 {#7567 date: 2024-09-05 11:49:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7566 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7564 …} -Children: Doctrine\ORM\PersistentCollection {#7561 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } Eccube\Entity\Category {#7449 -id: 82 -name: "その他" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1725504603 {#7451 date: 2024-09-05 11:50:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7450 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7448 …} -Children: Doctrine\ORM\PersistentCollection {#7445 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } Eccube\Entity\Category {#7442 -id: 58 -name: "大野東中学校" -hierarchy: 1 -sort_no: 72 -create_date: DateTime @1725504247 {#7597 date: 2024-09-05 11:44:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504247 {#7596 date: 2024-09-05 11:44:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7441 …} -Children: Doctrine\ORM\PersistentCollection {#7437 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } Eccube\Entity\Category {#7436 -id: 69 -name: "ブレザー" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1725504518 {#7444 date: 2024-09-05 11:48:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7443 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7435 …} -Children: Doctrine\ORM\PersistentCollection {#7432 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } Eccube\Entity\Category {#7192 -id: 73 -name: "シャツ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1725504535 {#7429 date: 2024-09-05 11:48:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7428 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7198 …} -Children: Doctrine\ORM\PersistentCollection {#7221 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } Eccube\Entity\Category {#7418 -id: 70 -name: "スラックス" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1725504523 {#7415 date: 2024-09-05 11:48:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7417 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7419 …} -Children: Doctrine\ORM\PersistentCollection {#7422 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } Eccube\Entity\Category {#7425 -id: 71 -name: "スカート" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1725504526 {#7423 date: 2024-09-05 11:48:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7424 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7426 …} -Children: Doctrine\ORM\PersistentCollection {#7462 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } Eccube\Entity\Category {#7466 -id: 72 -name: "ネクタイ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1725504532 {#7463 date: 2024-09-05 11:48:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7465 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7467 …} -Children: Doctrine\ORM\PersistentCollection {#7470 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } Eccube\Entity\Category {#7473 -id: 74 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1725504548 {#7471 date: 2024-09-05 11:49:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7472 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7474 …} -Children: Doctrine\ORM\PersistentCollection {#7477 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } Eccube\Entity\Category {#7480 -id: 75 -name: "その他" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1725504552 {#7478 date: 2024-09-05 11:49:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7479 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7481 …} -Children: Doctrine\ORM\PersistentCollection {#7484 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } Eccube\Entity\Category {#7487 -id: 57 -name: "大野中学校" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1725504232 {#7431 date: 2024-09-05 11:43:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504240 {#7430 date: 2024-09-05 11:44:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7488 …} -Children: Doctrine\ORM\PersistentCollection {#7492 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } Eccube\Entity\Category {#7493 -id: 62 -name: "ブレザー" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1725504444 {#7485 date: 2024-09-05 11:47:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7486 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7494 …} -Children: Doctrine\ORM\PersistentCollection {#7497 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } Eccube\Entity\Category {#7502 -id: 66 -name: "シャツ" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1725504458 {#7500 date: 2024-09-05 11:47:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7501 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7503 …} -Children: Doctrine\ORM\PersistentCollection {#7506 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } Eccube\Entity\Category {#7509 -id: 63 -name: "スラックス" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1725504448 {#7507 date: 2024-09-05 11:47:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7508 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7510 …} -Children: Doctrine\ORM\PersistentCollection {#7513 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } Eccube\Entity\Category {#7516 -id: 64 -name: "スカート" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1725504452 {#7514 date: 2024-09-05 11:47:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7515 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7517 …} -Children: Doctrine\ORM\PersistentCollection {#7520 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } Eccube\Entity\Category {#7523 -id: 65 -name: "ネクタイ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1725504455 {#7521 date: 2024-09-05 11:47:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7522 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7524 …} -Children: Doctrine\ORM\PersistentCollection {#7527 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } Eccube\Entity\Category {#7530 -id: 67 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1725504472 {#7528 date: 2024-09-05 11:47:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7529 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7531 …} -Children: Doctrine\ORM\PersistentCollection {#7534 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } Eccube\Entity\Category {#7537 -id: 68 -name: "その他" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1725504481 {#7535 date: 2024-09-05 11:48:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7536 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7538 …} -Children: Doctrine\ORM\PersistentCollection {#7541 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } Eccube\Entity\Category {#7544 -id: 6 -name: "福岡農業高等学校" -hierarchy: 1 -sort_no: 56 -create_date: DateTime @1692693156 {#7498 date: 2023-08-22 17:32:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693156 {#7499 date: 2023-08-22 17:32:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7545 …} -Children: Doctrine\ORM\PersistentCollection {#7549 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } Eccube\Entity\Category {#7550 -id: 50 -name: "上衣" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1692702749 {#7542 date: 2023-08-22 20:12:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7543 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7551 …} -Children: Doctrine\ORM\PersistentCollection {#7554 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } Eccube\Entity\Category {#7559 -id: 51 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1692702752 {#7557 date: 2023-08-22 20:12:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7558 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7560 …} -Children: Doctrine\ORM\PersistentCollection {#6840 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } Eccube\Entity\Category {#7724 -id: 52 -name: "スカート" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1692702756 {#7722 date: 2023-08-22 20:12:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7723 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7725 …} -Children: Doctrine\ORM\PersistentCollection {#7728 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } Eccube\Entity\Category {#7731 -id: 53 -name: "スラックス" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1692702758 {#7729 date: 2023-08-22 20:12:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7730 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7732 …} -Children: Doctrine\ORM\PersistentCollection {#7735 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } Eccube\Entity\Category {#7738 -id: 54 -name: "ネクタイ" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1692702764 {#7736 date: 2023-08-22 20:12:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7737 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7739 …} -Children: Doctrine\ORM\PersistentCollection {#7742 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } Eccube\Entity\Category {#7745 -id: 55 -name: "ベスト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1692702767 {#7743 date: 2023-08-22 20:12:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7744 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7746 …} -Children: Doctrine\ORM\PersistentCollection {#7749 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } Eccube\Entity\Category {#7752 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1692702774 {#7750 date: 2023-08-22 20:12:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7751 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7753 …} -Children: Doctrine\ORM\PersistentCollection {#7756 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } Eccube\Entity\Category {#7759 -id: 5 -name: "武蔵台高等学校" -hierarchy: 1 -sort_no: 48 -create_date: DateTime @1692693144 {#7555 date: 2023-08-22 17:32:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693144 {#7556 date: 2023-08-22 17:32:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7760 …} -Children: Doctrine\ORM\PersistentCollection {#7764 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } Eccube\Entity\Category {#7765 -id: 43 -name: "上衣" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1692702543 {#7757 date: 2023-08-22 20:09:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7758 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7766 …} -Children: Doctrine\ORM\PersistentCollection {#7769 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } Eccube\Entity\Category {#7774 -id: 44 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1692702546 {#7772 date: 2023-08-22 20:09:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7773 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7775 …} -Children: Doctrine\ORM\PersistentCollection {#7778 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } Eccube\Entity\Category {#7781 -id: 45 -name: "スカート" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1692702549 {#7779 date: 2023-08-22 20:09:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7780 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7782 …} -Children: Doctrine\ORM\PersistentCollection {#7785 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } Eccube\Entity\Category {#7788 -id: 46 -name: "スラックス" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1692702728 {#7786 date: 2023-08-22 20:12:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7787 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7789 …} -Children: Doctrine\ORM\PersistentCollection {#7792 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } Eccube\Entity\Category {#7795 -id: 47 -name: "ネクタイ" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1692702731 {#7793 date: 2023-08-22 20:12:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7794 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7796 …} -Children: Doctrine\ORM\PersistentCollection {#7799 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } Eccube\Entity\Category {#7802 -id: 48 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1692702734 {#7800 date: 2023-08-22 20:12:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7801 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7803 …} -Children: Doctrine\ORM\PersistentCollection {#7806 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } Eccube\Entity\Category {#7809 -id: 49 -name: "その他" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1692702739 {#7807 date: 2023-08-22 20:12:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7808 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7810 …} -Children: Doctrine\ORM\PersistentCollection {#7813 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } Eccube\Entity\Category {#7816 -id: 4 -name: "太宰府東中学校" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1692693139 {#7770 date: 2023-08-22 17:32:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693139 {#7771 date: 2023-08-22 17:32:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7817 …} -Children: Doctrine\ORM\PersistentCollection {#7821 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7822 -id: 34 -name: "上衣" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1692702513 {#7814 date: 2023-08-22 20:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7815 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7831 -id: 35 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1692702516 {#7829 date: 2023-08-22 20:08:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7830 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7838 -id: 36 -name: "スカート" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1692702518 {#7836 date: 2023-08-22 20:08:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7837 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7845 -id: 37 -name: "スラックス" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1692702521 {#7843 date: 2023-08-22 20:08:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7844 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7852 -id: 38 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1692702524 {#7850 date: 2023-08-22 20:08:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7851 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7859 -id: 39 -name: "シューズ" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1692702526 {#7857 date: 2023-08-22 20:08:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7858 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7866 -id: 40 -name: "体育" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1692702528 {#7864 date: 2023-08-22 20:08:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7865 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7873 -id: 41 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1692702531 {#7871 date: 2023-08-22 20:08:51.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 {#7874 …} -Children: Doctrine\ORM\PersistentCollection {#7877 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7880 -id: 42 -name: "その他" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692702534 {#7878 date: 2023-08-22 20:08:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7879 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7881 …} -Children: Doctrine\ORM\PersistentCollection {#7884 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7887 -id: 3 -name: "太宰府中学校" -hierarchy: 1 -sort_no: 30 -create_date: DateTime @1692693133 {#7827 date: 2023-08-22 17:32:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693133 {#7828 date: 2023-08-22 17:32:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7888 …} -Children: Doctrine\ORM\PersistentCollection {#7892 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7893 -id: 25 -name: "上衣" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1692702480 {#7885 date: 2023-08-22 20:08:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7886 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7894 …} -Children: Doctrine\ORM\PersistentCollection {#7897 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7902 -id: 26 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1692702482 {#7900 date: 2023-08-22 20:08:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7901 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7903 …} -Children: Doctrine\ORM\PersistentCollection {#7906 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7909 -id: 27 -name: "スカート" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1692702487 {#7907 date: 2023-08-22 20:08:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7908 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7910 …} -Children: Doctrine\ORM\PersistentCollection {#7913 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7916 -id: 28 -name: "スラックス" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1692702490 {#7914 date: 2023-08-22 20:08:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7915 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7917 …} -Children: Doctrine\ORM\PersistentCollection {#7920 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7923 -id: 29 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1692702497 {#7921 date: 2023-08-22 20:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7922 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7924 …} -Children: Doctrine\ORM\PersistentCollection {#7927 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7930 -id: 30 -name: "シューズ" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1692702499 {#7928 date: 2023-08-22 20:08:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7929 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7931 …} -Children: Doctrine\ORM\PersistentCollection {#7934 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7937 -id: 31 -name: "体育" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1692702502 {#7935 date: 2023-08-22 20:08:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7936 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7938 …} -Children: Doctrine\ORM\PersistentCollection {#7941 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7944 -id: 32 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1692702505 {#7942 date: 2023-08-22 20:08:25.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 {#7945 …} -Children: Doctrine\ORM\PersistentCollection {#7948 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7951 -id: 33 -name: "その他" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1692702508 {#7949 date: 2023-08-22 20:08:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7950 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7952 …} -Children: Doctrine\ORM\PersistentCollection {#7955 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7958 -id: 2 -name: "太宰府西中学校" -hierarchy: 1 -sort_no: 20 -create_date: DateTime @1692693126 {#7898 date: 2023-08-22 17:32:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693126 {#7899 date: 2023-08-22 17:32:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7959 …} -Children: Doctrine\ORM\PersistentCollection {#7963 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#7964 -id: 16 -name: "上衣" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1692701223 {#7956 date: 2023-08-22 19:47:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#7957 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7965 …} -Children: Doctrine\ORM\PersistentCollection {#7968 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#7973 -id: 17 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1692702445 {#7971 date: 2023-08-22 20:07:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#7972 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7974 …} -Children: Doctrine\ORM\PersistentCollection {#7977 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#7980 -id: 18 -name: "スカート" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1692702448 {#7978 date: 2023-08-22 20:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#7979 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7981 …} -Children: Doctrine\ORM\PersistentCollection {#7984 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#7987 -id: 19 -name: "スラックス" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1692702451 {#7985 date: 2023-08-22 20:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#7986 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7988 …} -Children: Doctrine\ORM\PersistentCollection {#7991 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#7994 -id: 20 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1692702454 {#7992 date: 2023-08-22 20:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#7993 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7995 …} -Children: Doctrine\ORM\PersistentCollection {#7998 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#8001 -id: 21 -name: "シューズ" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1692702459 {#7999 date: 2023-08-22 20:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8000 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8002 …} -Children: Doctrine\ORM\PersistentCollection {#8005 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#8008 -id: 22 -name: "体育" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1692702463 {#8006 date: 2023-08-22 20:07:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8007 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8009 …} -Children: Doctrine\ORM\PersistentCollection {#8012 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#8015 -id: 23 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1692702466 {#8013 date: 2023-08-22 20:07:46.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 {#8016 …} -Children: Doctrine\ORM\PersistentCollection {#8019 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#8022 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1692702468 {#8020 date: 2023-08-22 20:07:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8021 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8023 …} -Children: Doctrine\ORM\PersistentCollection {#8026 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#8029 -id: 1 -name: "学業院中学校" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1692693107 {#7969 date: 2023-08-22 17:31:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693107 {#7970 date: 2023-08-22 17:31:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8030 …} -Children: Doctrine\ORM\PersistentCollection {#8034 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8035 -id: 7 -name: "上衣" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1692701172 {#8027 date: 2023-08-22 19:46:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8028 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8036 …} -Children: Doctrine\ORM\PersistentCollection {#8039 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8044 -id: 8 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1692701177 {#8042 date: 2023-08-22 19:46:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8043 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8045 …} -Children: Doctrine\ORM\PersistentCollection {#8048 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8051 -id: 9 -name: "スカート" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1692701182 {#8049 date: 2023-08-22 19:46:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8050 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8052 …} -Children: Doctrine\ORM\PersistentCollection {#8055 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8058 -id: 10 -name: "スラックス" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1692701187 {#8056 date: 2023-08-22 19:46:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8057 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8059 …} -Children: Doctrine\ORM\PersistentCollection {#8062 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8065 -id: 11 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1692701192 {#8063 date: 2023-08-22 19:46:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8064 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8066 …} -Children: Doctrine\ORM\PersistentCollection {#8069 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8072 -id: 12 -name: "シューズ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1692701197 {#8070 date: 2023-08-22 19:46:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8071 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8073 …} -Children: Doctrine\ORM\PersistentCollection {#8076 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8079 -id: 13 -name: "体育" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1692701203 {#8077 date: 2023-08-22 19:46:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8078 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8080 …} -Children: Doctrine\ORM\PersistentCollection {#8083 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8086 -id: 14 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1692701207 {#8084 date: 2023-08-22 19:46:47.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 {#8087 …} -Children: Doctrine\ORM\PersistentCollection {#8090 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8093 -id: 15 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1692701212 {#8091 date: 2023-08-22 19:46:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8092 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8094 …} -Children: Doctrine\ORM\PersistentCollection {#8097 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } ] |
[ Eccube\Entity\Category {#7171 -id: 61 -name: "平野中学校" -hierarchy: 1 -sort_no: 96 -create_date: DateTime @1725504269 {#7203 date: 2024-09-05 11:44:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504269 {#7201 date: 2024-09-05 11:44:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7214 …} -Children: Doctrine\ORM\PersistentCollection {#7717 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } Eccube\Entity\Category {#7716 -id: 90 -name: "ブレザー" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1725504659 {#7199 date: 2024-09-05 11:50:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7197 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7715 …} -Children: Doctrine\ORM\PersistentCollection {#7712 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } Eccube\Entity\Category {#7707 -id: 94 -name: "シャツ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1725504675 {#7709 date: 2024-09-05 11:51:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7708 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7706 …} -Children: Doctrine\ORM\PersistentCollection {#7703 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } Eccube\Entity\Category {#7700 -id: 91 -name: "スラックス" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1725504661 {#7702 date: 2024-09-05 11:51:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7701 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7699 …} -Children: Doctrine\ORM\PersistentCollection {#7696 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } Eccube\Entity\Category {#7693 -id: 92 -name: "スカート" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1725504665 {#7695 date: 2024-09-05 11:51:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7694 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7692 …} -Children: Doctrine\ORM\PersistentCollection {#7689 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } Eccube\Entity\Category {#7686 -id: 93 -name: "ネクタイ" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1725504672 {#7688 date: 2024-09-05 11:51:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7687 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7685 …} -Children: Doctrine\ORM\PersistentCollection {#7682 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } Eccube\Entity\Category {#7679 -id: 95 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1725504679 {#7681 date: 2024-09-05 11:51:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7680 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7678 …} -Children: Doctrine\ORM\PersistentCollection {#7675 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } Eccube\Entity\Category {#7672 -id: 96 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1725504690 {#7674 date: 2024-09-05 11:51:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7673 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7671 …} -Children: Doctrine\ORM\PersistentCollection {#7668 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } Eccube\Entity\Category {#7665 -id: 60 -name: "御陵中学校" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1725504261 {#7711 date: 2024-09-05 11:44:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504261 {#7710 date: 2024-09-05 11:44:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7664 …} -Children: Doctrine\ORM\PersistentCollection {#7660 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } Eccube\Entity\Category {#7659 -id: 83 -name: "ブレザー" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1725504619 {#7667 date: 2024-09-05 11:50:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7666 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7658 …} -Children: Doctrine\ORM\PersistentCollection {#7655 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } Eccube\Entity\Category {#7650 -id: 87 -name: "シャツ" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1725504633 {#7652 date: 2024-09-05 11:50:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7651 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7649 …} -Children: Doctrine\ORM\PersistentCollection {#7646 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } Eccube\Entity\Category {#7643 -id: 84 -name: "スラックス" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1725504622 {#7645 date: 2024-09-05 11:50:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7644 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7642 …} -Children: Doctrine\ORM\PersistentCollection {#7639 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } Eccube\Entity\Category {#7636 -id: 85 -name: "スカート" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1725504626 {#7638 date: 2024-09-05 11:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7637 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7635 …} -Children: Doctrine\ORM\PersistentCollection {#7632 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } Eccube\Entity\Category {#7629 -id: 86 -name: "ネクタイ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1725504630 {#7631 date: 2024-09-05 11:50:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7630 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7628 …} -Children: Doctrine\ORM\PersistentCollection {#7625 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } Eccube\Entity\Category {#7622 -id: 88 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1725504640 {#7624 date: 2024-09-05 11:50:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7623 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7621 …} -Children: Doctrine\ORM\PersistentCollection {#7618 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } Eccube\Entity\Category {#7615 -id: 89 -name: "その他" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1725504643 {#7617 date: 2024-09-05 11:50:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7616 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7614 …} -Children: Doctrine\ORM\PersistentCollection {#7611 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } Eccube\Entity\Category {#7608 -id: 59 -name: "大利中学校" -hierarchy: 1 -sort_no: 80 -create_date: DateTime @1725504253 {#7654 date: 2024-09-05 11:44:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504253 {#7653 date: 2024-09-05 11:44:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7607 …} -Children: Doctrine\ORM\PersistentCollection {#7603 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } Eccube\Entity\Category {#7602 -id: 76 -name: "ブレザー" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1725504578 {#7610 date: 2024-09-05 11:49:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7609 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7601 …} -Children: Doctrine\ORM\PersistentCollection {#7598 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } Eccube\Entity\Category {#7593 -id: 80 -name: "シャツ" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1725504593 {#7595 date: 2024-09-05 11:49:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7594 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7592 …} -Children: Doctrine\ORM\PersistentCollection {#7589 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } Eccube\Entity\Category {#7586 -id: 77 -name: "スラックス" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1725504582 {#7588 date: 2024-09-05 11:49:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7587 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7585 …} -Children: Doctrine\ORM\PersistentCollection {#7582 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } Eccube\Entity\Category {#7579 -id: 78 -name: "スカート" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1725504585 {#7581 date: 2024-09-05 11:49:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7580 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7578 …} -Children: Doctrine\ORM\PersistentCollection {#7575 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } Eccube\Entity\Category {#7572 -id: 79 -name: "ネクタイ" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1725504590 {#7574 date: 2024-09-05 11:49:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7573 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7571 …} -Children: Doctrine\ORM\PersistentCollection {#7568 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } Eccube\Entity\Category {#7565 -id: 81 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1725504599 {#7567 date: 2024-09-05 11:49:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7566 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7564 …} -Children: Doctrine\ORM\PersistentCollection {#7561 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } Eccube\Entity\Category {#7449 -id: 82 -name: "その他" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1725504603 {#7451 date: 2024-09-05 11:50:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7450 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7448 …} -Children: Doctrine\ORM\PersistentCollection {#7445 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } Eccube\Entity\Category {#7442 -id: 58 -name: "大野東中学校" -hierarchy: 1 -sort_no: 72 -create_date: DateTime @1725504247 {#7597 date: 2024-09-05 11:44:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504247 {#7596 date: 2024-09-05 11:44:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7441 …} -Children: Doctrine\ORM\PersistentCollection {#7437 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } Eccube\Entity\Category {#7436 -id: 69 -name: "ブレザー" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1725504518 {#7444 date: 2024-09-05 11:48:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7443 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7435 …} -Children: Doctrine\ORM\PersistentCollection {#7432 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } Eccube\Entity\Category {#7192 -id: 73 -name: "シャツ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1725504535 {#7429 date: 2024-09-05 11:48:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7428 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7198 …} -Children: Doctrine\ORM\PersistentCollection {#7221 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } Eccube\Entity\Category {#7418 -id: 70 -name: "スラックス" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1725504523 {#7415 date: 2024-09-05 11:48:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7417 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7419 …} -Children: Doctrine\ORM\PersistentCollection {#7422 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } Eccube\Entity\Category {#7425 -id: 71 -name: "スカート" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1725504526 {#7423 date: 2024-09-05 11:48:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7424 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7426 …} -Children: Doctrine\ORM\PersistentCollection {#7462 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } Eccube\Entity\Category {#7466 -id: 72 -name: "ネクタイ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1725504532 {#7463 date: 2024-09-05 11:48:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7465 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7467 …} -Children: Doctrine\ORM\PersistentCollection {#7470 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } Eccube\Entity\Category {#7473 -id: 74 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1725504548 {#7471 date: 2024-09-05 11:49:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7472 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7474 …} -Children: Doctrine\ORM\PersistentCollection {#7477 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } Eccube\Entity\Category {#7480 -id: 75 -name: "その他" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1725504552 {#7478 date: 2024-09-05 11:49:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7479 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7481 …} -Children: Doctrine\ORM\PersistentCollection {#7484 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } Eccube\Entity\Category {#7487 -id: 57 -name: "大野中学校" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1725504232 {#7431 date: 2024-09-05 11:43:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504240 {#7430 date: 2024-09-05 11:44:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7488 …} -Children: Doctrine\ORM\PersistentCollection {#7492 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } Eccube\Entity\Category {#7493 -id: 62 -name: "ブレザー" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1725504444 {#7485 date: 2024-09-05 11:47:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7486 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7494 …} -Children: Doctrine\ORM\PersistentCollection {#7497 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } Eccube\Entity\Category {#7502 -id: 66 -name: "シャツ" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1725504458 {#7500 date: 2024-09-05 11:47:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7501 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7503 …} -Children: Doctrine\ORM\PersistentCollection {#7506 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } Eccube\Entity\Category {#7509 -id: 63 -name: "スラックス" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1725504448 {#7507 date: 2024-09-05 11:47:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7508 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7510 …} -Children: Doctrine\ORM\PersistentCollection {#7513 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } Eccube\Entity\Category {#7516 -id: 64 -name: "スカート" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1725504452 {#7514 date: 2024-09-05 11:47:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7515 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7517 …} -Children: Doctrine\ORM\PersistentCollection {#7520 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } Eccube\Entity\Category {#7523 -id: 65 -name: "ネクタイ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1725504455 {#7521 date: 2024-09-05 11:47:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7522 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7524 …} -Children: Doctrine\ORM\PersistentCollection {#7527 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } Eccube\Entity\Category {#7530 -id: 67 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1725504472 {#7528 date: 2024-09-05 11:47:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7529 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7531 …} -Children: Doctrine\ORM\PersistentCollection {#7534 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } Eccube\Entity\Category {#7537 -id: 68 -name: "その他" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1725504481 {#7535 date: 2024-09-05 11:48:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7536 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7538 …} -Children: Doctrine\ORM\PersistentCollection {#7541 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } Eccube\Entity\Category {#7544 -id: 6 -name: "福岡農業高等学校" -hierarchy: 1 -sort_no: 56 -create_date: DateTime @1692693156 {#7498 date: 2023-08-22 17:32:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693156 {#7499 date: 2023-08-22 17:32:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7545 …} -Children: Doctrine\ORM\PersistentCollection {#7549 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } Eccube\Entity\Category {#7550 -id: 50 -name: "上衣" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1692702749 {#7542 date: 2023-08-22 20:12:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7543 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7551 …} -Children: Doctrine\ORM\PersistentCollection {#7554 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } Eccube\Entity\Category {#7559 -id: 51 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1692702752 {#7557 date: 2023-08-22 20:12:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7558 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7560 …} -Children: Doctrine\ORM\PersistentCollection {#6840 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } Eccube\Entity\Category {#7724 -id: 52 -name: "スカート" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1692702756 {#7722 date: 2023-08-22 20:12:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7723 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7725 …} -Children: Doctrine\ORM\PersistentCollection {#7728 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } Eccube\Entity\Category {#7731 -id: 53 -name: "スラックス" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1692702758 {#7729 date: 2023-08-22 20:12:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7730 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7732 …} -Children: Doctrine\ORM\PersistentCollection {#7735 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } Eccube\Entity\Category {#7738 -id: 54 -name: "ネクタイ" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1692702764 {#7736 date: 2023-08-22 20:12:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7737 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7739 …} -Children: Doctrine\ORM\PersistentCollection {#7742 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } Eccube\Entity\Category {#7745 -id: 55 -name: "ベスト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1692702767 {#7743 date: 2023-08-22 20:12:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7744 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7746 …} -Children: Doctrine\ORM\PersistentCollection {#7749 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } Eccube\Entity\Category {#7752 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1692702774 {#7750 date: 2023-08-22 20:12:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7751 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7753 …} -Children: Doctrine\ORM\PersistentCollection {#7756 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } Eccube\Entity\Category {#7759 -id: 5 -name: "武蔵台高等学校" -hierarchy: 1 -sort_no: 48 -create_date: DateTime @1692693144 {#7555 date: 2023-08-22 17:32:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693144 {#7556 date: 2023-08-22 17:32:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7760 …} -Children: Doctrine\ORM\PersistentCollection {#7764 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } Eccube\Entity\Category {#7765 -id: 43 -name: "上衣" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1692702543 {#7757 date: 2023-08-22 20:09:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7758 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7766 …} -Children: Doctrine\ORM\PersistentCollection {#7769 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } Eccube\Entity\Category {#7774 -id: 44 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1692702546 {#7772 date: 2023-08-22 20:09:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7773 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7775 …} -Children: Doctrine\ORM\PersistentCollection {#7778 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } Eccube\Entity\Category {#7781 -id: 45 -name: "スカート" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1692702549 {#7779 date: 2023-08-22 20:09:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7780 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7782 …} -Children: Doctrine\ORM\PersistentCollection {#7785 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } Eccube\Entity\Category {#7788 -id: 46 -name: "スラックス" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1692702728 {#7786 date: 2023-08-22 20:12:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7787 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7789 …} -Children: Doctrine\ORM\PersistentCollection {#7792 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } Eccube\Entity\Category {#7795 -id: 47 -name: "ネクタイ" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1692702731 {#7793 date: 2023-08-22 20:12:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7794 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7796 …} -Children: Doctrine\ORM\PersistentCollection {#7799 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } Eccube\Entity\Category {#7802 -id: 48 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1692702734 {#7800 date: 2023-08-22 20:12:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7801 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7803 …} -Children: Doctrine\ORM\PersistentCollection {#7806 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } Eccube\Entity\Category {#7809 -id: 49 -name: "その他" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1692702739 {#7807 date: 2023-08-22 20:12:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7808 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7810 …} -Children: Doctrine\ORM\PersistentCollection {#7813 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } Eccube\Entity\Category {#7816 -id: 4 -name: "太宰府東中学校" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1692693139 {#7770 date: 2023-08-22 17:32:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693139 {#7771 date: 2023-08-22 17:32:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7817 …} -Children: Doctrine\ORM\PersistentCollection {#7821 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7822 -id: 34 -name: "上衣" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1692702513 {#7814 date: 2023-08-22 20:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7815 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7831 -id: 35 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1692702516 {#7829 date: 2023-08-22 20:08:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7830 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7838 -id: 36 -name: "スカート" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1692702518 {#7836 date: 2023-08-22 20:08:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7837 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7845 -id: 37 -name: "スラックス" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1692702521 {#7843 date: 2023-08-22 20:08:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7844 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7852 -id: 38 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1692702524 {#7850 date: 2023-08-22 20:08:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7851 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7859 -id: 39 -name: "シューズ" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1692702526 {#7857 date: 2023-08-22 20:08:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7858 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7866 -id: 40 -name: "体育" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1692702528 {#7864 date: 2023-08-22 20:08:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7865 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7873 -id: 41 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1692702531 {#7871 date: 2023-08-22 20:08:51.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 {#7874 …} -Children: Doctrine\ORM\PersistentCollection {#7877 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7880 -id: 42 -name: "その他" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692702534 {#7878 date: 2023-08-22 20:08:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7879 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7881 …} -Children: Doctrine\ORM\PersistentCollection {#7884 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7887 -id: 3 -name: "太宰府中学校" -hierarchy: 1 -sort_no: 30 -create_date: DateTime @1692693133 {#7827 date: 2023-08-22 17:32:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693133 {#7828 date: 2023-08-22 17:32:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7888 …} -Children: Doctrine\ORM\PersistentCollection {#7892 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7893 -id: 25 -name: "上衣" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1692702480 {#7885 date: 2023-08-22 20:08:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7886 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7894 …} -Children: Doctrine\ORM\PersistentCollection {#7897 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7902 -id: 26 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1692702482 {#7900 date: 2023-08-22 20:08:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7901 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7903 …} -Children: Doctrine\ORM\PersistentCollection {#7906 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7909 -id: 27 -name: "スカート" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1692702487 {#7907 date: 2023-08-22 20:08:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7908 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7910 …} -Children: Doctrine\ORM\PersistentCollection {#7913 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7916 -id: 28 -name: "スラックス" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1692702490 {#7914 date: 2023-08-22 20:08:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7915 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7917 …} -Children: Doctrine\ORM\PersistentCollection {#7920 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7923 -id: 29 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1692702497 {#7921 date: 2023-08-22 20:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7922 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7924 …} -Children: Doctrine\ORM\PersistentCollection {#7927 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7930 -id: 30 -name: "シューズ" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1692702499 {#7928 date: 2023-08-22 20:08:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7929 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7931 …} -Children: Doctrine\ORM\PersistentCollection {#7934 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7937 -id: 31 -name: "体育" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1692702502 {#7935 date: 2023-08-22 20:08:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7936 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7938 …} -Children: Doctrine\ORM\PersistentCollection {#7941 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7944 -id: 32 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1692702505 {#7942 date: 2023-08-22 20:08:25.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 {#7945 …} -Children: Doctrine\ORM\PersistentCollection {#7948 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7951 -id: 33 -name: "その他" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1692702508 {#7949 date: 2023-08-22 20:08:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7950 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7952 …} -Children: Doctrine\ORM\PersistentCollection {#7955 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7958 -id: 2 -name: "太宰府西中学校" -hierarchy: 1 -sort_no: 20 -create_date: DateTime @1692693126 {#7898 date: 2023-08-22 17:32:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693126 {#7899 date: 2023-08-22 17:32:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7959 …} -Children: Doctrine\ORM\PersistentCollection {#7963 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#7964 -id: 16 -name: "上衣" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1692701223 {#7956 date: 2023-08-22 19:47:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#7957 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7965 …} -Children: Doctrine\ORM\PersistentCollection {#7968 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#7973 -id: 17 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1692702445 {#7971 date: 2023-08-22 20:07:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#7972 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7974 …} -Children: Doctrine\ORM\PersistentCollection {#7977 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#7980 -id: 18 -name: "スカート" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1692702448 {#7978 date: 2023-08-22 20:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#7979 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7981 …} -Children: Doctrine\ORM\PersistentCollection {#7984 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#7987 -id: 19 -name: "スラックス" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1692702451 {#7985 date: 2023-08-22 20:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#7986 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7988 …} -Children: Doctrine\ORM\PersistentCollection {#7991 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#7994 -id: 20 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1692702454 {#7992 date: 2023-08-22 20:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#7993 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7995 …} -Children: Doctrine\ORM\PersistentCollection {#7998 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#8001 -id: 21 -name: "シューズ" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1692702459 {#7999 date: 2023-08-22 20:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8000 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8002 …} -Children: Doctrine\ORM\PersistentCollection {#8005 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#8008 -id: 22 -name: "体育" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1692702463 {#8006 date: 2023-08-22 20:07:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8007 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8009 …} -Children: Doctrine\ORM\PersistentCollection {#8012 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#8015 -id: 23 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1692702466 {#8013 date: 2023-08-22 20:07:46.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 {#8016 …} -Children: Doctrine\ORM\PersistentCollection {#8019 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#8022 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1692702468 {#8020 date: 2023-08-22 20:07:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8021 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8023 …} -Children: Doctrine\ORM\PersistentCollection {#8026 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#8029 -id: 1 -name: "学業院中学校" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1692693107 {#7969 date: 2023-08-22 17:31:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693107 {#7970 date: 2023-08-22 17:31:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8030 …} -Children: Doctrine\ORM\PersistentCollection {#8034 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8035 -id: 7 -name: "上衣" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1692701172 {#8027 date: 2023-08-22 19:46:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8028 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8036 …} -Children: Doctrine\ORM\PersistentCollection {#8039 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8044 -id: 8 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1692701177 {#8042 date: 2023-08-22 19:46:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8043 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8045 …} -Children: Doctrine\ORM\PersistentCollection {#8048 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8051 -id: 9 -name: "スカート" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1692701182 {#8049 date: 2023-08-22 19:46:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8050 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8052 …} -Children: Doctrine\ORM\PersistentCollection {#8055 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8058 -id: 10 -name: "スラックス" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1692701187 {#8056 date: 2023-08-22 19:46:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8057 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8059 …} -Children: Doctrine\ORM\PersistentCollection {#8062 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8065 -id: 11 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1692701192 {#8063 date: 2023-08-22 19:46:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8064 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8066 …} -Children: Doctrine\ORM\PersistentCollection {#8069 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8072 -id: 12 -name: "シューズ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1692701197 {#8070 date: 2023-08-22 19:46:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8071 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8073 …} -Children: Doctrine\ORM\PersistentCollection {#8076 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8079 -id: 13 -name: "体育" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1692701203 {#8077 date: 2023-08-22 19:46:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8078 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8080 …} -Children: Doctrine\ORM\PersistentCollection {#8083 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8086 -id: 14 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1692701207 {#8084 date: 2023-08-22 19:46:47.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 {#8087 …} -Children: Doctrine\ORM\PersistentCollection {#8090 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8093 -id: 15 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1692701212 {#8091 date: 2023-08-22 19:46:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8092 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8094 …} -Children: Doctrine\ORM\PersistentCollection {#8097 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } ] |
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 {#7017 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#7071 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#7070 -om: ContainerZIZ8hhF\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#836 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6844 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Category {#7171 -id: 61 -name: "平野中学校" -hierarchy: 1 -sort_no: 96 -create_date: DateTime @1725504269 {#7203 date: 2024-09-05 11:44:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504269 {#7201 date: 2024-09-05 11:44:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7214 …} -Children: Doctrine\ORM\PersistentCollection {#7717 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } Eccube\Entity\Category {#7716 -id: 90 -name: "ブレザー" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1725504659 {#7199 date: 2024-09-05 11:50:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7197 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7715 …} -Children: Doctrine\ORM\PersistentCollection {#7712 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } Eccube\Entity\Category {#7707 -id: 94 -name: "シャツ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1725504675 {#7709 date: 2024-09-05 11:51:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7708 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7706 …} -Children: Doctrine\ORM\PersistentCollection {#7703 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } Eccube\Entity\Category {#7700 -id: 91 -name: "スラックス" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1725504661 {#7702 date: 2024-09-05 11:51:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7701 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7699 …} -Children: Doctrine\ORM\PersistentCollection {#7696 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } Eccube\Entity\Category {#7693 -id: 92 -name: "スカート" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1725504665 {#7695 date: 2024-09-05 11:51:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7694 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7692 …} -Children: Doctrine\ORM\PersistentCollection {#7689 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } Eccube\Entity\Category {#7686 -id: 93 -name: "ネクタイ" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1725504672 {#7688 date: 2024-09-05 11:51:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7687 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7685 …} -Children: Doctrine\ORM\PersistentCollection {#7682 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } Eccube\Entity\Category {#7679 -id: 95 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1725504679 {#7681 date: 2024-09-05 11:51:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7680 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7678 …} -Children: Doctrine\ORM\PersistentCollection {#7675 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } Eccube\Entity\Category {#7672 -id: 96 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1725504690 {#7674 date: 2024-09-05 11:51:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7673 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7671 …} -Children: Doctrine\ORM\PersistentCollection {#7668 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } Eccube\Entity\Category {#7665 -id: 60 -name: "御陵中学校" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1725504261 {#7711 date: 2024-09-05 11:44:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504261 {#7710 date: 2024-09-05 11:44:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7664 …} -Children: Doctrine\ORM\PersistentCollection {#7660 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } Eccube\Entity\Category {#7659 -id: 83 -name: "ブレザー" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1725504619 {#7667 date: 2024-09-05 11:50:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7666 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7658 …} -Children: Doctrine\ORM\PersistentCollection {#7655 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } Eccube\Entity\Category {#7650 -id: 87 -name: "シャツ" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1725504633 {#7652 date: 2024-09-05 11:50:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7651 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7649 …} -Children: Doctrine\ORM\PersistentCollection {#7646 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } Eccube\Entity\Category {#7643 -id: 84 -name: "スラックス" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1725504622 {#7645 date: 2024-09-05 11:50:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7644 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7642 …} -Children: Doctrine\ORM\PersistentCollection {#7639 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } Eccube\Entity\Category {#7636 -id: 85 -name: "スカート" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1725504626 {#7638 date: 2024-09-05 11:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7637 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7635 …} -Children: Doctrine\ORM\PersistentCollection {#7632 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } Eccube\Entity\Category {#7629 -id: 86 -name: "ネクタイ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1725504630 {#7631 date: 2024-09-05 11:50:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7630 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7628 …} -Children: Doctrine\ORM\PersistentCollection {#7625 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } Eccube\Entity\Category {#7622 -id: 88 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1725504640 {#7624 date: 2024-09-05 11:50:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7623 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7621 …} -Children: Doctrine\ORM\PersistentCollection {#7618 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } Eccube\Entity\Category {#7615 -id: 89 -name: "その他" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1725504643 {#7617 date: 2024-09-05 11:50:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7616 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7614 …} -Children: Doctrine\ORM\PersistentCollection {#7611 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } Eccube\Entity\Category {#7608 -id: 59 -name: "大利中学校" -hierarchy: 1 -sort_no: 80 -create_date: DateTime @1725504253 {#7654 date: 2024-09-05 11:44:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504253 {#7653 date: 2024-09-05 11:44:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7607 …} -Children: Doctrine\ORM\PersistentCollection {#7603 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } Eccube\Entity\Category {#7602 -id: 76 -name: "ブレザー" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1725504578 {#7610 date: 2024-09-05 11:49:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7609 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7601 …} -Children: Doctrine\ORM\PersistentCollection {#7598 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } Eccube\Entity\Category {#7593 -id: 80 -name: "シャツ" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1725504593 {#7595 date: 2024-09-05 11:49:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7594 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7592 …} -Children: Doctrine\ORM\PersistentCollection {#7589 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } Eccube\Entity\Category {#7586 -id: 77 -name: "スラックス" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1725504582 {#7588 date: 2024-09-05 11:49:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7587 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7585 …} -Children: Doctrine\ORM\PersistentCollection {#7582 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } Eccube\Entity\Category {#7579 -id: 78 -name: "スカート" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1725504585 {#7581 date: 2024-09-05 11:49:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7580 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7578 …} -Children: Doctrine\ORM\PersistentCollection {#7575 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } Eccube\Entity\Category {#7572 -id: 79 -name: "ネクタイ" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1725504590 {#7574 date: 2024-09-05 11:49:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7573 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7571 …} -Children: Doctrine\ORM\PersistentCollection {#7568 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } Eccube\Entity\Category {#7565 -id: 81 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1725504599 {#7567 date: 2024-09-05 11:49:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7566 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7564 …} -Children: Doctrine\ORM\PersistentCollection {#7561 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } Eccube\Entity\Category {#7449 -id: 82 -name: "その他" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1725504603 {#7451 date: 2024-09-05 11:50:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7450 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7448 …} -Children: Doctrine\ORM\PersistentCollection {#7445 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } Eccube\Entity\Category {#7442 -id: 58 -name: "大野東中学校" -hierarchy: 1 -sort_no: 72 -create_date: DateTime @1725504247 {#7597 date: 2024-09-05 11:44:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504247 {#7596 date: 2024-09-05 11:44:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7441 …} -Children: Doctrine\ORM\PersistentCollection {#7437 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } Eccube\Entity\Category {#7436 -id: 69 -name: "ブレザー" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1725504518 {#7444 date: 2024-09-05 11:48:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7443 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7435 …} -Children: Doctrine\ORM\PersistentCollection {#7432 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } Eccube\Entity\Category {#7192 -id: 73 -name: "シャツ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1725504535 {#7429 date: 2024-09-05 11:48:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7428 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7198 …} -Children: Doctrine\ORM\PersistentCollection {#7221 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } Eccube\Entity\Category {#7418 -id: 70 -name: "スラックス" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1725504523 {#7415 date: 2024-09-05 11:48:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7417 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7419 …} -Children: Doctrine\ORM\PersistentCollection {#7422 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } Eccube\Entity\Category {#7425 -id: 71 -name: "スカート" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1725504526 {#7423 date: 2024-09-05 11:48:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7424 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7426 …} -Children: Doctrine\ORM\PersistentCollection {#7462 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } Eccube\Entity\Category {#7466 -id: 72 -name: "ネクタイ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1725504532 {#7463 date: 2024-09-05 11:48:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7465 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7467 …} -Children: Doctrine\ORM\PersistentCollection {#7470 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } Eccube\Entity\Category {#7473 -id: 74 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1725504548 {#7471 date: 2024-09-05 11:49:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7472 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7474 …} -Children: Doctrine\ORM\PersistentCollection {#7477 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } Eccube\Entity\Category {#7480 -id: 75 -name: "その他" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1725504552 {#7478 date: 2024-09-05 11:49:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7479 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7481 …} -Children: Doctrine\ORM\PersistentCollection {#7484 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } Eccube\Entity\Category {#7487 -id: 57 -name: "大野中学校" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1725504232 {#7431 date: 2024-09-05 11:43:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504240 {#7430 date: 2024-09-05 11:44:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7488 …} -Children: Doctrine\ORM\PersistentCollection {#7492 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } Eccube\Entity\Category {#7493 -id: 62 -name: "ブレザー" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1725504444 {#7485 date: 2024-09-05 11:47:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7486 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7494 …} -Children: Doctrine\ORM\PersistentCollection {#7497 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } Eccube\Entity\Category {#7502 -id: 66 -name: "シャツ" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1725504458 {#7500 date: 2024-09-05 11:47:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7501 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7503 …} -Children: Doctrine\ORM\PersistentCollection {#7506 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } Eccube\Entity\Category {#7509 -id: 63 -name: "スラックス" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1725504448 {#7507 date: 2024-09-05 11:47:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7508 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7510 …} -Children: Doctrine\ORM\PersistentCollection {#7513 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } Eccube\Entity\Category {#7516 -id: 64 -name: "スカート" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1725504452 {#7514 date: 2024-09-05 11:47:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7515 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7517 …} -Children: Doctrine\ORM\PersistentCollection {#7520 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } Eccube\Entity\Category {#7523 -id: 65 -name: "ネクタイ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1725504455 {#7521 date: 2024-09-05 11:47:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7522 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7524 …} -Children: Doctrine\ORM\PersistentCollection {#7527 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } Eccube\Entity\Category {#7530 -id: 67 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1725504472 {#7528 date: 2024-09-05 11:47:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7529 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7531 …} -Children: Doctrine\ORM\PersistentCollection {#7534 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } Eccube\Entity\Category {#7537 -id: 68 -name: "その他" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1725504481 {#7535 date: 2024-09-05 11:48:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7536 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7538 …} -Children: Doctrine\ORM\PersistentCollection {#7541 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } Eccube\Entity\Category {#7544 -id: 6 -name: "福岡農業高等学校" -hierarchy: 1 -sort_no: 56 -create_date: DateTime @1692693156 {#7498 date: 2023-08-22 17:32:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693156 {#7499 date: 2023-08-22 17:32:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7545 …} -Children: Doctrine\ORM\PersistentCollection {#7549 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } Eccube\Entity\Category {#7550 -id: 50 -name: "上衣" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1692702749 {#7542 date: 2023-08-22 20:12:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7543 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7551 …} -Children: Doctrine\ORM\PersistentCollection {#7554 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } Eccube\Entity\Category {#7559 -id: 51 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1692702752 {#7557 date: 2023-08-22 20:12:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7558 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7560 …} -Children: Doctrine\ORM\PersistentCollection {#6840 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } Eccube\Entity\Category {#7724 -id: 52 -name: "スカート" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1692702756 {#7722 date: 2023-08-22 20:12:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7723 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7725 …} -Children: Doctrine\ORM\PersistentCollection {#7728 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } Eccube\Entity\Category {#7731 -id: 53 -name: "スラックス" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1692702758 {#7729 date: 2023-08-22 20:12:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7730 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7732 …} -Children: Doctrine\ORM\PersistentCollection {#7735 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } Eccube\Entity\Category {#7738 -id: 54 -name: "ネクタイ" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1692702764 {#7736 date: 2023-08-22 20:12:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7737 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7739 …} -Children: Doctrine\ORM\PersistentCollection {#7742 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } Eccube\Entity\Category {#7745 -id: 55 -name: "ベスト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1692702767 {#7743 date: 2023-08-22 20:12:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7744 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7746 …} -Children: Doctrine\ORM\PersistentCollection {#7749 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } Eccube\Entity\Category {#7752 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1692702774 {#7750 date: 2023-08-22 20:12:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7751 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7753 …} -Children: Doctrine\ORM\PersistentCollection {#7756 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } Eccube\Entity\Category {#7759 -id: 5 -name: "武蔵台高等学校" -hierarchy: 1 -sort_no: 48 -create_date: DateTime @1692693144 {#7555 date: 2023-08-22 17:32:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693144 {#7556 date: 2023-08-22 17:32:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7760 …} -Children: Doctrine\ORM\PersistentCollection {#7764 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } Eccube\Entity\Category {#7765 -id: 43 -name: "上衣" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1692702543 {#7757 date: 2023-08-22 20:09:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7758 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7766 …} -Children: Doctrine\ORM\PersistentCollection {#7769 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } Eccube\Entity\Category {#7774 -id: 44 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1692702546 {#7772 date: 2023-08-22 20:09:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7773 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7775 …} -Children: Doctrine\ORM\PersistentCollection {#7778 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } Eccube\Entity\Category {#7781 -id: 45 -name: "スカート" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1692702549 {#7779 date: 2023-08-22 20:09:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7780 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7782 …} -Children: Doctrine\ORM\PersistentCollection {#7785 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } Eccube\Entity\Category {#7788 -id: 46 -name: "スラックス" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1692702728 {#7786 date: 2023-08-22 20:12:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7787 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7789 …} -Children: Doctrine\ORM\PersistentCollection {#7792 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } Eccube\Entity\Category {#7795 -id: 47 -name: "ネクタイ" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1692702731 {#7793 date: 2023-08-22 20:12:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7794 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7796 …} -Children: Doctrine\ORM\PersistentCollection {#7799 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } Eccube\Entity\Category {#7802 -id: 48 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1692702734 {#7800 date: 2023-08-22 20:12:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7801 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7803 …} -Children: Doctrine\ORM\PersistentCollection {#7806 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } Eccube\Entity\Category {#7809 -id: 49 -name: "その他" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1692702739 {#7807 date: 2023-08-22 20:12:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7808 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7810 …} -Children: Doctrine\ORM\PersistentCollection {#7813 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } Eccube\Entity\Category {#7816 -id: 4 -name: "太宰府東中学校" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1692693139 {#7770 date: 2023-08-22 17:32:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693139 {#7771 date: 2023-08-22 17:32:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7817 …} -Children: Doctrine\ORM\PersistentCollection {#7821 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7822 -id: 34 -name: "上衣" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1692702513 {#7814 date: 2023-08-22 20:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7815 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7831 -id: 35 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1692702516 {#7829 date: 2023-08-22 20:08:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7830 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7838 -id: 36 -name: "スカート" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1692702518 {#7836 date: 2023-08-22 20:08:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7837 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7845 -id: 37 -name: "スラックス" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1692702521 {#7843 date: 2023-08-22 20:08:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7844 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7852 -id: 38 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1692702524 {#7850 date: 2023-08-22 20:08:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7851 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7859 -id: 39 -name: "シューズ" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1692702526 {#7857 date: 2023-08-22 20:08:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7858 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7866 -id: 40 -name: "体育" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1692702528 {#7864 date: 2023-08-22 20:08:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7865 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7873 -id: 41 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1692702531 {#7871 date: 2023-08-22 20:08:51.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 {#7874 …} -Children: Doctrine\ORM\PersistentCollection {#7877 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7880 -id: 42 -name: "その他" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692702534 {#7878 date: 2023-08-22 20:08:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7879 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7881 …} -Children: Doctrine\ORM\PersistentCollection {#7884 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } Eccube\Entity\Category {#7887 -id: 3 -name: "太宰府中学校" -hierarchy: 1 -sort_no: 30 -create_date: DateTime @1692693133 {#7827 date: 2023-08-22 17:32:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693133 {#7828 date: 2023-08-22 17:32:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7888 …} -Children: Doctrine\ORM\PersistentCollection {#7892 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7893 -id: 25 -name: "上衣" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1692702480 {#7885 date: 2023-08-22 20:08:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7886 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7894 …} -Children: Doctrine\ORM\PersistentCollection {#7897 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7902 -id: 26 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1692702482 {#7900 date: 2023-08-22 20:08:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7901 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7903 …} -Children: Doctrine\ORM\PersistentCollection {#7906 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7909 -id: 27 -name: "スカート" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1692702487 {#7907 date: 2023-08-22 20:08:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7908 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7910 …} -Children: Doctrine\ORM\PersistentCollection {#7913 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7916 -id: 28 -name: "スラックス" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1692702490 {#7914 date: 2023-08-22 20:08:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7915 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7917 …} -Children: Doctrine\ORM\PersistentCollection {#7920 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7923 -id: 29 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1692702497 {#7921 date: 2023-08-22 20:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7922 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7924 …} -Children: Doctrine\ORM\PersistentCollection {#7927 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7930 -id: 30 -name: "シューズ" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1692702499 {#7928 date: 2023-08-22 20:08:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7929 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7931 …} -Children: Doctrine\ORM\PersistentCollection {#7934 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7937 -id: 31 -name: "体育" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1692702502 {#7935 date: 2023-08-22 20:08:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7936 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7938 …} -Children: Doctrine\ORM\PersistentCollection {#7941 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7944 -id: 32 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1692702505 {#7942 date: 2023-08-22 20:08:25.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 {#7945 …} -Children: Doctrine\ORM\PersistentCollection {#7948 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7951 -id: 33 -name: "その他" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1692702508 {#7949 date: 2023-08-22 20:08:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7950 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7952 …} -Children: Doctrine\ORM\PersistentCollection {#7955 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } Eccube\Entity\Category {#7958 -id: 2 -name: "太宰府西中学校" -hierarchy: 1 -sort_no: 20 -create_date: DateTime @1692693126 {#7898 date: 2023-08-22 17:32:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693126 {#7899 date: 2023-08-22 17:32:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7959 …} -Children: Doctrine\ORM\PersistentCollection {#7963 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#7964 -id: 16 -name: "上衣" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1692701223 {#7956 date: 2023-08-22 19:47:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#7957 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7965 …} -Children: Doctrine\ORM\PersistentCollection {#7968 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#7973 -id: 17 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1692702445 {#7971 date: 2023-08-22 20:07:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#7972 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7974 …} -Children: Doctrine\ORM\PersistentCollection {#7977 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#7980 -id: 18 -name: "スカート" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1692702448 {#7978 date: 2023-08-22 20:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#7979 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7981 …} -Children: Doctrine\ORM\PersistentCollection {#7984 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#7987 -id: 19 -name: "スラックス" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1692702451 {#7985 date: 2023-08-22 20:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#7986 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7988 …} -Children: Doctrine\ORM\PersistentCollection {#7991 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#7994 -id: 20 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1692702454 {#7992 date: 2023-08-22 20:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#7993 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7995 …} -Children: Doctrine\ORM\PersistentCollection {#7998 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#8001 -id: 21 -name: "シューズ" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1692702459 {#7999 date: 2023-08-22 20:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8000 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8002 …} -Children: Doctrine\ORM\PersistentCollection {#8005 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#8008 -id: 22 -name: "体育" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1692702463 {#8006 date: 2023-08-22 20:07:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8007 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8009 …} -Children: Doctrine\ORM\PersistentCollection {#8012 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#8015 -id: 23 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1692702466 {#8013 date: 2023-08-22 20:07:46.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 {#8016 …} -Children: Doctrine\ORM\PersistentCollection {#8019 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#8022 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1692702468 {#8020 date: 2023-08-22 20:07:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8021 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8023 …} -Children: Doctrine\ORM\PersistentCollection {#8026 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } Eccube\Entity\Category {#8029 -id: 1 -name: "学業院中学校" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1692693107 {#7969 date: 2023-08-22 17:31:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693107 {#7970 date: 2023-08-22 17:31:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8030 …} -Children: Doctrine\ORM\PersistentCollection {#8034 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8035 -id: 7 -name: "上衣" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1692701172 {#8027 date: 2023-08-22 19:46:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8028 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8036 …} -Children: Doctrine\ORM\PersistentCollection {#8039 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8044 -id: 8 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1692701177 {#8042 date: 2023-08-22 19:46:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8043 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8045 …} -Children: Doctrine\ORM\PersistentCollection {#8048 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8051 -id: 9 -name: "スカート" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1692701182 {#8049 date: 2023-08-22 19:46:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8050 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8052 …} -Children: Doctrine\ORM\PersistentCollection {#8055 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8058 -id: 10 -name: "スラックス" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1692701187 {#8056 date: 2023-08-22 19:46:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8057 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8059 …} -Children: Doctrine\ORM\PersistentCollection {#8062 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8065 -id: 11 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1692701192 {#8063 date: 2023-08-22 19:46:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8064 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8066 …} -Children: Doctrine\ORM\PersistentCollection {#8069 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8072 -id: 12 -name: "シューズ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1692701197 {#8070 date: 2023-08-22 19:46:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8071 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8073 …} -Children: Doctrine\ORM\PersistentCollection {#8076 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8079 -id: 13 -name: "体育" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1692701203 {#8077 date: 2023-08-22 19:46:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8078 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8080 …} -Children: Doctrine\ORM\PersistentCollection {#8083 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8086 -id: 14 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1692701207 {#8084 date: 2023-08-22 19:46:47.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 {#8087 …} -Children: Doctrine\ORM\PersistentCollection {#8090 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } Eccube\Entity\Category {#8093 -id: 15 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1692701212 {#8091 date: 2023-08-22 19:46:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8092 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8094 …} -Children: Doctrine\ORM\PersistentCollection {#8097 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } ] |
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 | ContainerZIZ8hhF\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 {#7070 -om: ContainerZIZ8hhF\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#836 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6844 …} -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() {#7068 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6248 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1324 …} $translationDomain: "validators" $message: Closure() {#7026 …} } } |
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 {#8128 +label: "平野中学校" +value: "61" +data: Eccube\Entity\Category {#7171 -id: 61 -name: "平野中学校" -hierarchy: 1 -sort_no: 96 -create_date: DateTime @1725504269 {#7203 date: 2024-09-05 11:44:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504269 {#7201 date: 2024-09-05 11:44:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7214 …} -Children: Doctrine\ORM\PersistentCollection {#7717 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8130 +label: " ブレザー" +value: "90" +data: Eccube\Entity\Category {#7716 -id: 90 -name: "ブレザー" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1725504659 {#7199 date: 2024-09-05 11:50:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7197 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7715 …} -Children: Doctrine\ORM\PersistentCollection {#7712 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8129 +label: " シャツ" +value: "94" +data: Eccube\Entity\Category {#7707 -id: 94 -name: "シャツ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1725504675 {#7709 date: 2024-09-05 11:51:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7708 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7706 …} -Children: Doctrine\ORM\PersistentCollection {#7703 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8132 +label: " スラックス" +value: "91" +data: Eccube\Entity\Category {#7700 -id: 91 -name: "スラックス" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1725504661 {#7702 date: 2024-09-05 11:51:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7701 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7699 …} -Children: Doctrine\ORM\PersistentCollection {#7696 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8133 +label: " スカート" +value: "92" +data: Eccube\Entity\Category {#7693 -id: 92 -name: "スカート" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1725504665 {#7695 date: 2024-09-05 11:51:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7694 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7692 …} -Children: Doctrine\ORM\PersistentCollection {#7689 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8134 +label: " ネクタイ" +value: "93" +data: Eccube\Entity\Category {#7686 -id: 93 -name: "ネクタイ" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1725504672 {#7688 date: 2024-09-05 11:51:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7687 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7685 …} -Children: Doctrine\ORM\PersistentCollection {#7682 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8135 +label: " ベスト・セーター" +value: "95" +data: Eccube\Entity\Category {#7679 -id: 95 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1725504679 {#7681 date: 2024-09-05 11:51:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7680 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7678 …} -Children: Doctrine\ORM\PersistentCollection {#7675 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8136 +label: " その他" +value: "96" +data: Eccube\Entity\Category {#7672 -id: 96 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1725504690 {#7674 date: 2024-09-05 11:51:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504698 {#7673 date: 2024-09-05 11:51:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7671 …} -Children: Doctrine\ORM\PersistentCollection {#7668 …} -Parent: Eccube\Entity\Category {#7171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7719 …} } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8137 +label: "御陵中学校" +value: "60" +data: Eccube\Entity\Category {#7665 -id: 60 -name: "御陵中学校" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1725504261 {#7711 date: 2024-09-05 11:44:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504261 {#7710 date: 2024-09-05 11:44:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7664 …} -Children: Doctrine\ORM\PersistentCollection {#7660 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8138 +label: " ブレザー" +value: "83" +data: Eccube\Entity\Category {#7659 -id: 83 -name: "ブレザー" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1725504619 {#7667 date: 2024-09-05 11:50:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7666 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7658 …} -Children: Doctrine\ORM\PersistentCollection {#7655 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8139 +label: " シャツ" +value: "87" +data: Eccube\Entity\Category {#7650 -id: 87 -name: "シャツ" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1725504633 {#7652 date: 2024-09-05 11:50:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7651 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7649 …} -Children: Doctrine\ORM\PersistentCollection {#7646 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8140 +label: " スラックス" +value: "84" +data: Eccube\Entity\Category {#7643 -id: 84 -name: "スラックス" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1725504622 {#7645 date: 2024-09-05 11:50:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7644 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7642 …} -Children: Doctrine\ORM\PersistentCollection {#7639 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8141 +label: " スカート" +value: "85" +data: Eccube\Entity\Category {#7636 -id: 85 -name: "スカート" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1725504626 {#7638 date: 2024-09-05 11:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7637 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7635 …} -Children: Doctrine\ORM\PersistentCollection {#7632 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8142 +label: " ネクタイ" +value: "86" +data: Eccube\Entity\Category {#7629 -id: 86 -name: "ネクタイ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1725504630 {#7631 date: 2024-09-05 11:50:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7630 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7628 …} -Children: Doctrine\ORM\PersistentCollection {#7625 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8143 +label: " ベスト・セーター" +value: "88" +data: Eccube\Entity\Category {#7622 -id: 88 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1725504640 {#7624 date: 2024-09-05 11:50:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7623 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7621 …} -Children: Doctrine\ORM\PersistentCollection {#7618 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8144 +label: " その他" +value: "89" +data: Eccube\Entity\Category {#7615 -id: 89 -name: "その他" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1725504643 {#7617 date: 2024-09-05 11:50:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504653 {#7616 date: 2024-09-05 11:50:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7614 …} -Children: Doctrine\ORM\PersistentCollection {#7611 …} -Parent: Eccube\Entity\Category {#7665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7662 …} } +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8145 +label: "大利中学校" +value: "59" +data: Eccube\Entity\Category {#7608 -id: 59 -name: "大利中学校" -hierarchy: 1 -sort_no: 80 -create_date: DateTime @1725504253 {#7654 date: 2024-09-05 11:44:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504253 {#7653 date: 2024-09-05 11:44:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7607 …} -Children: Doctrine\ORM\PersistentCollection {#7603 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8146 +label: " ブレザー" +value: "76" +data: Eccube\Entity\Category {#7602 -id: 76 -name: "ブレザー" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1725504578 {#7610 date: 2024-09-05 11:49:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7609 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7601 …} -Children: Doctrine\ORM\PersistentCollection {#7598 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8147 +label: " シャツ" +value: "80" +data: Eccube\Entity\Category {#7593 -id: 80 -name: "シャツ" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1725504593 {#7595 date: 2024-09-05 11:49:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7594 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7592 …} -Children: Doctrine\ORM\PersistentCollection {#7589 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8148 +label: " スラックス" +value: "77" +data: Eccube\Entity\Category {#7586 -id: 77 -name: "スラックス" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1725504582 {#7588 date: 2024-09-05 11:49:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7587 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7585 …} -Children: Doctrine\ORM\PersistentCollection {#7582 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8149 +label: " スカート" +value: "78" +data: Eccube\Entity\Category {#7579 -id: 78 -name: "スカート" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1725504585 {#7581 date: 2024-09-05 11:49:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7580 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7578 …} -Children: Doctrine\ORM\PersistentCollection {#7575 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8150 +label: " ネクタイ" +value: "79" +data: Eccube\Entity\Category {#7572 -id: 79 -name: "ネクタイ" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1725504590 {#7574 date: 2024-09-05 11:49:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7573 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7571 …} -Children: Doctrine\ORM\PersistentCollection {#7568 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8151 +label: " ベスト・セーター" +value: "81" +data: Eccube\Entity\Category {#7565 -id: 81 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1725504599 {#7567 date: 2024-09-05 11:49:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7566 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7564 …} -Children: Doctrine\ORM\PersistentCollection {#7561 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8152 +label: " その他" +value: "82" +data: Eccube\Entity\Category {#7449 -id: 82 -name: "その他" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1725504603 {#7451 date: 2024-09-05 11:50:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504613 {#7450 date: 2024-09-05 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7448 …} -Children: Doctrine\ORM\PersistentCollection {#7445 …} -Parent: Eccube\Entity\Category {#7608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7605 …} } +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8153 +label: "大野東中学校" +value: "58" +data: Eccube\Entity\Category {#7442 -id: 58 -name: "大野東中学校" -hierarchy: 1 -sort_no: 72 -create_date: DateTime @1725504247 {#7597 date: 2024-09-05 11:44:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504247 {#7596 date: 2024-09-05 11:44:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7441 …} -Children: Doctrine\ORM\PersistentCollection {#7437 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8154 +label: " ブレザー" +value: "69" +data: Eccube\Entity\Category {#7436 -id: 69 -name: "ブレザー" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1725504518 {#7444 date: 2024-09-05 11:48:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7443 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7435 …} -Children: Doctrine\ORM\PersistentCollection {#7432 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8155 +label: " シャツ" +value: "73" +data: Eccube\Entity\Category {#7192 -id: 73 -name: "シャツ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1725504535 {#7429 date: 2024-09-05 11:48:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7428 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7198 …} -Children: Doctrine\ORM\PersistentCollection {#7221 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8156 +label: " スラックス" +value: "70" +data: Eccube\Entity\Category {#7418 -id: 70 -name: "スラックス" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1725504523 {#7415 date: 2024-09-05 11:48:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7417 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7419 …} -Children: Doctrine\ORM\PersistentCollection {#7422 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8157 +label: " スカート" +value: "71" +data: Eccube\Entity\Category {#7425 -id: 71 -name: "スカート" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1725504526 {#7423 date: 2024-09-05 11:48:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7424 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7426 …} -Children: Doctrine\ORM\PersistentCollection {#7462 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8158 +label: " ネクタイ" +value: "72" +data: Eccube\Entity\Category {#7466 -id: 72 -name: "ネクタイ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1725504532 {#7463 date: 2024-09-05 11:48:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7465 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7467 …} -Children: Doctrine\ORM\PersistentCollection {#7470 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8159 +label: " ベスト・セーター" +value: "74" +data: Eccube\Entity\Category {#7473 -id: 74 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1725504548 {#7471 date: 2024-09-05 11:49:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7472 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7474 …} -Children: Doctrine\ORM\PersistentCollection {#7477 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8160 +label: " その他" +value: "75" +data: Eccube\Entity\Category {#7480 -id: 75 -name: "その他" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1725504552 {#7478 date: 2024-09-05 11:49:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504566 {#7479 date: 2024-09-05 11:49:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7481 …} -Children: Doctrine\ORM\PersistentCollection {#7484 …} -Parent: Eccube\Entity\Category {#7442} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7439 …} } +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8161 +label: "大野中学校" +value: "57" +data: Eccube\Entity\Category {#7487 -id: 57 -name: "大野中学校" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1725504232 {#7431 date: 2024-09-05 11:43:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504240 {#7430 date: 2024-09-05 11:44:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7488 …} -Children: Doctrine\ORM\PersistentCollection {#7492 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8162 +label: " ブレザー" +value: "62" +data: Eccube\Entity\Category {#7493 -id: 62 -name: "ブレザー" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1725504444 {#7485 date: 2024-09-05 11:47:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7486 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7494 …} -Children: Doctrine\ORM\PersistentCollection {#7497 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8163 +label: " シャツ" +value: "66" +data: Eccube\Entity\Category {#7502 -id: 66 -name: "シャツ" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1725504458 {#7500 date: 2024-09-05 11:47:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7501 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7503 …} -Children: Doctrine\ORM\PersistentCollection {#7506 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8164 +label: " スラックス" +value: "63" +data: Eccube\Entity\Category {#7509 -id: 63 -name: "スラックス" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1725504448 {#7507 date: 2024-09-05 11:47:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7508 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7510 …} -Children: Doctrine\ORM\PersistentCollection {#7513 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8165 +label: " スカート" +value: "64" +data: Eccube\Entity\Category {#7516 -id: 64 -name: "スカート" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1725504452 {#7514 date: 2024-09-05 11:47:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7515 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7517 …} -Children: Doctrine\ORM\PersistentCollection {#7520 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8166 +label: " ネクタイ" +value: "65" +data: Eccube\Entity\Category {#7523 -id: 65 -name: "ネクタイ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1725504455 {#7521 date: 2024-09-05 11:47:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7522 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7524 …} -Children: Doctrine\ORM\PersistentCollection {#7527 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8167 +label: " ベスト・セーター" +value: "67" +data: Eccube\Entity\Category {#7530 -id: 67 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1725504472 {#7528 date: 2024-09-05 11:47:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7529 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7531 …} -Children: Doctrine\ORM\PersistentCollection {#7534 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8168 +label: " その他" +value: "68" +data: Eccube\Entity\Category {#7537 -id: 68 -name: "その他" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1725504481 {#7535 date: 2024-09-05 11:48:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725504505 {#7536 date: 2024-09-05 11:48:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7538 …} -Children: Doctrine\ORM\PersistentCollection {#7541 …} -Parent: Eccube\Entity\Category {#7487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7490 …} } +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8169 +label: "福岡農業高等学校" +value: "6" +data: Eccube\Entity\Category {#7544 -id: 6 -name: "福岡農業高等学校" -hierarchy: 1 -sort_no: 56 -create_date: DateTime @1692693156 {#7498 date: 2023-08-22 17:32:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693156 {#7499 date: 2023-08-22 17:32:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7545 …} -Children: Doctrine\ORM\PersistentCollection {#7549 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8170 +label: " 上衣" +value: "50" +data: Eccube\Entity\Category {#7550 -id: 50 -name: "上衣" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1692702749 {#7542 date: 2023-08-22 20:12:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7543 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7551 …} -Children: Doctrine\ORM\PersistentCollection {#7554 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8171 +label: " シャツ・ブラウス" +value: "51" +data: Eccube\Entity\Category {#7559 -id: 51 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1692702752 {#7557 date: 2023-08-22 20:12:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7558 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7560 …} -Children: Doctrine\ORM\PersistentCollection {#6840 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8172 +label: " スカート" +value: "52" +data: Eccube\Entity\Category {#7724 -id: 52 -name: "スカート" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1692702756 {#7722 date: 2023-08-22 20:12:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7723 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7725 …} -Children: Doctrine\ORM\PersistentCollection {#7728 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8173 +label: " スラックス" +value: "53" +data: Eccube\Entity\Category {#7731 -id: 53 -name: "スラックス" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1692702758 {#7729 date: 2023-08-22 20:12:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7730 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7732 …} -Children: Doctrine\ORM\PersistentCollection {#7735 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8174 +label: " ネクタイ" +value: "54" +data: Eccube\Entity\Category {#7738 -id: 54 -name: "ネクタイ" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1692702764 {#7736 date: 2023-08-22 20:12:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7737 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7739 …} -Children: Doctrine\ORM\PersistentCollection {#7742 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8175 +label: " ベスト" +value: "55" +data: Eccube\Entity\Category {#7745 -id: 55 -name: "ベスト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1692702767 {#7743 date: 2023-08-22 20:12:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7744 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7746 …} -Children: Doctrine\ORM\PersistentCollection {#7749 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8176 +label: " その他" +value: "56" +data: Eccube\Entity\Category {#7752 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1692702774 {#7750 date: 2023-08-22 20:12:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282518 {#7751 date: 2023-09-21 16:48:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7753 …} -Children: Doctrine\ORM\PersistentCollection {#7756 …} -Parent: Eccube\Entity\Category {#7544} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7547 …} } +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8177 +label: "武蔵台高等学校" +value: "5" +data: Eccube\Entity\Category {#7759 -id: 5 -name: "武蔵台高等学校" -hierarchy: 1 -sort_no: 48 -create_date: DateTime @1692693144 {#7555 date: 2023-08-22 17:32:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693144 {#7556 date: 2023-08-22 17:32:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7760 …} -Children: Doctrine\ORM\PersistentCollection {#7764 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8178 +label: " 上衣" +value: "43" +data: Eccube\Entity\Category {#7765 -id: 43 -name: "上衣" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1692702543 {#7757 date: 2023-08-22 20:09:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7758 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7766 …} -Children: Doctrine\ORM\PersistentCollection {#7769 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8179 +label: " シャツ・ブラウス" +value: "44" +data: Eccube\Entity\Category {#7774 -id: 44 -name: "シャツ・ブラウス" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1692702546 {#7772 date: 2023-08-22 20:09:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7773 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7775 …} -Children: Doctrine\ORM\PersistentCollection {#7778 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8180 +label: " スカート" +value: "45" +data: Eccube\Entity\Category {#7781 -id: 45 -name: "スカート" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1692702549 {#7779 date: 2023-08-22 20:09:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7780 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7782 …} -Children: Doctrine\ORM\PersistentCollection {#7785 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8181 +label: " スラックス" +value: "46" +data: Eccube\Entity\Category {#7788 -id: 46 -name: "スラックス" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1692702728 {#7786 date: 2023-08-22 20:12:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7787 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7789 …} -Children: Doctrine\ORM\PersistentCollection {#7792 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8182 +label: " ネクタイ" +value: "47" +data: Eccube\Entity\Category {#7795 -id: 47 -name: "ネクタイ" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1692702731 {#7793 date: 2023-08-22 20:12:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7794 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7796 …} -Children: Doctrine\ORM\PersistentCollection {#7799 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8183 +label: " ベスト・セーター" +value: "48" +data: Eccube\Entity\Category {#7802 -id: 48 -name: "ベスト・セーター" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1692702734 {#7800 date: 2023-08-22 20:12:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7801 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7803 …} -Children: Doctrine\ORM\PersistentCollection {#7806 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8184 +label: " その他" +value: "49" +data: Eccube\Entity\Category {#7809 -id: 49 -name: "その他" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1692702739 {#7807 date: 2023-08-22 20:12:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282507 {#7808 date: 2023-09-21 16:48:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7810 …} -Children: Doctrine\ORM\PersistentCollection {#7813 …} -Parent: Eccube\Entity\Category {#7759} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7762 …} } +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8185 +label: "太宰府東中学校" +value: "4" +data: Eccube\Entity\Category {#7816 -id: 4 -name: "太宰府東中学校" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1692693139 {#7770 date: 2023-08-22 17:32:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693139 {#7771 date: 2023-08-22 17:32:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7817 …} -Children: Doctrine\ORM\PersistentCollection {#7821 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8186 +label: " 上衣" +value: "34" +data: Eccube\Entity\Category {#7822 -id: 34 -name: "上衣" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1692702513 {#7814 date: 2023-08-22 20:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7815 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8187 +label: " ブラウス・シャツ" +value: "35" +data: Eccube\Entity\Category {#7831 -id: 35 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1692702516 {#7829 date: 2023-08-22 20:08:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7830 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8188 +label: " スカート" +value: "36" +data: Eccube\Entity\Category {#7838 -id: 36 -name: "スカート" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1692702518 {#7836 date: 2023-08-22 20:08:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7837 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8189 +label: " スラックス" +value: "37" +data: Eccube\Entity\Category {#7845 -id: 37 -name: "スラックス" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1692702521 {#7843 date: 2023-08-22 20:08:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7844 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8190 +label: " リボン・ネクタイ" +value: "38" +data: Eccube\Entity\Category {#7852 -id: 38 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1692702524 {#7850 date: 2023-08-22 20:08:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7851 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8191 +label: " シューズ" +value: "39" +data: Eccube\Entity\Category {#7859 -id: 39 -name: "シューズ" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1692702526 {#7857 date: 2023-08-22 20:08:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7858 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8192 +label: " 体育" +value: "40" +data: Eccube\Entity\Category {#7866 -id: 40 -name: "体育" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1692702528 {#7864 date: 2023-08-22 20:08:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7865 date: 2023-09-21 16:48:15.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 {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8193 +label: " セーター・ベスト・カーディガン" +value: "41" +data: Eccube\Entity\Category {#7873 -id: 41 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1692702531 {#7871 date: 2023-08-22 20:08:51.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 {#7874 …} -Children: Doctrine\ORM\PersistentCollection {#7877 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8194 +label: " その他" +value: "42" +data: Eccube\Entity\Category {#7880 -id: 42 -name: "その他" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692702534 {#7878 date: 2023-08-22 20:08:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282495 {#7879 date: 2023-09-21 16:48:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7881 …} -Children: Doctrine\ORM\PersistentCollection {#7884 …} -Parent: Eccube\Entity\Category {#7816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7819 …} } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8195 +label: "太宰府中学校" +value: "3" +data: Eccube\Entity\Category {#7887 -id: 3 -name: "太宰府中学校" -hierarchy: 1 -sort_no: 30 -create_date: DateTime @1692693133 {#7827 date: 2023-08-22 17:32:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693133 {#7828 date: 2023-08-22 17:32:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7888 …} -Children: Doctrine\ORM\PersistentCollection {#7892 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8196 +label: " 上衣" +value: "25" +data: Eccube\Entity\Category {#7893 -id: 25 -name: "上衣" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1692702480 {#7885 date: 2023-08-22 20:08:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7886 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7894 …} -Children: Doctrine\ORM\PersistentCollection {#7897 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8197 +label: " ブラウス・シャツ" +value: "26" +data: Eccube\Entity\Category {#7902 -id: 26 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1692702482 {#7900 date: 2023-08-22 20:08:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7901 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7903 …} -Children: Doctrine\ORM\PersistentCollection {#7906 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8198 +label: " スカート" +value: "27" +data: Eccube\Entity\Category {#7909 -id: 27 -name: "スカート" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1692702487 {#7907 date: 2023-08-22 20:08:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7908 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7910 …} -Children: Doctrine\ORM\PersistentCollection {#7913 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8199 +label: " スラックス" +value: "28" +data: Eccube\Entity\Category {#7916 -id: 28 -name: "スラックス" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1692702490 {#7914 date: 2023-08-22 20:08:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7915 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7917 …} -Children: Doctrine\ORM\PersistentCollection {#7920 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8200 +label: " リボン・ネクタイ" +value: "29" +data: Eccube\Entity\Category {#7923 -id: 29 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1692702497 {#7921 date: 2023-08-22 20:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7922 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7924 …} -Children: Doctrine\ORM\PersistentCollection {#7927 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8201 +label: " シューズ" +value: "30" +data: Eccube\Entity\Category {#7930 -id: 30 -name: "シューズ" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1692702499 {#7928 date: 2023-08-22 20:08:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7929 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7931 …} -Children: Doctrine\ORM\PersistentCollection {#7934 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8202 +label: " 体育" +value: "31" +data: Eccube\Entity\Category {#7937 -id: 31 -name: "体育" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1692702502 {#7935 date: 2023-08-22 20:08:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7936 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7938 …} -Children: Doctrine\ORM\PersistentCollection {#7941 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8203 +label: " セーター・ベスト・カーディガン" +value: "32" +data: Eccube\Entity\Category {#7944 -id: 32 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1692702505 {#7942 date: 2023-08-22 20:08:25.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 {#7945 …} -Children: Doctrine\ORM\PersistentCollection {#7948 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8204 +label: " その他" +value: "33" +data: Eccube\Entity\Category {#7951 -id: 33 -name: "その他" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1692702508 {#7949 date: 2023-08-22 20:08:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282483 {#7950 date: 2023-09-21 16:48:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7952 …} -Children: Doctrine\ORM\PersistentCollection {#7955 …} -Parent: Eccube\Entity\Category {#7887} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7890 …} } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8205 +label: "太宰府西中学校" +value: "2" +data: Eccube\Entity\Category {#7958 -id: 2 -name: "太宰府西中学校" -hierarchy: 1 -sort_no: 20 -create_date: DateTime @1692693126 {#7898 date: 2023-08-22 17:32:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693126 {#7899 date: 2023-08-22 17:32:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7959 …} -Children: Doctrine\ORM\PersistentCollection {#7963 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8206 +label: " 上衣" +value: "16" +data: Eccube\Entity\Category {#7964 -id: 16 -name: "上衣" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1692701223 {#7956 date: 2023-08-22 19:47:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#7957 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7965 …} -Children: Doctrine\ORM\PersistentCollection {#7968 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8207 +label: " ブラウス・シャツ" +value: "17" +data: Eccube\Entity\Category {#7973 -id: 17 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1692702445 {#7971 date: 2023-08-22 20:07:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#7972 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7974 …} -Children: Doctrine\ORM\PersistentCollection {#7977 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8208 +label: " スカート" +value: "18" +data: Eccube\Entity\Category {#7980 -id: 18 -name: "スカート" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1692702448 {#7978 date: 2023-08-22 20:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#7979 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7981 …} -Children: Doctrine\ORM\PersistentCollection {#7984 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8209 +label: " スラックス" +value: "19" +data: Eccube\Entity\Category {#7987 -id: 19 -name: "スラックス" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1692702451 {#7985 date: 2023-08-22 20:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#7986 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7988 …} -Children: Doctrine\ORM\PersistentCollection {#7991 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8210 +label: " リボン・ネクタイ" +value: "20" +data: Eccube\Entity\Category {#7994 -id: 20 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1692702454 {#7992 date: 2023-08-22 20:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#7993 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7995 …} -Children: Doctrine\ORM\PersistentCollection {#7998 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8211 +label: " シューズ" +value: "21" +data: Eccube\Entity\Category {#8001 -id: 21 -name: "シューズ" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1692702459 {#7999 date: 2023-08-22 20:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8000 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8002 …} -Children: Doctrine\ORM\PersistentCollection {#8005 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8212 +label: " 体育" +value: "22" +data: Eccube\Entity\Category {#8008 -id: 22 -name: "体育" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1692702463 {#8006 date: 2023-08-22 20:07:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8007 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8009 …} -Children: Doctrine\ORM\PersistentCollection {#8012 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8213 +label: " セーター・ベスト・カーディガン" +value: "23" +data: Eccube\Entity\Category {#8015 -id: 23 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1692702466 {#8013 date: 2023-08-22 20:07:46.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 {#8016 …} -Children: Doctrine\ORM\PersistentCollection {#8019 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8214 +label: " その他" +value: "24" +data: Eccube\Entity\Category {#8022 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1692702468 {#8020 date: 2023-08-22 20:07:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282469 {#8021 date: 2023-09-21 16:47:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8023 …} -Children: Doctrine\ORM\PersistentCollection {#8026 …} -Parent: Eccube\Entity\Category {#7958} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#7961 …} } +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8215 +label: "学業院中学校" +value: "1" +data: Eccube\Entity\Category {#8029 -id: 1 -name: "学業院中学校" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1692693107 {#7969 date: 2023-08-22 17:31:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692693107 {#7970 date: 2023-08-22 17:31:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8030 …} -Children: Doctrine\ORM\PersistentCollection {#8034 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8216 +label: " 上衣" +value: "7" +data: Eccube\Entity\Category {#8035 -id: 7 -name: "上衣" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1692701172 {#8027 date: 2023-08-22 19:46:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8028 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8036 …} -Children: Doctrine\ORM\PersistentCollection {#8039 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8217 +label: " ブラウス・シャツ" +value: "8" +data: Eccube\Entity\Category {#8044 -id: 8 -name: "ブラウス・シャツ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1692701177 {#8042 date: 2023-08-22 19:46:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8043 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8045 …} -Children: Doctrine\ORM\PersistentCollection {#8048 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8218 +label: " スカート" +value: "9" +data: Eccube\Entity\Category {#8051 -id: 9 -name: "スカート" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1692701182 {#8049 date: 2023-08-22 19:46:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8050 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8052 …} -Children: Doctrine\ORM\PersistentCollection {#8055 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8219 +label: " スラックス" +value: "10" +data: Eccube\Entity\Category {#8058 -id: 10 -name: "スラックス" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1692701187 {#8056 date: 2023-08-22 19:46:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8057 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8059 …} -Children: Doctrine\ORM\PersistentCollection {#8062 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8220 +label: " リボン・ネクタイ" +value: "11" +data: Eccube\Entity\Category {#8065 -id: 11 -name: "リボン・ネクタイ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1692701192 {#8063 date: 2023-08-22 19:46:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8064 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8066 …} -Children: Doctrine\ORM\PersistentCollection {#8069 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8221 +label: " シューズ" +value: "12" +data: Eccube\Entity\Category {#8072 -id: 12 -name: "シューズ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1692701197 {#8070 date: 2023-08-22 19:46:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8071 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8073 …} -Children: Doctrine\ORM\PersistentCollection {#8076 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8222 +label: " 体育" +value: "13" +data: Eccube\Entity\Category {#8079 -id: 13 -name: "体育" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1692701203 {#8077 date: 2023-08-22 19:46:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8078 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8080 …} -Children: Doctrine\ORM\PersistentCollection {#8083 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8223 +label: " セーター・ベスト・カーディガン" +value: "14" +data: Eccube\Entity\Category {#8086 -id: 14 -name: "セーター・ベスト・カーディガン" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1692701207 {#8084 date: 2023-08-22 19:46:47.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 {#8087 …} -Children: Doctrine\ORM\PersistentCollection {#8090 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8224 +label: " その他" +value: "15" +data: Eccube\Entity\Category {#8093 -id: 15 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1692701212 {#8091 date: 2023-08-22 19:46:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695282455 {#8092 date: 2023-09-21 16:47:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8094 …} -Children: Doctrine\ORM\PersistentCollection {#8097 …} -Parent: Eccube\Entity\Category {#8029} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7461 …} -School: Proxies\__CG__\Customize\Entity\School {#8032 …} } +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 {#8121 -form: Symfony\Component\Form\Form {#8108 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#8120 …5} |
full_name | "category_id" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_id" |
is_selected | Closure($choice, $value) {#8127 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6519 …} } |
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) {#7022 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6206 …} } |
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() {#8041 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6248 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1324 …} $translationDomain: "validators" $message: Closure() {#7021 …} } } |
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 {#8225 -form: Symfony\Component\Form\Form {#8111 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8126 …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 | "" |