Forms
-
product_review
-
reviewer_name
-
reviewer_url
-
sex
-
1
-
2
-
-
recommend_level
-
0
-
1
-
2
-
3
-
4
-
-
title
-
comment
-
_token
-
-
(no name)
-
category_id
-
name
-
product_review
"Plugin\ProductReview42\Form\Type\ProductReviewType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Plugin\ProductReview42\Entity\ProductReview {#4024 -id: null -reviewer_name: null -reviewer_url: null -title: null -comment: null -Sex: null -recommend_level: null -Product: null -Customer: null -create_date: null -update_date: null -Status: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | Plugin\ProductReview42\Entity\ProductReview {#4024 -id: null -reviewer_name: null -reviewer_url: null -title: null -comment: null -Sex: null -recommend_level: null -Product: null -Customer: null -create_date: null -update_date: null -Status: null } |
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 {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
| data | Plugin\ProductReview42\Entity\ProductReview {#4024 -id: null -reviewer_name: null -reviewer_url: null -title: null -comment: null -Sex: null -recommend_level: null -Product: null -Customer: null -create_date: null -update_date: null -Status: null } |
| data_class | "Plugin\ProductReview42\Entity\ProductReview" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4089 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "Plugin\ProductReview42\Entity\ProductReview" } } |
| 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 | [] |
| 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() {#4091 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4090 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "product_review" "_product_review" ] |
| cache_key | "_product_review_product_review" |
| compound | true |
| data | Plugin\ProductReview42\Entity\ProductReview {#4024 -id: null -reviewer_name: null -reviewer_url: null -title: null -comment: null -Sex: null -recommend_level: null -Product: null -Customer: null -create_date: null -update_date: null -Status: null } |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4259 -form: Symfony\Component\Form\Form {#4266 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4092 …5} |
| full_name | "product_review" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "product_review" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "product_review" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_product_review" |
| valid | true |
| value | Plugin\ProductReview42\Entity\ProductReview {#4024 -id: null -reviewer_name: null -reviewer_url: null -title: null -comment: null -Sex: null -recommend_level: null -Product: null -Customer: null -create_date: null -update_date: null -Status: null } |
reviewer_name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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" => 255 ] |
[ "maxlength" => 255 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4098 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4099 +payload: null +groups: ? +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4098 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4099 +payload: null +groups: ? +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "product_review.form.product_review.reviewer_name" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4098 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4099 +payload: null +groups: ? +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| 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 {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4118 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "product_review.form.product_review.reviewer_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#4120 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4119 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_product_review_reviewer_name" ] |
| cache_key | "_product_review_reviewer_name_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 {#4347 -form: Symfony\Component\Form\Form {#4269 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4357 …5} |
| full_name | "product_review[reviewer_name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "product_review_reviewer_name" |
| label | "product_review.form.product_review.reviewer_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "reviewer_name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_product_review_reviewer_name" |
| valid | true |
| value | "" |
reviewer_url
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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" => 1000 ] |
[ "maxlength" => 1000 ] |
| constraints | [ Symfony\Component\Validator\Constraints\Url {#4100 +payload: null +groups: ? +message: "This value is not a valid URL." +protocols: [ "http" "https" ] +relativeProtocol: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4101 +payload: null +groups: ? +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: 1000 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\Url {#4100 +payload: null +groups: ? +message: "This value is not a valid URL." +protocols: [ "http" "https" ] +relativeProtocol: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4101 +payload: null +groups: ? +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: 1000 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "product_review.form.product_review.reviewer_url" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 1000 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Url {#4100 +payload: null +groups: ? +message: "This value is not a valid URL." +protocols: [ "http" "https" ] +relativeProtocol: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4101 +payload: null +groups: ? +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: 1000 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| 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 {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4129 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "product_review.form.product_review.reviewer_url" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#4131 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4130 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 1000 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_product_review_reviewer_url" ] |
| cache_key | "_product_review_reviewer_url_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 {#4337 -form: Symfony\Component\Form\Form {#4272 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4327 …5} |
| full_name | "product_review[reviewer_url]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "product_review_reviewer_url" |
| label | "product_review.form.product_review.reviewer_url" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "reviewer_url" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_product_review_reviewer_url" |
| valid | true |
| value | "" |
sex
"Eccube\Form\Type\Master\SexType"
Errors
This form has no errors.
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 | [] |
| 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 {#4167 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#4168 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#4218 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#4190 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4191 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#4189 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4209 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#4187 …} } |
| choices | null |
| class | "Eccube\Entity\Master\Sex" |
| 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 {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerNSYdtf8\EntityManagerGhost554d0f0 {#535 …12} |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| 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 {#4206 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerNSYdtf8\EntityManagerGhost554d0f0 {#535 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4175 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| 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 {#4197 -em: ContainerNSYdtf8\EntityManagerGhost554d0f0 {#535 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4194 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4195 #from: "Eccube\Entity\Master\Sex" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4192 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT m FROM Eccube\Entity\Master\Sex m ORDER BY m.sort_no ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#4196 …} -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() {#4174 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4171 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "master" "sex" "_product_review_sex" ] |
| cache_key | "_product_review_sex_sex" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4180 +label: "男性" +value: "1" +data: Eccube\Entity\Master\Sex {#4223 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4183 +label: "女性" +value: "2" +data: Eccube\Entity\Master\Sex {#4224 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4317 -form: Symfony\Component\Form\Form {#4305 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#4179 …5} |
| full_name | "product_review[sex]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "product_review_sex" |
| is_selected | Closure($choice, $value) {#4298 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "sex" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_product_review_sex" |
| valid | true |
| value | "" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "男性" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | false |
false
|
| value | "1" |
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 | "entry" |
| 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 {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#4282 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#4283 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "男性" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#4284 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4285 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_product_review_sex_entry" ] |
| cache_key | "_product_review_sex_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4467 -form: Symfony\Component\Form\Form {#4308 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4121 …5} |
| full_name | "product_review[sex]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "product_review_sex_1" |
| label | "男性" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_product_review_sex_entry" |
| valid | true |
| value | "1" |
2
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "女性" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | false |
false
|
| value | "2" |
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 | "entry" |
| 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 {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#4282 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#4283 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "女性" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#4297 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4296 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "2" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_product_review_sex_entry" ] |
| cache_key | "_product_review_sex_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4466 -form: Symfony\Component\Form\Form {#4311 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4464 …5} |
| full_name | "product_review[sex]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "product_review_sex_2" |
| label | "女性" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_product_review_sex_entry" |
| valid | true |
| value | "2" |
recommend_level
Errors
This form has no errors.
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 |
|---|---|---|
| choices | [ "★★★★★" => 5 "★★★★" => 4 "★★★" => 3 "★★" => 2 "★" => 1 ] |
[ "★★★★★" => 5 "★★★★" => 4 "★★★" => 3 "★★" => 2 "★" => 1 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4102 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4102 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| expanded | true |
same as passed value |
| label | "product_review.form.product_review.recommend_level" |
same as passed value |
| multiple | false |
false
|
| placeholder | false |
null
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "★★★★★" => 5 "★★★★" => 4 "★★★" => 3 "★★" => 2 "★" => 1 ] |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4102 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| 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 | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "product_review.form.product_review.recommend_level" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4212 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4211 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_product_review_recommend_level" ] |
| cache_key | "_product_review_recommend_level_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4231 +label: "★★★★★" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4232 +label: "★★★★" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4233 +label: "★★★" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4234 +label: "★★" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4235 +label: "★" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4132 -form: Symfony\Component\Form\Form {#4364 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#4288 …5} |
| full_name | "product_review[recommend_level]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "product_review_recommend_level" |
| is_selected | Closure($choice, $value) {#4469 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "product_review.form.product_review.recommend_level" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "recommend_level" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_product_review_recommend_level" |
| valid | true |
| value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "★★★★★" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "5" |
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 | "entry" |
| 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 {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#4282 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#4283 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "★★★★★" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#4316 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4315 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "5" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_product_review_recommend_level_entry" ] |
| cache_key | "_product_review_recommend_level_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4510 -form: Symfony\Component\Form\Form {#4367 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4507 …5} |
| full_name | "product_review[recommend_level]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "product_review_recommend_level_0" |
| label | "★★★★★" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_product_review_recommend_level_entry" |
| valid | true |
| value | "5" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "★★★★" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "4" |
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 | "entry" |
| 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 {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#4282 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#4283 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "★★★★" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#4326 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4325 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "4" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_product_review_recommend_level_entry" ] |
| cache_key | "_product_review_recommend_level_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4511 -form: Symfony\Component\Form\Form {#4370 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4512 …5} |
| full_name | "product_review[recommend_level]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "product_review_recommend_level_1" |
| label | "★★★★" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_product_review_recommend_level_entry" |
| valid | true |
| value | "4" |
2
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "★★★" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "3" |
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 | "entry" |
| 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 {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#4282 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#4283 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "★★★" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#4336 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4335 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "3" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_product_review_recommend_level_entry" ] |
| cache_key | "_product_review_recommend_level_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4513 -form: Symfony\Component\Form\Form {#4373 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4514 …5} |
| full_name | "product_review[recommend_level]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "product_review_recommend_level_2" |
| label | "★★★" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "2" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_product_review_recommend_level_entry" |
| valid | true |
| value | "3" |
3
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "★★" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "2" |
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 | "entry" |
| 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 {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#4282 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#4283 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "★★" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#4346 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4345 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "2" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_product_review_recommend_level_entry" ] |
| cache_key | "_product_review_recommend_level_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4515 -form: Symfony\Component\Form\Form {#4376 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4516 …5} |
| full_name | "product_review[recommend_level]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "product_review_recommend_level_3" |
| label | "★★" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "3" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_product_review_recommend_level_entry" |
| valid | true |
| value | "2" |
4
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "★" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "1" |
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 | "entry" |
| 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 {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#4282 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#4283 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "★" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#4356 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4355 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_product_review_recommend_level_entry" ] |
| cache_key | "_product_review_recommend_level_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4517 -form: Symfony\Component\Form\Form {#4379 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4518 …5} |
| full_name | "product_review[recommend_level]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "product_review_recommend_level_4" |
| label | "★" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "4" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_product_review_recommend_level_entry" |
| valid | true |
| value | "1" |
title
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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" => 255 ] |
[ "maxlength" => 255 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4103 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4104 +payload: null +groups: ? +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: 50 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4103 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4104 +payload: null +groups: ? +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: 50 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "product_review.form.product_review.title" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4103 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4104 +payload: null +groups: ? +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: 50 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| 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 {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4241 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "product_review.form.product_review.title" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#4243 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4242 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_product_review_title" ] |
| cache_key | "_product_review_title_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 {#4470 -form: Symfony\Component\Form\Form {#4382 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4468 …5} |
| full_name | "product_review[title]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "product_review_title" |
| label | "product_review.form.product_review.title" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "title" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_product_review_title" |
| valid | true |
| value | "" |
comment
Errors
This form has no errors.
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" => 3000 ] |
[ "maxlength" => 3000 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4105 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4106 +payload: null +groups: ? +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: 3000 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4105 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4106 +payload: null +groups: ? +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: 3000 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "product_review.form.product_review.comment" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 3000 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4105 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4106 +payload: null +groups: ? +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: 3000 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| 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 {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4256 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "product_review.form.product_review.comment" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#4258 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4257 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 3000 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_product_review_comment" ] |
| cache_key | "_product_review_comment_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 {#4520 -form: Symfony\Component\Form\Form {#4385 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4519 …5} |
| full_name | "product_review[comment]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "product_review_comment" |
| label | "product_review.form.product_review.comment" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "comment" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_product_review_comment" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "4a3f58c9.x87q_Ll5riF6V9I0xGknHwPX6n93QsAHD_1-9FbqNFA.vazay_MYwmgIZrVEqiwVKTetmkpPOp9yYI8LugWnBRSIgdqkwUHMEBcWpQ" |
| 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 | "4a3f58c9.x87q_Ll5riF6V9I0xGknHwPX6n93QsAHD_1-9FbqNFA.vazay_MYwmgIZrVEqiwVKTetmkpPOp9yYI8LugWnBRSIgdqkwUHMEBcWpQ" |
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 {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
| data | "4a3f58c9.x87q_Ll5riF6V9I0xGknHwPX6n93QsAHD_1-9FbqNFA.vazay_MYwmgIZrVEqiwVKTetmkpPOp9yYI8LugWnBRSIgdqkwUHMEBcWpQ" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4524 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#4526 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4525 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_product_review__token" ] |
| cache_key | "_product_review__token_hidden" |
| compound | false |
| data | "4a3f58c9.x87q_Ll5riF6V9I0xGknHwPX6n93QsAHD_1-9FbqNFA.vazay_MYwmgIZrVEqiwVKTetmkpPOp9yYI8LugWnBRSIgdqkwUHMEBcWpQ" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4538 -form: Symfony\Component\Form\Form {#4533 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4527 …5} |
| full_name | "product_review[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "product_review__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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_product_review__token" |
| valid | true |
| value | "4a3f58c9.x87q_Ll5riF6V9I0xGknHwPX6n93QsAHD_1-9FbqNFA.vazay_MYwmgIZrVEqiwVKTetmkpPOp9yYI8LugWnBRSIgdqkwUHMEBcWpQ" |
(no name)
"Eccube\Form\Type\SearchProductBlockType"
Errors
This form has no errors.
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 {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#7705 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | [] |
| 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() {#7707 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#7706 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| 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 {#7752 -form: Symfony\Component\Form\Form {#7739 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7753 …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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_" |
| valid | true |
| value | null |
category_id
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
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 {#4918 -id: 254 -name: "お歳暮" -hierarchy: 1 -sort_no: 147 -create_date: DateTime @1664781674 {#5028 date: 2022-10-03 16:21:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1664781674 {#5022 date: 2022-10-03 16:21:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5070 …} -Children: Doctrine\ORM\PersistentCollection {#5067 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5064 -id: 257 -name: "お中元" -hierarchy: 1 -sort_no: 146 -create_date: DateTime @1684369701 {#5066 date: 2023-05-18 09:28:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1684369701 {#5065 date: 2023-05-18 09:28:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5063 …} -Children: Doctrine\ORM\PersistentCollection {#5060 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5057 -id: 248 -name: "サービス対象商品期間限定セット" -hierarchy: 1 -sort_no: 145 -create_date: DateTime @1643006032 {#5059 date: 2022-01-24 15:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1643006032 {#5058 date: 2022-01-24 15:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5056 …} -Children: Doctrine\ORM\PersistentCollection {#5053 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5048 -id: 207 -name: "サービス対象外" -hierarchy: 1 -sort_no: 144 -create_date: DateTime @1642720040 {#5052 date: 2022-01-21 08:07:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642757393 {#5051 date: 2022-01-21 18:29:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5047 …} -Children: Doctrine\ORM\PersistentCollection {#5044 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5043 -id: 232 -name: "酒類" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1642720052 {#5050 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720052 {#5049 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5042 …} -Children: Doctrine\ORM\PersistentCollection {#5038 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5032 -id: 233 -name: "お菓子" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1642720053 {#5035 date: 2022-01-21 08:07:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720053 {#5033 date: 2022-01-21 08:07:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5031 …} -Children: Doctrine\ORM\PersistentCollection {#5027 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5024 -id: 234 -name: "水産物・水産加工品" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1642720054 {#5026 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720054 {#5025 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5023 …} -Children: Doctrine\ORM\PersistentCollection {#5019 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5016 -id: 235 -name: "農畜産物・農産加工品" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1642720054 {#5018 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720054 {#5017 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5013 …} -Children: Doctrine\ORM\PersistentCollection {#4868 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#4865 -id: 236 -name: "麺類" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1642720055 {#4867 date: 2022-01-21 08:07:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720055 {#4866 date: 2022-01-21 08:07:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4864 …} -Children: Doctrine\ORM\PersistentCollection {#4861 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5106 -id: 237 -name: "乳製品" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1642720056 {#4871 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720056 {#5108 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5104 …} -Children: Doctrine\ORM\PersistentCollection {#5098 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5109 -id: 238 -name: "調味料" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1642720056 {#5074 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720056 {#5110 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5107 …} -Children: Doctrine\ORM\PersistentCollection {#5101 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5099 -id: 239 -name: "飲料" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1642720057 {#5096 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720057 {#5097 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5095 …} -Children: Doctrine\ORM\PersistentCollection {#5092 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5089 -id: 240 -name: "選べるギフト" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1642720057 {#5091 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720057 {#5090 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5088 …} -Children: Doctrine\ORM\PersistentCollection {#5085 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5082 -id: 241 -name: "化粧品" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1642720058 {#5084 date: 2022-01-21 08:07:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720058 {#5083 date: 2022-01-21 08:07:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5081 …} -Children: Doctrine\ORM\PersistentCollection {#5120 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5123 -id: 242 -name: "島根県ふるさと伝統工芸品" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1642720059 {#5121 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720059 {#5122 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5124 …} -Children: Doctrine\ORM\PersistentCollection {#5127 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5130 -id: 243 -name: "民工芸品" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1642720059 {#5128 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720059 {#5129 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5131 …} -Children: Doctrine\ORM\PersistentCollection {#5134 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5137 -id: 247 -name: "生花" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1642720062 {#5135 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720062 {#5136 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5138 …} -Children: Doctrine\ORM\PersistentCollection {#5141 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5144 -id: 244 -name: "お買物袋" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1642720060 {#5142 date: 2022-01-21 08:07:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720060 {#5143 date: 2022-01-21 08:07:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5145 …} -Children: Doctrine\ORM\PersistentCollection {#5148 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5151 -id: 206 -name: "送料サービス対象" -hierarchy: 1 -sort_no: 129 -create_date: DateTime @1642720040 {#5036 date: 2022-01-21 08:07:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1647215408 {#5037 date: 2022-03-14 08:50:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5152 …} -Children: Doctrine\ORM\PersistentCollection {#5155 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5156 -id: 252 -name: "父の日ギフト" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1648425101 {#5149 date: 2022-03-28 08:51:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648425101 {#5150 date: 2022-03-28 08:51:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5157 …} -Children: Doctrine\ORM\PersistentCollection {#5160 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5165 -id: 251 -name: "母の日ギフト" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1648425094 {#5163 date: 2022-03-28 08:51:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648425094 {#5164 date: 2022-03-28 08:51:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5166 …} -Children: Doctrine\ORM\PersistentCollection {#5169 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5172 -id: 220 -name: "酒類" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1642720046 {#5170 date: 2022-01-21 08:07:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720046 {#5171 date: 2022-01-21 08:07:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5173 …} -Children: Doctrine\ORM\PersistentCollection {#5176 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5179 -id: 221 -name: "お菓子" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1642720047 {#5177 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720047 {#5178 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5180 …} -Children: Doctrine\ORM\PersistentCollection {#5183 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5186 -id: 222 -name: "水産物・水産加工品" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1642720047 {#5184 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720047 {#5185 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5187 …} -Children: Doctrine\ORM\PersistentCollection {#5190 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5193 -id: 223 -name: "農畜産物・農産加工品" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1642720048 {#5191 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720048 {#5192 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5194 …} -Children: Doctrine\ORM\PersistentCollection {#5197 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5200 -id: 224 -name: "麺類" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1642720048 {#5198 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720048 {#5199 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5201 …} -Children: Doctrine\ORM\PersistentCollection {#5204 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5207 -id: 225 -name: "乳製品" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1642720049 {#5205 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720049 {#5206 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5208 …} -Children: Doctrine\ORM\PersistentCollection {#5211 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5214 -id: 226 -name: "調味料" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1642720049 {#5212 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720049 {#5213 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5215 …} -Children: Doctrine\ORM\PersistentCollection {#5218 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5221 -id: 227 -name: "飲料" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1642720050 {#5219 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720050 {#5220 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5222 …} -Children: Doctrine\ORM\PersistentCollection {#5225 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5228 -id: 228 -name: "選べるギフト" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1642720050 {#5226 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720050 {#5227 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5229 …} -Children: Doctrine\ORM\PersistentCollection {#5232 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5235 -id: 229 -name: "化粧品" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1642720051 {#5233 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720051 {#5234 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5236 …} -Children: Doctrine\ORM\PersistentCollection {#5239 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5242 -id: 230 -name: "島根県ふるさと伝統工芸品" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1642720051 {#5240 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720051 {#5241 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5243 …} -Children: Doctrine\ORM\PersistentCollection {#5246 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5249 -id: 231 -name: "民工芸品" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1642720052 {#5247 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720052 {#5248 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5250 …} -Children: Doctrine\ORM\PersistentCollection {#5253 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5256 -id: 246 -name: "生花" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1642720062 {#5254 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720062 {#5255 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5257 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5261 -id: 204 -name: "ギフト商品" -hierarchy: 1 -sort_no: 113 -create_date: DateTime @1636094940 {#5161 date: 2021-11-05 15:49:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1636095000 {#5162 date: 2021-11-05 15:50:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5262 …} -Children: Doctrine\ORM\PersistentCollection {#5265 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5268 -id: 202 -name: "【セール】お買い得商品" -hierarchy: 1 -sort_no: 112 -create_date: DateTime @1611038841 {#5266 date: 2021-01-19 15:47:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611038841 {#5267 date: 2021-01-19 15:47:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5269 …} -Children: Doctrine\ORM\PersistentCollection {#5272 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5275 -id: 120 -name: "島根ふるさとフェア" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1610413573 {#5273 date: 2021-01-12 10:06:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610413573 {#5274 date: 2021-01-12 10:06:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5276 …} -Children: Doctrine\ORM\PersistentCollection {#5279 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5282 -id: 256 -name: "ひな祭り特集" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1676017870 {#5280 date: 2023-02-10 17:31:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1676017870 {#5281 date: 2023-02-10 17:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5283 …} -Children: Doctrine\ORM\PersistentCollection {#5286 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5289 -id: 116 -name: "お正月" -hierarchy: 1 -sort_no: 109 -create_date: DateTime @1603758774 {#5287 date: 2020-10-27 09:32:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1603758774 {#5288 date: 2020-10-27 09:32:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5290 …} -Children: Doctrine\ORM\PersistentCollection {#5293 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5298 -id: 121 -name: "酒類" -hierarchy: 1 -sort_no: 108 -create_date: DateTime @1611032372 {#5294 date: 2021-01-19 13:59:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032372 {#5295 date: 2021-01-19 13:59:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5299 …} -Children: Doctrine\ORM\PersistentCollection {#5302 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5303 -id: 132 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1611033249 {#5296 date: 2021-01-19 14:14:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033249 {#5297 date: 2021-01-19 14:14:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5304 …} -Children: Doctrine\ORM\PersistentCollection {#5307 …} -Parent: Eccube\Entity\Category {#5298} -Creator: null } Eccube\Entity\Category {#5312 -id: 137 -name: "地酒" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1611033272 {#5310 date: 2021-01-19 14:14:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033272 {#5311 date: 2021-01-19 14:14:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5313 …} -Children: Doctrine\ORM\PersistentCollection {#5316 …} -Parent: Eccube\Entity\Category {#5298} -Creator: null } Eccube\Entity\Category {#5319 -id: 136 -name: "焼酎" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1611033269 {#5317 date: 2021-01-19 14:14:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033269 {#5318 date: 2021-01-19 14:14:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5320 …} -Children: Doctrine\ORM\PersistentCollection {#5323 …} -Parent: Eccube\Entity\Category {#5298} -Creator: null } Eccube\Entity\Category {#5326 -id: 135 -name: "地ビール" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1611033265 {#5324 date: 2021-01-19 14:14:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033265 {#5325 date: 2021-01-19 14:14:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5327 …} -Children: Doctrine\ORM\PersistentCollection {#5330 …} -Parent: Eccube\Entity\Category {#5298} -Creator: null } Eccube\Entity\Category {#5333 -id: 134 -name: "ワイン" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1611033261 {#5331 date: 2021-01-19 14:14:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033261 {#5332 date: 2021-01-19 14:14:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5334 …} -Children: Doctrine\ORM\PersistentCollection {#5337 …} -Parent: Eccube\Entity\Category {#5298} -Creator: null } Eccube\Entity\Category {#5340 -id: 133 -name: "その他" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1611033256 {#5338 date: 2021-01-19 14:14:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033256 {#5339 date: 2021-01-19 14:14:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5341 …} -Children: Doctrine\ORM\PersistentCollection {#5344 …} -Parent: Eccube\Entity\Category {#5298} -Creator: null } Eccube\Entity\Category {#5347 -id: 122 -name: "お菓子" -hierarchy: 1 -sort_no: 101 -create_date: DateTime @1611032382 {#5309 date: 2021-01-19 13:59:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032382 {#5308 date: 2021-01-19 13:59:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5348 …} -Children: Doctrine\ORM\PersistentCollection {#5351 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5352 -id: 141 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1611033316 {#5345 date: 2021-01-19 14:15:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033316 {#5346 date: 2021-01-19 14:15:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5353 …} -Children: Doctrine\ORM\PersistentCollection {#5356 …} -Parent: Eccube\Entity\Category {#5347} -Creator: null } Eccube\Entity\Category {#5361 -id: 140 -name: "和菓子" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1611033312 {#5359 date: 2021-01-19 14:15:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033312 {#5360 date: 2021-01-19 14:15:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5362 …} -Children: Doctrine\ORM\PersistentCollection {#5365 …} -Parent: Eccube\Entity\Category {#5347} -Creator: null } Eccube\Entity\Category {#5368 -id: 139 -name: "洋菓子" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1611033308 {#5366 date: 2021-01-19 14:15:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033308 {#5367 date: 2021-01-19 14:15:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5369 …} -Children: Doctrine\ORM\PersistentCollection {#5372 …} -Parent: Eccube\Entity\Category {#5347} -Creator: null } Eccube\Entity\Category {#5375 -id: 138 -name: "その他" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1611033304 {#5373 date: 2021-01-19 14:15:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033304 {#5374 date: 2021-01-19 14:15:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5376 …} -Children: Doctrine\ORM\PersistentCollection {#5379 …} -Parent: Eccube\Entity\Category {#5347} -Creator: null } Eccube\Entity\Category {#5382 -id: 123 -name: "水産物・水産加工品" -hierarchy: 1 -sort_no: 96 -create_date: DateTime @1611032386 {#5358 date: 2021-01-19 13:59:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032386 {#5357 date: 2021-01-19 13:59:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5383 …} -Children: Doctrine\ORM\PersistentCollection {#5386 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5387 -id: 148 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1611033359 {#5380 date: 2021-01-19 14:15:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033359 {#5381 date: 2021-01-19 14:15:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5388 …} -Children: Doctrine\ORM\PersistentCollection {#5391 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } Eccube\Entity\Category {#5396 -id: 147 -name: "しじみ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1611033356 {#5394 date: 2021-01-19 14:15:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033356 {#5395 date: 2021-01-19 14:15:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5397 …} -Children: Doctrine\ORM\PersistentCollection {#5400 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } Eccube\Entity\Category {#5403 -id: 146 -name: "干物" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1611033353 {#5401 date: 2021-01-19 14:15:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033353 {#5402 date: 2021-01-19 14:15:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5404 …} -Children: Doctrine\ORM\PersistentCollection {#5407 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } Eccube\Entity\Category {#5410 -id: 145 -name: "海藻類" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1611033350 {#5408 date: 2021-01-19 14:15:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033350 {#5409 date: 2021-01-19 14:15:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5411 …} -Children: Doctrine\ORM\PersistentCollection {#5414 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } Eccube\Entity\Category {#5417 -id: 144 -name: "蒲鉾・練り物" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1611033347 {#5415 date: 2021-01-19 14:15:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033347 {#5416 date: 2021-01-19 14:15:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5418 …} -Children: Doctrine\ORM\PersistentCollection {#5421 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } Eccube\Entity\Category {#5424 -id: 143 -name: "珍味・佃煮" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1611033343 {#5422 date: 2021-01-19 14:15:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033343 {#5423 date: 2021-01-19 14:15:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5428 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } Eccube\Entity\Category {#5431 -id: 142 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1611033340 {#5429 date: 2021-01-19 14:15:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033340 {#5430 date: 2021-01-19 14:15:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5432 …} -Children: Doctrine\ORM\PersistentCollection {#5435 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } Eccube\Entity\Category {#5438 -id: 124 -name: "農畜産物・農産加工品" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1611032392 {#5392 date: 2021-01-19 13:59:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032392 {#5393 date: 2021-01-19 13:59:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5439 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5443 -id: 153 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1611033403 {#5436 date: 2021-01-19 14:16:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033403 {#5437 date: 2021-01-19 14:16:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5444 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: Eccube\Entity\Category {#5438} -Creator: null } Eccube\Entity\Category {#5452 -id: 152 -name: "肉・卵" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1611033393 {#5450 date: 2021-01-19 14:16:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033393 {#5451 date: 2021-01-19 14:16:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5456 …} -Parent: Eccube\Entity\Category {#5438} -Creator: null } Eccube\Entity\Category {#5459 -id: 151 -name: "米・餅" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1611033390 {#5457 date: 2021-01-19 14:16:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033390 {#5458 date: 2021-01-19 14:16:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5460 …} -Children: Doctrine\ORM\PersistentCollection {#5463 …} -Parent: Eccube\Entity\Category {#5438} -Creator: null } Eccube\Entity\Category {#5466 -id: 253 -name: "新米" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1664353400 {#5464 date: 2022-09-28 17:23:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1664353400 {#5465 date: 2022-09-28 17:23:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5467 …} -Children: Doctrine\ORM\PersistentCollection {#5470 …} -Parent: Eccube\Entity\Category {#5438} -Creator: null } Eccube\Entity\Category {#5473 -id: 150 -name: "野菜・果物" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1611033388 {#5471 date: 2021-01-19 14:16:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033388 {#5472 date: 2021-01-19 14:16:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5474 …} -Children: Doctrine\ORM\PersistentCollection {#5477 …} -Parent: Eccube\Entity\Category {#5438} -Creator: null } Eccube\Entity\Category {#5480 -id: 149 -name: "その他" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1611033385 {#5478 date: 2021-01-19 14:16:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033385 {#5479 date: 2021-01-19 14:16:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5481 …} -Children: Doctrine\ORM\PersistentCollection {#5484 …} -Parent: Eccube\Entity\Category {#5438} -Creator: null } Eccube\Entity\Category {#5487 -id: 125 -name: "麺類" -hierarchy: 1 -sort_no: 81 -create_date: DateTime @1611032396 {#5449 date: 2021-01-19 13:59:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032396 {#5448 date: 2021-01-19 13:59:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5488 …} -Children: Doctrine\ORM\PersistentCollection {#5491 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5492 -id: 158 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1611033432 {#5485 date: 2021-01-19 14:17:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033432 {#5486 date: 2021-01-19 14:17:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5493 …} -Children: Doctrine\ORM\PersistentCollection {#5496 …} -Parent: Eccube\Entity\Category {#5487} -Creator: null } Eccube\Entity\Category {#5501 -id: 157 -name: "そば" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1611033427 {#5499 date: 2021-01-19 14:17:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033427 {#5500 date: 2021-01-19 14:17:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5502 …} -Children: Doctrine\ORM\PersistentCollection {#5505 …} -Parent: Eccube\Entity\Category {#5487} -Creator: null } Eccube\Entity\Category {#5508 -id: 156 -name: "うどん" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1611033424 {#5506 date: 2021-01-19 14:17:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033424 {#5507 date: 2021-01-19 14:17:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5509 …} -Children: Doctrine\ORM\PersistentCollection {#5512 …} -Parent: Eccube\Entity\Category {#5487} -Creator: null } Eccube\Entity\Category {#5515 -id: 155 -name: "ラーメン" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1611033421 {#5513 date: 2021-01-19 14:17:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033421 {#5514 date: 2021-01-19 14:17:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5516 …} -Children: Doctrine\ORM\PersistentCollection {#5519 …} -Parent: Eccube\Entity\Category {#5487} -Creator: null } Eccube\Entity\Category {#5522 -id: 154 -name: "その他" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1611033418 {#5520 date: 2021-01-19 14:16:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033418 {#5521 date: 2021-01-19 14:16:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5487} -Creator: null } Eccube\Entity\Category {#5529 -id: 126 -name: "乳製品" -hierarchy: 1 -sort_no: 75 -create_date: DateTime @1611032402 {#5497 date: 2021-01-19 14:00:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032402 {#5498 date: 2021-01-19 14:00:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5530 …} -Children: Doctrine\ORM\PersistentCollection {#5533 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5534 -id: 162 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1611033474 {#5527 date: 2021-01-19 14:17:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033474 {#5528 date: 2021-01-19 14:17:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5535 …} -Children: Doctrine\ORM\PersistentCollection {#5538 …} -Parent: Eccube\Entity\Category {#5529} -Creator: null } Eccube\Entity\Category {#5543 -id: 161 -name: "アイスクリーム" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1611033470 {#5541 date: 2021-01-19 14:17:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033470 {#5542 date: 2021-01-19 14:17:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5544 …} -Children: Doctrine\ORM\PersistentCollection {#5547 …} -Parent: Eccube\Entity\Category {#5529} -Creator: null } Eccube\Entity\Category {#5550 -id: 160 -name: "チーズ" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1611033457 {#5548 date: 2021-01-19 14:17:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033457 {#5549 date: 2021-01-19 14:17:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5551 …} -Children: Doctrine\ORM\PersistentCollection {#5554 …} -Parent: Eccube\Entity\Category {#5529} -Creator: null } Eccube\Entity\Category {#5557 -id: 159 -name: "その他" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1611033453 {#5555 date: 2021-01-19 14:17:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033453 {#5556 date: 2021-01-19 14:17:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5558 …} -Children: Doctrine\ORM\PersistentCollection {#5561 …} -Parent: Eccube\Entity\Category {#5529} -Creator: null } Eccube\Entity\Category {#5564 -id: 127 -name: "調味料" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1611032407 {#5540 date: 2021-01-19 14:00:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032407 {#5539 date: 2021-01-19 14:00:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5565 …} -Children: Doctrine\ORM\PersistentCollection {#5568 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5569 -id: 169 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1611033520 {#5562 date: 2021-01-19 14:18:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033520 {#5563 date: 2021-01-19 14:18:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5570 …} -Children: Doctrine\ORM\PersistentCollection {#5573 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } Eccube\Entity\Category {#5578 -id: 168 -name: "味噌・醤油" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1611033517 {#5576 date: 2021-01-19 14:18:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033517 {#5577 date: 2021-01-19 14:18:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5579 …} -Children: Doctrine\ORM\PersistentCollection {#5582 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } Eccube\Entity\Category {#5585 -id: 167 -name: "みりん・料理酒" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1611033513 {#5583 date: 2021-01-19 14:18:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033513 {#5584 date: 2021-01-19 14:18:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5586 …} -Children: Doctrine\ORM\PersistentCollection {#5589 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } Eccube\Entity\Category {#5592 -id: 166 -name: "食用油" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1611033509 {#5590 date: 2021-01-19 14:18:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033509 {#5591 date: 2021-01-19 14:18:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5593 …} -Children: Doctrine\ORM\PersistentCollection {#5596 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } Eccube\Entity\Category {#5599 -id: 165 -name: "だし" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1611033506 {#5597 date: 2021-01-19 14:18:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033506 {#5598 date: 2021-01-19 14:18:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5600 …} -Children: Doctrine\ORM\PersistentCollection {#5603 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } Eccube\Entity\Category {#5606 -id: 164 -name: "ドレッシング" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1611033503 {#5604 date: 2021-01-19 14:18:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033503 {#5605 date: 2021-01-19 14:18:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5607 …} -Children: Doctrine\ORM\PersistentCollection {#5610 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } Eccube\Entity\Category {#5613 -id: 163 -name: "その他" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1611033500 {#5611 date: 2021-01-19 14:18:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033500 {#5612 date: 2021-01-19 14:18:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5614 …} -Children: Doctrine\ORM\PersistentCollection {#5617 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } Eccube\Entity\Category {#5620 -id: 128 -name: "飲料" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1611032414 {#5574 date: 2021-01-19 14:00:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032414 {#5575 date: 2021-01-19 14:00:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5621 …} -Children: Doctrine\ORM\PersistentCollection {#5624 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5625 -id: 175 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1611033561 {#5618 date: 2021-01-19 14:19:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033561 {#5619 date: 2021-01-19 14:19:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5626 …} -Children: Doctrine\ORM\PersistentCollection {#5629 …} -Parent: Eccube\Entity\Category {#5620} -Creator: null } Eccube\Entity\Category {#5634 -id: 174 -name: "水" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1611033556 {#5632 date: 2021-01-19 14:19:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033556 {#5633 date: 2021-01-19 14:19:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5635 …} -Children: Doctrine\ORM\PersistentCollection {#5638 …} -Parent: Eccube\Entity\Category {#5620} -Creator: null } Eccube\Entity\Category {#5641 -id: 173 -name: "お茶" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1611033552 {#5639 date: 2021-01-19 14:19:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033552 {#5640 date: 2021-01-19 14:19:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5642 …} -Children: Doctrine\ORM\PersistentCollection {#5645 …} -Parent: Eccube\Entity\Category {#5620} -Creator: null } Eccube\Entity\Category {#5648 -id: 172 -name: "珈琲" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1611033548 {#5646 date: 2021-01-19 14:19:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033548 {#5647 date: 2021-01-19 14:19:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5649 …} -Children: Doctrine\ORM\PersistentCollection {#5652 …} -Parent: Eccube\Entity\Category {#5620} -Creator: null } Eccube\Entity\Category {#5655 -id: 171 -name: "ジュース" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1611033544 {#5653 date: 2021-01-19 14:19:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033544 {#5654 date: 2021-01-19 14:19:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5656 …} -Children: Doctrine\ORM\PersistentCollection {#5659 …} -Parent: Eccube\Entity\Category {#5620} -Creator: null } Eccube\Entity\Category {#5662 -id: 170 -name: "その他" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1611033537 {#5660 date: 2021-01-19 14:18:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033537 {#5661 date: 2021-01-19 14:18:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5663 …} -Children: Doctrine\ORM\PersistentCollection {#5666 …} -Parent: Eccube\Entity\Category {#5620} -Creator: null } Eccube\Entity\Category {#5669 -id: 129 -name: "生花" -hierarchy: 1 -sort_no: 55 -create_date: DateTime @1611032420 {#5631 date: 2021-01-19 14:00:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032420 {#5630 date: 2021-01-19 14:00:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5670 …} -Children: Doctrine\ORM\PersistentCollection {#5673 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5674 -id: 177 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1611033580 {#5667 date: 2021-01-19 14:19:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033580 {#5668 date: 2021-01-19 14:19:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5675 …} -Children: Doctrine\ORM\PersistentCollection {#5678 …} -Parent: Eccube\Entity\Category {#5669} -Creator: null } Eccube\Entity\Category {#5683 -id: 176 -name: "ぼたん" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1611033577 {#5681 date: 2021-01-19 14:19:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033577 {#5682 date: 2021-01-19 14:19:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5684 …} -Children: Doctrine\ORM\PersistentCollection {#5687 …} -Parent: Eccube\Entity\Category {#5669} -Creator: null } Eccube\Entity\Category {#5688 -id: 130 -name: "選べるギフト" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1611032424 {#5680 date: 2021-01-19 14:00:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032424 {#5679 date: 2021-01-19 14:00:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5689 …} -Children: Doctrine\ORM\PersistentCollection {#5692 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5697 -id: 131 -name: "化粧品" -hierarchy: 1 -sort_no: 51 -create_date: DateTime @1611032429 {#5693 date: 2021-01-19 14:00:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032429 {#5694 date: 2021-01-19 14:00:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5698 …} -Children: Doctrine\ORM\PersistentCollection {#5701 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5702 -id: 181 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1611033606 {#5695 date: 2021-01-19 14:20:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033606 {#5696 date: 2021-01-19 14:20:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5703 …} -Children: Doctrine\ORM\PersistentCollection {#5706 …} -Parent: Eccube\Entity\Category {#5697} -Creator: null } Eccube\Entity\Category {#5711 -id: 180 -name: "ボディケア" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1611033600 {#5709 date: 2021-01-19 14:20:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033600 {#5710 date: 2021-01-19 14:20:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5712 …} -Children: Doctrine\ORM\PersistentCollection {#5715 …} -Parent: Eccube\Entity\Category {#5697} -Creator: null } Eccube\Entity\Category {#5718 -id: 179 -name: "スキンケア" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1611033598 {#5716 date: 2021-01-19 14:19:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033598 {#5717 date: 2021-01-19 14:19:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5719 …} -Children: Doctrine\ORM\PersistentCollection {#5722 …} -Parent: Eccube\Entity\Category {#5697} -Creator: null } Eccube\Entity\Category {#5725 -id: 178 -name: "その他" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1611033595 {#5723 date: 2021-01-19 14:19:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033595 {#5724 date: 2021-01-19 14:19:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5726 …} -Children: Doctrine\ORM\PersistentCollection {#5729 …} -Parent: Eccube\Entity\Category {#5697} -Creator: null } Eccube\Entity\Category {#5730 -id: 255 -name: "ペット用品" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1668385498 {#5708 date: 2022-11-14 09:24:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1668385498 {#5707 date: 2022-11-14 09:24:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5731 …} -Children: Doctrine\ORM\PersistentCollection {#5734 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5739 -id: 95 -name: "島根県ふるさと伝統工芸品" -hierarchy: 1 -sort_no: 45 -create_date: DateTime @1592719721 {#5735 date: 2020-06-21 15:08:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1592719721 {#5736 date: 2020-06-21 15:08:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5740 …} -Children: Doctrine\ORM\PersistentCollection {#5743 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5744 -id: 193 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1611033677 {#5737 date: 2021-01-19 14:21:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033677 {#5738 date: 2021-01-19 14:21:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5745 …} -Children: Doctrine\ORM\PersistentCollection {#5748 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5753 -id: 192 -name: "石工品" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1611033674 {#5751 date: 2021-01-19 14:21:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033674 {#5752 date: 2021-01-19 14:21:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5754 …} -Children: Doctrine\ORM\PersistentCollection {#5757 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5760 -id: 191 -name: "漆器" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1611033671 {#5758 date: 2021-01-19 14:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033671 {#5759 date: 2021-01-19 14:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5761 …} -Children: Doctrine\ORM\PersistentCollection {#5764 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5767 -id: 190 -name: "陶磁器" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1611033667 {#5765 date: 2021-01-19 14:21:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033667 {#5766 date: 2021-01-19 14:21:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5768 …} -Children: Doctrine\ORM\PersistentCollection {#5771 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5774 -id: 189 -name: "金工品" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1611033664 {#5772 date: 2021-01-19 14:21:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033664 {#5773 date: 2021-01-19 14:21:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5775 …} -Children: Doctrine\ORM\PersistentCollection {#5778 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5781 -id: 188 -name: "木竹品" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1611033661 {#5779 date: 2021-01-19 14:21:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033661 {#5780 date: 2021-01-19 14:21:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5782 …} -Children: Doctrine\ORM\PersistentCollection {#5785 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5788 -id: 187 -name: "繊維" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1611033658 {#5786 date: 2021-01-19 14:20:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033658 {#5787 date: 2021-01-19 14:20:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5789 …} -Children: Doctrine\ORM\PersistentCollection {#5792 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5795 -id: 186 -name: "和紙" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1611033655 {#5793 date: 2021-01-19 14:20:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033655 {#5794 date: 2021-01-19 14:20:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5796 …} -Children: Doctrine\ORM\PersistentCollection {#5799 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5802 -id: 185 -name: "貴石細工" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1611033652 {#5800 date: 2021-01-19 14:20:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033652 {#5801 date: 2021-01-19 14:20:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5803 …} -Children: Doctrine\ORM\PersistentCollection {#5806 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5809 -id: 184 -name: "面" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1611033649 {#5807 date: 2021-01-19 14:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033649 {#5808 date: 2021-01-19 14:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5810 …} -Children: Doctrine\ORM\PersistentCollection {#5813 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5816 -id: 183 -name: "人形玩具" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1611033646 {#5814 date: 2021-01-19 14:20:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033646 {#5815 date: 2021-01-19 14:20:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5817 …} -Children: Doctrine\ORM\PersistentCollection {#5820 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5823 -id: 182 -name: "その他" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1611033643 {#5821 date: 2021-01-19 14:20:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033643 {#5822 date: 2021-01-19 14:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5824 …} -Children: Doctrine\ORM\PersistentCollection {#5827 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5830 -id: 3 -name: "民工芸品" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1412172266 {#5750 date: 2014-10-01 23:04:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1587881299 {#5749 date: 2020-04-26 15:08:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5831 …} -Children: Doctrine\ORM\PersistentCollection {#5834 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5835 -id: 203 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1621986875 {#5828 date: 2021-05-26 08:54:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621986875 {#5829 date: 2021-05-26 08:54:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5836 …} -Children: Doctrine\ORM\PersistentCollection {#5839 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5844 -id: 194 -name: "石工品" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1611033716 {#5842 date: 2021-01-19 14:21:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033716 {#5843 date: 2021-01-19 14:21:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5845 …} -Children: Doctrine\ORM\PersistentCollection {#5848 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5851 -id: 7100 -name: "漆器" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1412172267 {#5849 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5850 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5852 …} -Children: Doctrine\ORM\PersistentCollection {#5855 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5858 -id: 7000 -name: "陶磁器" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1412172267 {#5856 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5857 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5859 …} -Children: Doctrine\ORM\PersistentCollection {#5862 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5865 -id: 7900 -name: "金工品" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1412172267 {#5863 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5864 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5866 …} -Children: Doctrine\ORM\PersistentCollection {#5869 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5872 -id: 201 -name: "木竹品" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1611033753 {#5870 date: 2021-01-19 14:22:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033753 {#5871 date: 2021-01-19 14:22:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5873 …} -Children: Doctrine\ORM\PersistentCollection {#5876 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5879 -id: 200 -name: "繊維" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1611033749 {#5877 date: 2021-01-19 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033749 {#5878 date: 2021-01-19 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5880 …} -Children: Doctrine\ORM\PersistentCollection {#5883 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5886 -id: 7400 -name: "和紙" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1412172267 {#5884 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5885 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5887 …} -Children: Doctrine\ORM\PersistentCollection {#5890 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5893 -id: 199 -name: "貴石細工" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1611033735 {#5891 date: 2021-01-19 14:22:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033735 {#5892 date: 2021-01-19 14:22:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5894 …} -Children: Doctrine\ORM\PersistentCollection {#5897 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5900 -id: 198 -name: "面" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1611033732 {#5898 date: 2021-01-19 14:22:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033732 {#5899 date: 2021-01-19 14:22:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5901 …} -Children: Doctrine\ORM\PersistentCollection {#5904 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5907 -id: 197 -name: "人形玩具" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1611033729 {#5905 date: 2021-01-19 14:22:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033729 {#5906 date: 2021-01-19 14:22:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5908 …} -Children: Doctrine\ORM\PersistentCollection {#5911 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5914 -id: 196 -name: "書籍・雑貨" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1611033725 {#5912 date: 2021-01-19 14:22:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033725 {#5913 date: 2021-01-19 14:22:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5915 …} -Children: Doctrine\ORM\PersistentCollection {#5918 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5921 -id: 195 -name: "その他" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1611033722 {#5919 date: 2021-01-19 14:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033722 {#5920 date: 2021-01-19 14:22:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5922 …} -Children: Doctrine\ORM\PersistentCollection {#5925 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5926 -id: 96 -name: "お買物袋" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1593560169 {#5840 date: 2020-07-01 08:36:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1593560169 {#5841 date: 2020-07-01 08:36:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5927 …} -Children: Doctrine\ORM\PersistentCollection {#5930 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5935 -id: 97 -name: "ピックアップ商品" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1596072849 {#5931 date: 2020-07-30 10:34:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1596072849 {#5932 date: 2020-07-30 10:34:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5936 …} -Children: Doctrine\ORM\PersistentCollection {#5939 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5940 -id: 103 -name: " ピックアップ_お菓子" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1596073104 {#5933 date: 2020-07-30 10:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956977 {#5934 date: 2021-01-18 17:02:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5941 …} -Children: Doctrine\ORM\PersistentCollection {#5944 …} -Parent: Eccube\Entity\Category {#5935} -Creator: null } Eccube\Entity\Category {#5949 -id: 102 -name: " ピックアップ_仁多米" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1596073097 {#5947 date: 2020-07-30 10:38:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956981 {#5948 date: 2021-01-18 17:03:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5950 …} -Children: Doctrine\ORM\PersistentCollection {#5953 …} -Parent: Eccube\Entity\Category {#5935} -Creator: null } Eccube\Entity\Category {#5956 -id: 101 -name: " ピックアップ_出雲そば" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1596073080 {#5954 date: 2020-07-30 10:38:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956985 {#5955 date: 2021-01-18 17:03:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5957 …} -Children: Doctrine\ORM\PersistentCollection {#5960 …} -Parent: Eccube\Entity\Category {#5935} -Creator: null } Eccube\Entity\Category {#5963 -id: 100 -name: " ピックアップ_あご野焼き" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1596073075 {#5961 date: 2020-07-30 10:37:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956987 {#5962 date: 2021-01-18 17:03:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5964 …} -Children: Doctrine\ORM\PersistentCollection {#5967 …} -Parent: Eccube\Entity\Category {#5935} -Creator: null } Eccube\Entity\Category {#5970 -id: 98 -name: " ピックアップ_しじみ" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1596073025 {#5968 date: 2020-07-30 10:37:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956993 {#5969 date: 2021-01-18 17:03:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5971 …} -Children: Doctrine\ORM\PersistentCollection {#5974 …} -Parent: Eccube\Entity\Category {#5935} -Creator: null } Eccube\Entity\Category {#5977 -id: 99 -name: " ピックアップ_一夜干し" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1596073050 {#5975 date: 2020-07-30 10:37:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956990 {#5976 date: 2021-01-18 17:03:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5978 …} -Children: Doctrine\ORM\PersistentCollection {#5981 …} -Parent: Eccube\Entity\Category {#5935} -Creator: null } Eccube\Entity\Category {#5984 -id: 89 -name: "価格帯で探す" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1588947730 {#5946 date: 2020-05-08 23:22:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947730 {#5945 date: 2020-05-08 23:22:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5985 …} -Children: Doctrine\ORM\PersistentCollection {#5988 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5989 -id: 94 -name: "~1,000円" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1588947783 {#5982 date: 2020-05-08 23:23:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947783 {#5983 date: 2020-05-08 23:23:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5990 …} -Children: Doctrine\ORM\PersistentCollection {#5993 …} -Parent: Eccube\Entity\Category {#5984} -Creator: null } Eccube\Entity\Category {#5998 -id: 93 -name: "1,001円~3,000円" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1588947778 {#5996 date: 2020-05-08 23:22:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947778 {#5997 date: 2020-05-08 23:22:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5999 …} -Children: Doctrine\ORM\PersistentCollection {#6002 …} -Parent: Eccube\Entity\Category {#5984} -Creator: null } Eccube\Entity\Category {#6005 -id: 92 -name: "3,001円~5,000円" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1588947766 {#6003 date: 2020-05-08 23:22:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947766 {#6004 date: 2020-05-08 23:22:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6006 …} -Children: Doctrine\ORM\PersistentCollection {#6009 …} -Parent: Eccube\Entity\Category {#5984} -Creator: null } Eccube\Entity\Category {#6012 -id: 91 -name: "5,001円~10,000円" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1588947760 {#6010 date: 2020-05-08 23:22:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947760 {#6011 date: 2020-05-08 23:22:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6013 …} -Children: Doctrine\ORM\PersistentCollection {#6016 …} -Parent: Eccube\Entity\Category {#5984} -Creator: null } Eccube\Entity\Category {#6019 -id: 90 -name: "10,001円~" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1588947757 {#6017 date: 2020-05-08 23:22:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947757 {#6018 date: 2020-05-08 23:22:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6020 …} -Children: Doctrine\ORM\PersistentCollection {#6023 …} -Parent: Eccube\Entity\Category {#5984} -Creator: null } Eccube\Entity\Category {#6026 -id: 106 -name: "地域" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1601269846 {#5994 date: 2020-09-28 14:10:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269846 {#5995 date: 2020-09-28 14:10:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6027 …} -Children: Doctrine\ORM\PersistentCollection {#6030 …} -Parent: null -Creator: null } Eccube\Entity\Category {#6031 -id: 107 -name: "出雲地方" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1601269929 {#6024 date: 2020-09-28 14:12:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269929 {#6025 date: 2020-09-28 14:12:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6032 …} -Children: Doctrine\ORM\PersistentCollection {#6035 …} -Parent: Eccube\Entity\Category {#6026} -Creator: null } Eccube\Entity\Category {#6040 -id: 108 -name: "石見地方" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1601269934 {#6038 date: 2020-09-28 14:12:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269934 {#6039 date: 2020-09-28 14:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6041 …} -Children: Doctrine\ORM\PersistentCollection {#6044 …} -Parent: Eccube\Entity\Category {#6026} -Creator: null } Eccube\Entity\Category {#6047 -id: 109 -name: "隠岐地方" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1601269937 {#6045 date: 2020-09-28 14:12:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269937 {#6046 date: 2020-09-28 14:12:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6048 …} -Children: Doctrine\ORM\PersistentCollection {#6051 …} -Parent: Eccube\Entity\Category {#6026} -Creator: null } ] |
[ Eccube\Entity\Category {#4918 -id: 254 -name: "お歳暮" -hierarchy: 1 -sort_no: 147 -create_date: DateTime @1664781674 {#5028 date: 2022-10-03 16:21:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1664781674 {#5022 date: 2022-10-03 16:21:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5070 …} -Children: Doctrine\ORM\PersistentCollection {#5067 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5064 -id: 257 -name: "お中元" -hierarchy: 1 -sort_no: 146 -create_date: DateTime @1684369701 {#5066 date: 2023-05-18 09:28:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1684369701 {#5065 date: 2023-05-18 09:28:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5063 …} -Children: Doctrine\ORM\PersistentCollection {#5060 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5057 -id: 248 -name: "サービス対象商品期間限定セット" -hierarchy: 1 -sort_no: 145 -create_date: DateTime @1643006032 {#5059 date: 2022-01-24 15:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1643006032 {#5058 date: 2022-01-24 15:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5056 …} -Children: Doctrine\ORM\PersistentCollection {#5053 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5048 -id: 207 -name: "サービス対象外" -hierarchy: 1 -sort_no: 144 -create_date: DateTime @1642720040 {#5052 date: 2022-01-21 08:07:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642757393 {#5051 date: 2022-01-21 18:29:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5047 …} -Children: Doctrine\ORM\PersistentCollection {#5044 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5043 -id: 232 -name: "酒類" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1642720052 {#5050 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720052 {#5049 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5042 …} -Children: Doctrine\ORM\PersistentCollection {#5038 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5032 -id: 233 -name: "お菓子" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1642720053 {#5035 date: 2022-01-21 08:07:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720053 {#5033 date: 2022-01-21 08:07:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5031 …} -Children: Doctrine\ORM\PersistentCollection {#5027 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5024 -id: 234 -name: "水産物・水産加工品" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1642720054 {#5026 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720054 {#5025 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5023 …} -Children: Doctrine\ORM\PersistentCollection {#5019 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5016 -id: 235 -name: "農畜産物・農産加工品" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1642720054 {#5018 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720054 {#5017 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5013 …} -Children: Doctrine\ORM\PersistentCollection {#4868 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#4865 -id: 236 -name: "麺類" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1642720055 {#4867 date: 2022-01-21 08:07:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720055 {#4866 date: 2022-01-21 08:07:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4864 …} -Children: Doctrine\ORM\PersistentCollection {#4861 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5106 -id: 237 -name: "乳製品" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1642720056 {#4871 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720056 {#5108 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5104 …} -Children: Doctrine\ORM\PersistentCollection {#5098 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5109 -id: 238 -name: "調味料" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1642720056 {#5074 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720056 {#5110 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5107 …} -Children: Doctrine\ORM\PersistentCollection {#5101 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5099 -id: 239 -name: "飲料" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1642720057 {#5096 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720057 {#5097 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5095 …} -Children: Doctrine\ORM\PersistentCollection {#5092 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5089 -id: 240 -name: "選べるギフト" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1642720057 {#5091 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720057 {#5090 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5088 …} -Children: Doctrine\ORM\PersistentCollection {#5085 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5082 -id: 241 -name: "化粧品" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1642720058 {#5084 date: 2022-01-21 08:07:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720058 {#5083 date: 2022-01-21 08:07:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5081 …} -Children: Doctrine\ORM\PersistentCollection {#5120 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5123 -id: 242 -name: "島根県ふるさと伝統工芸品" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1642720059 {#5121 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720059 {#5122 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5124 …} -Children: Doctrine\ORM\PersistentCollection {#5127 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5130 -id: 243 -name: "民工芸品" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1642720059 {#5128 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720059 {#5129 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5131 …} -Children: Doctrine\ORM\PersistentCollection {#5134 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5137 -id: 247 -name: "生花" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1642720062 {#5135 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720062 {#5136 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5138 …} -Children: Doctrine\ORM\PersistentCollection {#5141 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5144 -id: 244 -name: "お買物袋" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1642720060 {#5142 date: 2022-01-21 08:07:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720060 {#5143 date: 2022-01-21 08:07:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5145 …} -Children: Doctrine\ORM\PersistentCollection {#5148 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5151 -id: 206 -name: "送料サービス対象" -hierarchy: 1 -sort_no: 129 -create_date: DateTime @1642720040 {#5036 date: 2022-01-21 08:07:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1647215408 {#5037 date: 2022-03-14 08:50:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5152 …} -Children: Doctrine\ORM\PersistentCollection {#5155 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5156 -id: 252 -name: "父の日ギフト" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1648425101 {#5149 date: 2022-03-28 08:51:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648425101 {#5150 date: 2022-03-28 08:51:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5157 …} -Children: Doctrine\ORM\PersistentCollection {#5160 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5165 -id: 251 -name: "母の日ギフト" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1648425094 {#5163 date: 2022-03-28 08:51:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648425094 {#5164 date: 2022-03-28 08:51:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5166 …} -Children: Doctrine\ORM\PersistentCollection {#5169 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5172 -id: 220 -name: "酒類" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1642720046 {#5170 date: 2022-01-21 08:07:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720046 {#5171 date: 2022-01-21 08:07:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5173 …} -Children: Doctrine\ORM\PersistentCollection {#5176 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5179 -id: 221 -name: "お菓子" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1642720047 {#5177 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720047 {#5178 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5180 …} -Children: Doctrine\ORM\PersistentCollection {#5183 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5186 -id: 222 -name: "水産物・水産加工品" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1642720047 {#5184 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720047 {#5185 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5187 …} -Children: Doctrine\ORM\PersistentCollection {#5190 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5193 -id: 223 -name: "農畜産物・農産加工品" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1642720048 {#5191 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720048 {#5192 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5194 …} -Children: Doctrine\ORM\PersistentCollection {#5197 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5200 -id: 224 -name: "麺類" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1642720048 {#5198 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720048 {#5199 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5201 …} -Children: Doctrine\ORM\PersistentCollection {#5204 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5207 -id: 225 -name: "乳製品" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1642720049 {#5205 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720049 {#5206 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5208 …} -Children: Doctrine\ORM\PersistentCollection {#5211 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5214 -id: 226 -name: "調味料" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1642720049 {#5212 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720049 {#5213 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5215 …} -Children: Doctrine\ORM\PersistentCollection {#5218 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5221 -id: 227 -name: "飲料" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1642720050 {#5219 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720050 {#5220 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5222 …} -Children: Doctrine\ORM\PersistentCollection {#5225 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5228 -id: 228 -name: "選べるギフト" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1642720050 {#5226 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720050 {#5227 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5229 …} -Children: Doctrine\ORM\PersistentCollection {#5232 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5235 -id: 229 -name: "化粧品" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1642720051 {#5233 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720051 {#5234 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5236 …} -Children: Doctrine\ORM\PersistentCollection {#5239 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5242 -id: 230 -name: "島根県ふるさと伝統工芸品" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1642720051 {#5240 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720051 {#5241 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5243 …} -Children: Doctrine\ORM\PersistentCollection {#5246 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5249 -id: 231 -name: "民工芸品" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1642720052 {#5247 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720052 {#5248 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5250 …} -Children: Doctrine\ORM\PersistentCollection {#5253 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5256 -id: 246 -name: "生花" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1642720062 {#5254 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720062 {#5255 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5257 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5261 -id: 204 -name: "ギフト商品" -hierarchy: 1 -sort_no: 113 -create_date: DateTime @1636094940 {#5161 date: 2021-11-05 15:49:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1636095000 {#5162 date: 2021-11-05 15:50:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5262 …} -Children: Doctrine\ORM\PersistentCollection {#5265 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5268 -id: 202 -name: "【セール】お買い得商品" -hierarchy: 1 -sort_no: 112 -create_date: DateTime @1611038841 {#5266 date: 2021-01-19 15:47:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611038841 {#5267 date: 2021-01-19 15:47:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5269 …} -Children: Doctrine\ORM\PersistentCollection {#5272 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5275 -id: 120 -name: "島根ふるさとフェア" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1610413573 {#5273 date: 2021-01-12 10:06:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610413573 {#5274 date: 2021-01-12 10:06:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5276 …} -Children: Doctrine\ORM\PersistentCollection {#5279 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5282 -id: 256 -name: "ひな祭り特集" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1676017870 {#5280 date: 2023-02-10 17:31:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1676017870 {#5281 date: 2023-02-10 17:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5283 …} -Children: Doctrine\ORM\PersistentCollection {#5286 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5289 -id: 116 -name: "お正月" -hierarchy: 1 -sort_no: 109 -create_date: DateTime @1603758774 {#5287 date: 2020-10-27 09:32:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1603758774 {#5288 date: 2020-10-27 09:32:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5290 …} -Children: Doctrine\ORM\PersistentCollection {#5293 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5298 -id: 121 -name: "酒類" -hierarchy: 1 -sort_no: 108 -create_date: DateTime @1611032372 {#5294 date: 2021-01-19 13:59:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032372 {#5295 date: 2021-01-19 13:59:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5299 …} -Children: Doctrine\ORM\PersistentCollection {#5302 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5303 -id: 132 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1611033249 {#5296 date: 2021-01-19 14:14:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033249 {#5297 date: 2021-01-19 14:14:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5304 …} -Children: Doctrine\ORM\PersistentCollection {#5307 …} -Parent: Eccube\Entity\Category {#5298} -Creator: null } Eccube\Entity\Category {#5312 -id: 137 -name: "地酒" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1611033272 {#5310 date: 2021-01-19 14:14:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033272 {#5311 date: 2021-01-19 14:14:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5313 …} -Children: Doctrine\ORM\PersistentCollection {#5316 …} -Parent: Eccube\Entity\Category {#5298} -Creator: null } Eccube\Entity\Category {#5319 -id: 136 -name: "焼酎" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1611033269 {#5317 date: 2021-01-19 14:14:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033269 {#5318 date: 2021-01-19 14:14:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5320 …} -Children: Doctrine\ORM\PersistentCollection {#5323 …} -Parent: Eccube\Entity\Category {#5298} -Creator: null } Eccube\Entity\Category {#5326 -id: 135 -name: "地ビール" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1611033265 {#5324 date: 2021-01-19 14:14:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033265 {#5325 date: 2021-01-19 14:14:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5327 …} -Children: Doctrine\ORM\PersistentCollection {#5330 …} -Parent: Eccube\Entity\Category {#5298} -Creator: null } Eccube\Entity\Category {#5333 -id: 134 -name: "ワイン" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1611033261 {#5331 date: 2021-01-19 14:14:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033261 {#5332 date: 2021-01-19 14:14:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5334 …} -Children: Doctrine\ORM\PersistentCollection {#5337 …} -Parent: Eccube\Entity\Category {#5298} -Creator: null } Eccube\Entity\Category {#5340 -id: 133 -name: "その他" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1611033256 {#5338 date: 2021-01-19 14:14:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033256 {#5339 date: 2021-01-19 14:14:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5341 …} -Children: Doctrine\ORM\PersistentCollection {#5344 …} -Parent: Eccube\Entity\Category {#5298} -Creator: null } Eccube\Entity\Category {#5347 -id: 122 -name: "お菓子" -hierarchy: 1 -sort_no: 101 -create_date: DateTime @1611032382 {#5309 date: 2021-01-19 13:59:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032382 {#5308 date: 2021-01-19 13:59:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5348 …} -Children: Doctrine\ORM\PersistentCollection {#5351 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5352 -id: 141 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1611033316 {#5345 date: 2021-01-19 14:15:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033316 {#5346 date: 2021-01-19 14:15:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5353 …} -Children: Doctrine\ORM\PersistentCollection {#5356 …} -Parent: Eccube\Entity\Category {#5347} -Creator: null } Eccube\Entity\Category {#5361 -id: 140 -name: "和菓子" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1611033312 {#5359 date: 2021-01-19 14:15:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033312 {#5360 date: 2021-01-19 14:15:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5362 …} -Children: Doctrine\ORM\PersistentCollection {#5365 …} -Parent: Eccube\Entity\Category {#5347} -Creator: null } Eccube\Entity\Category {#5368 -id: 139 -name: "洋菓子" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1611033308 {#5366 date: 2021-01-19 14:15:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033308 {#5367 date: 2021-01-19 14:15:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5369 …} -Children: Doctrine\ORM\PersistentCollection {#5372 …} -Parent: Eccube\Entity\Category {#5347} -Creator: null } Eccube\Entity\Category {#5375 -id: 138 -name: "その他" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1611033304 {#5373 date: 2021-01-19 14:15:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033304 {#5374 date: 2021-01-19 14:15:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5376 …} -Children: Doctrine\ORM\PersistentCollection {#5379 …} -Parent: Eccube\Entity\Category {#5347} -Creator: null } Eccube\Entity\Category {#5382 -id: 123 -name: "水産物・水産加工品" -hierarchy: 1 -sort_no: 96 -create_date: DateTime @1611032386 {#5358 date: 2021-01-19 13:59:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032386 {#5357 date: 2021-01-19 13:59:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5383 …} -Children: Doctrine\ORM\PersistentCollection {#5386 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5387 -id: 148 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1611033359 {#5380 date: 2021-01-19 14:15:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033359 {#5381 date: 2021-01-19 14:15:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5388 …} -Children: Doctrine\ORM\PersistentCollection {#5391 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } Eccube\Entity\Category {#5396 -id: 147 -name: "しじみ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1611033356 {#5394 date: 2021-01-19 14:15:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033356 {#5395 date: 2021-01-19 14:15:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5397 …} -Children: Doctrine\ORM\PersistentCollection {#5400 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } Eccube\Entity\Category {#5403 -id: 146 -name: "干物" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1611033353 {#5401 date: 2021-01-19 14:15:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033353 {#5402 date: 2021-01-19 14:15:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5404 …} -Children: Doctrine\ORM\PersistentCollection {#5407 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } Eccube\Entity\Category {#5410 -id: 145 -name: "海藻類" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1611033350 {#5408 date: 2021-01-19 14:15:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033350 {#5409 date: 2021-01-19 14:15:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5411 …} -Children: Doctrine\ORM\PersistentCollection {#5414 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } Eccube\Entity\Category {#5417 -id: 144 -name: "蒲鉾・練り物" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1611033347 {#5415 date: 2021-01-19 14:15:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033347 {#5416 date: 2021-01-19 14:15:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5418 …} -Children: Doctrine\ORM\PersistentCollection {#5421 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } Eccube\Entity\Category {#5424 -id: 143 -name: "珍味・佃煮" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1611033343 {#5422 date: 2021-01-19 14:15:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033343 {#5423 date: 2021-01-19 14:15:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5428 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } Eccube\Entity\Category {#5431 -id: 142 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1611033340 {#5429 date: 2021-01-19 14:15:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033340 {#5430 date: 2021-01-19 14:15:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5432 …} -Children: Doctrine\ORM\PersistentCollection {#5435 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } Eccube\Entity\Category {#5438 -id: 124 -name: "農畜産物・農産加工品" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1611032392 {#5392 date: 2021-01-19 13:59:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032392 {#5393 date: 2021-01-19 13:59:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5439 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5443 -id: 153 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1611033403 {#5436 date: 2021-01-19 14:16:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033403 {#5437 date: 2021-01-19 14:16:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5444 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: Eccube\Entity\Category {#5438} -Creator: null } Eccube\Entity\Category {#5452 -id: 152 -name: "肉・卵" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1611033393 {#5450 date: 2021-01-19 14:16:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033393 {#5451 date: 2021-01-19 14:16:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5456 …} -Parent: Eccube\Entity\Category {#5438} -Creator: null } Eccube\Entity\Category {#5459 -id: 151 -name: "米・餅" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1611033390 {#5457 date: 2021-01-19 14:16:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033390 {#5458 date: 2021-01-19 14:16:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5460 …} -Children: Doctrine\ORM\PersistentCollection {#5463 …} -Parent: Eccube\Entity\Category {#5438} -Creator: null } Eccube\Entity\Category {#5466 -id: 253 -name: "新米" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1664353400 {#5464 date: 2022-09-28 17:23:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1664353400 {#5465 date: 2022-09-28 17:23:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5467 …} -Children: Doctrine\ORM\PersistentCollection {#5470 …} -Parent: Eccube\Entity\Category {#5438} -Creator: null } Eccube\Entity\Category {#5473 -id: 150 -name: "野菜・果物" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1611033388 {#5471 date: 2021-01-19 14:16:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033388 {#5472 date: 2021-01-19 14:16:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5474 …} -Children: Doctrine\ORM\PersistentCollection {#5477 …} -Parent: Eccube\Entity\Category {#5438} -Creator: null } Eccube\Entity\Category {#5480 -id: 149 -name: "その他" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1611033385 {#5478 date: 2021-01-19 14:16:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033385 {#5479 date: 2021-01-19 14:16:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5481 …} -Children: Doctrine\ORM\PersistentCollection {#5484 …} -Parent: Eccube\Entity\Category {#5438} -Creator: null } Eccube\Entity\Category {#5487 -id: 125 -name: "麺類" -hierarchy: 1 -sort_no: 81 -create_date: DateTime @1611032396 {#5449 date: 2021-01-19 13:59:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032396 {#5448 date: 2021-01-19 13:59:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5488 …} -Children: Doctrine\ORM\PersistentCollection {#5491 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5492 -id: 158 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1611033432 {#5485 date: 2021-01-19 14:17:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033432 {#5486 date: 2021-01-19 14:17:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5493 …} -Children: Doctrine\ORM\PersistentCollection {#5496 …} -Parent: Eccube\Entity\Category {#5487} -Creator: null } Eccube\Entity\Category {#5501 -id: 157 -name: "そば" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1611033427 {#5499 date: 2021-01-19 14:17:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033427 {#5500 date: 2021-01-19 14:17:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5502 …} -Children: Doctrine\ORM\PersistentCollection {#5505 …} -Parent: Eccube\Entity\Category {#5487} -Creator: null } Eccube\Entity\Category {#5508 -id: 156 -name: "うどん" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1611033424 {#5506 date: 2021-01-19 14:17:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033424 {#5507 date: 2021-01-19 14:17:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5509 …} -Children: Doctrine\ORM\PersistentCollection {#5512 …} -Parent: Eccube\Entity\Category {#5487} -Creator: null } Eccube\Entity\Category {#5515 -id: 155 -name: "ラーメン" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1611033421 {#5513 date: 2021-01-19 14:17:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033421 {#5514 date: 2021-01-19 14:17:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5516 …} -Children: Doctrine\ORM\PersistentCollection {#5519 …} -Parent: Eccube\Entity\Category {#5487} -Creator: null } Eccube\Entity\Category {#5522 -id: 154 -name: "その他" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1611033418 {#5520 date: 2021-01-19 14:16:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033418 {#5521 date: 2021-01-19 14:16:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5487} -Creator: null } Eccube\Entity\Category {#5529 -id: 126 -name: "乳製品" -hierarchy: 1 -sort_no: 75 -create_date: DateTime @1611032402 {#5497 date: 2021-01-19 14:00:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032402 {#5498 date: 2021-01-19 14:00:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5530 …} -Children: Doctrine\ORM\PersistentCollection {#5533 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5534 -id: 162 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1611033474 {#5527 date: 2021-01-19 14:17:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033474 {#5528 date: 2021-01-19 14:17:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5535 …} -Children: Doctrine\ORM\PersistentCollection {#5538 …} -Parent: Eccube\Entity\Category {#5529} -Creator: null } Eccube\Entity\Category {#5543 -id: 161 -name: "アイスクリーム" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1611033470 {#5541 date: 2021-01-19 14:17:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033470 {#5542 date: 2021-01-19 14:17:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5544 …} -Children: Doctrine\ORM\PersistentCollection {#5547 …} -Parent: Eccube\Entity\Category {#5529} -Creator: null } Eccube\Entity\Category {#5550 -id: 160 -name: "チーズ" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1611033457 {#5548 date: 2021-01-19 14:17:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033457 {#5549 date: 2021-01-19 14:17:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5551 …} -Children: Doctrine\ORM\PersistentCollection {#5554 …} -Parent: Eccube\Entity\Category {#5529} -Creator: null } Eccube\Entity\Category {#5557 -id: 159 -name: "その他" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1611033453 {#5555 date: 2021-01-19 14:17:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033453 {#5556 date: 2021-01-19 14:17:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5558 …} -Children: Doctrine\ORM\PersistentCollection {#5561 …} -Parent: Eccube\Entity\Category {#5529} -Creator: null } Eccube\Entity\Category {#5564 -id: 127 -name: "調味料" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1611032407 {#5540 date: 2021-01-19 14:00:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032407 {#5539 date: 2021-01-19 14:00:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5565 …} -Children: Doctrine\ORM\PersistentCollection {#5568 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5569 -id: 169 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1611033520 {#5562 date: 2021-01-19 14:18:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033520 {#5563 date: 2021-01-19 14:18:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5570 …} -Children: Doctrine\ORM\PersistentCollection {#5573 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } Eccube\Entity\Category {#5578 -id: 168 -name: "味噌・醤油" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1611033517 {#5576 date: 2021-01-19 14:18:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033517 {#5577 date: 2021-01-19 14:18:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5579 …} -Children: Doctrine\ORM\PersistentCollection {#5582 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } Eccube\Entity\Category {#5585 -id: 167 -name: "みりん・料理酒" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1611033513 {#5583 date: 2021-01-19 14:18:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033513 {#5584 date: 2021-01-19 14:18:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5586 …} -Children: Doctrine\ORM\PersistentCollection {#5589 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } Eccube\Entity\Category {#5592 -id: 166 -name: "食用油" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1611033509 {#5590 date: 2021-01-19 14:18:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033509 {#5591 date: 2021-01-19 14:18:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5593 …} -Children: Doctrine\ORM\PersistentCollection {#5596 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } Eccube\Entity\Category {#5599 -id: 165 -name: "だし" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1611033506 {#5597 date: 2021-01-19 14:18:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033506 {#5598 date: 2021-01-19 14:18:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5600 …} -Children: Doctrine\ORM\PersistentCollection {#5603 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } Eccube\Entity\Category {#5606 -id: 164 -name: "ドレッシング" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1611033503 {#5604 date: 2021-01-19 14:18:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033503 {#5605 date: 2021-01-19 14:18:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5607 …} -Children: Doctrine\ORM\PersistentCollection {#5610 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } Eccube\Entity\Category {#5613 -id: 163 -name: "その他" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1611033500 {#5611 date: 2021-01-19 14:18:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033500 {#5612 date: 2021-01-19 14:18:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5614 …} -Children: Doctrine\ORM\PersistentCollection {#5617 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } Eccube\Entity\Category {#5620 -id: 128 -name: "飲料" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1611032414 {#5574 date: 2021-01-19 14:00:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032414 {#5575 date: 2021-01-19 14:00:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5621 …} -Children: Doctrine\ORM\PersistentCollection {#5624 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5625 -id: 175 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1611033561 {#5618 date: 2021-01-19 14:19:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033561 {#5619 date: 2021-01-19 14:19:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5626 …} -Children: Doctrine\ORM\PersistentCollection {#5629 …} -Parent: Eccube\Entity\Category {#5620} -Creator: null } Eccube\Entity\Category {#5634 -id: 174 -name: "水" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1611033556 {#5632 date: 2021-01-19 14:19:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033556 {#5633 date: 2021-01-19 14:19:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5635 …} -Children: Doctrine\ORM\PersistentCollection {#5638 …} -Parent: Eccube\Entity\Category {#5620} -Creator: null } Eccube\Entity\Category {#5641 -id: 173 -name: "お茶" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1611033552 {#5639 date: 2021-01-19 14:19:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033552 {#5640 date: 2021-01-19 14:19:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5642 …} -Children: Doctrine\ORM\PersistentCollection {#5645 …} -Parent: Eccube\Entity\Category {#5620} -Creator: null } Eccube\Entity\Category {#5648 -id: 172 -name: "珈琲" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1611033548 {#5646 date: 2021-01-19 14:19:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033548 {#5647 date: 2021-01-19 14:19:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5649 …} -Children: Doctrine\ORM\PersistentCollection {#5652 …} -Parent: Eccube\Entity\Category {#5620} -Creator: null } Eccube\Entity\Category {#5655 -id: 171 -name: "ジュース" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1611033544 {#5653 date: 2021-01-19 14:19:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033544 {#5654 date: 2021-01-19 14:19:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5656 …} -Children: Doctrine\ORM\PersistentCollection {#5659 …} -Parent: Eccube\Entity\Category {#5620} -Creator: null } Eccube\Entity\Category {#5662 -id: 170 -name: "その他" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1611033537 {#5660 date: 2021-01-19 14:18:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033537 {#5661 date: 2021-01-19 14:18:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5663 …} -Children: Doctrine\ORM\PersistentCollection {#5666 …} -Parent: Eccube\Entity\Category {#5620} -Creator: null } Eccube\Entity\Category {#5669 -id: 129 -name: "生花" -hierarchy: 1 -sort_no: 55 -create_date: DateTime @1611032420 {#5631 date: 2021-01-19 14:00:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032420 {#5630 date: 2021-01-19 14:00:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5670 …} -Children: Doctrine\ORM\PersistentCollection {#5673 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5674 -id: 177 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1611033580 {#5667 date: 2021-01-19 14:19:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033580 {#5668 date: 2021-01-19 14:19:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5675 …} -Children: Doctrine\ORM\PersistentCollection {#5678 …} -Parent: Eccube\Entity\Category {#5669} -Creator: null } Eccube\Entity\Category {#5683 -id: 176 -name: "ぼたん" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1611033577 {#5681 date: 2021-01-19 14:19:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033577 {#5682 date: 2021-01-19 14:19:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5684 …} -Children: Doctrine\ORM\PersistentCollection {#5687 …} -Parent: Eccube\Entity\Category {#5669} -Creator: null } Eccube\Entity\Category {#5688 -id: 130 -name: "選べるギフト" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1611032424 {#5680 date: 2021-01-19 14:00:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032424 {#5679 date: 2021-01-19 14:00:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5689 …} -Children: Doctrine\ORM\PersistentCollection {#5692 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5697 -id: 131 -name: "化粧品" -hierarchy: 1 -sort_no: 51 -create_date: DateTime @1611032429 {#5693 date: 2021-01-19 14:00:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032429 {#5694 date: 2021-01-19 14:00:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5698 …} -Children: Doctrine\ORM\PersistentCollection {#5701 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5702 -id: 181 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1611033606 {#5695 date: 2021-01-19 14:20:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033606 {#5696 date: 2021-01-19 14:20:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5703 …} -Children: Doctrine\ORM\PersistentCollection {#5706 …} -Parent: Eccube\Entity\Category {#5697} -Creator: null } Eccube\Entity\Category {#5711 -id: 180 -name: "ボディケア" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1611033600 {#5709 date: 2021-01-19 14:20:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033600 {#5710 date: 2021-01-19 14:20:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5712 …} -Children: Doctrine\ORM\PersistentCollection {#5715 …} -Parent: Eccube\Entity\Category {#5697} -Creator: null } Eccube\Entity\Category {#5718 -id: 179 -name: "スキンケア" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1611033598 {#5716 date: 2021-01-19 14:19:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033598 {#5717 date: 2021-01-19 14:19:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5719 …} -Children: Doctrine\ORM\PersistentCollection {#5722 …} -Parent: Eccube\Entity\Category {#5697} -Creator: null } Eccube\Entity\Category {#5725 -id: 178 -name: "その他" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1611033595 {#5723 date: 2021-01-19 14:19:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033595 {#5724 date: 2021-01-19 14:19:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5726 …} -Children: Doctrine\ORM\PersistentCollection {#5729 …} -Parent: Eccube\Entity\Category {#5697} -Creator: null } Eccube\Entity\Category {#5730 -id: 255 -name: "ペット用品" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1668385498 {#5708 date: 2022-11-14 09:24:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1668385498 {#5707 date: 2022-11-14 09:24:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5731 …} -Children: Doctrine\ORM\PersistentCollection {#5734 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5739 -id: 95 -name: "島根県ふるさと伝統工芸品" -hierarchy: 1 -sort_no: 45 -create_date: DateTime @1592719721 {#5735 date: 2020-06-21 15:08:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1592719721 {#5736 date: 2020-06-21 15:08:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5740 …} -Children: Doctrine\ORM\PersistentCollection {#5743 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5744 -id: 193 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1611033677 {#5737 date: 2021-01-19 14:21:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033677 {#5738 date: 2021-01-19 14:21:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5745 …} -Children: Doctrine\ORM\PersistentCollection {#5748 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5753 -id: 192 -name: "石工品" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1611033674 {#5751 date: 2021-01-19 14:21:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033674 {#5752 date: 2021-01-19 14:21:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5754 …} -Children: Doctrine\ORM\PersistentCollection {#5757 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5760 -id: 191 -name: "漆器" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1611033671 {#5758 date: 2021-01-19 14:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033671 {#5759 date: 2021-01-19 14:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5761 …} -Children: Doctrine\ORM\PersistentCollection {#5764 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5767 -id: 190 -name: "陶磁器" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1611033667 {#5765 date: 2021-01-19 14:21:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033667 {#5766 date: 2021-01-19 14:21:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5768 …} -Children: Doctrine\ORM\PersistentCollection {#5771 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5774 -id: 189 -name: "金工品" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1611033664 {#5772 date: 2021-01-19 14:21:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033664 {#5773 date: 2021-01-19 14:21:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5775 …} -Children: Doctrine\ORM\PersistentCollection {#5778 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5781 -id: 188 -name: "木竹品" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1611033661 {#5779 date: 2021-01-19 14:21:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033661 {#5780 date: 2021-01-19 14:21:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5782 …} -Children: Doctrine\ORM\PersistentCollection {#5785 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5788 -id: 187 -name: "繊維" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1611033658 {#5786 date: 2021-01-19 14:20:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033658 {#5787 date: 2021-01-19 14:20:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5789 …} -Children: Doctrine\ORM\PersistentCollection {#5792 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5795 -id: 186 -name: "和紙" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1611033655 {#5793 date: 2021-01-19 14:20:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033655 {#5794 date: 2021-01-19 14:20:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5796 …} -Children: Doctrine\ORM\PersistentCollection {#5799 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5802 -id: 185 -name: "貴石細工" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1611033652 {#5800 date: 2021-01-19 14:20:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033652 {#5801 date: 2021-01-19 14:20:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5803 …} -Children: Doctrine\ORM\PersistentCollection {#5806 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5809 -id: 184 -name: "面" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1611033649 {#5807 date: 2021-01-19 14:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033649 {#5808 date: 2021-01-19 14:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5810 …} -Children: Doctrine\ORM\PersistentCollection {#5813 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5816 -id: 183 -name: "人形玩具" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1611033646 {#5814 date: 2021-01-19 14:20:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033646 {#5815 date: 2021-01-19 14:20:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5817 …} -Children: Doctrine\ORM\PersistentCollection {#5820 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5823 -id: 182 -name: "その他" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1611033643 {#5821 date: 2021-01-19 14:20:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033643 {#5822 date: 2021-01-19 14:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5824 …} -Children: Doctrine\ORM\PersistentCollection {#5827 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5830 -id: 3 -name: "民工芸品" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1412172266 {#5750 date: 2014-10-01 23:04:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1587881299 {#5749 date: 2020-04-26 15:08:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5831 …} -Children: Doctrine\ORM\PersistentCollection {#5834 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5835 -id: 203 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1621986875 {#5828 date: 2021-05-26 08:54:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621986875 {#5829 date: 2021-05-26 08:54:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5836 …} -Children: Doctrine\ORM\PersistentCollection {#5839 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5844 -id: 194 -name: "石工品" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1611033716 {#5842 date: 2021-01-19 14:21:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033716 {#5843 date: 2021-01-19 14:21:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5845 …} -Children: Doctrine\ORM\PersistentCollection {#5848 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5851 -id: 7100 -name: "漆器" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1412172267 {#5849 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5850 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5852 …} -Children: Doctrine\ORM\PersistentCollection {#5855 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5858 -id: 7000 -name: "陶磁器" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1412172267 {#5856 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5857 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5859 …} -Children: Doctrine\ORM\PersistentCollection {#5862 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5865 -id: 7900 -name: "金工品" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1412172267 {#5863 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5864 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5866 …} -Children: Doctrine\ORM\PersistentCollection {#5869 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5872 -id: 201 -name: "木竹品" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1611033753 {#5870 date: 2021-01-19 14:22:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033753 {#5871 date: 2021-01-19 14:22:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5873 …} -Children: Doctrine\ORM\PersistentCollection {#5876 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5879 -id: 200 -name: "繊維" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1611033749 {#5877 date: 2021-01-19 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033749 {#5878 date: 2021-01-19 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5880 …} -Children: Doctrine\ORM\PersistentCollection {#5883 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5886 -id: 7400 -name: "和紙" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1412172267 {#5884 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5885 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5887 …} -Children: Doctrine\ORM\PersistentCollection {#5890 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5893 -id: 199 -name: "貴石細工" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1611033735 {#5891 date: 2021-01-19 14:22:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033735 {#5892 date: 2021-01-19 14:22:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5894 …} -Children: Doctrine\ORM\PersistentCollection {#5897 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5900 -id: 198 -name: "面" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1611033732 {#5898 date: 2021-01-19 14:22:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033732 {#5899 date: 2021-01-19 14:22:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5901 …} -Children: Doctrine\ORM\PersistentCollection {#5904 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5907 -id: 197 -name: "人形玩具" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1611033729 {#5905 date: 2021-01-19 14:22:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033729 {#5906 date: 2021-01-19 14:22:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5908 …} -Children: Doctrine\ORM\PersistentCollection {#5911 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5914 -id: 196 -name: "書籍・雑貨" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1611033725 {#5912 date: 2021-01-19 14:22:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033725 {#5913 date: 2021-01-19 14:22:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5915 …} -Children: Doctrine\ORM\PersistentCollection {#5918 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5921 -id: 195 -name: "その他" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1611033722 {#5919 date: 2021-01-19 14:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033722 {#5920 date: 2021-01-19 14:22:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5922 …} -Children: Doctrine\ORM\PersistentCollection {#5925 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5926 -id: 96 -name: "お買物袋" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1593560169 {#5840 date: 2020-07-01 08:36:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1593560169 {#5841 date: 2020-07-01 08:36:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5927 …} -Children: Doctrine\ORM\PersistentCollection {#5930 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5935 -id: 97 -name: "ピックアップ商品" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1596072849 {#5931 date: 2020-07-30 10:34:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1596072849 {#5932 date: 2020-07-30 10:34:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5936 …} -Children: Doctrine\ORM\PersistentCollection {#5939 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5940 -id: 103 -name: " ピックアップ_お菓子" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1596073104 {#5933 date: 2020-07-30 10:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956977 {#5934 date: 2021-01-18 17:02:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5941 …} -Children: Doctrine\ORM\PersistentCollection {#5944 …} -Parent: Eccube\Entity\Category {#5935} -Creator: null } Eccube\Entity\Category {#5949 -id: 102 -name: " ピックアップ_仁多米" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1596073097 {#5947 date: 2020-07-30 10:38:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956981 {#5948 date: 2021-01-18 17:03:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5950 …} -Children: Doctrine\ORM\PersistentCollection {#5953 …} -Parent: Eccube\Entity\Category {#5935} -Creator: null } Eccube\Entity\Category {#5956 -id: 101 -name: " ピックアップ_出雲そば" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1596073080 {#5954 date: 2020-07-30 10:38:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956985 {#5955 date: 2021-01-18 17:03:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5957 …} -Children: Doctrine\ORM\PersistentCollection {#5960 …} -Parent: Eccube\Entity\Category {#5935} -Creator: null } Eccube\Entity\Category {#5963 -id: 100 -name: " ピックアップ_あご野焼き" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1596073075 {#5961 date: 2020-07-30 10:37:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956987 {#5962 date: 2021-01-18 17:03:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5964 …} -Children: Doctrine\ORM\PersistentCollection {#5967 …} -Parent: Eccube\Entity\Category {#5935} -Creator: null } Eccube\Entity\Category {#5970 -id: 98 -name: " ピックアップ_しじみ" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1596073025 {#5968 date: 2020-07-30 10:37:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956993 {#5969 date: 2021-01-18 17:03:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5971 …} -Children: Doctrine\ORM\PersistentCollection {#5974 …} -Parent: Eccube\Entity\Category {#5935} -Creator: null } Eccube\Entity\Category {#5977 -id: 99 -name: " ピックアップ_一夜干し" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1596073050 {#5975 date: 2020-07-30 10:37:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956990 {#5976 date: 2021-01-18 17:03:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5978 …} -Children: Doctrine\ORM\PersistentCollection {#5981 …} -Parent: Eccube\Entity\Category {#5935} -Creator: null } Eccube\Entity\Category {#5984 -id: 89 -name: "価格帯で探す" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1588947730 {#5946 date: 2020-05-08 23:22:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947730 {#5945 date: 2020-05-08 23:22:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5985 …} -Children: Doctrine\ORM\PersistentCollection {#5988 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5989 -id: 94 -name: "~1,000円" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1588947783 {#5982 date: 2020-05-08 23:23:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947783 {#5983 date: 2020-05-08 23:23:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5990 …} -Children: Doctrine\ORM\PersistentCollection {#5993 …} -Parent: Eccube\Entity\Category {#5984} -Creator: null } Eccube\Entity\Category {#5998 -id: 93 -name: "1,001円~3,000円" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1588947778 {#5996 date: 2020-05-08 23:22:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947778 {#5997 date: 2020-05-08 23:22:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5999 …} -Children: Doctrine\ORM\PersistentCollection {#6002 …} -Parent: Eccube\Entity\Category {#5984} -Creator: null } Eccube\Entity\Category {#6005 -id: 92 -name: "3,001円~5,000円" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1588947766 {#6003 date: 2020-05-08 23:22:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947766 {#6004 date: 2020-05-08 23:22:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6006 …} -Children: Doctrine\ORM\PersistentCollection {#6009 …} -Parent: Eccube\Entity\Category {#5984} -Creator: null } Eccube\Entity\Category {#6012 -id: 91 -name: "5,001円~10,000円" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1588947760 {#6010 date: 2020-05-08 23:22:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947760 {#6011 date: 2020-05-08 23:22:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6013 …} -Children: Doctrine\ORM\PersistentCollection {#6016 …} -Parent: Eccube\Entity\Category {#5984} -Creator: null } Eccube\Entity\Category {#6019 -id: 90 -name: "10,001円~" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1588947757 {#6017 date: 2020-05-08 23:22:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947757 {#6018 date: 2020-05-08 23:22:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6020 …} -Children: Doctrine\ORM\PersistentCollection {#6023 …} -Parent: Eccube\Entity\Category {#5984} -Creator: null } Eccube\Entity\Category {#6026 -id: 106 -name: "地域" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1601269846 {#5994 date: 2020-09-28 14:10:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269846 {#5995 date: 2020-09-28 14:10:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6027 …} -Children: Doctrine\ORM\PersistentCollection {#6030 …} -Parent: null -Creator: null } Eccube\Entity\Category {#6031 -id: 107 -name: "出雲地方" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1601269929 {#6024 date: 2020-09-28 14:12:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269929 {#6025 date: 2020-09-28 14:12:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6032 …} -Children: Doctrine\ORM\PersistentCollection {#6035 …} -Parent: Eccube\Entity\Category {#6026} -Creator: null } Eccube\Entity\Category {#6040 -id: 108 -name: "石見地方" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1601269934 {#6038 date: 2020-09-28 14:12:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269934 {#6039 date: 2020-09-28 14:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6041 …} -Children: Doctrine\ORM\PersistentCollection {#6044 …} -Parent: Eccube\Entity\Category {#6026} -Creator: null } Eccube\Entity\Category {#6047 -id: 109 -name: "隠岐地方" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1601269937 {#6045 date: 2020-09-28 14:12:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269937 {#6046 date: 2020-09-28 14:12:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6048 …} -Children: Doctrine\ORM\PersistentCollection {#6051 …} -Parent: Eccube\Entity\Category {#6026} -Creator: null } ] |
| 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 {#7721 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#4189 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#7720 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#4933 …} } |
| choices | [ Eccube\Entity\Category {#4918 -id: 254 -name: "お歳暮" -hierarchy: 1 -sort_no: 147 -create_date: DateTime @1664781674 {#5028 date: 2022-10-03 16:21:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1664781674 {#5022 date: 2022-10-03 16:21:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5070 …} -Children: Doctrine\ORM\PersistentCollection {#5067 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5064 -id: 257 -name: "お中元" -hierarchy: 1 -sort_no: 146 -create_date: DateTime @1684369701 {#5066 date: 2023-05-18 09:28:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1684369701 {#5065 date: 2023-05-18 09:28:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5063 …} -Children: Doctrine\ORM\PersistentCollection {#5060 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5057 -id: 248 -name: "サービス対象商品期間限定セット" -hierarchy: 1 -sort_no: 145 -create_date: DateTime @1643006032 {#5059 date: 2022-01-24 15:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1643006032 {#5058 date: 2022-01-24 15:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5056 …} -Children: Doctrine\ORM\PersistentCollection {#5053 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5048 -id: 207 -name: "サービス対象外" -hierarchy: 1 -sort_no: 144 -create_date: DateTime @1642720040 {#5052 date: 2022-01-21 08:07:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642757393 {#5051 date: 2022-01-21 18:29:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5047 …} -Children: Doctrine\ORM\PersistentCollection {#5044 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5043 -id: 232 -name: "酒類" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1642720052 {#5050 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720052 {#5049 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5042 …} -Children: Doctrine\ORM\PersistentCollection {#5038 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5032 -id: 233 -name: "お菓子" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1642720053 {#5035 date: 2022-01-21 08:07:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720053 {#5033 date: 2022-01-21 08:07:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5031 …} -Children: Doctrine\ORM\PersistentCollection {#5027 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5024 -id: 234 -name: "水産物・水産加工品" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1642720054 {#5026 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720054 {#5025 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5023 …} -Children: Doctrine\ORM\PersistentCollection {#5019 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5016 -id: 235 -name: "農畜産物・農産加工品" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1642720054 {#5018 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720054 {#5017 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5013 …} -Children: Doctrine\ORM\PersistentCollection {#4868 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#4865 -id: 236 -name: "麺類" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1642720055 {#4867 date: 2022-01-21 08:07:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720055 {#4866 date: 2022-01-21 08:07:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4864 …} -Children: Doctrine\ORM\PersistentCollection {#4861 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5106 -id: 237 -name: "乳製品" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1642720056 {#4871 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720056 {#5108 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5104 …} -Children: Doctrine\ORM\PersistentCollection {#5098 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5109 -id: 238 -name: "調味料" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1642720056 {#5074 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720056 {#5110 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5107 …} -Children: Doctrine\ORM\PersistentCollection {#5101 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5099 -id: 239 -name: "飲料" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1642720057 {#5096 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720057 {#5097 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5095 …} -Children: Doctrine\ORM\PersistentCollection {#5092 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5089 -id: 240 -name: "選べるギフト" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1642720057 {#5091 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720057 {#5090 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5088 …} -Children: Doctrine\ORM\PersistentCollection {#5085 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5082 -id: 241 -name: "化粧品" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1642720058 {#5084 date: 2022-01-21 08:07:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720058 {#5083 date: 2022-01-21 08:07:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5081 …} -Children: Doctrine\ORM\PersistentCollection {#5120 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5123 -id: 242 -name: "島根県ふるさと伝統工芸品" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1642720059 {#5121 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720059 {#5122 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5124 …} -Children: Doctrine\ORM\PersistentCollection {#5127 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5130 -id: 243 -name: "民工芸品" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1642720059 {#5128 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720059 {#5129 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5131 …} -Children: Doctrine\ORM\PersistentCollection {#5134 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5137 -id: 247 -name: "生花" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1642720062 {#5135 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720062 {#5136 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5138 …} -Children: Doctrine\ORM\PersistentCollection {#5141 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5144 -id: 244 -name: "お買物袋" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1642720060 {#5142 date: 2022-01-21 08:07:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720060 {#5143 date: 2022-01-21 08:07:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5145 …} -Children: Doctrine\ORM\PersistentCollection {#5148 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } Eccube\Entity\Category {#5151 -id: 206 -name: "送料サービス対象" -hierarchy: 1 -sort_no: 129 -create_date: DateTime @1642720040 {#5036 date: 2022-01-21 08:07:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1647215408 {#5037 date: 2022-03-14 08:50:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5152 …} -Children: Doctrine\ORM\PersistentCollection {#5155 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5156 -id: 252 -name: "父の日ギフト" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1648425101 {#5149 date: 2022-03-28 08:51:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648425101 {#5150 date: 2022-03-28 08:51:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5157 …} -Children: Doctrine\ORM\PersistentCollection {#5160 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5165 -id: 251 -name: "母の日ギフト" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1648425094 {#5163 date: 2022-03-28 08:51:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648425094 {#5164 date: 2022-03-28 08:51:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5166 …} -Children: Doctrine\ORM\PersistentCollection {#5169 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5172 -id: 220 -name: "酒類" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1642720046 {#5170 date: 2022-01-21 08:07:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720046 {#5171 date: 2022-01-21 08:07:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5173 …} -Children: Doctrine\ORM\PersistentCollection {#5176 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5179 -id: 221 -name: "お菓子" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1642720047 {#5177 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720047 {#5178 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5180 …} -Children: Doctrine\ORM\PersistentCollection {#5183 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5186 -id: 222 -name: "水産物・水産加工品" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1642720047 {#5184 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720047 {#5185 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5187 …} -Children: Doctrine\ORM\PersistentCollection {#5190 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5193 -id: 223 -name: "農畜産物・農産加工品" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1642720048 {#5191 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720048 {#5192 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5194 …} -Children: Doctrine\ORM\PersistentCollection {#5197 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5200 -id: 224 -name: "麺類" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1642720048 {#5198 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720048 {#5199 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5201 …} -Children: Doctrine\ORM\PersistentCollection {#5204 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5207 -id: 225 -name: "乳製品" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1642720049 {#5205 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720049 {#5206 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5208 …} -Children: Doctrine\ORM\PersistentCollection {#5211 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5214 -id: 226 -name: "調味料" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1642720049 {#5212 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720049 {#5213 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5215 …} -Children: Doctrine\ORM\PersistentCollection {#5218 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5221 -id: 227 -name: "飲料" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1642720050 {#5219 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720050 {#5220 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5222 …} -Children: Doctrine\ORM\PersistentCollection {#5225 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5228 -id: 228 -name: "選べるギフト" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1642720050 {#5226 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720050 {#5227 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5229 …} -Children: Doctrine\ORM\PersistentCollection {#5232 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5235 -id: 229 -name: "化粧品" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1642720051 {#5233 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720051 {#5234 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5236 …} -Children: Doctrine\ORM\PersistentCollection {#5239 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5242 -id: 230 -name: "島根県ふるさと伝統工芸品" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1642720051 {#5240 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720051 {#5241 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5243 …} -Children: Doctrine\ORM\PersistentCollection {#5246 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5249 -id: 231 -name: "民工芸品" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1642720052 {#5247 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720052 {#5248 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5250 …} -Children: Doctrine\ORM\PersistentCollection {#5253 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5256 -id: 246 -name: "生花" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1642720062 {#5254 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720062 {#5255 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5257 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } Eccube\Entity\Category {#5261 -id: 204 -name: "ギフト商品" -hierarchy: 1 -sort_no: 113 -create_date: DateTime @1636094940 {#5161 date: 2021-11-05 15:49:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1636095000 {#5162 date: 2021-11-05 15:50:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5262 …} -Children: Doctrine\ORM\PersistentCollection {#5265 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5268 -id: 202 -name: "【セール】お買い得商品" -hierarchy: 1 -sort_no: 112 -create_date: DateTime @1611038841 {#5266 date: 2021-01-19 15:47:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611038841 {#5267 date: 2021-01-19 15:47:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5269 …} -Children: Doctrine\ORM\PersistentCollection {#5272 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5275 -id: 120 -name: "島根ふるさとフェア" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1610413573 {#5273 date: 2021-01-12 10:06:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610413573 {#5274 date: 2021-01-12 10:06:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5276 …} -Children: Doctrine\ORM\PersistentCollection {#5279 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5282 -id: 256 -name: "ひな祭り特集" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1676017870 {#5280 date: 2023-02-10 17:31:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1676017870 {#5281 date: 2023-02-10 17:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5283 …} -Children: Doctrine\ORM\PersistentCollection {#5286 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5289 -id: 116 -name: "お正月" -hierarchy: 1 -sort_no: 109 -create_date: DateTime @1603758774 {#5287 date: 2020-10-27 09:32:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1603758774 {#5288 date: 2020-10-27 09:32:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5290 …} -Children: Doctrine\ORM\PersistentCollection {#5293 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5298 -id: 121 -name: "酒類" -hierarchy: 1 -sort_no: 108 -create_date: DateTime @1611032372 {#5294 date: 2021-01-19 13:59:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032372 {#5295 date: 2021-01-19 13:59:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5299 …} -Children: Doctrine\ORM\PersistentCollection {#5302 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5303 -id: 132 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1611033249 {#5296 date: 2021-01-19 14:14:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033249 {#5297 date: 2021-01-19 14:14:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5304 …} -Children: Doctrine\ORM\PersistentCollection {#5307 …} -Parent: Eccube\Entity\Category {#5298} -Creator: null } Eccube\Entity\Category {#5312 -id: 137 -name: "地酒" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1611033272 {#5310 date: 2021-01-19 14:14:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033272 {#5311 date: 2021-01-19 14:14:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5313 …} -Children: Doctrine\ORM\PersistentCollection {#5316 …} -Parent: Eccube\Entity\Category {#5298} -Creator: null } Eccube\Entity\Category {#5319 -id: 136 -name: "焼酎" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1611033269 {#5317 date: 2021-01-19 14:14:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033269 {#5318 date: 2021-01-19 14:14:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5320 …} -Children: Doctrine\ORM\PersistentCollection {#5323 …} -Parent: Eccube\Entity\Category {#5298} -Creator: null } Eccube\Entity\Category {#5326 -id: 135 -name: "地ビール" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1611033265 {#5324 date: 2021-01-19 14:14:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033265 {#5325 date: 2021-01-19 14:14:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5327 …} -Children: Doctrine\ORM\PersistentCollection {#5330 …} -Parent: Eccube\Entity\Category {#5298} -Creator: null } Eccube\Entity\Category {#5333 -id: 134 -name: "ワイン" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1611033261 {#5331 date: 2021-01-19 14:14:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033261 {#5332 date: 2021-01-19 14:14:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5334 …} -Children: Doctrine\ORM\PersistentCollection {#5337 …} -Parent: Eccube\Entity\Category {#5298} -Creator: null } Eccube\Entity\Category {#5340 -id: 133 -name: "その他" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1611033256 {#5338 date: 2021-01-19 14:14:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033256 {#5339 date: 2021-01-19 14:14:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5341 …} -Children: Doctrine\ORM\PersistentCollection {#5344 …} -Parent: Eccube\Entity\Category {#5298} -Creator: null } Eccube\Entity\Category {#5347 -id: 122 -name: "お菓子" -hierarchy: 1 -sort_no: 101 -create_date: DateTime @1611032382 {#5309 date: 2021-01-19 13:59:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032382 {#5308 date: 2021-01-19 13:59:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5348 …} -Children: Doctrine\ORM\PersistentCollection {#5351 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5352 -id: 141 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1611033316 {#5345 date: 2021-01-19 14:15:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033316 {#5346 date: 2021-01-19 14:15:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5353 …} -Children: Doctrine\ORM\PersistentCollection {#5356 …} -Parent: Eccube\Entity\Category {#5347} -Creator: null } Eccube\Entity\Category {#5361 -id: 140 -name: "和菓子" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1611033312 {#5359 date: 2021-01-19 14:15:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033312 {#5360 date: 2021-01-19 14:15:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5362 …} -Children: Doctrine\ORM\PersistentCollection {#5365 …} -Parent: Eccube\Entity\Category {#5347} -Creator: null } Eccube\Entity\Category {#5368 -id: 139 -name: "洋菓子" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1611033308 {#5366 date: 2021-01-19 14:15:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033308 {#5367 date: 2021-01-19 14:15:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5369 …} -Children: Doctrine\ORM\PersistentCollection {#5372 …} -Parent: Eccube\Entity\Category {#5347} -Creator: null } Eccube\Entity\Category {#5375 -id: 138 -name: "その他" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1611033304 {#5373 date: 2021-01-19 14:15:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033304 {#5374 date: 2021-01-19 14:15:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5376 …} -Children: Doctrine\ORM\PersistentCollection {#5379 …} -Parent: Eccube\Entity\Category {#5347} -Creator: null } Eccube\Entity\Category {#5382 -id: 123 -name: "水産物・水産加工品" -hierarchy: 1 -sort_no: 96 -create_date: DateTime @1611032386 {#5358 date: 2021-01-19 13:59:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032386 {#5357 date: 2021-01-19 13:59:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5383 …} -Children: Doctrine\ORM\PersistentCollection {#5386 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5387 -id: 148 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1611033359 {#5380 date: 2021-01-19 14:15:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033359 {#5381 date: 2021-01-19 14:15:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5388 …} -Children: Doctrine\ORM\PersistentCollection {#5391 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } Eccube\Entity\Category {#5396 -id: 147 -name: "しじみ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1611033356 {#5394 date: 2021-01-19 14:15:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033356 {#5395 date: 2021-01-19 14:15:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5397 …} -Children: Doctrine\ORM\PersistentCollection {#5400 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } Eccube\Entity\Category {#5403 -id: 146 -name: "干物" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1611033353 {#5401 date: 2021-01-19 14:15:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033353 {#5402 date: 2021-01-19 14:15:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5404 …} -Children: Doctrine\ORM\PersistentCollection {#5407 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } Eccube\Entity\Category {#5410 -id: 145 -name: "海藻類" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1611033350 {#5408 date: 2021-01-19 14:15:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033350 {#5409 date: 2021-01-19 14:15:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5411 …} -Children: Doctrine\ORM\PersistentCollection {#5414 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } Eccube\Entity\Category {#5417 -id: 144 -name: "蒲鉾・練り物" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1611033347 {#5415 date: 2021-01-19 14:15:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033347 {#5416 date: 2021-01-19 14:15:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5418 …} -Children: Doctrine\ORM\PersistentCollection {#5421 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } Eccube\Entity\Category {#5424 -id: 143 -name: "珍味・佃煮" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1611033343 {#5422 date: 2021-01-19 14:15:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033343 {#5423 date: 2021-01-19 14:15:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5428 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } Eccube\Entity\Category {#5431 -id: 142 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1611033340 {#5429 date: 2021-01-19 14:15:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033340 {#5430 date: 2021-01-19 14:15:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5432 …} -Children: Doctrine\ORM\PersistentCollection {#5435 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } Eccube\Entity\Category {#5438 -id: 124 -name: "農畜産物・農産加工品" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1611032392 {#5392 date: 2021-01-19 13:59:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032392 {#5393 date: 2021-01-19 13:59:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5439 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5443 -id: 153 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1611033403 {#5436 date: 2021-01-19 14:16:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033403 {#5437 date: 2021-01-19 14:16:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5444 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: Eccube\Entity\Category {#5438} -Creator: null } Eccube\Entity\Category {#5452 -id: 152 -name: "肉・卵" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1611033393 {#5450 date: 2021-01-19 14:16:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033393 {#5451 date: 2021-01-19 14:16:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5456 …} -Parent: Eccube\Entity\Category {#5438} -Creator: null } Eccube\Entity\Category {#5459 -id: 151 -name: "米・餅" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1611033390 {#5457 date: 2021-01-19 14:16:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033390 {#5458 date: 2021-01-19 14:16:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5460 …} -Children: Doctrine\ORM\PersistentCollection {#5463 …} -Parent: Eccube\Entity\Category {#5438} -Creator: null } Eccube\Entity\Category {#5466 -id: 253 -name: "新米" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1664353400 {#5464 date: 2022-09-28 17:23:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1664353400 {#5465 date: 2022-09-28 17:23:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5467 …} -Children: Doctrine\ORM\PersistentCollection {#5470 …} -Parent: Eccube\Entity\Category {#5438} -Creator: null } Eccube\Entity\Category {#5473 -id: 150 -name: "野菜・果物" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1611033388 {#5471 date: 2021-01-19 14:16:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033388 {#5472 date: 2021-01-19 14:16:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5474 …} -Children: Doctrine\ORM\PersistentCollection {#5477 …} -Parent: Eccube\Entity\Category {#5438} -Creator: null } Eccube\Entity\Category {#5480 -id: 149 -name: "その他" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1611033385 {#5478 date: 2021-01-19 14:16:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033385 {#5479 date: 2021-01-19 14:16:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5481 …} -Children: Doctrine\ORM\PersistentCollection {#5484 …} -Parent: Eccube\Entity\Category {#5438} -Creator: null } Eccube\Entity\Category {#5487 -id: 125 -name: "麺類" -hierarchy: 1 -sort_no: 81 -create_date: DateTime @1611032396 {#5449 date: 2021-01-19 13:59:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032396 {#5448 date: 2021-01-19 13:59:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5488 …} -Children: Doctrine\ORM\PersistentCollection {#5491 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5492 -id: 158 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1611033432 {#5485 date: 2021-01-19 14:17:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033432 {#5486 date: 2021-01-19 14:17:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5493 …} -Children: Doctrine\ORM\PersistentCollection {#5496 …} -Parent: Eccube\Entity\Category {#5487} -Creator: null } Eccube\Entity\Category {#5501 -id: 157 -name: "そば" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1611033427 {#5499 date: 2021-01-19 14:17:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033427 {#5500 date: 2021-01-19 14:17:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5502 …} -Children: Doctrine\ORM\PersistentCollection {#5505 …} -Parent: Eccube\Entity\Category {#5487} -Creator: null } Eccube\Entity\Category {#5508 -id: 156 -name: "うどん" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1611033424 {#5506 date: 2021-01-19 14:17:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033424 {#5507 date: 2021-01-19 14:17:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5509 …} -Children: Doctrine\ORM\PersistentCollection {#5512 …} -Parent: Eccube\Entity\Category {#5487} -Creator: null } Eccube\Entity\Category {#5515 -id: 155 -name: "ラーメン" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1611033421 {#5513 date: 2021-01-19 14:17:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033421 {#5514 date: 2021-01-19 14:17:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5516 …} -Children: Doctrine\ORM\PersistentCollection {#5519 …} -Parent: Eccube\Entity\Category {#5487} -Creator: null } Eccube\Entity\Category {#5522 -id: 154 -name: "その他" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1611033418 {#5520 date: 2021-01-19 14:16:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033418 {#5521 date: 2021-01-19 14:16:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5487} -Creator: null } Eccube\Entity\Category {#5529 -id: 126 -name: "乳製品" -hierarchy: 1 -sort_no: 75 -create_date: DateTime @1611032402 {#5497 date: 2021-01-19 14:00:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032402 {#5498 date: 2021-01-19 14:00:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5530 …} -Children: Doctrine\ORM\PersistentCollection {#5533 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5534 -id: 162 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1611033474 {#5527 date: 2021-01-19 14:17:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033474 {#5528 date: 2021-01-19 14:17:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5535 …} -Children: Doctrine\ORM\PersistentCollection {#5538 …} -Parent: Eccube\Entity\Category {#5529} -Creator: null } Eccube\Entity\Category {#5543 -id: 161 -name: "アイスクリーム" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1611033470 {#5541 date: 2021-01-19 14:17:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033470 {#5542 date: 2021-01-19 14:17:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5544 …} -Children: Doctrine\ORM\PersistentCollection {#5547 …} -Parent: Eccube\Entity\Category {#5529} -Creator: null } Eccube\Entity\Category {#5550 -id: 160 -name: "チーズ" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1611033457 {#5548 date: 2021-01-19 14:17:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033457 {#5549 date: 2021-01-19 14:17:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5551 …} -Children: Doctrine\ORM\PersistentCollection {#5554 …} -Parent: Eccube\Entity\Category {#5529} -Creator: null } Eccube\Entity\Category {#5557 -id: 159 -name: "その他" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1611033453 {#5555 date: 2021-01-19 14:17:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033453 {#5556 date: 2021-01-19 14:17:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5558 …} -Children: Doctrine\ORM\PersistentCollection {#5561 …} -Parent: Eccube\Entity\Category {#5529} -Creator: null } Eccube\Entity\Category {#5564 -id: 127 -name: "調味料" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1611032407 {#5540 date: 2021-01-19 14:00:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032407 {#5539 date: 2021-01-19 14:00:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5565 …} -Children: Doctrine\ORM\PersistentCollection {#5568 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5569 -id: 169 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1611033520 {#5562 date: 2021-01-19 14:18:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033520 {#5563 date: 2021-01-19 14:18:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5570 …} -Children: Doctrine\ORM\PersistentCollection {#5573 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } Eccube\Entity\Category {#5578 -id: 168 -name: "味噌・醤油" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1611033517 {#5576 date: 2021-01-19 14:18:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033517 {#5577 date: 2021-01-19 14:18:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5579 …} -Children: Doctrine\ORM\PersistentCollection {#5582 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } Eccube\Entity\Category {#5585 -id: 167 -name: "みりん・料理酒" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1611033513 {#5583 date: 2021-01-19 14:18:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033513 {#5584 date: 2021-01-19 14:18:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5586 …} -Children: Doctrine\ORM\PersistentCollection {#5589 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } Eccube\Entity\Category {#5592 -id: 166 -name: "食用油" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1611033509 {#5590 date: 2021-01-19 14:18:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033509 {#5591 date: 2021-01-19 14:18:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5593 …} -Children: Doctrine\ORM\PersistentCollection {#5596 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } Eccube\Entity\Category {#5599 -id: 165 -name: "だし" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1611033506 {#5597 date: 2021-01-19 14:18:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033506 {#5598 date: 2021-01-19 14:18:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5600 …} -Children: Doctrine\ORM\PersistentCollection {#5603 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } Eccube\Entity\Category {#5606 -id: 164 -name: "ドレッシング" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1611033503 {#5604 date: 2021-01-19 14:18:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033503 {#5605 date: 2021-01-19 14:18:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5607 …} -Children: Doctrine\ORM\PersistentCollection {#5610 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } Eccube\Entity\Category {#5613 -id: 163 -name: "その他" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1611033500 {#5611 date: 2021-01-19 14:18:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033500 {#5612 date: 2021-01-19 14:18:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5614 …} -Children: Doctrine\ORM\PersistentCollection {#5617 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } Eccube\Entity\Category {#5620 -id: 128 -name: "飲料" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1611032414 {#5574 date: 2021-01-19 14:00:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032414 {#5575 date: 2021-01-19 14:00:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5621 …} -Children: Doctrine\ORM\PersistentCollection {#5624 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5625 -id: 175 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1611033561 {#5618 date: 2021-01-19 14:19:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033561 {#5619 date: 2021-01-19 14:19:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5626 …} -Children: Doctrine\ORM\PersistentCollection {#5629 …} -Parent: Eccube\Entity\Category {#5620} -Creator: null } Eccube\Entity\Category {#5634 -id: 174 -name: "水" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1611033556 {#5632 date: 2021-01-19 14:19:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033556 {#5633 date: 2021-01-19 14:19:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5635 …} -Children: Doctrine\ORM\PersistentCollection {#5638 …} -Parent: Eccube\Entity\Category {#5620} -Creator: null } Eccube\Entity\Category {#5641 -id: 173 -name: "お茶" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1611033552 {#5639 date: 2021-01-19 14:19:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033552 {#5640 date: 2021-01-19 14:19:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5642 …} -Children: Doctrine\ORM\PersistentCollection {#5645 …} -Parent: Eccube\Entity\Category {#5620} -Creator: null } Eccube\Entity\Category {#5648 -id: 172 -name: "珈琲" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1611033548 {#5646 date: 2021-01-19 14:19:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033548 {#5647 date: 2021-01-19 14:19:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5649 …} -Children: Doctrine\ORM\PersistentCollection {#5652 …} -Parent: Eccube\Entity\Category {#5620} -Creator: null } Eccube\Entity\Category {#5655 -id: 171 -name: "ジュース" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1611033544 {#5653 date: 2021-01-19 14:19:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033544 {#5654 date: 2021-01-19 14:19:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5656 …} -Children: Doctrine\ORM\PersistentCollection {#5659 …} -Parent: Eccube\Entity\Category {#5620} -Creator: null } Eccube\Entity\Category {#5662 -id: 170 -name: "その他" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1611033537 {#5660 date: 2021-01-19 14:18:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033537 {#5661 date: 2021-01-19 14:18:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5663 …} -Children: Doctrine\ORM\PersistentCollection {#5666 …} -Parent: Eccube\Entity\Category {#5620} -Creator: null } Eccube\Entity\Category {#5669 -id: 129 -name: "生花" -hierarchy: 1 -sort_no: 55 -create_date: DateTime @1611032420 {#5631 date: 2021-01-19 14:00:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032420 {#5630 date: 2021-01-19 14:00:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5670 …} -Children: Doctrine\ORM\PersistentCollection {#5673 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5674 -id: 177 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1611033580 {#5667 date: 2021-01-19 14:19:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033580 {#5668 date: 2021-01-19 14:19:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5675 …} -Children: Doctrine\ORM\PersistentCollection {#5678 …} -Parent: Eccube\Entity\Category {#5669} -Creator: null } Eccube\Entity\Category {#5683 -id: 176 -name: "ぼたん" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1611033577 {#5681 date: 2021-01-19 14:19:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033577 {#5682 date: 2021-01-19 14:19:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5684 …} -Children: Doctrine\ORM\PersistentCollection {#5687 …} -Parent: Eccube\Entity\Category {#5669} -Creator: null } Eccube\Entity\Category {#5688 -id: 130 -name: "選べるギフト" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1611032424 {#5680 date: 2021-01-19 14:00:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032424 {#5679 date: 2021-01-19 14:00:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5689 …} -Children: Doctrine\ORM\PersistentCollection {#5692 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5697 -id: 131 -name: "化粧品" -hierarchy: 1 -sort_no: 51 -create_date: DateTime @1611032429 {#5693 date: 2021-01-19 14:00:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032429 {#5694 date: 2021-01-19 14:00:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5698 …} -Children: Doctrine\ORM\PersistentCollection {#5701 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5702 -id: 181 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1611033606 {#5695 date: 2021-01-19 14:20:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033606 {#5696 date: 2021-01-19 14:20:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5703 …} -Children: Doctrine\ORM\PersistentCollection {#5706 …} -Parent: Eccube\Entity\Category {#5697} -Creator: null } Eccube\Entity\Category {#5711 -id: 180 -name: "ボディケア" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1611033600 {#5709 date: 2021-01-19 14:20:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033600 {#5710 date: 2021-01-19 14:20:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5712 …} -Children: Doctrine\ORM\PersistentCollection {#5715 …} -Parent: Eccube\Entity\Category {#5697} -Creator: null } Eccube\Entity\Category {#5718 -id: 179 -name: "スキンケア" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1611033598 {#5716 date: 2021-01-19 14:19:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033598 {#5717 date: 2021-01-19 14:19:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5719 …} -Children: Doctrine\ORM\PersistentCollection {#5722 …} -Parent: Eccube\Entity\Category {#5697} -Creator: null } Eccube\Entity\Category {#5725 -id: 178 -name: "その他" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1611033595 {#5723 date: 2021-01-19 14:19:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033595 {#5724 date: 2021-01-19 14:19:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5726 …} -Children: Doctrine\ORM\PersistentCollection {#5729 …} -Parent: Eccube\Entity\Category {#5697} -Creator: null } Eccube\Entity\Category {#5730 -id: 255 -name: "ペット用品" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1668385498 {#5708 date: 2022-11-14 09:24:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1668385498 {#5707 date: 2022-11-14 09:24:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5731 …} -Children: Doctrine\ORM\PersistentCollection {#5734 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5739 -id: 95 -name: "島根県ふるさと伝統工芸品" -hierarchy: 1 -sort_no: 45 -create_date: DateTime @1592719721 {#5735 date: 2020-06-21 15:08:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1592719721 {#5736 date: 2020-06-21 15:08:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5740 …} -Children: Doctrine\ORM\PersistentCollection {#5743 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5744 -id: 193 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1611033677 {#5737 date: 2021-01-19 14:21:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033677 {#5738 date: 2021-01-19 14:21:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5745 …} -Children: Doctrine\ORM\PersistentCollection {#5748 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5753 -id: 192 -name: "石工品" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1611033674 {#5751 date: 2021-01-19 14:21:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033674 {#5752 date: 2021-01-19 14:21:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5754 …} -Children: Doctrine\ORM\PersistentCollection {#5757 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5760 -id: 191 -name: "漆器" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1611033671 {#5758 date: 2021-01-19 14:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033671 {#5759 date: 2021-01-19 14:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5761 …} -Children: Doctrine\ORM\PersistentCollection {#5764 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5767 -id: 190 -name: "陶磁器" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1611033667 {#5765 date: 2021-01-19 14:21:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033667 {#5766 date: 2021-01-19 14:21:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5768 …} -Children: Doctrine\ORM\PersistentCollection {#5771 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5774 -id: 189 -name: "金工品" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1611033664 {#5772 date: 2021-01-19 14:21:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033664 {#5773 date: 2021-01-19 14:21:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5775 …} -Children: Doctrine\ORM\PersistentCollection {#5778 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5781 -id: 188 -name: "木竹品" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1611033661 {#5779 date: 2021-01-19 14:21:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033661 {#5780 date: 2021-01-19 14:21:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5782 …} -Children: Doctrine\ORM\PersistentCollection {#5785 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5788 -id: 187 -name: "繊維" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1611033658 {#5786 date: 2021-01-19 14:20:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033658 {#5787 date: 2021-01-19 14:20:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5789 …} -Children: Doctrine\ORM\PersistentCollection {#5792 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5795 -id: 186 -name: "和紙" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1611033655 {#5793 date: 2021-01-19 14:20:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033655 {#5794 date: 2021-01-19 14:20:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5796 …} -Children: Doctrine\ORM\PersistentCollection {#5799 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5802 -id: 185 -name: "貴石細工" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1611033652 {#5800 date: 2021-01-19 14:20:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033652 {#5801 date: 2021-01-19 14:20:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5803 …} -Children: Doctrine\ORM\PersistentCollection {#5806 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5809 -id: 184 -name: "面" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1611033649 {#5807 date: 2021-01-19 14:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033649 {#5808 date: 2021-01-19 14:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5810 …} -Children: Doctrine\ORM\PersistentCollection {#5813 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5816 -id: 183 -name: "人形玩具" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1611033646 {#5814 date: 2021-01-19 14:20:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033646 {#5815 date: 2021-01-19 14:20:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5817 …} -Children: Doctrine\ORM\PersistentCollection {#5820 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5823 -id: 182 -name: "その他" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1611033643 {#5821 date: 2021-01-19 14:20:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033643 {#5822 date: 2021-01-19 14:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5824 …} -Children: Doctrine\ORM\PersistentCollection {#5827 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } Eccube\Entity\Category {#5830 -id: 3 -name: "民工芸品" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1412172266 {#5750 date: 2014-10-01 23:04:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1587881299 {#5749 date: 2020-04-26 15:08:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5831 …} -Children: Doctrine\ORM\PersistentCollection {#5834 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5835 -id: 203 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1621986875 {#5828 date: 2021-05-26 08:54:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621986875 {#5829 date: 2021-05-26 08:54:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5836 …} -Children: Doctrine\ORM\PersistentCollection {#5839 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5844 -id: 194 -name: "石工品" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1611033716 {#5842 date: 2021-01-19 14:21:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033716 {#5843 date: 2021-01-19 14:21:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5845 …} -Children: Doctrine\ORM\PersistentCollection {#5848 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5851 -id: 7100 -name: "漆器" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1412172267 {#5849 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5850 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5852 …} -Children: Doctrine\ORM\PersistentCollection {#5855 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5858 -id: 7000 -name: "陶磁器" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1412172267 {#5856 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5857 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5859 …} -Children: Doctrine\ORM\PersistentCollection {#5862 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5865 -id: 7900 -name: "金工品" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1412172267 {#5863 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5864 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5866 …} -Children: Doctrine\ORM\PersistentCollection {#5869 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5872 -id: 201 -name: "木竹品" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1611033753 {#5870 date: 2021-01-19 14:22:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033753 {#5871 date: 2021-01-19 14:22:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5873 …} -Children: Doctrine\ORM\PersistentCollection {#5876 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5879 -id: 200 -name: "繊維" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1611033749 {#5877 date: 2021-01-19 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033749 {#5878 date: 2021-01-19 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5880 …} -Children: Doctrine\ORM\PersistentCollection {#5883 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5886 -id: 7400 -name: "和紙" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1412172267 {#5884 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5885 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5887 …} -Children: Doctrine\ORM\PersistentCollection {#5890 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5893 -id: 199 -name: "貴石細工" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1611033735 {#5891 date: 2021-01-19 14:22:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033735 {#5892 date: 2021-01-19 14:22:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5894 …} -Children: Doctrine\ORM\PersistentCollection {#5897 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5900 -id: 198 -name: "面" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1611033732 {#5898 date: 2021-01-19 14:22:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033732 {#5899 date: 2021-01-19 14:22:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5901 …} -Children: Doctrine\ORM\PersistentCollection {#5904 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5907 -id: 197 -name: "人形玩具" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1611033729 {#5905 date: 2021-01-19 14:22:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033729 {#5906 date: 2021-01-19 14:22:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5908 …} -Children: Doctrine\ORM\PersistentCollection {#5911 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5914 -id: 196 -name: "書籍・雑貨" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1611033725 {#5912 date: 2021-01-19 14:22:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033725 {#5913 date: 2021-01-19 14:22:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5915 …} -Children: Doctrine\ORM\PersistentCollection {#5918 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5921 -id: 195 -name: "その他" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1611033722 {#5919 date: 2021-01-19 14:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033722 {#5920 date: 2021-01-19 14:22:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5922 …} -Children: Doctrine\ORM\PersistentCollection {#5925 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } Eccube\Entity\Category {#5926 -id: 96 -name: "お買物袋" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1593560169 {#5840 date: 2020-07-01 08:36:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1593560169 {#5841 date: 2020-07-01 08:36:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5927 …} -Children: Doctrine\ORM\PersistentCollection {#5930 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5935 -id: 97 -name: "ピックアップ商品" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1596072849 {#5931 date: 2020-07-30 10:34:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1596072849 {#5932 date: 2020-07-30 10:34:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5936 …} -Children: Doctrine\ORM\PersistentCollection {#5939 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5940 -id: 103 -name: " ピックアップ_お菓子" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1596073104 {#5933 date: 2020-07-30 10:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956977 {#5934 date: 2021-01-18 17:02:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5941 …} -Children: Doctrine\ORM\PersistentCollection {#5944 …} -Parent: Eccube\Entity\Category {#5935} -Creator: null } Eccube\Entity\Category {#5949 -id: 102 -name: " ピックアップ_仁多米" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1596073097 {#5947 date: 2020-07-30 10:38:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956981 {#5948 date: 2021-01-18 17:03:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5950 …} -Children: Doctrine\ORM\PersistentCollection {#5953 …} -Parent: Eccube\Entity\Category {#5935} -Creator: null } Eccube\Entity\Category {#5956 -id: 101 -name: " ピックアップ_出雲そば" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1596073080 {#5954 date: 2020-07-30 10:38:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956985 {#5955 date: 2021-01-18 17:03:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5957 …} -Children: Doctrine\ORM\PersistentCollection {#5960 …} -Parent: Eccube\Entity\Category {#5935} -Creator: null } Eccube\Entity\Category {#5963 -id: 100 -name: " ピックアップ_あご野焼き" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1596073075 {#5961 date: 2020-07-30 10:37:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956987 {#5962 date: 2021-01-18 17:03:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5964 …} -Children: Doctrine\ORM\PersistentCollection {#5967 …} -Parent: Eccube\Entity\Category {#5935} -Creator: null } Eccube\Entity\Category {#5970 -id: 98 -name: " ピックアップ_しじみ" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1596073025 {#5968 date: 2020-07-30 10:37:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956993 {#5969 date: 2021-01-18 17:03:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5971 …} -Children: Doctrine\ORM\PersistentCollection {#5974 …} -Parent: Eccube\Entity\Category {#5935} -Creator: null } Eccube\Entity\Category {#5977 -id: 99 -name: " ピックアップ_一夜干し" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1596073050 {#5975 date: 2020-07-30 10:37:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956990 {#5976 date: 2021-01-18 17:03:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5978 …} -Children: Doctrine\ORM\PersistentCollection {#5981 …} -Parent: Eccube\Entity\Category {#5935} -Creator: null } Eccube\Entity\Category {#5984 -id: 89 -name: "価格帯で探す" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1588947730 {#5946 date: 2020-05-08 23:22:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947730 {#5945 date: 2020-05-08 23:22:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5985 …} -Children: Doctrine\ORM\PersistentCollection {#5988 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5989 -id: 94 -name: "~1,000円" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1588947783 {#5982 date: 2020-05-08 23:23:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947783 {#5983 date: 2020-05-08 23:23:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5990 …} -Children: Doctrine\ORM\PersistentCollection {#5993 …} -Parent: Eccube\Entity\Category {#5984} -Creator: null } Eccube\Entity\Category {#5998 -id: 93 -name: "1,001円~3,000円" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1588947778 {#5996 date: 2020-05-08 23:22:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947778 {#5997 date: 2020-05-08 23:22:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5999 …} -Children: Doctrine\ORM\PersistentCollection {#6002 …} -Parent: Eccube\Entity\Category {#5984} -Creator: null } Eccube\Entity\Category {#6005 -id: 92 -name: "3,001円~5,000円" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1588947766 {#6003 date: 2020-05-08 23:22:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947766 {#6004 date: 2020-05-08 23:22:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6006 …} -Children: Doctrine\ORM\PersistentCollection {#6009 …} -Parent: Eccube\Entity\Category {#5984} -Creator: null } Eccube\Entity\Category {#6012 -id: 91 -name: "5,001円~10,000円" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1588947760 {#6010 date: 2020-05-08 23:22:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947760 {#6011 date: 2020-05-08 23:22:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6013 …} -Children: Doctrine\ORM\PersistentCollection {#6016 …} -Parent: Eccube\Entity\Category {#5984} -Creator: null } Eccube\Entity\Category {#6019 -id: 90 -name: "10,001円~" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1588947757 {#6017 date: 2020-05-08 23:22:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947757 {#6018 date: 2020-05-08 23:22:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6020 …} -Children: Doctrine\ORM\PersistentCollection {#6023 …} -Parent: Eccube\Entity\Category {#5984} -Creator: null } Eccube\Entity\Category {#6026 -id: 106 -name: "地域" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1601269846 {#5994 date: 2020-09-28 14:10:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269846 {#5995 date: 2020-09-28 14:10:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6027 …} -Children: Doctrine\ORM\PersistentCollection {#6030 …} -Parent: null -Creator: null } Eccube\Entity\Category {#6031 -id: 107 -name: "出雲地方" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1601269929 {#6024 date: 2020-09-28 14:12:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269929 {#6025 date: 2020-09-28 14:12:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6032 …} -Children: Doctrine\ORM\PersistentCollection {#6035 …} -Parent: Eccube\Entity\Category {#6026} -Creator: null } Eccube\Entity\Category {#6040 -id: 108 -name: "石見地方" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1601269934 {#6038 date: 2020-09-28 14:12:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269934 {#6039 date: 2020-09-28 14:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6041 …} -Children: Doctrine\ORM\PersistentCollection {#6044 …} -Parent: Eccube\Entity\Category {#6026} -Creator: null } Eccube\Entity\Category {#6047 -id: 109 -name: "隠岐地方" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1601269937 {#6045 date: 2020-09-28 14:12:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269937 {#6046 date: 2020-09-28 14:12:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6048 …} -Children: Doctrine\ORM\PersistentCollection {#6051 …} -Parent: Eccube\Entity\Category {#6026} -Creator: null } ] |
| 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 {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerNSYdtf8\EntityManagerGhost554d0f0 {#535 …12} |
| 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 {#4932 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerNSYdtf8\EntityManagerGhost554d0f0 {#535 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4857 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "common.select__all_products" |
| placeholder_attr | [] |
| 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() {#7722 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#7723 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| 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 | [ 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7764 +label: "お歳暮" +value: "254" +data: Eccube\Entity\Category {#4918 -id: 254 -name: "お歳暮" -hierarchy: 1 -sort_no: 147 -create_date: DateTime @1664781674 {#5028 date: 2022-10-03 16:21:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1664781674 {#5022 date: 2022-10-03 16:21:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5070 …} -Children: Doctrine\ORM\PersistentCollection {#5067 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7765 +label: "お中元" +value: "257" +data: Eccube\Entity\Category {#5064 -id: 257 -name: "お中元" -hierarchy: 1 -sort_no: 146 -create_date: DateTime @1684369701 {#5066 date: 2023-05-18 09:28:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1684369701 {#5065 date: 2023-05-18 09:28:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5063 …} -Children: Doctrine\ORM\PersistentCollection {#5060 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7766 +label: "サービス対象商品期間限定セット" +value: "248" +data: Eccube\Entity\Category {#5057 -id: 248 -name: "サービス対象商品期間限定セット" -hierarchy: 1 -sort_no: 145 -create_date: DateTime @1643006032 {#5059 date: 2022-01-24 15:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1643006032 {#5058 date: 2022-01-24 15:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5056 …} -Children: Doctrine\ORM\PersistentCollection {#5053 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7767 +label: "サービス対象外" +value: "207" +data: Eccube\Entity\Category {#5048 -id: 207 -name: "サービス対象外" -hierarchy: 1 -sort_no: 144 -create_date: DateTime @1642720040 {#5052 date: 2022-01-21 08:07:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642757393 {#5051 date: 2022-01-21 18:29:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5047 …} -Children: Doctrine\ORM\PersistentCollection {#5044 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7768 +label: "\u{3000}酒類" +value: "232" +data: Eccube\Entity\Category {#5043 -id: 232 -name: "酒類" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1642720052 {#5050 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720052 {#5049 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5042 …} -Children: Doctrine\ORM\PersistentCollection {#5038 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7769 +label: "\u{3000}お菓子" +value: "233" +data: Eccube\Entity\Category {#5032 -id: 233 -name: "お菓子" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1642720053 {#5035 date: 2022-01-21 08:07:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720053 {#5033 date: 2022-01-21 08:07:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5031 …} -Children: Doctrine\ORM\PersistentCollection {#5027 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7770 +label: "\u{3000}水産物・水産加工品" +value: "234" +data: Eccube\Entity\Category {#5024 -id: 234 -name: "水産物・水産加工品" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1642720054 {#5026 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720054 {#5025 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5023 …} -Children: Doctrine\ORM\PersistentCollection {#5019 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7771 +label: "\u{3000}農畜産物・農産加工品" +value: "235" +data: Eccube\Entity\Category {#5016 -id: 235 -name: "農畜産物・農産加工品" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1642720054 {#5018 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720054 {#5017 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5013 …} -Children: Doctrine\ORM\PersistentCollection {#4868 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7772 +label: "\u{3000}麺類" +value: "236" +data: Eccube\Entity\Category {#4865 -id: 236 -name: "麺類" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1642720055 {#4867 date: 2022-01-21 08:07:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720055 {#4866 date: 2022-01-21 08:07:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4864 …} -Children: Doctrine\ORM\PersistentCollection {#4861 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7773 +label: "\u{3000}乳製品" +value: "237" +data: Eccube\Entity\Category {#5106 -id: 237 -name: "乳製品" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1642720056 {#4871 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720056 {#5108 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5104 …} -Children: Doctrine\ORM\PersistentCollection {#5098 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7774 +label: "\u{3000}調味料" +value: "238" +data: Eccube\Entity\Category {#5109 -id: 238 -name: "調味料" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1642720056 {#5074 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720056 {#5110 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5107 …} -Children: Doctrine\ORM\PersistentCollection {#5101 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7775 +label: "\u{3000}飲料" +value: "239" +data: Eccube\Entity\Category {#5099 -id: 239 -name: "飲料" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1642720057 {#5096 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720057 {#5097 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5095 …} -Children: Doctrine\ORM\PersistentCollection {#5092 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7776 +label: "\u{3000}選べるギフト" +value: "240" +data: Eccube\Entity\Category {#5089 -id: 240 -name: "選べるギフト" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1642720057 {#5091 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720057 {#5090 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5088 …} -Children: Doctrine\ORM\PersistentCollection {#5085 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7777 +label: "\u{3000}化粧品" +value: "241" +data: Eccube\Entity\Category {#5082 -id: 241 -name: "化粧品" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1642720058 {#5084 date: 2022-01-21 08:07:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720058 {#5083 date: 2022-01-21 08:07:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5081 …} -Children: Doctrine\ORM\PersistentCollection {#5120 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7778 +label: "\u{3000}島根県ふるさと伝統工芸品" +value: "242" +data: Eccube\Entity\Category {#5123 -id: 242 -name: "島根県ふるさと伝統工芸品" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1642720059 {#5121 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720059 {#5122 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5124 …} -Children: Doctrine\ORM\PersistentCollection {#5127 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7779 +label: "\u{3000}民工芸品" +value: "243" +data: Eccube\Entity\Category {#5130 -id: 243 -name: "民工芸品" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1642720059 {#5128 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720059 {#5129 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5131 …} -Children: Doctrine\ORM\PersistentCollection {#5134 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7780 +label: "\u{3000}生花" +value: "247" +data: Eccube\Entity\Category {#5137 -id: 247 -name: "生花" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1642720062 {#5135 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720062 {#5136 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5138 …} -Children: Doctrine\ORM\PersistentCollection {#5141 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7781 +label: "\u{3000}お買物袋" +value: "244" +data: Eccube\Entity\Category {#5144 -id: 244 -name: "お買物袋" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1642720060 {#5142 date: 2022-01-21 08:07:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720060 {#5143 date: 2022-01-21 08:07:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5145 …} -Children: Doctrine\ORM\PersistentCollection {#5148 …} -Parent: Eccube\Entity\Category {#5048} -Creator: null } +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7782 +label: "送料サービス対象" +value: "206" +data: Eccube\Entity\Category {#5151 -id: 206 -name: "送料サービス対象" -hierarchy: 1 -sort_no: 129 -create_date: DateTime @1642720040 {#5036 date: 2022-01-21 08:07:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1647215408 {#5037 date: 2022-03-14 08:50:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5152 …} -Children: Doctrine\ORM\PersistentCollection {#5155 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7783 +label: "\u{3000}父の日ギフト" +value: "252" +data: Eccube\Entity\Category {#5156 -id: 252 -name: "父の日ギフト" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1648425101 {#5149 date: 2022-03-28 08:51:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648425101 {#5150 date: 2022-03-28 08:51:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5157 …} -Children: Doctrine\ORM\PersistentCollection {#5160 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7784 +label: "\u{3000}母の日ギフト" +value: "251" +data: Eccube\Entity\Category {#5165 -id: 251 -name: "母の日ギフト" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1648425094 {#5163 date: 2022-03-28 08:51:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648425094 {#5164 date: 2022-03-28 08:51:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5166 …} -Children: Doctrine\ORM\PersistentCollection {#5169 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7785 +label: "\u{3000}酒類" +value: "220" +data: Eccube\Entity\Category {#5172 -id: 220 -name: "酒類" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1642720046 {#5170 date: 2022-01-21 08:07:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720046 {#5171 date: 2022-01-21 08:07:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5173 …} -Children: Doctrine\ORM\PersistentCollection {#5176 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7786 +label: "\u{3000}お菓子" +value: "221" +data: Eccube\Entity\Category {#5179 -id: 221 -name: "お菓子" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1642720047 {#5177 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720047 {#5178 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5180 …} -Children: Doctrine\ORM\PersistentCollection {#5183 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7787 +label: "\u{3000}水産物・水産加工品" +value: "222" +data: Eccube\Entity\Category {#5186 -id: 222 -name: "水産物・水産加工品" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1642720047 {#5184 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720047 {#5185 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5187 …} -Children: Doctrine\ORM\PersistentCollection {#5190 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7788 +label: "\u{3000}農畜産物・農産加工品" +value: "223" +data: Eccube\Entity\Category {#5193 -id: 223 -name: "農畜産物・農産加工品" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1642720048 {#5191 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720048 {#5192 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5194 …} -Children: Doctrine\ORM\PersistentCollection {#5197 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7789 +label: "\u{3000}麺類" +value: "224" +data: Eccube\Entity\Category {#5200 -id: 224 -name: "麺類" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1642720048 {#5198 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720048 {#5199 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5201 …} -Children: Doctrine\ORM\PersistentCollection {#5204 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7790 +label: "\u{3000}乳製品" +value: "225" +data: Eccube\Entity\Category {#5207 -id: 225 -name: "乳製品" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1642720049 {#5205 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720049 {#5206 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5208 …} -Children: Doctrine\ORM\PersistentCollection {#5211 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7791 +label: "\u{3000}調味料" +value: "226" +data: Eccube\Entity\Category {#5214 -id: 226 -name: "調味料" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1642720049 {#5212 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720049 {#5213 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5215 …} -Children: Doctrine\ORM\PersistentCollection {#5218 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7792 +label: "\u{3000}飲料" +value: "227" +data: Eccube\Entity\Category {#5221 -id: 227 -name: "飲料" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1642720050 {#5219 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720050 {#5220 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5222 …} -Children: Doctrine\ORM\PersistentCollection {#5225 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7793 +label: "\u{3000}選べるギフト" +value: "228" +data: Eccube\Entity\Category {#5228 -id: 228 -name: "選べるギフト" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1642720050 {#5226 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720050 {#5227 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5229 …} -Children: Doctrine\ORM\PersistentCollection {#5232 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7794 +label: "\u{3000}化粧品" +value: "229" +data: Eccube\Entity\Category {#5235 -id: 229 -name: "化粧品" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1642720051 {#5233 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720051 {#5234 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5236 …} -Children: Doctrine\ORM\PersistentCollection {#5239 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7795 +label: "\u{3000}島根県ふるさと伝統工芸品" +value: "230" +data: Eccube\Entity\Category {#5242 -id: 230 -name: "島根県ふるさと伝統工芸品" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1642720051 {#5240 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720051 {#5241 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5243 …} -Children: Doctrine\ORM\PersistentCollection {#5246 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7796 +label: "\u{3000}民工芸品" +value: "231" +data: Eccube\Entity\Category {#5249 -id: 231 -name: "民工芸品" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1642720052 {#5247 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720052 {#5248 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5250 …} -Children: Doctrine\ORM\PersistentCollection {#5253 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7797 +label: "\u{3000}生花" +value: "246" +data: Eccube\Entity\Category {#5256 -id: 246 -name: "生花" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1642720062 {#5254 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720062 {#5255 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5257 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: Eccube\Entity\Category {#5151} -Creator: null } +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7798 +label: "ギフト商品" +value: "204" +data: Eccube\Entity\Category {#5261 -id: 204 -name: "ギフト商品" -hierarchy: 1 -sort_no: 113 -create_date: DateTime @1636094940 {#5161 date: 2021-11-05 15:49:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1636095000 {#5162 date: 2021-11-05 15:50:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5262 …} -Children: Doctrine\ORM\PersistentCollection {#5265 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7799 +label: "【セール】お買い得商品" +value: "202" +data: Eccube\Entity\Category {#5268 -id: 202 -name: "【セール】お買い得商品" -hierarchy: 1 -sort_no: 112 -create_date: DateTime @1611038841 {#5266 date: 2021-01-19 15:47:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611038841 {#5267 date: 2021-01-19 15:47:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5269 …} -Children: Doctrine\ORM\PersistentCollection {#5272 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7800 +label: "島根ふるさとフェア" +value: "120" +data: Eccube\Entity\Category {#5275 -id: 120 -name: "島根ふるさとフェア" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1610413573 {#5273 date: 2021-01-12 10:06:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610413573 {#5274 date: 2021-01-12 10:06:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5276 …} -Children: Doctrine\ORM\PersistentCollection {#5279 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7801 +label: "ひな祭り特集" +value: "256" +data: Eccube\Entity\Category {#5282 -id: 256 -name: "ひな祭り特集" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1676017870 {#5280 date: 2023-02-10 17:31:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1676017870 {#5281 date: 2023-02-10 17:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5283 …} -Children: Doctrine\ORM\PersistentCollection {#5286 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7802 +label: "お正月" +value: "116" +data: Eccube\Entity\Category {#5289 -id: 116 -name: "お正月" -hierarchy: 1 -sort_no: 109 -create_date: DateTime @1603758774 {#5287 date: 2020-10-27 09:32:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1603758774 {#5288 date: 2020-10-27 09:32:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5290 …} -Children: Doctrine\ORM\PersistentCollection {#5293 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7803 +label: "酒類" +value: "121" +data: Eccube\Entity\Category {#5298 -id: 121 -name: "酒類" -hierarchy: 1 -sort_no: 108 -create_date: DateTime @1611032372 {#5294 date: 2021-01-19 13:59:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032372 {#5295 date: 2021-01-19 13:59:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5299 …} -Children: Doctrine\ORM\PersistentCollection {#5302 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7804 +label: "\u{3000}ギフト好適品" +value: "132" +data: Eccube\Entity\Category {#5303 -id: 132 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1611033249 {#5296 date: 2021-01-19 14:14:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033249 {#5297 date: 2021-01-19 14:14:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5304 …} -Children: Doctrine\ORM\PersistentCollection {#5307 …} -Parent: Eccube\Entity\Category {#5298} -Creator: null } +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7805 +label: "\u{3000}地酒" +value: "137" +data: Eccube\Entity\Category {#5312 -id: 137 -name: "地酒" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1611033272 {#5310 date: 2021-01-19 14:14:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033272 {#5311 date: 2021-01-19 14:14:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5313 …} -Children: Doctrine\ORM\PersistentCollection {#5316 …} -Parent: Eccube\Entity\Category {#5298} -Creator: null } +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7806 +label: "\u{3000}焼酎" +value: "136" +data: Eccube\Entity\Category {#5319 -id: 136 -name: "焼酎" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1611033269 {#5317 date: 2021-01-19 14:14:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033269 {#5318 date: 2021-01-19 14:14:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5320 …} -Children: Doctrine\ORM\PersistentCollection {#5323 …} -Parent: Eccube\Entity\Category {#5298} -Creator: null } +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7807 +label: "\u{3000}地ビール" +value: "135" +data: Eccube\Entity\Category {#5326 -id: 135 -name: "地ビール" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1611033265 {#5324 date: 2021-01-19 14:14:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033265 {#5325 date: 2021-01-19 14:14:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5327 …} -Children: Doctrine\ORM\PersistentCollection {#5330 …} -Parent: Eccube\Entity\Category {#5298} -Creator: null } +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7808 +label: "\u{3000}ワイン" +value: "134" +data: Eccube\Entity\Category {#5333 -id: 134 -name: "ワイン" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1611033261 {#5331 date: 2021-01-19 14:14:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033261 {#5332 date: 2021-01-19 14:14:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5334 …} -Children: Doctrine\ORM\PersistentCollection {#5337 …} -Parent: Eccube\Entity\Category {#5298} -Creator: null } +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7809 +label: "\u{3000}その他" +value: "133" +data: Eccube\Entity\Category {#5340 -id: 133 -name: "その他" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1611033256 {#5338 date: 2021-01-19 14:14:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033256 {#5339 date: 2021-01-19 14:14:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5341 …} -Children: Doctrine\ORM\PersistentCollection {#5344 …} -Parent: Eccube\Entity\Category {#5298} -Creator: null } +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7810 +label: "お菓子" +value: "122" +data: Eccube\Entity\Category {#5347 -id: 122 -name: "お菓子" -hierarchy: 1 -sort_no: 101 -create_date: DateTime @1611032382 {#5309 date: 2021-01-19 13:59:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032382 {#5308 date: 2021-01-19 13:59:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5348 …} -Children: Doctrine\ORM\PersistentCollection {#5351 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7811 +label: "\u{3000}ギフト好適品" +value: "141" +data: Eccube\Entity\Category {#5352 -id: 141 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1611033316 {#5345 date: 2021-01-19 14:15:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033316 {#5346 date: 2021-01-19 14:15:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5353 …} -Children: Doctrine\ORM\PersistentCollection {#5356 …} -Parent: Eccube\Entity\Category {#5347} -Creator: null } +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7812 +label: "\u{3000}和菓子" +value: "140" +data: Eccube\Entity\Category {#5361 -id: 140 -name: "和菓子" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1611033312 {#5359 date: 2021-01-19 14:15:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033312 {#5360 date: 2021-01-19 14:15:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5362 …} -Children: Doctrine\ORM\PersistentCollection {#5365 …} -Parent: Eccube\Entity\Category {#5347} -Creator: null } +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7813 +label: "\u{3000}洋菓子" +value: "139" +data: Eccube\Entity\Category {#5368 -id: 139 -name: "洋菓子" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1611033308 {#5366 date: 2021-01-19 14:15:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033308 {#5367 date: 2021-01-19 14:15:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5369 …} -Children: Doctrine\ORM\PersistentCollection {#5372 …} -Parent: Eccube\Entity\Category {#5347} -Creator: null } +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7814 +label: "\u{3000}その他" +value: "138" +data: Eccube\Entity\Category {#5375 -id: 138 -name: "その他" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1611033304 {#5373 date: 2021-01-19 14:15:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033304 {#5374 date: 2021-01-19 14:15:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5376 …} -Children: Doctrine\ORM\PersistentCollection {#5379 …} -Parent: Eccube\Entity\Category {#5347} -Creator: null } +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7815 +label: "水産物・水産加工品" +value: "123" +data: Eccube\Entity\Category {#5382 -id: 123 -name: "水産物・水産加工品" -hierarchy: 1 -sort_no: 96 -create_date: DateTime @1611032386 {#5358 date: 2021-01-19 13:59:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032386 {#5357 date: 2021-01-19 13:59:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5383 …} -Children: Doctrine\ORM\PersistentCollection {#5386 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7816 +label: "\u{3000}ギフト好適品" +value: "148" +data: Eccube\Entity\Category {#5387 -id: 148 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1611033359 {#5380 date: 2021-01-19 14:15:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033359 {#5381 date: 2021-01-19 14:15:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5388 …} -Children: Doctrine\ORM\PersistentCollection {#5391 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7817 +label: "\u{3000}しじみ" +value: "147" +data: Eccube\Entity\Category {#5396 -id: 147 -name: "しじみ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1611033356 {#5394 date: 2021-01-19 14:15:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033356 {#5395 date: 2021-01-19 14:15:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5397 …} -Children: Doctrine\ORM\PersistentCollection {#5400 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7818 +label: "\u{3000}干物" +value: "146" +data: Eccube\Entity\Category {#5403 -id: 146 -name: "干物" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1611033353 {#5401 date: 2021-01-19 14:15:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033353 {#5402 date: 2021-01-19 14:15:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5404 …} -Children: Doctrine\ORM\PersistentCollection {#5407 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7819 +label: "\u{3000}海藻類" +value: "145" +data: Eccube\Entity\Category {#5410 -id: 145 -name: "海藻類" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1611033350 {#5408 date: 2021-01-19 14:15:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033350 {#5409 date: 2021-01-19 14:15:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5411 …} -Children: Doctrine\ORM\PersistentCollection {#5414 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7820 +label: "\u{3000}蒲鉾・練り物" +value: "144" +data: Eccube\Entity\Category {#5417 -id: 144 -name: "蒲鉾・練り物" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1611033347 {#5415 date: 2021-01-19 14:15:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033347 {#5416 date: 2021-01-19 14:15:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5418 …} -Children: Doctrine\ORM\PersistentCollection {#5421 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7821 +label: "\u{3000}珍味・佃煮" +value: "143" +data: Eccube\Entity\Category {#5424 -id: 143 -name: "珍味・佃煮" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1611033343 {#5422 date: 2021-01-19 14:15:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033343 {#5423 date: 2021-01-19 14:15:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5428 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7822 +label: "\u{3000}その他" +value: "142" +data: Eccube\Entity\Category {#5431 -id: 142 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1611033340 {#5429 date: 2021-01-19 14:15:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033340 {#5430 date: 2021-01-19 14:15:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5432 …} -Children: Doctrine\ORM\PersistentCollection {#5435 …} -Parent: Eccube\Entity\Category {#5382} -Creator: null } +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7823 +label: "農畜産物・農産加工品" +value: "124" +data: Eccube\Entity\Category {#5438 -id: 124 -name: "農畜産物・農産加工品" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1611032392 {#5392 date: 2021-01-19 13:59:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032392 {#5393 date: 2021-01-19 13:59:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5439 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7824 +label: "\u{3000}ギフト好適品" +value: "153" +data: Eccube\Entity\Category {#5443 -id: 153 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1611033403 {#5436 date: 2021-01-19 14:16:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033403 {#5437 date: 2021-01-19 14:16:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5444 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: Eccube\Entity\Category {#5438} -Creator: null } +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7825 +label: "\u{3000}肉・卵" +value: "152" +data: Eccube\Entity\Category {#5452 -id: 152 -name: "肉・卵" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1611033393 {#5450 date: 2021-01-19 14:16:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033393 {#5451 date: 2021-01-19 14:16:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5456 …} -Parent: Eccube\Entity\Category {#5438} -Creator: null } +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7826 +label: "\u{3000}米・餅" +value: "151" +data: Eccube\Entity\Category {#5459 -id: 151 -name: "米・餅" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1611033390 {#5457 date: 2021-01-19 14:16:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033390 {#5458 date: 2021-01-19 14:16:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5460 …} -Children: Doctrine\ORM\PersistentCollection {#5463 …} -Parent: Eccube\Entity\Category {#5438} -Creator: null } +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7827 +label: "\u{3000}新米" +value: "253" +data: Eccube\Entity\Category {#5466 -id: 253 -name: "新米" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1664353400 {#5464 date: 2022-09-28 17:23:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1664353400 {#5465 date: 2022-09-28 17:23:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5467 …} -Children: Doctrine\ORM\PersistentCollection {#5470 …} -Parent: Eccube\Entity\Category {#5438} -Creator: null } +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7828 +label: "\u{3000}野菜・果物" +value: "150" +data: Eccube\Entity\Category {#5473 -id: 150 -name: "野菜・果物" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1611033388 {#5471 date: 2021-01-19 14:16:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033388 {#5472 date: 2021-01-19 14:16:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5474 …} -Children: Doctrine\ORM\PersistentCollection {#5477 …} -Parent: Eccube\Entity\Category {#5438} -Creator: null } +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7829 +label: "\u{3000}その他" +value: "149" +data: Eccube\Entity\Category {#5480 -id: 149 -name: "その他" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1611033385 {#5478 date: 2021-01-19 14:16:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033385 {#5479 date: 2021-01-19 14:16:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5481 …} -Children: Doctrine\ORM\PersistentCollection {#5484 …} -Parent: Eccube\Entity\Category {#5438} -Creator: null } +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7830 +label: "麺類" +value: "125" +data: Eccube\Entity\Category {#5487 -id: 125 -name: "麺類" -hierarchy: 1 -sort_no: 81 -create_date: DateTime @1611032396 {#5449 date: 2021-01-19 13:59:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032396 {#5448 date: 2021-01-19 13:59:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5488 …} -Children: Doctrine\ORM\PersistentCollection {#5491 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7831 +label: "\u{3000}ギフト好適品" +value: "158" +data: Eccube\Entity\Category {#5492 -id: 158 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1611033432 {#5485 date: 2021-01-19 14:17:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033432 {#5486 date: 2021-01-19 14:17:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5493 …} -Children: Doctrine\ORM\PersistentCollection {#5496 …} -Parent: Eccube\Entity\Category {#5487} -Creator: null } +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7832 +label: "\u{3000}そば" +value: "157" +data: Eccube\Entity\Category {#5501 -id: 157 -name: "そば" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1611033427 {#5499 date: 2021-01-19 14:17:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033427 {#5500 date: 2021-01-19 14:17:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5502 …} -Children: Doctrine\ORM\PersistentCollection {#5505 …} -Parent: Eccube\Entity\Category {#5487} -Creator: null } +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7833 +label: "\u{3000}うどん" +value: "156" +data: Eccube\Entity\Category {#5508 -id: 156 -name: "うどん" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1611033424 {#5506 date: 2021-01-19 14:17:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033424 {#5507 date: 2021-01-19 14:17:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5509 …} -Children: Doctrine\ORM\PersistentCollection {#5512 …} -Parent: Eccube\Entity\Category {#5487} -Creator: null } +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7834 +label: "\u{3000}ラーメン" +value: "155" +data: Eccube\Entity\Category {#5515 -id: 155 -name: "ラーメン" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1611033421 {#5513 date: 2021-01-19 14:17:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033421 {#5514 date: 2021-01-19 14:17:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5516 …} -Children: Doctrine\ORM\PersistentCollection {#5519 …} -Parent: Eccube\Entity\Category {#5487} -Creator: null } +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7835 +label: "\u{3000}その他" +value: "154" +data: Eccube\Entity\Category {#5522 -id: 154 -name: "その他" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1611033418 {#5520 date: 2021-01-19 14:16:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033418 {#5521 date: 2021-01-19 14:16:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5487} -Creator: null } +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7836 +label: "乳製品" +value: "126" +data: Eccube\Entity\Category {#5529 -id: 126 -name: "乳製品" -hierarchy: 1 -sort_no: 75 -create_date: DateTime @1611032402 {#5497 date: 2021-01-19 14:00:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032402 {#5498 date: 2021-01-19 14:00:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5530 …} -Children: Doctrine\ORM\PersistentCollection {#5533 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7837 +label: "\u{3000}ギフト好適品" +value: "162" +data: Eccube\Entity\Category {#5534 -id: 162 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1611033474 {#5527 date: 2021-01-19 14:17:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033474 {#5528 date: 2021-01-19 14:17:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5535 …} -Children: Doctrine\ORM\PersistentCollection {#5538 …} -Parent: Eccube\Entity\Category {#5529} -Creator: null } +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7838 +label: "\u{3000}アイスクリーム" +value: "161" +data: Eccube\Entity\Category {#5543 -id: 161 -name: "アイスクリーム" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1611033470 {#5541 date: 2021-01-19 14:17:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033470 {#5542 date: 2021-01-19 14:17:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5544 …} -Children: Doctrine\ORM\PersistentCollection {#5547 …} -Parent: Eccube\Entity\Category {#5529} -Creator: null } +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7839 +label: "\u{3000}チーズ" +value: "160" +data: Eccube\Entity\Category {#5550 -id: 160 -name: "チーズ" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1611033457 {#5548 date: 2021-01-19 14:17:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033457 {#5549 date: 2021-01-19 14:17:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5551 …} -Children: Doctrine\ORM\PersistentCollection {#5554 …} -Parent: Eccube\Entity\Category {#5529} -Creator: null } +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7840 +label: "\u{3000}その他" +value: "159" +data: Eccube\Entity\Category {#5557 -id: 159 -name: "その他" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1611033453 {#5555 date: 2021-01-19 14:17:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033453 {#5556 date: 2021-01-19 14:17:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5558 …} -Children: Doctrine\ORM\PersistentCollection {#5561 …} -Parent: Eccube\Entity\Category {#5529} -Creator: null } +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7841 +label: "調味料" +value: "127" +data: Eccube\Entity\Category {#5564 -id: 127 -name: "調味料" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1611032407 {#5540 date: 2021-01-19 14:00:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032407 {#5539 date: 2021-01-19 14:00:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5565 …} -Children: Doctrine\ORM\PersistentCollection {#5568 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7842 +label: "\u{3000}ギフト好適品" +value: "169" +data: Eccube\Entity\Category {#5569 -id: 169 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1611033520 {#5562 date: 2021-01-19 14:18:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033520 {#5563 date: 2021-01-19 14:18:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5570 …} -Children: Doctrine\ORM\PersistentCollection {#5573 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7843 +label: "\u{3000}味噌・醤油" +value: "168" +data: Eccube\Entity\Category {#5578 -id: 168 -name: "味噌・醤油" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1611033517 {#5576 date: 2021-01-19 14:18:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033517 {#5577 date: 2021-01-19 14:18:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5579 …} -Children: Doctrine\ORM\PersistentCollection {#5582 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7844 +label: "\u{3000}みりん・料理酒" +value: "167" +data: Eccube\Entity\Category {#5585 -id: 167 -name: "みりん・料理酒" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1611033513 {#5583 date: 2021-01-19 14:18:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033513 {#5584 date: 2021-01-19 14:18:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5586 …} -Children: Doctrine\ORM\PersistentCollection {#5589 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7845 +label: "\u{3000}食用油" +value: "166" +data: Eccube\Entity\Category {#5592 -id: 166 -name: "食用油" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1611033509 {#5590 date: 2021-01-19 14:18:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033509 {#5591 date: 2021-01-19 14:18:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5593 …} -Children: Doctrine\ORM\PersistentCollection {#5596 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7846 +label: "\u{3000}だし" +value: "165" +data: Eccube\Entity\Category {#5599 -id: 165 -name: "だし" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1611033506 {#5597 date: 2021-01-19 14:18:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033506 {#5598 date: 2021-01-19 14:18:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5600 …} -Children: Doctrine\ORM\PersistentCollection {#5603 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7847 +label: "\u{3000}ドレッシング" +value: "164" +data: Eccube\Entity\Category {#5606 -id: 164 -name: "ドレッシング" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1611033503 {#5604 date: 2021-01-19 14:18:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033503 {#5605 date: 2021-01-19 14:18:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5607 …} -Children: Doctrine\ORM\PersistentCollection {#5610 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7848 +label: "\u{3000}その他" +value: "163" +data: Eccube\Entity\Category {#5613 -id: 163 -name: "その他" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1611033500 {#5611 date: 2021-01-19 14:18:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033500 {#5612 date: 2021-01-19 14:18:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5614 …} -Children: Doctrine\ORM\PersistentCollection {#5617 …} -Parent: Eccube\Entity\Category {#5564} -Creator: null } +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7849 +label: "飲料" +value: "128" +data: Eccube\Entity\Category {#5620 -id: 128 -name: "飲料" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1611032414 {#5574 date: 2021-01-19 14:00:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032414 {#5575 date: 2021-01-19 14:00:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5621 …} -Children: Doctrine\ORM\PersistentCollection {#5624 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7850 +label: "\u{3000}ギフト好適品" +value: "175" +data: Eccube\Entity\Category {#5625 -id: 175 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1611033561 {#5618 date: 2021-01-19 14:19:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033561 {#5619 date: 2021-01-19 14:19:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5626 …} -Children: Doctrine\ORM\PersistentCollection {#5629 …} -Parent: Eccube\Entity\Category {#5620} -Creator: null } +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7851 +label: "\u{3000}水" +value: "174" +data: Eccube\Entity\Category {#5634 -id: 174 -name: "水" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1611033556 {#5632 date: 2021-01-19 14:19:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033556 {#5633 date: 2021-01-19 14:19:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5635 …} -Children: Doctrine\ORM\PersistentCollection {#5638 …} -Parent: Eccube\Entity\Category {#5620} -Creator: null } +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7852 +label: "\u{3000}お茶" +value: "173" +data: Eccube\Entity\Category {#5641 -id: 173 -name: "お茶" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1611033552 {#5639 date: 2021-01-19 14:19:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033552 {#5640 date: 2021-01-19 14:19:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5642 …} -Children: Doctrine\ORM\PersistentCollection {#5645 …} -Parent: Eccube\Entity\Category {#5620} -Creator: null } +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7853 +label: "\u{3000}珈琲" +value: "172" +data: Eccube\Entity\Category {#5648 -id: 172 -name: "珈琲" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1611033548 {#5646 date: 2021-01-19 14:19:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033548 {#5647 date: 2021-01-19 14:19:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5649 …} -Children: Doctrine\ORM\PersistentCollection {#5652 …} -Parent: Eccube\Entity\Category {#5620} -Creator: null } +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7854 +label: "\u{3000}ジュース" +value: "171" +data: Eccube\Entity\Category {#5655 -id: 171 -name: "ジュース" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1611033544 {#5653 date: 2021-01-19 14:19:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033544 {#5654 date: 2021-01-19 14:19:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5656 …} -Children: Doctrine\ORM\PersistentCollection {#5659 …} -Parent: Eccube\Entity\Category {#5620} -Creator: null } +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7855 +label: "\u{3000}その他" +value: "170" +data: Eccube\Entity\Category {#5662 -id: 170 -name: "その他" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1611033537 {#5660 date: 2021-01-19 14:18:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033537 {#5661 date: 2021-01-19 14:18:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5663 …} -Children: Doctrine\ORM\PersistentCollection {#5666 …} -Parent: Eccube\Entity\Category {#5620} -Creator: null } +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7856 +label: "生花" +value: "129" +data: Eccube\Entity\Category {#5669 -id: 129 -name: "生花" -hierarchy: 1 -sort_no: 55 -create_date: DateTime @1611032420 {#5631 date: 2021-01-19 14:00:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032420 {#5630 date: 2021-01-19 14:00:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5670 …} -Children: Doctrine\ORM\PersistentCollection {#5673 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7857 +label: "\u{3000}ギフト好適品" +value: "177" +data: Eccube\Entity\Category {#5674 -id: 177 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1611033580 {#5667 date: 2021-01-19 14:19:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033580 {#5668 date: 2021-01-19 14:19:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5675 …} -Children: Doctrine\ORM\PersistentCollection {#5678 …} -Parent: Eccube\Entity\Category {#5669} -Creator: null } +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7858 +label: "\u{3000}ぼたん" +value: "176" +data: Eccube\Entity\Category {#5683 -id: 176 -name: "ぼたん" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1611033577 {#5681 date: 2021-01-19 14:19:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033577 {#5682 date: 2021-01-19 14:19:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5684 …} -Children: Doctrine\ORM\PersistentCollection {#5687 …} -Parent: Eccube\Entity\Category {#5669} -Creator: null } +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7859 +label: "選べるギフト" +value: "130" +data: Eccube\Entity\Category {#5688 -id: 130 -name: "選べるギフト" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1611032424 {#5680 date: 2021-01-19 14:00:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032424 {#5679 date: 2021-01-19 14:00:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5689 …} -Children: Doctrine\ORM\PersistentCollection {#5692 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7860 +label: "化粧品" +value: "131" +data: Eccube\Entity\Category {#5697 -id: 131 -name: "化粧品" -hierarchy: 1 -sort_no: 51 -create_date: DateTime @1611032429 {#5693 date: 2021-01-19 14:00:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032429 {#5694 date: 2021-01-19 14:00:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5698 …} -Children: Doctrine\ORM\PersistentCollection {#5701 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7861 +label: "\u{3000}ギフト好適品" +value: "181" +data: Eccube\Entity\Category {#5702 -id: 181 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1611033606 {#5695 date: 2021-01-19 14:20:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033606 {#5696 date: 2021-01-19 14:20:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5703 …} -Children: Doctrine\ORM\PersistentCollection {#5706 …} -Parent: Eccube\Entity\Category {#5697} -Creator: null } +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7862 +label: "\u{3000}ボディケア" +value: "180" +data: Eccube\Entity\Category {#5711 -id: 180 -name: "ボディケア" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1611033600 {#5709 date: 2021-01-19 14:20:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033600 {#5710 date: 2021-01-19 14:20:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5712 …} -Children: Doctrine\ORM\PersistentCollection {#5715 …} -Parent: Eccube\Entity\Category {#5697} -Creator: null } +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7863 +label: "\u{3000}スキンケア" +value: "179" +data: Eccube\Entity\Category {#5718 -id: 179 -name: "スキンケア" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1611033598 {#5716 date: 2021-01-19 14:19:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033598 {#5717 date: 2021-01-19 14:19:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5719 …} -Children: Doctrine\ORM\PersistentCollection {#5722 …} -Parent: Eccube\Entity\Category {#5697} -Creator: null } +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7864 +label: "\u{3000}その他" +value: "178" +data: Eccube\Entity\Category {#5725 -id: 178 -name: "その他" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1611033595 {#5723 date: 2021-01-19 14:19:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033595 {#5724 date: 2021-01-19 14:19:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5726 …} -Children: Doctrine\ORM\PersistentCollection {#5729 …} -Parent: Eccube\Entity\Category {#5697} -Creator: null } +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7865 +label: "ペット用品" +value: "255" +data: Eccube\Entity\Category {#5730 -id: 255 -name: "ペット用品" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1668385498 {#5708 date: 2022-11-14 09:24:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1668385498 {#5707 date: 2022-11-14 09:24:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5731 …} -Children: Doctrine\ORM\PersistentCollection {#5734 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7866 +label: "島根県ふるさと伝統工芸品" +value: "95" +data: Eccube\Entity\Category {#5739 -id: 95 -name: "島根県ふるさと伝統工芸品" -hierarchy: 1 -sort_no: 45 -create_date: DateTime @1592719721 {#5735 date: 2020-06-21 15:08:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1592719721 {#5736 date: 2020-06-21 15:08:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5740 …} -Children: Doctrine\ORM\PersistentCollection {#5743 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7867 +label: "\u{3000}ギフト好適品" +value: "193" +data: Eccube\Entity\Category {#5744 -id: 193 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1611033677 {#5737 date: 2021-01-19 14:21:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033677 {#5738 date: 2021-01-19 14:21:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5745 …} -Children: Doctrine\ORM\PersistentCollection {#5748 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7868 +label: "\u{3000}石工品" +value: "192" +data: Eccube\Entity\Category {#5753 -id: 192 -name: "石工品" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1611033674 {#5751 date: 2021-01-19 14:21:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033674 {#5752 date: 2021-01-19 14:21:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5754 …} -Children: Doctrine\ORM\PersistentCollection {#5757 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7869 +label: "\u{3000}漆器" +value: "191" +data: Eccube\Entity\Category {#5760 -id: 191 -name: "漆器" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1611033671 {#5758 date: 2021-01-19 14:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033671 {#5759 date: 2021-01-19 14:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5761 …} -Children: Doctrine\ORM\PersistentCollection {#5764 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7870 +label: "\u{3000}陶磁器" +value: "190" +data: Eccube\Entity\Category {#5767 -id: 190 -name: "陶磁器" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1611033667 {#5765 date: 2021-01-19 14:21:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033667 {#5766 date: 2021-01-19 14:21:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5768 …} -Children: Doctrine\ORM\PersistentCollection {#5771 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7871 +label: "\u{3000}金工品" +value: "189" +data: Eccube\Entity\Category {#5774 -id: 189 -name: "金工品" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1611033664 {#5772 date: 2021-01-19 14:21:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033664 {#5773 date: 2021-01-19 14:21:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5775 …} -Children: Doctrine\ORM\PersistentCollection {#5778 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7872 +label: "\u{3000}木竹品" +value: "188" +data: Eccube\Entity\Category {#5781 -id: 188 -name: "木竹品" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1611033661 {#5779 date: 2021-01-19 14:21:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033661 {#5780 date: 2021-01-19 14:21:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5782 …} -Children: Doctrine\ORM\PersistentCollection {#5785 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7873 +label: "\u{3000}繊維" +value: "187" +data: Eccube\Entity\Category {#5788 -id: 187 -name: "繊維" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1611033658 {#5786 date: 2021-01-19 14:20:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033658 {#5787 date: 2021-01-19 14:20:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5789 …} -Children: Doctrine\ORM\PersistentCollection {#5792 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7874 +label: "\u{3000}和紙" +value: "186" +data: Eccube\Entity\Category {#5795 -id: 186 -name: "和紙" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1611033655 {#5793 date: 2021-01-19 14:20:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033655 {#5794 date: 2021-01-19 14:20:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5796 …} -Children: Doctrine\ORM\PersistentCollection {#5799 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7875 +label: "\u{3000}貴石細工" +value: "185" +data: Eccube\Entity\Category {#5802 -id: 185 -name: "貴石細工" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1611033652 {#5800 date: 2021-01-19 14:20:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033652 {#5801 date: 2021-01-19 14:20:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5803 …} -Children: Doctrine\ORM\PersistentCollection {#5806 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7876 +label: "\u{3000}面" +value: "184" +data: Eccube\Entity\Category {#5809 -id: 184 -name: "面" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1611033649 {#5807 date: 2021-01-19 14:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033649 {#5808 date: 2021-01-19 14:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5810 …} -Children: Doctrine\ORM\PersistentCollection {#5813 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7877 +label: "\u{3000}人形玩具" +value: "183" +data: Eccube\Entity\Category {#5816 -id: 183 -name: "人形玩具" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1611033646 {#5814 date: 2021-01-19 14:20:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033646 {#5815 date: 2021-01-19 14:20:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5817 …} -Children: Doctrine\ORM\PersistentCollection {#5820 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7878 +label: "\u{3000}その他" +value: "182" +data: Eccube\Entity\Category {#5823 -id: 182 -name: "その他" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1611033643 {#5821 date: 2021-01-19 14:20:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033643 {#5822 date: 2021-01-19 14:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5824 …} -Children: Doctrine\ORM\PersistentCollection {#5827 …} -Parent: Eccube\Entity\Category {#5739} -Creator: null } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7879 +label: "民工芸品" +value: "3" +data: Eccube\Entity\Category {#5830 -id: 3 -name: "民工芸品" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1412172266 {#5750 date: 2014-10-01 23:04:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1587881299 {#5749 date: 2020-04-26 15:08:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5831 …} -Children: Doctrine\ORM\PersistentCollection {#5834 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7880 +label: "\u{3000}ギフト好適品" +value: "203" +data: Eccube\Entity\Category {#5835 -id: 203 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1621986875 {#5828 date: 2021-05-26 08:54:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621986875 {#5829 date: 2021-05-26 08:54:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5836 …} -Children: Doctrine\ORM\PersistentCollection {#5839 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7881 +label: "\u{3000}石工品" +value: "194" +data: Eccube\Entity\Category {#5844 -id: 194 -name: "石工品" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1611033716 {#5842 date: 2021-01-19 14:21:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033716 {#5843 date: 2021-01-19 14:21:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5845 …} -Children: Doctrine\ORM\PersistentCollection {#5848 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } +attr: [] +labelTranslationParameters: [] } 7100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7882 +label: "\u{3000}漆器" +value: "7100" +data: Eccube\Entity\Category {#5851 -id: 7100 -name: "漆器" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1412172267 {#5849 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5850 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5852 …} -Children: Doctrine\ORM\PersistentCollection {#5855 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } +attr: [] +labelTranslationParameters: [] } 7000 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7883 +label: "\u{3000}陶磁器" +value: "7000" +data: Eccube\Entity\Category {#5858 -id: 7000 -name: "陶磁器" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1412172267 {#5856 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5857 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5859 …} -Children: Doctrine\ORM\PersistentCollection {#5862 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } +attr: [] +labelTranslationParameters: [] } 7900 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7884 +label: "\u{3000}金工品" +value: "7900" +data: Eccube\Entity\Category {#5865 -id: 7900 -name: "金工品" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1412172267 {#5863 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5864 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5866 …} -Children: Doctrine\ORM\PersistentCollection {#5869 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7885 +label: "\u{3000}木竹品" +value: "201" +data: Eccube\Entity\Category {#5872 -id: 201 -name: "木竹品" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1611033753 {#5870 date: 2021-01-19 14:22:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033753 {#5871 date: 2021-01-19 14:22:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5873 …} -Children: Doctrine\ORM\PersistentCollection {#5876 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7886 +label: "\u{3000}繊維" +value: "200" +data: Eccube\Entity\Category {#5879 -id: 200 -name: "繊維" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1611033749 {#5877 date: 2021-01-19 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033749 {#5878 date: 2021-01-19 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5880 …} -Children: Doctrine\ORM\PersistentCollection {#5883 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } +attr: [] +labelTranslationParameters: [] } 7400 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7887 +label: "\u{3000}和紙" +value: "7400" +data: Eccube\Entity\Category {#5886 -id: 7400 -name: "和紙" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1412172267 {#5884 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5885 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5887 …} -Children: Doctrine\ORM\PersistentCollection {#5890 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7888 +label: "\u{3000}貴石細工" +value: "199" +data: Eccube\Entity\Category {#5893 -id: 199 -name: "貴石細工" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1611033735 {#5891 date: 2021-01-19 14:22:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033735 {#5892 date: 2021-01-19 14:22:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5894 …} -Children: Doctrine\ORM\PersistentCollection {#5897 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7889 +label: "\u{3000}面" +value: "198" +data: Eccube\Entity\Category {#5900 -id: 198 -name: "面" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1611033732 {#5898 date: 2021-01-19 14:22:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033732 {#5899 date: 2021-01-19 14:22:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5901 …} -Children: Doctrine\ORM\PersistentCollection {#5904 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7890 +label: "\u{3000}人形玩具" +value: "197" +data: Eccube\Entity\Category {#5907 -id: 197 -name: "人形玩具" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1611033729 {#5905 date: 2021-01-19 14:22:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033729 {#5906 date: 2021-01-19 14:22:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5908 …} -Children: Doctrine\ORM\PersistentCollection {#5911 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7891 +label: "\u{3000}書籍・雑貨" +value: "196" +data: Eccube\Entity\Category {#5914 -id: 196 -name: "書籍・雑貨" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1611033725 {#5912 date: 2021-01-19 14:22:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033725 {#5913 date: 2021-01-19 14:22:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5915 …} -Children: Doctrine\ORM\PersistentCollection {#5918 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7892 +label: "\u{3000}その他" +value: "195" +data: Eccube\Entity\Category {#5921 -id: 195 -name: "その他" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1611033722 {#5919 date: 2021-01-19 14:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033722 {#5920 date: 2021-01-19 14:22:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5922 …} -Children: Doctrine\ORM\PersistentCollection {#5925 …} -Parent: Eccube\Entity\Category {#5830} -Creator: null } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7893 +label: "お買物袋" +value: "96" +data: Eccube\Entity\Category {#5926 -id: 96 -name: "お買物袋" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1593560169 {#5840 date: 2020-07-01 08:36:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1593560169 {#5841 date: 2020-07-01 08:36:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5927 …} -Children: Doctrine\ORM\PersistentCollection {#5930 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7894 +label: "ピックアップ商品" +value: "97" +data: Eccube\Entity\Category {#5935 -id: 97 -name: "ピックアップ商品" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1596072849 {#5931 date: 2020-07-30 10:34:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1596072849 {#5932 date: 2020-07-30 10:34:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5936 …} -Children: Doctrine\ORM\PersistentCollection {#5939 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7895 +label: "\u{3000} ピックアップ_お菓子" +value: "103" +data: Eccube\Entity\Category {#5940 -id: 103 -name: " ピックアップ_お菓子" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1596073104 {#5933 date: 2020-07-30 10:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956977 {#5934 date: 2021-01-18 17:02:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5941 …} -Children: Doctrine\ORM\PersistentCollection {#5944 …} -Parent: Eccube\Entity\Category {#5935} -Creator: null } +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7896 +label: "\u{3000} ピックアップ_仁多米" +value: "102" +data: Eccube\Entity\Category {#5949 -id: 102 -name: " ピックアップ_仁多米" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1596073097 {#5947 date: 2020-07-30 10:38:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956981 {#5948 date: 2021-01-18 17:03:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5950 …} -Children: Doctrine\ORM\PersistentCollection {#5953 …} -Parent: Eccube\Entity\Category {#5935} -Creator: null } +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7897 +label: "\u{3000} ピックアップ_出雲そば" +value: "101" +data: Eccube\Entity\Category {#5956 -id: 101 -name: " ピックアップ_出雲そば" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1596073080 {#5954 date: 2020-07-30 10:38:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956985 {#5955 date: 2021-01-18 17:03:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5957 …} -Children: Doctrine\ORM\PersistentCollection {#5960 …} -Parent: Eccube\Entity\Category {#5935} -Creator: null } +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7898 +label: "\u{3000} ピックアップ_あご野焼き" +value: "100" +data: Eccube\Entity\Category {#5963 -id: 100 -name: " ピックアップ_あご野焼き" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1596073075 {#5961 date: 2020-07-30 10:37:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956987 {#5962 date: 2021-01-18 17:03:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5964 …} -Children: Doctrine\ORM\PersistentCollection {#5967 …} -Parent: Eccube\Entity\Category {#5935} -Creator: null } +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7899 +label: "\u{3000} ピックアップ_しじみ" +value: "98" +data: Eccube\Entity\Category {#5970 -id: 98 -name: " ピックアップ_しじみ" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1596073025 {#5968 date: 2020-07-30 10:37:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956993 {#5969 date: 2021-01-18 17:03:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5971 …} -Children: Doctrine\ORM\PersistentCollection {#5974 …} -Parent: Eccube\Entity\Category {#5935} -Creator: null } +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7900 +label: "\u{3000} ピックアップ_一夜干し" +value: "99" +data: Eccube\Entity\Category {#5977 -id: 99 -name: " ピックアップ_一夜干し" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1596073050 {#5975 date: 2020-07-30 10:37:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956990 {#5976 date: 2021-01-18 17:03:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5978 …} -Children: Doctrine\ORM\PersistentCollection {#5981 …} -Parent: Eccube\Entity\Category {#5935} -Creator: null } +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7901 +label: "価格帯で探す" +value: "89" +data: Eccube\Entity\Category {#5984 -id: 89 -name: "価格帯で探す" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1588947730 {#5946 date: 2020-05-08 23:22:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947730 {#5945 date: 2020-05-08 23:22:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5985 …} -Children: Doctrine\ORM\PersistentCollection {#5988 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7902 +label: "\u{3000}~1,000円" +value: "94" +data: Eccube\Entity\Category {#5989 -id: 94 -name: "~1,000円" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1588947783 {#5982 date: 2020-05-08 23:23:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947783 {#5983 date: 2020-05-08 23:23:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5990 …} -Children: Doctrine\ORM\PersistentCollection {#5993 …} -Parent: Eccube\Entity\Category {#5984} -Creator: null } +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7903 +label: "\u{3000}1,001円~3,000円" +value: "93" +data: Eccube\Entity\Category {#5998 -id: 93 -name: "1,001円~3,000円" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1588947778 {#5996 date: 2020-05-08 23:22:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947778 {#5997 date: 2020-05-08 23:22:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5999 …} -Children: Doctrine\ORM\PersistentCollection {#6002 …} -Parent: Eccube\Entity\Category {#5984} -Creator: null } +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7904 +label: "\u{3000}3,001円~5,000円" +value: "92" +data: Eccube\Entity\Category {#6005 -id: 92 -name: "3,001円~5,000円" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1588947766 {#6003 date: 2020-05-08 23:22:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947766 {#6004 date: 2020-05-08 23:22:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6006 …} -Children: Doctrine\ORM\PersistentCollection {#6009 …} -Parent: Eccube\Entity\Category {#5984} -Creator: null } +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7905 +label: "\u{3000}5,001円~10,000円" +value: "91" +data: Eccube\Entity\Category {#6012 -id: 91 -name: "5,001円~10,000円" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1588947760 {#6010 date: 2020-05-08 23:22:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947760 {#6011 date: 2020-05-08 23:22:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6013 …} -Children: Doctrine\ORM\PersistentCollection {#6016 …} -Parent: Eccube\Entity\Category {#5984} -Creator: null } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7906 +label: "\u{3000}10,001円~" +value: "90" +data: Eccube\Entity\Category {#6019 -id: 90 -name: "10,001円~" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1588947757 {#6017 date: 2020-05-08 23:22:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947757 {#6018 date: 2020-05-08 23:22:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6020 …} -Children: Doctrine\ORM\PersistentCollection {#6023 …} -Parent: Eccube\Entity\Category {#5984} -Creator: null } +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7907 +label: "地域" +value: "106" +data: Eccube\Entity\Category {#6026 -id: 106 -name: "地域" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1601269846 {#5994 date: 2020-09-28 14:10:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269846 {#5995 date: 2020-09-28 14:10:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6027 …} -Children: Doctrine\ORM\PersistentCollection {#6030 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7908 +label: "\u{3000}出雲地方" +value: "107" +data: Eccube\Entity\Category {#6031 -id: 107 -name: "出雲地方" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1601269929 {#6024 date: 2020-09-28 14:12:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269929 {#6025 date: 2020-09-28 14:12:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6032 …} -Children: Doctrine\ORM\PersistentCollection {#6035 …} -Parent: Eccube\Entity\Category {#6026} -Creator: null } +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7909 +label: "\u{3000}石見地方" +value: "108" +data: Eccube\Entity\Category {#6040 -id: 108 -name: "石見地方" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1601269934 {#6038 date: 2020-09-28 14:12:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269934 {#6039 date: 2020-09-28 14:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6041 …} -Children: Doctrine\ORM\PersistentCollection {#6044 …} -Parent: Eccube\Entity\Category {#6026} -Creator: null } +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7910 +label: "\u{3000}隠岐地方" +value: "109" +data: Eccube\Entity\Category {#6047 -id: 109 -name: "隠岐地方" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1601269937 {#6045 date: 2020-09-28 14:12:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269937 {#6046 date: 2020-09-28 14:12:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6048 …} -Children: Doctrine\ORM\PersistentCollection {#6051 …} -Parent: Eccube\Entity\Category {#6026} -Creator: null } +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 {#7757 -form: Symfony\Component\Form\Form {#7744 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#7756 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#7763 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| 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_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_category_id" |
| valid | true |
| value | "" |
name
Errors
This form has no errors.
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 {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#7733 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Please enter a valid search term." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "common.search_keyword" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#7729 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#7734 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| 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 {#7911 -form: Symfony\Component\Form\Form {#7747 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7762 …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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_name" |
| valid | true |
| value | "" |