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 {#4034 -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 {#4034 -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 {#4034 -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) {#4099 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() {#4101 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4100 …} $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 {#4034 -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 {#4269 -form: Symfony\Component\Form\Form {#4276 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4102 …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 {#4034 -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 {#4108 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4109 +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 {#4108 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4109 +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 {#4108 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4109 +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) {#4128 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() {#4130 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4129 …} $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 {#4357 -form: Symfony\Component\Form\Form {#4279 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4367 …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 {#4110 +payload: null +groups: ? +message: "This value is not a valid URL." +protocols: [ "http" "https" ] +relativeProtocol: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4111 +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 {#4110 +payload: null +groups: ? +message: "This value is not a valid URL." +protocols: [ "http" "https" ] +relativeProtocol: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4111 +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 {#4110 +payload: null +groups: ? +message: "This value is not a valid URL." +protocols: [ "http" "https" ] +relativeProtocol: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4111 +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) {#4139 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() {#4141 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4140 …} $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 {#4347 -form: Symfony\Component\Form\Form {#4282 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4337 …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 {#4177 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#4178 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#4228 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#4200 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4201 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#4199 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4219 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#4197 …} } |
| 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 {#4216 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerNSYdtf8\EntityManagerGhost554d0f0 {#535 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4185 …} } |
| 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 {#4207 -em: ContainerNSYdtf8\EntityManagerGhost554d0f0 {#535 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4204 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4205 #from: "Eccube\Entity\Master\Sex" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4202 #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 {#4206 …} -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() {#4184 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4181 …} $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 {#4190 +label: "男性" +value: "1" +data: Eccube\Entity\Master\Sex {#4233 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4193 +label: "女性" +value: "2" +data: Eccube\Entity\Master\Sex {#4234 …} +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 {#4327 -form: Symfony\Component\Form\Form {#4315 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#4189 …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) {#4308 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) {#4292 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 {#4293 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() {#4294 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4295 …} $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 {#4477 -form: Symfony\Component\Form\Form {#4318 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4131 …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) {#4292 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 {#4293 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() {#4307 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4306 …} $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 {#4476 -form: Symfony\Component\Form\Form {#4321 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4474 …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 {#4112 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4112 +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 {#4112 +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() {#4222 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4221 …} $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 {#4241 +label: "★★★★★" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4242 +label: "★★★★" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4243 +label: "★★★" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4244 +label: "★★" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4245 +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 {#4142 -form: Symfony\Component\Form\Form {#4374 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#4298 …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) {#4479 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) {#4292 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 {#4293 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 | "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 {#4520 -form: Symfony\Component\Form\Form {#4377 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4517 …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) {#4292 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 {#4293 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 | "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 {#4521 -form: Symfony\Component\Form\Form {#4380 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4522 …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) {#4292 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 {#4293 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 | "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 {#4523 -form: Symfony\Component\Form\Form {#4383 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4524 …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) {#4292 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 {#4293 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 | "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 {#4525 -form: Symfony\Component\Form\Form {#4386 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4526 …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) {#4292 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 {#4293 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() {#4366 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4365 …} $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 {#4527 -form: Symfony\Component\Form\Form {#4389 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4528 …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 {#4113 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4114 +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 {#4113 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4114 +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 {#4113 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4114 +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) {#4251 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() {#4253 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4252 …} $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 {#4480 -form: Symfony\Component\Form\Form {#4392 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4478 …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 {#4115 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4116 +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 {#4115 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4116 +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 {#4115 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4116 +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) {#4266 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() {#4268 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4267 …} $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 {#4530 -form: Symfony\Component\Form\Form {#4395 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4529 …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 | "ef3ea51847320517f6bfdffd259486f5.H9qFpRfeNqnOKIXO8bEtzyQjeVLm29Fx99tA3fqDa_E.RYXrnE7vZsimScmYh_4eoHxVD2q2tbc_pLUrl7HqIMJduOvLLpx57Ph5vQ" |
| 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 | "ef3ea51847320517f6bfdffd259486f5.H9qFpRfeNqnOKIXO8bEtzyQjeVLm29Fx99tA3fqDa_E.RYXrnE7vZsimScmYh_4eoHxVD2q2tbc_pLUrl7HqIMJduOvLLpx57Ph5vQ" |
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 | "ef3ea51847320517f6bfdffd259486f5.H9qFpRfeNqnOKIXO8bEtzyQjeVLm29Fx99tA3fqDa_E.RYXrnE7vZsimScmYh_4eoHxVD2q2tbc_pLUrl7HqIMJduOvLLpx57Ph5vQ" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4534 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() {#4536 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#4535 …} $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 | "ef3ea51847320517f6bfdffd259486f5.H9qFpRfeNqnOKIXO8bEtzyQjeVLm29Fx99tA3fqDa_E.RYXrnE7vZsimScmYh_4eoHxVD2q2tbc_pLUrl7HqIMJduOvLLpx57Ph5vQ" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4548 -form: Symfony\Component\Form\Form {#4543 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4537 …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 | "ef3ea51847320517f6bfdffd259486f5.H9qFpRfeNqnOKIXO8bEtzyQjeVLm29Fx99tA3fqDa_E.RYXrnE7vZsimScmYh_4eoHxVD2q2tbc_pLUrl7HqIMJduOvLLpx57Ph5vQ" |
(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) {#9540 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() {#9542 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#9541 …} $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 {#9587 -form: Symfony\Component\Form\Form {#9574 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9588 …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 {#4928 -id: 254 -name: "お歳暮" -hierarchy: 1 -sort_no: 147 -create_date: DateTime @1664781674 {#5038 date: 2022-10-03 16:21:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1664781674 {#5032 date: 2022-10-03 16:21:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5080 …} -Children: Doctrine\ORM\PersistentCollection {#5077 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5074 -id: 257 -name: "お中元" -hierarchy: 1 -sort_no: 146 -create_date: DateTime @1684369701 {#5076 date: 2023-05-18 09:28:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1684369701 {#5075 date: 2023-05-18 09:28:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5073 …} -Children: Doctrine\ORM\PersistentCollection {#5070 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5067 -id: 248 -name: "サービス対象商品期間限定セット" -hierarchy: 1 -sort_no: 145 -create_date: DateTime @1643006032 {#5069 date: 2022-01-24 15:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1643006032 {#5068 date: 2022-01-24 15:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5066 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5058 -id: 207 -name: "サービス対象外" -hierarchy: 1 -sort_no: 144 -create_date: DateTime @1642720040 {#5062 date: 2022-01-21 08:07:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642757393 {#5061 date: 2022-01-21 18:29:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5057 …} -Children: Doctrine\ORM\PersistentCollection {#5054 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5053 -id: 232 -name: "酒類" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1642720052 {#5060 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720052 {#5059 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5052 …} -Children: Doctrine\ORM\PersistentCollection {#5048 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5042 -id: 233 -name: "お菓子" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1642720053 {#5045 date: 2022-01-21 08:07:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720053 {#5043 date: 2022-01-21 08:07:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5041 …} -Children: Doctrine\ORM\PersistentCollection {#5037 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5034 -id: 234 -name: "水産物・水産加工品" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1642720054 {#5036 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720054 {#5035 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5033 …} -Children: Doctrine\ORM\PersistentCollection {#5029 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5026 -id: 235 -name: "農畜産物・農産加工品" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1642720054 {#5028 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720054 {#5027 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5023 …} -Children: Doctrine\ORM\PersistentCollection {#4878 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#4875 -id: 236 -name: "麺類" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1642720055 {#4877 date: 2022-01-21 08:07:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720055 {#4876 date: 2022-01-21 08:07:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4874 …} -Children: Doctrine\ORM\PersistentCollection {#4871 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5116 -id: 237 -name: "乳製品" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1642720056 {#4881 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720056 {#5118 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5114 …} -Children: Doctrine\ORM\PersistentCollection {#5108 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5119 -id: 238 -name: "調味料" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1642720056 {#5084 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720056 {#5120 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5117 …} -Children: Doctrine\ORM\PersistentCollection {#5111 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5109 -id: 239 -name: "飲料" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1642720057 {#5106 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720057 {#5107 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5105 …} -Children: Doctrine\ORM\PersistentCollection {#5102 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5099 -id: 240 -name: "選べるギフト" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1642720057 {#5101 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720057 {#5100 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5098 …} -Children: Doctrine\ORM\PersistentCollection {#5095 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5092 -id: 241 -name: "化粧品" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1642720058 {#5094 date: 2022-01-21 08:07:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720058 {#5093 date: 2022-01-21 08:07:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5091 …} -Children: Doctrine\ORM\PersistentCollection {#5130 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5133 -id: 242 -name: "島根県ふるさと伝統工芸品" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1642720059 {#5131 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720059 {#5132 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5134 …} -Children: Doctrine\ORM\PersistentCollection {#5137 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5140 -id: 243 -name: "民工芸品" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1642720059 {#5138 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720059 {#5139 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5141 …} -Children: Doctrine\ORM\PersistentCollection {#5144 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5147 -id: 247 -name: "生花" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1642720062 {#5145 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720062 {#5146 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5148 …} -Children: Doctrine\ORM\PersistentCollection {#5151 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5154 -id: 244 -name: "お買物袋" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1642720060 {#5152 date: 2022-01-21 08:07:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720060 {#5153 date: 2022-01-21 08:07:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5155 …} -Children: Doctrine\ORM\PersistentCollection {#5158 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5161 -id: 206 -name: "送料サービス対象" -hierarchy: 1 -sort_no: 129 -create_date: DateTime @1642720040 {#5046 date: 2022-01-21 08:07:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1647215408 {#5047 date: 2022-03-14 08:50:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5162 …} -Children: Doctrine\ORM\PersistentCollection {#5165 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5166 -id: 252 -name: "父の日ギフト" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1648425101 {#5159 date: 2022-03-28 08:51:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648425101 {#5160 date: 2022-03-28 08:51:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5167 …} -Children: Doctrine\ORM\PersistentCollection {#5170 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5175 -id: 251 -name: "母の日ギフト" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1648425094 {#5173 date: 2022-03-28 08:51:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648425094 {#5174 date: 2022-03-28 08:51:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5176 …} -Children: Doctrine\ORM\PersistentCollection {#5179 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5182 -id: 220 -name: "酒類" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1642720046 {#5180 date: 2022-01-21 08:07:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720046 {#5181 date: 2022-01-21 08:07:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5183 …} -Children: Doctrine\ORM\PersistentCollection {#5186 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5189 -id: 221 -name: "お菓子" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1642720047 {#5187 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720047 {#5188 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5190 …} -Children: Doctrine\ORM\PersistentCollection {#5193 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5196 -id: 222 -name: "水産物・水産加工品" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1642720047 {#5194 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720047 {#5195 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5197 …} -Children: Doctrine\ORM\PersistentCollection {#5200 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5203 -id: 223 -name: "農畜産物・農産加工品" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1642720048 {#5201 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720048 {#5202 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5204 …} -Children: Doctrine\ORM\PersistentCollection {#5207 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5210 -id: 224 -name: "麺類" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1642720048 {#5208 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720048 {#5209 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5211 …} -Children: Doctrine\ORM\PersistentCollection {#5214 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5217 -id: 225 -name: "乳製品" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1642720049 {#5215 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720049 {#5216 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5218 …} -Children: Doctrine\ORM\PersistentCollection {#5221 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5224 -id: 226 -name: "調味料" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1642720049 {#5222 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720049 {#5223 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5225 …} -Children: Doctrine\ORM\PersistentCollection {#5228 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5231 -id: 227 -name: "飲料" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1642720050 {#5229 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720050 {#5230 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5232 …} -Children: Doctrine\ORM\PersistentCollection {#5235 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5238 -id: 228 -name: "選べるギフト" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1642720050 {#5236 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720050 {#5237 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5239 …} -Children: Doctrine\ORM\PersistentCollection {#5242 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5245 -id: 229 -name: "化粧品" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1642720051 {#5243 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720051 {#5244 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5246 …} -Children: Doctrine\ORM\PersistentCollection {#5249 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5252 -id: 230 -name: "島根県ふるさと伝統工芸品" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1642720051 {#5250 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720051 {#5251 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5253 …} -Children: Doctrine\ORM\PersistentCollection {#5256 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5259 -id: 231 -name: "民工芸品" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1642720052 {#5257 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720052 {#5258 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5260 …} -Children: Doctrine\ORM\PersistentCollection {#5263 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5266 -id: 246 -name: "生花" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1642720062 {#5264 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720062 {#5265 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5267 …} -Children: Doctrine\ORM\PersistentCollection {#5270 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5271 -id: 204 -name: "ギフト商品" -hierarchy: 1 -sort_no: 113 -create_date: DateTime @1636094940 {#5171 date: 2021-11-05 15:49:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1636095000 {#5172 date: 2021-11-05 15:50:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5272 …} -Children: Doctrine\ORM\PersistentCollection {#5275 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5278 -id: 202 -name: "【セール】お買い得商品" -hierarchy: 1 -sort_no: 112 -create_date: DateTime @1611038841 {#5276 date: 2021-01-19 15:47:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611038841 {#5277 date: 2021-01-19 15:47:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5279 …} -Children: Doctrine\ORM\PersistentCollection {#5282 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5285 -id: 120 -name: "島根ふるさとフェア" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1610413573 {#5283 date: 2021-01-12 10:06:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610413573 {#5284 date: 2021-01-12 10:06:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5286 …} -Children: Doctrine\ORM\PersistentCollection {#5289 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5292 -id: 256 -name: "ひな祭り特集" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1676017870 {#5290 date: 2023-02-10 17:31:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1676017870 {#5291 date: 2023-02-10 17:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5293 …} -Children: Doctrine\ORM\PersistentCollection {#5296 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5299 -id: 116 -name: "お正月" -hierarchy: 1 -sort_no: 109 -create_date: DateTime @1603758774 {#5297 date: 2020-10-27 09:32:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1603758774 {#5298 date: 2020-10-27 09:32:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5300 …} -Children: Doctrine\ORM\PersistentCollection {#5303 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5308 -id: 121 -name: "酒類" -hierarchy: 1 -sort_no: 108 -create_date: DateTime @1611032372 {#5304 date: 2021-01-19 13:59:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032372 {#5305 date: 2021-01-19 13:59:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5309 …} -Children: Doctrine\ORM\PersistentCollection {#5312 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5313 -id: 132 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1611033249 {#5306 date: 2021-01-19 14:14:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033249 {#5307 date: 2021-01-19 14:14:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5314 …} -Children: Doctrine\ORM\PersistentCollection {#5317 …} -Parent: Eccube\Entity\Category {#5308} -Creator: null } Eccube\Entity\Category {#5322 -id: 137 -name: "地酒" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1611033272 {#5320 date: 2021-01-19 14:14:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033272 {#5321 date: 2021-01-19 14:14:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5323 …} -Children: Doctrine\ORM\PersistentCollection {#5326 …} -Parent: Eccube\Entity\Category {#5308} -Creator: null } Eccube\Entity\Category {#5329 -id: 136 -name: "焼酎" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1611033269 {#5327 date: 2021-01-19 14:14:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033269 {#5328 date: 2021-01-19 14:14:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5330 …} -Children: Doctrine\ORM\PersistentCollection {#5333 …} -Parent: Eccube\Entity\Category {#5308} -Creator: null } Eccube\Entity\Category {#5336 -id: 135 -name: "地ビール" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1611033265 {#5334 date: 2021-01-19 14:14:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033265 {#5335 date: 2021-01-19 14:14:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5337 …} -Children: Doctrine\ORM\PersistentCollection {#5340 …} -Parent: Eccube\Entity\Category {#5308} -Creator: null } Eccube\Entity\Category {#5343 -id: 134 -name: "ワイン" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1611033261 {#5341 date: 2021-01-19 14:14:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033261 {#5342 date: 2021-01-19 14:14:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5344 …} -Children: Doctrine\ORM\PersistentCollection {#5347 …} -Parent: Eccube\Entity\Category {#5308} -Creator: null } Eccube\Entity\Category {#5350 -id: 133 -name: "その他" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1611033256 {#5348 date: 2021-01-19 14:14:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033256 {#5349 date: 2021-01-19 14:14:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5351 …} -Children: Doctrine\ORM\PersistentCollection {#5354 …} -Parent: Eccube\Entity\Category {#5308} -Creator: null } Eccube\Entity\Category {#5357 -id: 122 -name: "お菓子" -hierarchy: 1 -sort_no: 101 -create_date: DateTime @1611032382 {#5319 date: 2021-01-19 13:59:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032382 {#5318 date: 2021-01-19 13:59:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5358 …} -Children: Doctrine\ORM\PersistentCollection {#5361 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5362 -id: 141 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1611033316 {#5355 date: 2021-01-19 14:15:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033316 {#5356 date: 2021-01-19 14:15:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5363 …} -Children: Doctrine\ORM\PersistentCollection {#5366 …} -Parent: Eccube\Entity\Category {#5357} -Creator: null } Eccube\Entity\Category {#5371 -id: 140 -name: "和菓子" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1611033312 {#5369 date: 2021-01-19 14:15:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033312 {#5370 date: 2021-01-19 14:15:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5372 …} -Children: Doctrine\ORM\PersistentCollection {#5375 …} -Parent: Eccube\Entity\Category {#5357} -Creator: null } Eccube\Entity\Category {#5378 -id: 139 -name: "洋菓子" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1611033308 {#5376 date: 2021-01-19 14:15:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033308 {#5377 date: 2021-01-19 14:15:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5379 …} -Children: Doctrine\ORM\PersistentCollection {#5382 …} -Parent: Eccube\Entity\Category {#5357} -Creator: null } Eccube\Entity\Category {#5385 -id: 138 -name: "その他" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1611033304 {#5383 date: 2021-01-19 14:15:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033304 {#5384 date: 2021-01-19 14:15:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5386 …} -Children: Doctrine\ORM\PersistentCollection {#5389 …} -Parent: Eccube\Entity\Category {#5357} -Creator: null } Eccube\Entity\Category {#5392 -id: 123 -name: "水産物・水産加工品" -hierarchy: 1 -sort_no: 96 -create_date: DateTime @1611032386 {#5368 date: 2021-01-19 13:59:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032386 {#5367 date: 2021-01-19 13:59:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5393 …} -Children: Doctrine\ORM\PersistentCollection {#5396 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5397 -id: 148 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1611033359 {#5390 date: 2021-01-19 14:15:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033359 {#5391 date: 2021-01-19 14:15:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5398 …} -Children: Doctrine\ORM\PersistentCollection {#5401 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } Eccube\Entity\Category {#5406 -id: 147 -name: "しじみ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1611033356 {#5404 date: 2021-01-19 14:15:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033356 {#5405 date: 2021-01-19 14:15:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5407 …} -Children: Doctrine\ORM\PersistentCollection {#5410 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } Eccube\Entity\Category {#5413 -id: 146 -name: "干物" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1611033353 {#5411 date: 2021-01-19 14:15:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033353 {#5412 date: 2021-01-19 14:15:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5414 …} -Children: Doctrine\ORM\PersistentCollection {#5417 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } Eccube\Entity\Category {#5420 -id: 145 -name: "海藻類" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1611033350 {#5418 date: 2021-01-19 14:15:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033350 {#5419 date: 2021-01-19 14:15:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5421 …} -Children: Doctrine\ORM\PersistentCollection {#5424 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } Eccube\Entity\Category {#5427 -id: 144 -name: "蒲鉾・練り物" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1611033347 {#5425 date: 2021-01-19 14:15:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033347 {#5426 date: 2021-01-19 14:15:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5428 …} -Children: Doctrine\ORM\PersistentCollection {#5431 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } Eccube\Entity\Category {#5434 -id: 143 -name: "珍味・佃煮" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1611033343 {#5432 date: 2021-01-19 14:15:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033343 {#5433 date: 2021-01-19 14:15:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5435 …} -Children: Doctrine\ORM\PersistentCollection {#5438 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } Eccube\Entity\Category {#5441 -id: 142 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1611033340 {#5439 date: 2021-01-19 14:15:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033340 {#5440 date: 2021-01-19 14:15:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5442 …} -Children: Doctrine\ORM\PersistentCollection {#5445 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } Eccube\Entity\Category {#5448 -id: 124 -name: "農畜産物・農産加工品" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1611032392 {#5402 date: 2021-01-19 13:59:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032392 {#5403 date: 2021-01-19 13:59:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5449 …} -Children: Doctrine\ORM\PersistentCollection {#5452 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5453 -id: 153 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1611033403 {#5446 date: 2021-01-19 14:16:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033403 {#5447 date: 2021-01-19 14:16:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5454 …} -Children: Doctrine\ORM\PersistentCollection {#5457 …} -Parent: Eccube\Entity\Category {#5448} -Creator: null } Eccube\Entity\Category {#5462 -id: 152 -name: "肉・卵" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1611033393 {#5460 date: 2021-01-19 14:16:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033393 {#5461 date: 2021-01-19 14:16:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5463 …} -Children: Doctrine\ORM\PersistentCollection {#5466 …} -Parent: Eccube\Entity\Category {#5448} -Creator: null } Eccube\Entity\Category {#5469 -id: 151 -name: "米・餅" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1611033390 {#5467 date: 2021-01-19 14:16:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033390 {#5468 date: 2021-01-19 14:16:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5470 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5448} -Creator: null } Eccube\Entity\Category {#5476 -id: 253 -name: "新米" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1664353400 {#5474 date: 2022-09-28 17:23:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1664353400 {#5475 date: 2022-09-28 17:23:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5477 …} -Children: Doctrine\ORM\PersistentCollection {#5480 …} -Parent: Eccube\Entity\Category {#5448} -Creator: null } Eccube\Entity\Category {#5483 -id: 150 -name: "野菜・果物" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1611033388 {#5481 date: 2021-01-19 14:16:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033388 {#5482 date: 2021-01-19 14:16:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5484 …} -Children: Doctrine\ORM\PersistentCollection {#5487 …} -Parent: Eccube\Entity\Category {#5448} -Creator: null } Eccube\Entity\Category {#5490 -id: 149 -name: "その他" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1611033385 {#5488 date: 2021-01-19 14:16:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033385 {#5489 date: 2021-01-19 14:16:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5491 …} -Children: Doctrine\ORM\PersistentCollection {#5494 …} -Parent: Eccube\Entity\Category {#5448} -Creator: null } Eccube\Entity\Category {#5497 -id: 125 -name: "麺類" -hierarchy: 1 -sort_no: 81 -create_date: DateTime @1611032396 {#5459 date: 2021-01-19 13:59:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032396 {#5458 date: 2021-01-19 13:59:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5498 …} -Children: Doctrine\ORM\PersistentCollection {#5501 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5502 -id: 158 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1611033432 {#5495 date: 2021-01-19 14:17:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033432 {#5496 date: 2021-01-19 14:17:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5503 …} -Children: Doctrine\ORM\PersistentCollection {#5506 …} -Parent: Eccube\Entity\Category {#5497} -Creator: null } Eccube\Entity\Category {#5511 -id: 157 -name: "そば" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1611033427 {#5509 date: 2021-01-19 14:17:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033427 {#5510 date: 2021-01-19 14:17:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5512 …} -Children: Doctrine\ORM\PersistentCollection {#5515 …} -Parent: Eccube\Entity\Category {#5497} -Creator: null } Eccube\Entity\Category {#5518 -id: 156 -name: "うどん" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1611033424 {#5516 date: 2021-01-19 14:17:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033424 {#5517 date: 2021-01-19 14:17:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5519 …} -Children: Doctrine\ORM\PersistentCollection {#5522 …} -Parent: Eccube\Entity\Category {#5497} -Creator: null } Eccube\Entity\Category {#5525 -id: 155 -name: "ラーメン" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1611033421 {#5523 date: 2021-01-19 14:17:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033421 {#5524 date: 2021-01-19 14:17:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5526 …} -Children: Doctrine\ORM\PersistentCollection {#5529 …} -Parent: Eccube\Entity\Category {#5497} -Creator: null } Eccube\Entity\Category {#5532 -id: 154 -name: "その他" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1611033418 {#5530 date: 2021-01-19 14:16:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033418 {#5531 date: 2021-01-19 14:16:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5533 …} -Children: Doctrine\ORM\PersistentCollection {#5536 …} -Parent: Eccube\Entity\Category {#5497} -Creator: null } Eccube\Entity\Category {#5539 -id: 126 -name: "乳製品" -hierarchy: 1 -sort_no: 75 -create_date: DateTime @1611032402 {#5507 date: 2021-01-19 14:00:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032402 {#5508 date: 2021-01-19 14:00:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5540 …} -Children: Doctrine\ORM\PersistentCollection {#5543 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5544 -id: 162 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1611033474 {#5537 date: 2021-01-19 14:17:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033474 {#5538 date: 2021-01-19 14:17:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5545 …} -Children: Doctrine\ORM\PersistentCollection {#5548 …} -Parent: Eccube\Entity\Category {#5539} -Creator: null } Eccube\Entity\Category {#5553 -id: 161 -name: "アイスクリーム" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1611033470 {#5551 date: 2021-01-19 14:17:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033470 {#5552 date: 2021-01-19 14:17:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5554 …} -Children: Doctrine\ORM\PersistentCollection {#5557 …} -Parent: Eccube\Entity\Category {#5539} -Creator: null } Eccube\Entity\Category {#5560 -id: 160 -name: "チーズ" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1611033457 {#5558 date: 2021-01-19 14:17:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033457 {#5559 date: 2021-01-19 14:17:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5561 …} -Children: Doctrine\ORM\PersistentCollection {#5564 …} -Parent: Eccube\Entity\Category {#5539} -Creator: null } Eccube\Entity\Category {#5567 -id: 159 -name: "その他" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1611033453 {#5565 date: 2021-01-19 14:17:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033453 {#5566 date: 2021-01-19 14:17:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5568 …} -Children: Doctrine\ORM\PersistentCollection {#5571 …} -Parent: Eccube\Entity\Category {#5539} -Creator: null } Eccube\Entity\Category {#5574 -id: 127 -name: "調味料" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1611032407 {#5550 date: 2021-01-19 14:00:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032407 {#5549 date: 2021-01-19 14:00:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5575 …} -Children: Doctrine\ORM\PersistentCollection {#5578 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5579 -id: 169 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1611033520 {#5572 date: 2021-01-19 14:18:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033520 {#5573 date: 2021-01-19 14:18:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5580 …} -Children: Doctrine\ORM\PersistentCollection {#5583 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } Eccube\Entity\Category {#5588 -id: 168 -name: "味噌・醤油" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1611033517 {#5586 date: 2021-01-19 14:18:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033517 {#5587 date: 2021-01-19 14:18:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5589 …} -Children: Doctrine\ORM\PersistentCollection {#5592 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } Eccube\Entity\Category {#5595 -id: 167 -name: "みりん・料理酒" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1611033513 {#5593 date: 2021-01-19 14:18:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033513 {#5594 date: 2021-01-19 14:18:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5596 …} -Children: Doctrine\ORM\PersistentCollection {#5599 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } Eccube\Entity\Category {#5602 -id: 166 -name: "食用油" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1611033509 {#5600 date: 2021-01-19 14:18:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033509 {#5601 date: 2021-01-19 14:18:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } Eccube\Entity\Category {#5609 -id: 165 -name: "だし" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1611033506 {#5607 date: 2021-01-19 14:18:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033506 {#5608 date: 2021-01-19 14:18:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5610 …} -Children: Doctrine\ORM\PersistentCollection {#5613 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } Eccube\Entity\Category {#5616 -id: 164 -name: "ドレッシング" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1611033503 {#5614 date: 2021-01-19 14:18:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033503 {#5615 date: 2021-01-19 14:18:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5617 …} -Children: Doctrine\ORM\PersistentCollection {#5620 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } Eccube\Entity\Category {#5623 -id: 163 -name: "その他" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1611033500 {#5621 date: 2021-01-19 14:18:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033500 {#5622 date: 2021-01-19 14:18:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5624 …} -Children: Doctrine\ORM\PersistentCollection {#5627 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } Eccube\Entity\Category {#5630 -id: 128 -name: "飲料" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1611032414 {#5584 date: 2021-01-19 14:00:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032414 {#5585 date: 2021-01-19 14:00:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5631 …} -Children: Doctrine\ORM\PersistentCollection {#5634 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5635 -id: 175 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1611033561 {#5628 date: 2021-01-19 14:19:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033561 {#5629 date: 2021-01-19 14:19:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5636 …} -Children: Doctrine\ORM\PersistentCollection {#5639 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5644 -id: 174 -name: "水" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1611033556 {#5642 date: 2021-01-19 14:19:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033556 {#5643 date: 2021-01-19 14:19:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5645 …} -Children: Doctrine\ORM\PersistentCollection {#5648 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5651 -id: 173 -name: "お茶" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1611033552 {#5649 date: 2021-01-19 14:19:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033552 {#5650 date: 2021-01-19 14:19:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5652 …} -Children: Doctrine\ORM\PersistentCollection {#5655 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5658 -id: 172 -name: "珈琲" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1611033548 {#5656 date: 2021-01-19 14:19:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033548 {#5657 date: 2021-01-19 14:19:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5659 …} -Children: Doctrine\ORM\PersistentCollection {#5662 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5665 -id: 171 -name: "ジュース" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1611033544 {#5663 date: 2021-01-19 14:19:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033544 {#5664 date: 2021-01-19 14:19:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5666 …} -Children: Doctrine\ORM\PersistentCollection {#5669 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5672 -id: 170 -name: "その他" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1611033537 {#5670 date: 2021-01-19 14:18:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033537 {#5671 date: 2021-01-19 14:18:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5673 …} -Children: Doctrine\ORM\PersistentCollection {#5676 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5679 -id: 129 -name: "生花" -hierarchy: 1 -sort_no: 55 -create_date: DateTime @1611032420 {#5641 date: 2021-01-19 14:00:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032420 {#5640 date: 2021-01-19 14:00:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5684 -id: 177 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1611033580 {#5677 date: 2021-01-19 14:19:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033580 {#5678 date: 2021-01-19 14:19:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5685 …} -Children: Doctrine\ORM\PersistentCollection {#5688 …} -Parent: Eccube\Entity\Category {#5679} -Creator: null } Eccube\Entity\Category {#5693 -id: 176 -name: "ぼたん" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1611033577 {#5691 date: 2021-01-19 14:19:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033577 {#5692 date: 2021-01-19 14:19:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5694 …} -Children: Doctrine\ORM\PersistentCollection {#5697 …} -Parent: Eccube\Entity\Category {#5679} -Creator: null } Eccube\Entity\Category {#5698 -id: 130 -name: "選べるギフト" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1611032424 {#5690 date: 2021-01-19 14:00:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032424 {#5689 date: 2021-01-19 14:00:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5699 …} -Children: Doctrine\ORM\PersistentCollection {#5702 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5707 -id: 131 -name: "化粧品" -hierarchy: 1 -sort_no: 51 -create_date: DateTime @1611032429 {#5703 date: 2021-01-19 14:00:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032429 {#5704 date: 2021-01-19 14:00:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5708 …} -Children: Doctrine\ORM\PersistentCollection {#5711 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5712 -id: 181 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1611033606 {#5705 date: 2021-01-19 14:20:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033606 {#5706 date: 2021-01-19 14:20:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5713 …} -Children: Doctrine\ORM\PersistentCollection {#5716 …} -Parent: Eccube\Entity\Category {#5707} -Creator: null } Eccube\Entity\Category {#5721 -id: 180 -name: "ボディケア" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1611033600 {#5719 date: 2021-01-19 14:20:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033600 {#5720 date: 2021-01-19 14:20:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: Eccube\Entity\Category {#5707} -Creator: null } Eccube\Entity\Category {#5728 -id: 179 -name: "スキンケア" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1611033598 {#5726 date: 2021-01-19 14:19:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033598 {#5727 date: 2021-01-19 14:19:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5729 …} -Children: Doctrine\ORM\PersistentCollection {#5732 …} -Parent: Eccube\Entity\Category {#5707} -Creator: null } Eccube\Entity\Category {#5735 -id: 178 -name: "その他" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1611033595 {#5733 date: 2021-01-19 14:19:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033595 {#5734 date: 2021-01-19 14:19:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5736 …} -Children: Doctrine\ORM\PersistentCollection {#5739 …} -Parent: Eccube\Entity\Category {#5707} -Creator: null } Eccube\Entity\Category {#5740 -id: 255 -name: "ペット用品" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1668385498 {#5718 date: 2022-11-14 09:24:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1668385498 {#5717 date: 2022-11-14 09:24:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5741 …} -Children: Doctrine\ORM\PersistentCollection {#5744 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5749 -id: 95 -name: "島根県ふるさと伝統工芸品" -hierarchy: 1 -sort_no: 45 -create_date: DateTime @1592719721 {#5745 date: 2020-06-21 15:08:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1592719721 {#5746 date: 2020-06-21 15:08:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5750 …} -Children: Doctrine\ORM\PersistentCollection {#5753 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5754 -id: 193 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1611033677 {#5747 date: 2021-01-19 14:21:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033677 {#5748 date: 2021-01-19 14:21:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5755 …} -Children: Doctrine\ORM\PersistentCollection {#5758 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5763 -id: 192 -name: "石工品" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1611033674 {#5761 date: 2021-01-19 14:21:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033674 {#5762 date: 2021-01-19 14:21:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5764 …} -Children: Doctrine\ORM\PersistentCollection {#5767 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5770 -id: 191 -name: "漆器" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1611033671 {#5768 date: 2021-01-19 14:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033671 {#5769 date: 2021-01-19 14:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5771 …} -Children: Doctrine\ORM\PersistentCollection {#5774 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5777 -id: 190 -name: "陶磁器" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1611033667 {#5775 date: 2021-01-19 14:21:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033667 {#5776 date: 2021-01-19 14:21:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5778 …} -Children: Doctrine\ORM\PersistentCollection {#5781 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5784 -id: 189 -name: "金工品" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1611033664 {#5782 date: 2021-01-19 14:21:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033664 {#5783 date: 2021-01-19 14:21:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5785 …} -Children: Doctrine\ORM\PersistentCollection {#5788 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5791 -id: 188 -name: "木竹品" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1611033661 {#5789 date: 2021-01-19 14:21:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033661 {#5790 date: 2021-01-19 14:21:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5792 …} -Children: Doctrine\ORM\PersistentCollection {#5795 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5798 -id: 187 -name: "繊維" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1611033658 {#5796 date: 2021-01-19 14:20:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033658 {#5797 date: 2021-01-19 14:20:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5799 …} -Children: Doctrine\ORM\PersistentCollection {#5802 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5805 -id: 186 -name: "和紙" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1611033655 {#5803 date: 2021-01-19 14:20:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033655 {#5804 date: 2021-01-19 14:20:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5806 …} -Children: Doctrine\ORM\PersistentCollection {#5809 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5812 -id: 185 -name: "貴石細工" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1611033652 {#5810 date: 2021-01-19 14:20:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033652 {#5811 date: 2021-01-19 14:20:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5813 …} -Children: Doctrine\ORM\PersistentCollection {#5816 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5819 -id: 184 -name: "面" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1611033649 {#5817 date: 2021-01-19 14:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033649 {#5818 date: 2021-01-19 14:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5820 …} -Children: Doctrine\ORM\PersistentCollection {#5823 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5826 -id: 183 -name: "人形玩具" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1611033646 {#5824 date: 2021-01-19 14:20:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033646 {#5825 date: 2021-01-19 14:20:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5827 …} -Children: Doctrine\ORM\PersistentCollection {#5830 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5833 -id: 182 -name: "その他" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1611033643 {#5831 date: 2021-01-19 14:20:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033643 {#5832 date: 2021-01-19 14:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5834 …} -Children: Doctrine\ORM\PersistentCollection {#5837 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5840 -id: 3 -name: "民工芸品" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1412172266 {#5760 date: 2014-10-01 23:04:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1587881299 {#5759 date: 2020-04-26 15:08:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5841 …} -Children: Doctrine\ORM\PersistentCollection {#5844 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5845 -id: 203 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1621986875 {#5838 date: 2021-05-26 08:54:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621986875 {#5839 date: 2021-05-26 08:54:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5846 …} -Children: Doctrine\ORM\PersistentCollection {#5849 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5854 -id: 194 -name: "石工品" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1611033716 {#5852 date: 2021-01-19 14:21:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033716 {#5853 date: 2021-01-19 14:21:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5855 …} -Children: Doctrine\ORM\PersistentCollection {#5858 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5861 -id: 7100 -name: "漆器" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1412172267 {#5859 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5860 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5865 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5868 -id: 7000 -name: "陶磁器" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1412172267 {#5866 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5867 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5869 …} -Children: Doctrine\ORM\PersistentCollection {#5872 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5875 -id: 7900 -name: "金工品" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1412172267 {#5873 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5874 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5876 …} -Children: Doctrine\ORM\PersistentCollection {#5879 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5882 -id: 201 -name: "木竹品" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1611033753 {#5880 date: 2021-01-19 14:22:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033753 {#5881 date: 2021-01-19 14:22:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5883 …} -Children: Doctrine\ORM\PersistentCollection {#5886 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5889 -id: 200 -name: "繊維" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1611033749 {#5887 date: 2021-01-19 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033749 {#5888 date: 2021-01-19 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5890 …} -Children: Doctrine\ORM\PersistentCollection {#5893 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5896 -id: 7400 -name: "和紙" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1412172267 {#5894 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5895 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5897 …} -Children: Doctrine\ORM\PersistentCollection {#5900 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5903 -id: 199 -name: "貴石細工" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1611033735 {#5901 date: 2021-01-19 14:22:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033735 {#5902 date: 2021-01-19 14:22:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5904 …} -Children: Doctrine\ORM\PersistentCollection {#5907 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5910 -id: 198 -name: "面" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1611033732 {#5908 date: 2021-01-19 14:22:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033732 {#5909 date: 2021-01-19 14:22:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5911 …} -Children: Doctrine\ORM\PersistentCollection {#5914 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5917 -id: 197 -name: "人形玩具" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1611033729 {#5915 date: 2021-01-19 14:22:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033729 {#5916 date: 2021-01-19 14:22:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5918 …} -Children: Doctrine\ORM\PersistentCollection {#5921 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5924 -id: 196 -name: "書籍・雑貨" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1611033725 {#5922 date: 2021-01-19 14:22:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033725 {#5923 date: 2021-01-19 14:22:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5925 …} -Children: Doctrine\ORM\PersistentCollection {#5928 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5931 -id: 195 -name: "その他" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1611033722 {#5929 date: 2021-01-19 14:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033722 {#5930 date: 2021-01-19 14:22:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5932 …} -Children: Doctrine\ORM\PersistentCollection {#5935 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5936 -id: 96 -name: "お買物袋" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1593560169 {#5850 date: 2020-07-01 08:36:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1593560169 {#5851 date: 2020-07-01 08:36:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5937 …} -Children: Doctrine\ORM\PersistentCollection {#5940 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5945 -id: 97 -name: "ピックアップ商品" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1596072849 {#5941 date: 2020-07-30 10:34:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1596072849 {#5942 date: 2020-07-30 10:34:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5946 …} -Children: Doctrine\ORM\PersistentCollection {#5949 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5950 -id: 103 -name: " ピックアップ_お菓子" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1596073104 {#5943 date: 2020-07-30 10:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956977 {#5944 date: 2021-01-18 17:02:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5951 …} -Children: Doctrine\ORM\PersistentCollection {#5954 …} -Parent: Eccube\Entity\Category {#5945} -Creator: null } Eccube\Entity\Category {#5959 -id: 102 -name: " ピックアップ_仁多米" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1596073097 {#5957 date: 2020-07-30 10:38:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956981 {#5958 date: 2021-01-18 17:03:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5960 …} -Children: Doctrine\ORM\PersistentCollection {#5963 …} -Parent: Eccube\Entity\Category {#5945} -Creator: null } Eccube\Entity\Category {#5966 -id: 101 -name: " ピックアップ_出雲そば" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1596073080 {#5964 date: 2020-07-30 10:38:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956985 {#5965 date: 2021-01-18 17:03:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5967 …} -Children: Doctrine\ORM\PersistentCollection {#5970 …} -Parent: Eccube\Entity\Category {#5945} -Creator: null } Eccube\Entity\Category {#5973 -id: 100 -name: " ピックアップ_あご野焼き" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1596073075 {#5971 date: 2020-07-30 10:37:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956987 {#5972 date: 2021-01-18 17:03:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5974 …} -Children: Doctrine\ORM\PersistentCollection {#5977 …} -Parent: Eccube\Entity\Category {#5945} -Creator: null } Eccube\Entity\Category {#5980 -id: 98 -name: " ピックアップ_しじみ" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1596073025 {#5978 date: 2020-07-30 10:37:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956993 {#5979 date: 2021-01-18 17:03:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5981 …} -Children: Doctrine\ORM\PersistentCollection {#5984 …} -Parent: Eccube\Entity\Category {#5945} -Creator: null } Eccube\Entity\Category {#5987 -id: 99 -name: " ピックアップ_一夜干し" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1596073050 {#5985 date: 2020-07-30 10:37:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956990 {#5986 date: 2021-01-18 17:03:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5988 …} -Children: Doctrine\ORM\PersistentCollection {#5991 …} -Parent: Eccube\Entity\Category {#5945} -Creator: null } Eccube\Entity\Category {#5994 -id: 89 -name: "価格帯で探す" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1588947730 {#5956 date: 2020-05-08 23:22:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947730 {#5955 date: 2020-05-08 23:22:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5995 …} -Children: Doctrine\ORM\PersistentCollection {#5998 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5999 -id: 94 -name: "~1,000円" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1588947783 {#5992 date: 2020-05-08 23:23:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947783 {#5993 date: 2020-05-08 23:23:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6000 …} -Children: Doctrine\ORM\PersistentCollection {#6003 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } Eccube\Entity\Category {#6008 -id: 93 -name: "1,001円~3,000円" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1588947778 {#6006 date: 2020-05-08 23:22:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947778 {#6007 date: 2020-05-08 23:22:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6009 …} -Children: Doctrine\ORM\PersistentCollection {#6012 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } Eccube\Entity\Category {#6015 -id: 92 -name: "3,001円~5,000円" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1588947766 {#6013 date: 2020-05-08 23:22:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947766 {#6014 date: 2020-05-08 23:22:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6016 …} -Children: Doctrine\ORM\PersistentCollection {#6019 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } Eccube\Entity\Category {#6022 -id: 91 -name: "5,001円~10,000円" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1588947760 {#6020 date: 2020-05-08 23:22:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947760 {#6021 date: 2020-05-08 23:22:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6023 …} -Children: Doctrine\ORM\PersistentCollection {#6026 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } Eccube\Entity\Category {#6029 -id: 90 -name: "10,001円~" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1588947757 {#6027 date: 2020-05-08 23:22:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947757 {#6028 date: 2020-05-08 23:22:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6030 …} -Children: Doctrine\ORM\PersistentCollection {#6033 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } Eccube\Entity\Category {#6036 -id: 106 -name: "地域" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1601269846 {#6004 date: 2020-09-28 14:10:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269846 {#6005 date: 2020-09-28 14:10:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6037 …} -Children: Doctrine\ORM\PersistentCollection {#6040 …} -Parent: null -Creator: null } Eccube\Entity\Category {#6041 -id: 107 -name: "出雲地方" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1601269929 {#6034 date: 2020-09-28 14:12:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269929 {#6035 date: 2020-09-28 14:12:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6042 …} -Children: Doctrine\ORM\PersistentCollection {#6045 …} -Parent: Eccube\Entity\Category {#6036} -Creator: null } Eccube\Entity\Category {#6050 -id: 108 -name: "石見地方" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1601269934 {#6048 date: 2020-09-28 14:12:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269934 {#6049 date: 2020-09-28 14:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: Eccube\Entity\Category {#6036} -Creator: null } Eccube\Entity\Category {#6057 -id: 109 -name: "隠岐地方" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1601269937 {#6055 date: 2020-09-28 14:12:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269937 {#6056 date: 2020-09-28 14:12:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6058 …} -Children: Doctrine\ORM\PersistentCollection {#6061 …} -Parent: Eccube\Entity\Category {#6036} -Creator: null } ] |
[ Eccube\Entity\Category {#4928 -id: 254 -name: "お歳暮" -hierarchy: 1 -sort_no: 147 -create_date: DateTime @1664781674 {#5038 date: 2022-10-03 16:21:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1664781674 {#5032 date: 2022-10-03 16:21:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5080 …} -Children: Doctrine\ORM\PersistentCollection {#5077 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5074 -id: 257 -name: "お中元" -hierarchy: 1 -sort_no: 146 -create_date: DateTime @1684369701 {#5076 date: 2023-05-18 09:28:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1684369701 {#5075 date: 2023-05-18 09:28:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5073 …} -Children: Doctrine\ORM\PersistentCollection {#5070 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5067 -id: 248 -name: "サービス対象商品期間限定セット" -hierarchy: 1 -sort_no: 145 -create_date: DateTime @1643006032 {#5069 date: 2022-01-24 15:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1643006032 {#5068 date: 2022-01-24 15:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5066 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5058 -id: 207 -name: "サービス対象外" -hierarchy: 1 -sort_no: 144 -create_date: DateTime @1642720040 {#5062 date: 2022-01-21 08:07:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642757393 {#5061 date: 2022-01-21 18:29:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5057 …} -Children: Doctrine\ORM\PersistentCollection {#5054 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5053 -id: 232 -name: "酒類" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1642720052 {#5060 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720052 {#5059 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5052 …} -Children: Doctrine\ORM\PersistentCollection {#5048 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5042 -id: 233 -name: "お菓子" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1642720053 {#5045 date: 2022-01-21 08:07:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720053 {#5043 date: 2022-01-21 08:07:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5041 …} -Children: Doctrine\ORM\PersistentCollection {#5037 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5034 -id: 234 -name: "水産物・水産加工品" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1642720054 {#5036 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720054 {#5035 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5033 …} -Children: Doctrine\ORM\PersistentCollection {#5029 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5026 -id: 235 -name: "農畜産物・農産加工品" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1642720054 {#5028 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720054 {#5027 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5023 …} -Children: Doctrine\ORM\PersistentCollection {#4878 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#4875 -id: 236 -name: "麺類" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1642720055 {#4877 date: 2022-01-21 08:07:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720055 {#4876 date: 2022-01-21 08:07:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4874 …} -Children: Doctrine\ORM\PersistentCollection {#4871 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5116 -id: 237 -name: "乳製品" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1642720056 {#4881 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720056 {#5118 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5114 …} -Children: Doctrine\ORM\PersistentCollection {#5108 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5119 -id: 238 -name: "調味料" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1642720056 {#5084 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720056 {#5120 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5117 …} -Children: Doctrine\ORM\PersistentCollection {#5111 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5109 -id: 239 -name: "飲料" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1642720057 {#5106 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720057 {#5107 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5105 …} -Children: Doctrine\ORM\PersistentCollection {#5102 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5099 -id: 240 -name: "選べるギフト" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1642720057 {#5101 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720057 {#5100 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5098 …} -Children: Doctrine\ORM\PersistentCollection {#5095 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5092 -id: 241 -name: "化粧品" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1642720058 {#5094 date: 2022-01-21 08:07:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720058 {#5093 date: 2022-01-21 08:07:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5091 …} -Children: Doctrine\ORM\PersistentCollection {#5130 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5133 -id: 242 -name: "島根県ふるさと伝統工芸品" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1642720059 {#5131 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720059 {#5132 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5134 …} -Children: Doctrine\ORM\PersistentCollection {#5137 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5140 -id: 243 -name: "民工芸品" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1642720059 {#5138 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720059 {#5139 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5141 …} -Children: Doctrine\ORM\PersistentCollection {#5144 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5147 -id: 247 -name: "生花" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1642720062 {#5145 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720062 {#5146 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5148 …} -Children: Doctrine\ORM\PersistentCollection {#5151 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5154 -id: 244 -name: "お買物袋" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1642720060 {#5152 date: 2022-01-21 08:07:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720060 {#5153 date: 2022-01-21 08:07:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5155 …} -Children: Doctrine\ORM\PersistentCollection {#5158 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5161 -id: 206 -name: "送料サービス対象" -hierarchy: 1 -sort_no: 129 -create_date: DateTime @1642720040 {#5046 date: 2022-01-21 08:07:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1647215408 {#5047 date: 2022-03-14 08:50:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5162 …} -Children: Doctrine\ORM\PersistentCollection {#5165 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5166 -id: 252 -name: "父の日ギフト" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1648425101 {#5159 date: 2022-03-28 08:51:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648425101 {#5160 date: 2022-03-28 08:51:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5167 …} -Children: Doctrine\ORM\PersistentCollection {#5170 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5175 -id: 251 -name: "母の日ギフト" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1648425094 {#5173 date: 2022-03-28 08:51:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648425094 {#5174 date: 2022-03-28 08:51:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5176 …} -Children: Doctrine\ORM\PersistentCollection {#5179 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5182 -id: 220 -name: "酒類" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1642720046 {#5180 date: 2022-01-21 08:07:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720046 {#5181 date: 2022-01-21 08:07:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5183 …} -Children: Doctrine\ORM\PersistentCollection {#5186 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5189 -id: 221 -name: "お菓子" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1642720047 {#5187 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720047 {#5188 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5190 …} -Children: Doctrine\ORM\PersistentCollection {#5193 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5196 -id: 222 -name: "水産物・水産加工品" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1642720047 {#5194 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720047 {#5195 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5197 …} -Children: Doctrine\ORM\PersistentCollection {#5200 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5203 -id: 223 -name: "農畜産物・農産加工品" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1642720048 {#5201 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720048 {#5202 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5204 …} -Children: Doctrine\ORM\PersistentCollection {#5207 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5210 -id: 224 -name: "麺類" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1642720048 {#5208 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720048 {#5209 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5211 …} -Children: Doctrine\ORM\PersistentCollection {#5214 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5217 -id: 225 -name: "乳製品" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1642720049 {#5215 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720049 {#5216 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5218 …} -Children: Doctrine\ORM\PersistentCollection {#5221 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5224 -id: 226 -name: "調味料" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1642720049 {#5222 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720049 {#5223 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5225 …} -Children: Doctrine\ORM\PersistentCollection {#5228 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5231 -id: 227 -name: "飲料" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1642720050 {#5229 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720050 {#5230 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5232 …} -Children: Doctrine\ORM\PersistentCollection {#5235 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5238 -id: 228 -name: "選べるギフト" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1642720050 {#5236 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720050 {#5237 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5239 …} -Children: Doctrine\ORM\PersistentCollection {#5242 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5245 -id: 229 -name: "化粧品" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1642720051 {#5243 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720051 {#5244 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5246 …} -Children: Doctrine\ORM\PersistentCollection {#5249 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5252 -id: 230 -name: "島根県ふるさと伝統工芸品" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1642720051 {#5250 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720051 {#5251 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5253 …} -Children: Doctrine\ORM\PersistentCollection {#5256 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5259 -id: 231 -name: "民工芸品" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1642720052 {#5257 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720052 {#5258 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5260 …} -Children: Doctrine\ORM\PersistentCollection {#5263 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5266 -id: 246 -name: "生花" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1642720062 {#5264 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720062 {#5265 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5267 …} -Children: Doctrine\ORM\PersistentCollection {#5270 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5271 -id: 204 -name: "ギフト商品" -hierarchy: 1 -sort_no: 113 -create_date: DateTime @1636094940 {#5171 date: 2021-11-05 15:49:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1636095000 {#5172 date: 2021-11-05 15:50:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5272 …} -Children: Doctrine\ORM\PersistentCollection {#5275 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5278 -id: 202 -name: "【セール】お買い得商品" -hierarchy: 1 -sort_no: 112 -create_date: DateTime @1611038841 {#5276 date: 2021-01-19 15:47:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611038841 {#5277 date: 2021-01-19 15:47:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5279 …} -Children: Doctrine\ORM\PersistentCollection {#5282 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5285 -id: 120 -name: "島根ふるさとフェア" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1610413573 {#5283 date: 2021-01-12 10:06:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610413573 {#5284 date: 2021-01-12 10:06:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5286 …} -Children: Doctrine\ORM\PersistentCollection {#5289 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5292 -id: 256 -name: "ひな祭り特集" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1676017870 {#5290 date: 2023-02-10 17:31:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1676017870 {#5291 date: 2023-02-10 17:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5293 …} -Children: Doctrine\ORM\PersistentCollection {#5296 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5299 -id: 116 -name: "お正月" -hierarchy: 1 -sort_no: 109 -create_date: DateTime @1603758774 {#5297 date: 2020-10-27 09:32:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1603758774 {#5298 date: 2020-10-27 09:32:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5300 …} -Children: Doctrine\ORM\PersistentCollection {#5303 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5308 -id: 121 -name: "酒類" -hierarchy: 1 -sort_no: 108 -create_date: DateTime @1611032372 {#5304 date: 2021-01-19 13:59:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032372 {#5305 date: 2021-01-19 13:59:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5309 …} -Children: Doctrine\ORM\PersistentCollection {#5312 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5313 -id: 132 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1611033249 {#5306 date: 2021-01-19 14:14:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033249 {#5307 date: 2021-01-19 14:14:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5314 …} -Children: Doctrine\ORM\PersistentCollection {#5317 …} -Parent: Eccube\Entity\Category {#5308} -Creator: null } Eccube\Entity\Category {#5322 -id: 137 -name: "地酒" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1611033272 {#5320 date: 2021-01-19 14:14:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033272 {#5321 date: 2021-01-19 14:14:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5323 …} -Children: Doctrine\ORM\PersistentCollection {#5326 …} -Parent: Eccube\Entity\Category {#5308} -Creator: null } Eccube\Entity\Category {#5329 -id: 136 -name: "焼酎" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1611033269 {#5327 date: 2021-01-19 14:14:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033269 {#5328 date: 2021-01-19 14:14:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5330 …} -Children: Doctrine\ORM\PersistentCollection {#5333 …} -Parent: Eccube\Entity\Category {#5308} -Creator: null } Eccube\Entity\Category {#5336 -id: 135 -name: "地ビール" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1611033265 {#5334 date: 2021-01-19 14:14:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033265 {#5335 date: 2021-01-19 14:14:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5337 …} -Children: Doctrine\ORM\PersistentCollection {#5340 …} -Parent: Eccube\Entity\Category {#5308} -Creator: null } Eccube\Entity\Category {#5343 -id: 134 -name: "ワイン" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1611033261 {#5341 date: 2021-01-19 14:14:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033261 {#5342 date: 2021-01-19 14:14:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5344 …} -Children: Doctrine\ORM\PersistentCollection {#5347 …} -Parent: Eccube\Entity\Category {#5308} -Creator: null } Eccube\Entity\Category {#5350 -id: 133 -name: "その他" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1611033256 {#5348 date: 2021-01-19 14:14:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033256 {#5349 date: 2021-01-19 14:14:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5351 …} -Children: Doctrine\ORM\PersistentCollection {#5354 …} -Parent: Eccube\Entity\Category {#5308} -Creator: null } Eccube\Entity\Category {#5357 -id: 122 -name: "お菓子" -hierarchy: 1 -sort_no: 101 -create_date: DateTime @1611032382 {#5319 date: 2021-01-19 13:59:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032382 {#5318 date: 2021-01-19 13:59:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5358 …} -Children: Doctrine\ORM\PersistentCollection {#5361 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5362 -id: 141 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1611033316 {#5355 date: 2021-01-19 14:15:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033316 {#5356 date: 2021-01-19 14:15:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5363 …} -Children: Doctrine\ORM\PersistentCollection {#5366 …} -Parent: Eccube\Entity\Category {#5357} -Creator: null } Eccube\Entity\Category {#5371 -id: 140 -name: "和菓子" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1611033312 {#5369 date: 2021-01-19 14:15:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033312 {#5370 date: 2021-01-19 14:15:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5372 …} -Children: Doctrine\ORM\PersistentCollection {#5375 …} -Parent: Eccube\Entity\Category {#5357} -Creator: null } Eccube\Entity\Category {#5378 -id: 139 -name: "洋菓子" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1611033308 {#5376 date: 2021-01-19 14:15:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033308 {#5377 date: 2021-01-19 14:15:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5379 …} -Children: Doctrine\ORM\PersistentCollection {#5382 …} -Parent: Eccube\Entity\Category {#5357} -Creator: null } Eccube\Entity\Category {#5385 -id: 138 -name: "その他" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1611033304 {#5383 date: 2021-01-19 14:15:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033304 {#5384 date: 2021-01-19 14:15:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5386 …} -Children: Doctrine\ORM\PersistentCollection {#5389 …} -Parent: Eccube\Entity\Category {#5357} -Creator: null } Eccube\Entity\Category {#5392 -id: 123 -name: "水産物・水産加工品" -hierarchy: 1 -sort_no: 96 -create_date: DateTime @1611032386 {#5368 date: 2021-01-19 13:59:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032386 {#5367 date: 2021-01-19 13:59:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5393 …} -Children: Doctrine\ORM\PersistentCollection {#5396 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5397 -id: 148 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1611033359 {#5390 date: 2021-01-19 14:15:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033359 {#5391 date: 2021-01-19 14:15:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5398 …} -Children: Doctrine\ORM\PersistentCollection {#5401 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } Eccube\Entity\Category {#5406 -id: 147 -name: "しじみ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1611033356 {#5404 date: 2021-01-19 14:15:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033356 {#5405 date: 2021-01-19 14:15:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5407 …} -Children: Doctrine\ORM\PersistentCollection {#5410 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } Eccube\Entity\Category {#5413 -id: 146 -name: "干物" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1611033353 {#5411 date: 2021-01-19 14:15:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033353 {#5412 date: 2021-01-19 14:15:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5414 …} -Children: Doctrine\ORM\PersistentCollection {#5417 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } Eccube\Entity\Category {#5420 -id: 145 -name: "海藻類" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1611033350 {#5418 date: 2021-01-19 14:15:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033350 {#5419 date: 2021-01-19 14:15:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5421 …} -Children: Doctrine\ORM\PersistentCollection {#5424 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } Eccube\Entity\Category {#5427 -id: 144 -name: "蒲鉾・練り物" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1611033347 {#5425 date: 2021-01-19 14:15:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033347 {#5426 date: 2021-01-19 14:15:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5428 …} -Children: Doctrine\ORM\PersistentCollection {#5431 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } Eccube\Entity\Category {#5434 -id: 143 -name: "珍味・佃煮" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1611033343 {#5432 date: 2021-01-19 14:15:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033343 {#5433 date: 2021-01-19 14:15:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5435 …} -Children: Doctrine\ORM\PersistentCollection {#5438 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } Eccube\Entity\Category {#5441 -id: 142 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1611033340 {#5439 date: 2021-01-19 14:15:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033340 {#5440 date: 2021-01-19 14:15:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5442 …} -Children: Doctrine\ORM\PersistentCollection {#5445 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } Eccube\Entity\Category {#5448 -id: 124 -name: "農畜産物・農産加工品" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1611032392 {#5402 date: 2021-01-19 13:59:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032392 {#5403 date: 2021-01-19 13:59:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5449 …} -Children: Doctrine\ORM\PersistentCollection {#5452 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5453 -id: 153 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1611033403 {#5446 date: 2021-01-19 14:16:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033403 {#5447 date: 2021-01-19 14:16:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5454 …} -Children: Doctrine\ORM\PersistentCollection {#5457 …} -Parent: Eccube\Entity\Category {#5448} -Creator: null } Eccube\Entity\Category {#5462 -id: 152 -name: "肉・卵" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1611033393 {#5460 date: 2021-01-19 14:16:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033393 {#5461 date: 2021-01-19 14:16:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5463 …} -Children: Doctrine\ORM\PersistentCollection {#5466 …} -Parent: Eccube\Entity\Category {#5448} -Creator: null } Eccube\Entity\Category {#5469 -id: 151 -name: "米・餅" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1611033390 {#5467 date: 2021-01-19 14:16:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033390 {#5468 date: 2021-01-19 14:16:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5470 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5448} -Creator: null } Eccube\Entity\Category {#5476 -id: 253 -name: "新米" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1664353400 {#5474 date: 2022-09-28 17:23:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1664353400 {#5475 date: 2022-09-28 17:23:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5477 …} -Children: Doctrine\ORM\PersistentCollection {#5480 …} -Parent: Eccube\Entity\Category {#5448} -Creator: null } Eccube\Entity\Category {#5483 -id: 150 -name: "野菜・果物" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1611033388 {#5481 date: 2021-01-19 14:16:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033388 {#5482 date: 2021-01-19 14:16:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5484 …} -Children: Doctrine\ORM\PersistentCollection {#5487 …} -Parent: Eccube\Entity\Category {#5448} -Creator: null } Eccube\Entity\Category {#5490 -id: 149 -name: "その他" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1611033385 {#5488 date: 2021-01-19 14:16:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033385 {#5489 date: 2021-01-19 14:16:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5491 …} -Children: Doctrine\ORM\PersistentCollection {#5494 …} -Parent: Eccube\Entity\Category {#5448} -Creator: null } Eccube\Entity\Category {#5497 -id: 125 -name: "麺類" -hierarchy: 1 -sort_no: 81 -create_date: DateTime @1611032396 {#5459 date: 2021-01-19 13:59:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032396 {#5458 date: 2021-01-19 13:59:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5498 …} -Children: Doctrine\ORM\PersistentCollection {#5501 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5502 -id: 158 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1611033432 {#5495 date: 2021-01-19 14:17:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033432 {#5496 date: 2021-01-19 14:17:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5503 …} -Children: Doctrine\ORM\PersistentCollection {#5506 …} -Parent: Eccube\Entity\Category {#5497} -Creator: null } Eccube\Entity\Category {#5511 -id: 157 -name: "そば" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1611033427 {#5509 date: 2021-01-19 14:17:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033427 {#5510 date: 2021-01-19 14:17:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5512 …} -Children: Doctrine\ORM\PersistentCollection {#5515 …} -Parent: Eccube\Entity\Category {#5497} -Creator: null } Eccube\Entity\Category {#5518 -id: 156 -name: "うどん" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1611033424 {#5516 date: 2021-01-19 14:17:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033424 {#5517 date: 2021-01-19 14:17:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5519 …} -Children: Doctrine\ORM\PersistentCollection {#5522 …} -Parent: Eccube\Entity\Category {#5497} -Creator: null } Eccube\Entity\Category {#5525 -id: 155 -name: "ラーメン" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1611033421 {#5523 date: 2021-01-19 14:17:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033421 {#5524 date: 2021-01-19 14:17:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5526 …} -Children: Doctrine\ORM\PersistentCollection {#5529 …} -Parent: Eccube\Entity\Category {#5497} -Creator: null } Eccube\Entity\Category {#5532 -id: 154 -name: "その他" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1611033418 {#5530 date: 2021-01-19 14:16:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033418 {#5531 date: 2021-01-19 14:16:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5533 …} -Children: Doctrine\ORM\PersistentCollection {#5536 …} -Parent: Eccube\Entity\Category {#5497} -Creator: null } Eccube\Entity\Category {#5539 -id: 126 -name: "乳製品" -hierarchy: 1 -sort_no: 75 -create_date: DateTime @1611032402 {#5507 date: 2021-01-19 14:00:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032402 {#5508 date: 2021-01-19 14:00:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5540 …} -Children: Doctrine\ORM\PersistentCollection {#5543 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5544 -id: 162 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1611033474 {#5537 date: 2021-01-19 14:17:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033474 {#5538 date: 2021-01-19 14:17:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5545 …} -Children: Doctrine\ORM\PersistentCollection {#5548 …} -Parent: Eccube\Entity\Category {#5539} -Creator: null } Eccube\Entity\Category {#5553 -id: 161 -name: "アイスクリーム" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1611033470 {#5551 date: 2021-01-19 14:17:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033470 {#5552 date: 2021-01-19 14:17:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5554 …} -Children: Doctrine\ORM\PersistentCollection {#5557 …} -Parent: Eccube\Entity\Category {#5539} -Creator: null } Eccube\Entity\Category {#5560 -id: 160 -name: "チーズ" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1611033457 {#5558 date: 2021-01-19 14:17:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033457 {#5559 date: 2021-01-19 14:17:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5561 …} -Children: Doctrine\ORM\PersistentCollection {#5564 …} -Parent: Eccube\Entity\Category {#5539} -Creator: null } Eccube\Entity\Category {#5567 -id: 159 -name: "その他" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1611033453 {#5565 date: 2021-01-19 14:17:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033453 {#5566 date: 2021-01-19 14:17:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5568 …} -Children: Doctrine\ORM\PersistentCollection {#5571 …} -Parent: Eccube\Entity\Category {#5539} -Creator: null } Eccube\Entity\Category {#5574 -id: 127 -name: "調味料" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1611032407 {#5550 date: 2021-01-19 14:00:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032407 {#5549 date: 2021-01-19 14:00:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5575 …} -Children: Doctrine\ORM\PersistentCollection {#5578 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5579 -id: 169 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1611033520 {#5572 date: 2021-01-19 14:18:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033520 {#5573 date: 2021-01-19 14:18:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5580 …} -Children: Doctrine\ORM\PersistentCollection {#5583 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } Eccube\Entity\Category {#5588 -id: 168 -name: "味噌・醤油" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1611033517 {#5586 date: 2021-01-19 14:18:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033517 {#5587 date: 2021-01-19 14:18:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5589 …} -Children: Doctrine\ORM\PersistentCollection {#5592 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } Eccube\Entity\Category {#5595 -id: 167 -name: "みりん・料理酒" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1611033513 {#5593 date: 2021-01-19 14:18:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033513 {#5594 date: 2021-01-19 14:18:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5596 …} -Children: Doctrine\ORM\PersistentCollection {#5599 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } Eccube\Entity\Category {#5602 -id: 166 -name: "食用油" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1611033509 {#5600 date: 2021-01-19 14:18:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033509 {#5601 date: 2021-01-19 14:18:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } Eccube\Entity\Category {#5609 -id: 165 -name: "だし" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1611033506 {#5607 date: 2021-01-19 14:18:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033506 {#5608 date: 2021-01-19 14:18:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5610 …} -Children: Doctrine\ORM\PersistentCollection {#5613 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } Eccube\Entity\Category {#5616 -id: 164 -name: "ドレッシング" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1611033503 {#5614 date: 2021-01-19 14:18:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033503 {#5615 date: 2021-01-19 14:18:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5617 …} -Children: Doctrine\ORM\PersistentCollection {#5620 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } Eccube\Entity\Category {#5623 -id: 163 -name: "その他" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1611033500 {#5621 date: 2021-01-19 14:18:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033500 {#5622 date: 2021-01-19 14:18:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5624 …} -Children: Doctrine\ORM\PersistentCollection {#5627 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } Eccube\Entity\Category {#5630 -id: 128 -name: "飲料" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1611032414 {#5584 date: 2021-01-19 14:00:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032414 {#5585 date: 2021-01-19 14:00:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5631 …} -Children: Doctrine\ORM\PersistentCollection {#5634 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5635 -id: 175 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1611033561 {#5628 date: 2021-01-19 14:19:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033561 {#5629 date: 2021-01-19 14:19:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5636 …} -Children: Doctrine\ORM\PersistentCollection {#5639 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5644 -id: 174 -name: "水" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1611033556 {#5642 date: 2021-01-19 14:19:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033556 {#5643 date: 2021-01-19 14:19:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5645 …} -Children: Doctrine\ORM\PersistentCollection {#5648 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5651 -id: 173 -name: "お茶" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1611033552 {#5649 date: 2021-01-19 14:19:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033552 {#5650 date: 2021-01-19 14:19:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5652 …} -Children: Doctrine\ORM\PersistentCollection {#5655 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5658 -id: 172 -name: "珈琲" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1611033548 {#5656 date: 2021-01-19 14:19:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033548 {#5657 date: 2021-01-19 14:19:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5659 …} -Children: Doctrine\ORM\PersistentCollection {#5662 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5665 -id: 171 -name: "ジュース" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1611033544 {#5663 date: 2021-01-19 14:19:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033544 {#5664 date: 2021-01-19 14:19:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5666 …} -Children: Doctrine\ORM\PersistentCollection {#5669 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5672 -id: 170 -name: "その他" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1611033537 {#5670 date: 2021-01-19 14:18:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033537 {#5671 date: 2021-01-19 14:18:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5673 …} -Children: Doctrine\ORM\PersistentCollection {#5676 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5679 -id: 129 -name: "生花" -hierarchy: 1 -sort_no: 55 -create_date: DateTime @1611032420 {#5641 date: 2021-01-19 14:00:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032420 {#5640 date: 2021-01-19 14:00:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5684 -id: 177 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1611033580 {#5677 date: 2021-01-19 14:19:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033580 {#5678 date: 2021-01-19 14:19:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5685 …} -Children: Doctrine\ORM\PersistentCollection {#5688 …} -Parent: Eccube\Entity\Category {#5679} -Creator: null } Eccube\Entity\Category {#5693 -id: 176 -name: "ぼたん" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1611033577 {#5691 date: 2021-01-19 14:19:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033577 {#5692 date: 2021-01-19 14:19:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5694 …} -Children: Doctrine\ORM\PersistentCollection {#5697 …} -Parent: Eccube\Entity\Category {#5679} -Creator: null } Eccube\Entity\Category {#5698 -id: 130 -name: "選べるギフト" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1611032424 {#5690 date: 2021-01-19 14:00:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032424 {#5689 date: 2021-01-19 14:00:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5699 …} -Children: Doctrine\ORM\PersistentCollection {#5702 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5707 -id: 131 -name: "化粧品" -hierarchy: 1 -sort_no: 51 -create_date: DateTime @1611032429 {#5703 date: 2021-01-19 14:00:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032429 {#5704 date: 2021-01-19 14:00:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5708 …} -Children: Doctrine\ORM\PersistentCollection {#5711 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5712 -id: 181 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1611033606 {#5705 date: 2021-01-19 14:20:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033606 {#5706 date: 2021-01-19 14:20:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5713 …} -Children: Doctrine\ORM\PersistentCollection {#5716 …} -Parent: Eccube\Entity\Category {#5707} -Creator: null } Eccube\Entity\Category {#5721 -id: 180 -name: "ボディケア" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1611033600 {#5719 date: 2021-01-19 14:20:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033600 {#5720 date: 2021-01-19 14:20:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: Eccube\Entity\Category {#5707} -Creator: null } Eccube\Entity\Category {#5728 -id: 179 -name: "スキンケア" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1611033598 {#5726 date: 2021-01-19 14:19:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033598 {#5727 date: 2021-01-19 14:19:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5729 …} -Children: Doctrine\ORM\PersistentCollection {#5732 …} -Parent: Eccube\Entity\Category {#5707} -Creator: null } Eccube\Entity\Category {#5735 -id: 178 -name: "その他" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1611033595 {#5733 date: 2021-01-19 14:19:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033595 {#5734 date: 2021-01-19 14:19:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5736 …} -Children: Doctrine\ORM\PersistentCollection {#5739 …} -Parent: Eccube\Entity\Category {#5707} -Creator: null } Eccube\Entity\Category {#5740 -id: 255 -name: "ペット用品" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1668385498 {#5718 date: 2022-11-14 09:24:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1668385498 {#5717 date: 2022-11-14 09:24:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5741 …} -Children: Doctrine\ORM\PersistentCollection {#5744 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5749 -id: 95 -name: "島根県ふるさと伝統工芸品" -hierarchy: 1 -sort_no: 45 -create_date: DateTime @1592719721 {#5745 date: 2020-06-21 15:08:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1592719721 {#5746 date: 2020-06-21 15:08:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5750 …} -Children: Doctrine\ORM\PersistentCollection {#5753 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5754 -id: 193 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1611033677 {#5747 date: 2021-01-19 14:21:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033677 {#5748 date: 2021-01-19 14:21:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5755 …} -Children: Doctrine\ORM\PersistentCollection {#5758 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5763 -id: 192 -name: "石工品" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1611033674 {#5761 date: 2021-01-19 14:21:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033674 {#5762 date: 2021-01-19 14:21:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5764 …} -Children: Doctrine\ORM\PersistentCollection {#5767 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5770 -id: 191 -name: "漆器" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1611033671 {#5768 date: 2021-01-19 14:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033671 {#5769 date: 2021-01-19 14:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5771 …} -Children: Doctrine\ORM\PersistentCollection {#5774 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5777 -id: 190 -name: "陶磁器" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1611033667 {#5775 date: 2021-01-19 14:21:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033667 {#5776 date: 2021-01-19 14:21:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5778 …} -Children: Doctrine\ORM\PersistentCollection {#5781 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5784 -id: 189 -name: "金工品" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1611033664 {#5782 date: 2021-01-19 14:21:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033664 {#5783 date: 2021-01-19 14:21:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5785 …} -Children: Doctrine\ORM\PersistentCollection {#5788 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5791 -id: 188 -name: "木竹品" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1611033661 {#5789 date: 2021-01-19 14:21:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033661 {#5790 date: 2021-01-19 14:21:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5792 …} -Children: Doctrine\ORM\PersistentCollection {#5795 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5798 -id: 187 -name: "繊維" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1611033658 {#5796 date: 2021-01-19 14:20:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033658 {#5797 date: 2021-01-19 14:20:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5799 …} -Children: Doctrine\ORM\PersistentCollection {#5802 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5805 -id: 186 -name: "和紙" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1611033655 {#5803 date: 2021-01-19 14:20:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033655 {#5804 date: 2021-01-19 14:20:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5806 …} -Children: Doctrine\ORM\PersistentCollection {#5809 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5812 -id: 185 -name: "貴石細工" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1611033652 {#5810 date: 2021-01-19 14:20:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033652 {#5811 date: 2021-01-19 14:20:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5813 …} -Children: Doctrine\ORM\PersistentCollection {#5816 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5819 -id: 184 -name: "面" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1611033649 {#5817 date: 2021-01-19 14:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033649 {#5818 date: 2021-01-19 14:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5820 …} -Children: Doctrine\ORM\PersistentCollection {#5823 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5826 -id: 183 -name: "人形玩具" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1611033646 {#5824 date: 2021-01-19 14:20:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033646 {#5825 date: 2021-01-19 14:20:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5827 …} -Children: Doctrine\ORM\PersistentCollection {#5830 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5833 -id: 182 -name: "その他" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1611033643 {#5831 date: 2021-01-19 14:20:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033643 {#5832 date: 2021-01-19 14:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5834 …} -Children: Doctrine\ORM\PersistentCollection {#5837 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5840 -id: 3 -name: "民工芸品" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1412172266 {#5760 date: 2014-10-01 23:04:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1587881299 {#5759 date: 2020-04-26 15:08:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5841 …} -Children: Doctrine\ORM\PersistentCollection {#5844 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5845 -id: 203 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1621986875 {#5838 date: 2021-05-26 08:54:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621986875 {#5839 date: 2021-05-26 08:54:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5846 …} -Children: Doctrine\ORM\PersistentCollection {#5849 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5854 -id: 194 -name: "石工品" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1611033716 {#5852 date: 2021-01-19 14:21:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033716 {#5853 date: 2021-01-19 14:21:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5855 …} -Children: Doctrine\ORM\PersistentCollection {#5858 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5861 -id: 7100 -name: "漆器" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1412172267 {#5859 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5860 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5865 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5868 -id: 7000 -name: "陶磁器" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1412172267 {#5866 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5867 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5869 …} -Children: Doctrine\ORM\PersistentCollection {#5872 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5875 -id: 7900 -name: "金工品" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1412172267 {#5873 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5874 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5876 …} -Children: Doctrine\ORM\PersistentCollection {#5879 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5882 -id: 201 -name: "木竹品" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1611033753 {#5880 date: 2021-01-19 14:22:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033753 {#5881 date: 2021-01-19 14:22:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5883 …} -Children: Doctrine\ORM\PersistentCollection {#5886 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5889 -id: 200 -name: "繊維" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1611033749 {#5887 date: 2021-01-19 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033749 {#5888 date: 2021-01-19 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5890 …} -Children: Doctrine\ORM\PersistentCollection {#5893 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5896 -id: 7400 -name: "和紙" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1412172267 {#5894 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5895 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5897 …} -Children: Doctrine\ORM\PersistentCollection {#5900 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5903 -id: 199 -name: "貴石細工" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1611033735 {#5901 date: 2021-01-19 14:22:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033735 {#5902 date: 2021-01-19 14:22:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5904 …} -Children: Doctrine\ORM\PersistentCollection {#5907 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5910 -id: 198 -name: "面" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1611033732 {#5908 date: 2021-01-19 14:22:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033732 {#5909 date: 2021-01-19 14:22:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5911 …} -Children: Doctrine\ORM\PersistentCollection {#5914 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5917 -id: 197 -name: "人形玩具" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1611033729 {#5915 date: 2021-01-19 14:22:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033729 {#5916 date: 2021-01-19 14:22:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5918 …} -Children: Doctrine\ORM\PersistentCollection {#5921 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5924 -id: 196 -name: "書籍・雑貨" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1611033725 {#5922 date: 2021-01-19 14:22:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033725 {#5923 date: 2021-01-19 14:22:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5925 …} -Children: Doctrine\ORM\PersistentCollection {#5928 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5931 -id: 195 -name: "その他" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1611033722 {#5929 date: 2021-01-19 14:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033722 {#5930 date: 2021-01-19 14:22:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5932 …} -Children: Doctrine\ORM\PersistentCollection {#5935 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5936 -id: 96 -name: "お買物袋" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1593560169 {#5850 date: 2020-07-01 08:36:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1593560169 {#5851 date: 2020-07-01 08:36:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5937 …} -Children: Doctrine\ORM\PersistentCollection {#5940 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5945 -id: 97 -name: "ピックアップ商品" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1596072849 {#5941 date: 2020-07-30 10:34:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1596072849 {#5942 date: 2020-07-30 10:34:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5946 …} -Children: Doctrine\ORM\PersistentCollection {#5949 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5950 -id: 103 -name: " ピックアップ_お菓子" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1596073104 {#5943 date: 2020-07-30 10:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956977 {#5944 date: 2021-01-18 17:02:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5951 …} -Children: Doctrine\ORM\PersistentCollection {#5954 …} -Parent: Eccube\Entity\Category {#5945} -Creator: null } Eccube\Entity\Category {#5959 -id: 102 -name: " ピックアップ_仁多米" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1596073097 {#5957 date: 2020-07-30 10:38:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956981 {#5958 date: 2021-01-18 17:03:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5960 …} -Children: Doctrine\ORM\PersistentCollection {#5963 …} -Parent: Eccube\Entity\Category {#5945} -Creator: null } Eccube\Entity\Category {#5966 -id: 101 -name: " ピックアップ_出雲そば" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1596073080 {#5964 date: 2020-07-30 10:38:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956985 {#5965 date: 2021-01-18 17:03:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5967 …} -Children: Doctrine\ORM\PersistentCollection {#5970 …} -Parent: Eccube\Entity\Category {#5945} -Creator: null } Eccube\Entity\Category {#5973 -id: 100 -name: " ピックアップ_あご野焼き" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1596073075 {#5971 date: 2020-07-30 10:37:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956987 {#5972 date: 2021-01-18 17:03:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5974 …} -Children: Doctrine\ORM\PersistentCollection {#5977 …} -Parent: Eccube\Entity\Category {#5945} -Creator: null } Eccube\Entity\Category {#5980 -id: 98 -name: " ピックアップ_しじみ" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1596073025 {#5978 date: 2020-07-30 10:37:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956993 {#5979 date: 2021-01-18 17:03:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5981 …} -Children: Doctrine\ORM\PersistentCollection {#5984 …} -Parent: Eccube\Entity\Category {#5945} -Creator: null } Eccube\Entity\Category {#5987 -id: 99 -name: " ピックアップ_一夜干し" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1596073050 {#5985 date: 2020-07-30 10:37:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956990 {#5986 date: 2021-01-18 17:03:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5988 …} -Children: Doctrine\ORM\PersistentCollection {#5991 …} -Parent: Eccube\Entity\Category {#5945} -Creator: null } Eccube\Entity\Category {#5994 -id: 89 -name: "価格帯で探す" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1588947730 {#5956 date: 2020-05-08 23:22:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947730 {#5955 date: 2020-05-08 23:22:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5995 …} -Children: Doctrine\ORM\PersistentCollection {#5998 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5999 -id: 94 -name: "~1,000円" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1588947783 {#5992 date: 2020-05-08 23:23:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947783 {#5993 date: 2020-05-08 23:23:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6000 …} -Children: Doctrine\ORM\PersistentCollection {#6003 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } Eccube\Entity\Category {#6008 -id: 93 -name: "1,001円~3,000円" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1588947778 {#6006 date: 2020-05-08 23:22:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947778 {#6007 date: 2020-05-08 23:22:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6009 …} -Children: Doctrine\ORM\PersistentCollection {#6012 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } Eccube\Entity\Category {#6015 -id: 92 -name: "3,001円~5,000円" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1588947766 {#6013 date: 2020-05-08 23:22:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947766 {#6014 date: 2020-05-08 23:22:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6016 …} -Children: Doctrine\ORM\PersistentCollection {#6019 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } Eccube\Entity\Category {#6022 -id: 91 -name: "5,001円~10,000円" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1588947760 {#6020 date: 2020-05-08 23:22:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947760 {#6021 date: 2020-05-08 23:22:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6023 …} -Children: Doctrine\ORM\PersistentCollection {#6026 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } Eccube\Entity\Category {#6029 -id: 90 -name: "10,001円~" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1588947757 {#6027 date: 2020-05-08 23:22:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947757 {#6028 date: 2020-05-08 23:22:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6030 …} -Children: Doctrine\ORM\PersistentCollection {#6033 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } Eccube\Entity\Category {#6036 -id: 106 -name: "地域" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1601269846 {#6004 date: 2020-09-28 14:10:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269846 {#6005 date: 2020-09-28 14:10:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6037 …} -Children: Doctrine\ORM\PersistentCollection {#6040 …} -Parent: null -Creator: null } Eccube\Entity\Category {#6041 -id: 107 -name: "出雲地方" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1601269929 {#6034 date: 2020-09-28 14:12:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269929 {#6035 date: 2020-09-28 14:12:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6042 …} -Children: Doctrine\ORM\PersistentCollection {#6045 …} -Parent: Eccube\Entity\Category {#6036} -Creator: null } Eccube\Entity\Category {#6050 -id: 108 -name: "石見地方" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1601269934 {#6048 date: 2020-09-28 14:12:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269934 {#6049 date: 2020-09-28 14:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: Eccube\Entity\Category {#6036} -Creator: null } Eccube\Entity\Category {#6057 -id: 109 -name: "隠岐地方" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1601269937 {#6055 date: 2020-09-28 14:12:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269937 {#6056 date: 2020-09-28 14:12:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6058 …} -Children: Doctrine\ORM\PersistentCollection {#6061 …} -Parent: Eccube\Entity\Category {#6036} -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 {#9556 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#4199 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#9555 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#4943 …} } |
| choices | [ Eccube\Entity\Category {#4928 -id: 254 -name: "お歳暮" -hierarchy: 1 -sort_no: 147 -create_date: DateTime @1664781674 {#5038 date: 2022-10-03 16:21:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1664781674 {#5032 date: 2022-10-03 16:21:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5080 …} -Children: Doctrine\ORM\PersistentCollection {#5077 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5074 -id: 257 -name: "お中元" -hierarchy: 1 -sort_no: 146 -create_date: DateTime @1684369701 {#5076 date: 2023-05-18 09:28:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1684369701 {#5075 date: 2023-05-18 09:28:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5073 …} -Children: Doctrine\ORM\PersistentCollection {#5070 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5067 -id: 248 -name: "サービス対象商品期間限定セット" -hierarchy: 1 -sort_no: 145 -create_date: DateTime @1643006032 {#5069 date: 2022-01-24 15:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1643006032 {#5068 date: 2022-01-24 15:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5066 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5058 -id: 207 -name: "サービス対象外" -hierarchy: 1 -sort_no: 144 -create_date: DateTime @1642720040 {#5062 date: 2022-01-21 08:07:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642757393 {#5061 date: 2022-01-21 18:29:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5057 …} -Children: Doctrine\ORM\PersistentCollection {#5054 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5053 -id: 232 -name: "酒類" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1642720052 {#5060 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720052 {#5059 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5052 …} -Children: Doctrine\ORM\PersistentCollection {#5048 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5042 -id: 233 -name: "お菓子" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1642720053 {#5045 date: 2022-01-21 08:07:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720053 {#5043 date: 2022-01-21 08:07:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5041 …} -Children: Doctrine\ORM\PersistentCollection {#5037 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5034 -id: 234 -name: "水産物・水産加工品" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1642720054 {#5036 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720054 {#5035 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5033 …} -Children: Doctrine\ORM\PersistentCollection {#5029 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5026 -id: 235 -name: "農畜産物・農産加工品" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1642720054 {#5028 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720054 {#5027 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5023 …} -Children: Doctrine\ORM\PersistentCollection {#4878 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#4875 -id: 236 -name: "麺類" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1642720055 {#4877 date: 2022-01-21 08:07:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720055 {#4876 date: 2022-01-21 08:07:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4874 …} -Children: Doctrine\ORM\PersistentCollection {#4871 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5116 -id: 237 -name: "乳製品" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1642720056 {#4881 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720056 {#5118 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5114 …} -Children: Doctrine\ORM\PersistentCollection {#5108 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5119 -id: 238 -name: "調味料" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1642720056 {#5084 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720056 {#5120 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5117 …} -Children: Doctrine\ORM\PersistentCollection {#5111 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5109 -id: 239 -name: "飲料" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1642720057 {#5106 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720057 {#5107 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5105 …} -Children: Doctrine\ORM\PersistentCollection {#5102 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5099 -id: 240 -name: "選べるギフト" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1642720057 {#5101 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720057 {#5100 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5098 …} -Children: Doctrine\ORM\PersistentCollection {#5095 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5092 -id: 241 -name: "化粧品" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1642720058 {#5094 date: 2022-01-21 08:07:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720058 {#5093 date: 2022-01-21 08:07:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5091 …} -Children: Doctrine\ORM\PersistentCollection {#5130 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5133 -id: 242 -name: "島根県ふるさと伝統工芸品" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1642720059 {#5131 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720059 {#5132 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5134 …} -Children: Doctrine\ORM\PersistentCollection {#5137 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5140 -id: 243 -name: "民工芸品" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1642720059 {#5138 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720059 {#5139 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5141 …} -Children: Doctrine\ORM\PersistentCollection {#5144 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5147 -id: 247 -name: "生花" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1642720062 {#5145 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720062 {#5146 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5148 …} -Children: Doctrine\ORM\PersistentCollection {#5151 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5154 -id: 244 -name: "お買物袋" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1642720060 {#5152 date: 2022-01-21 08:07:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720060 {#5153 date: 2022-01-21 08:07:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5155 …} -Children: Doctrine\ORM\PersistentCollection {#5158 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } Eccube\Entity\Category {#5161 -id: 206 -name: "送料サービス対象" -hierarchy: 1 -sort_no: 129 -create_date: DateTime @1642720040 {#5046 date: 2022-01-21 08:07:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1647215408 {#5047 date: 2022-03-14 08:50:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5162 …} -Children: Doctrine\ORM\PersistentCollection {#5165 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5166 -id: 252 -name: "父の日ギフト" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1648425101 {#5159 date: 2022-03-28 08:51:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648425101 {#5160 date: 2022-03-28 08:51:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5167 …} -Children: Doctrine\ORM\PersistentCollection {#5170 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5175 -id: 251 -name: "母の日ギフト" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1648425094 {#5173 date: 2022-03-28 08:51:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648425094 {#5174 date: 2022-03-28 08:51:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5176 …} -Children: Doctrine\ORM\PersistentCollection {#5179 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5182 -id: 220 -name: "酒類" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1642720046 {#5180 date: 2022-01-21 08:07:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720046 {#5181 date: 2022-01-21 08:07:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5183 …} -Children: Doctrine\ORM\PersistentCollection {#5186 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5189 -id: 221 -name: "お菓子" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1642720047 {#5187 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720047 {#5188 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5190 …} -Children: Doctrine\ORM\PersistentCollection {#5193 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5196 -id: 222 -name: "水産物・水産加工品" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1642720047 {#5194 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720047 {#5195 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5197 …} -Children: Doctrine\ORM\PersistentCollection {#5200 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5203 -id: 223 -name: "農畜産物・農産加工品" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1642720048 {#5201 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720048 {#5202 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5204 …} -Children: Doctrine\ORM\PersistentCollection {#5207 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5210 -id: 224 -name: "麺類" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1642720048 {#5208 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720048 {#5209 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5211 …} -Children: Doctrine\ORM\PersistentCollection {#5214 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5217 -id: 225 -name: "乳製品" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1642720049 {#5215 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720049 {#5216 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5218 …} -Children: Doctrine\ORM\PersistentCollection {#5221 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5224 -id: 226 -name: "調味料" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1642720049 {#5222 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720049 {#5223 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5225 …} -Children: Doctrine\ORM\PersistentCollection {#5228 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5231 -id: 227 -name: "飲料" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1642720050 {#5229 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720050 {#5230 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5232 …} -Children: Doctrine\ORM\PersistentCollection {#5235 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5238 -id: 228 -name: "選べるギフト" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1642720050 {#5236 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720050 {#5237 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5239 …} -Children: Doctrine\ORM\PersistentCollection {#5242 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5245 -id: 229 -name: "化粧品" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1642720051 {#5243 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720051 {#5244 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5246 …} -Children: Doctrine\ORM\PersistentCollection {#5249 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5252 -id: 230 -name: "島根県ふるさと伝統工芸品" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1642720051 {#5250 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720051 {#5251 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5253 …} -Children: Doctrine\ORM\PersistentCollection {#5256 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5259 -id: 231 -name: "民工芸品" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1642720052 {#5257 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720052 {#5258 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5260 …} -Children: Doctrine\ORM\PersistentCollection {#5263 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5266 -id: 246 -name: "生花" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1642720062 {#5264 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720062 {#5265 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5267 …} -Children: Doctrine\ORM\PersistentCollection {#5270 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } Eccube\Entity\Category {#5271 -id: 204 -name: "ギフト商品" -hierarchy: 1 -sort_no: 113 -create_date: DateTime @1636094940 {#5171 date: 2021-11-05 15:49:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1636095000 {#5172 date: 2021-11-05 15:50:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5272 …} -Children: Doctrine\ORM\PersistentCollection {#5275 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5278 -id: 202 -name: "【セール】お買い得商品" -hierarchy: 1 -sort_no: 112 -create_date: DateTime @1611038841 {#5276 date: 2021-01-19 15:47:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611038841 {#5277 date: 2021-01-19 15:47:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5279 …} -Children: Doctrine\ORM\PersistentCollection {#5282 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5285 -id: 120 -name: "島根ふるさとフェア" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1610413573 {#5283 date: 2021-01-12 10:06:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610413573 {#5284 date: 2021-01-12 10:06:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5286 …} -Children: Doctrine\ORM\PersistentCollection {#5289 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5292 -id: 256 -name: "ひな祭り特集" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1676017870 {#5290 date: 2023-02-10 17:31:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1676017870 {#5291 date: 2023-02-10 17:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5293 …} -Children: Doctrine\ORM\PersistentCollection {#5296 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5299 -id: 116 -name: "お正月" -hierarchy: 1 -sort_no: 109 -create_date: DateTime @1603758774 {#5297 date: 2020-10-27 09:32:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1603758774 {#5298 date: 2020-10-27 09:32:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5300 …} -Children: Doctrine\ORM\PersistentCollection {#5303 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5308 -id: 121 -name: "酒類" -hierarchy: 1 -sort_no: 108 -create_date: DateTime @1611032372 {#5304 date: 2021-01-19 13:59:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032372 {#5305 date: 2021-01-19 13:59:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5309 …} -Children: Doctrine\ORM\PersistentCollection {#5312 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5313 -id: 132 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1611033249 {#5306 date: 2021-01-19 14:14:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033249 {#5307 date: 2021-01-19 14:14:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5314 …} -Children: Doctrine\ORM\PersistentCollection {#5317 …} -Parent: Eccube\Entity\Category {#5308} -Creator: null } Eccube\Entity\Category {#5322 -id: 137 -name: "地酒" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1611033272 {#5320 date: 2021-01-19 14:14:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033272 {#5321 date: 2021-01-19 14:14:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5323 …} -Children: Doctrine\ORM\PersistentCollection {#5326 …} -Parent: Eccube\Entity\Category {#5308} -Creator: null } Eccube\Entity\Category {#5329 -id: 136 -name: "焼酎" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1611033269 {#5327 date: 2021-01-19 14:14:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033269 {#5328 date: 2021-01-19 14:14:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5330 …} -Children: Doctrine\ORM\PersistentCollection {#5333 …} -Parent: Eccube\Entity\Category {#5308} -Creator: null } Eccube\Entity\Category {#5336 -id: 135 -name: "地ビール" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1611033265 {#5334 date: 2021-01-19 14:14:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033265 {#5335 date: 2021-01-19 14:14:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5337 …} -Children: Doctrine\ORM\PersistentCollection {#5340 …} -Parent: Eccube\Entity\Category {#5308} -Creator: null } Eccube\Entity\Category {#5343 -id: 134 -name: "ワイン" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1611033261 {#5341 date: 2021-01-19 14:14:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033261 {#5342 date: 2021-01-19 14:14:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5344 …} -Children: Doctrine\ORM\PersistentCollection {#5347 …} -Parent: Eccube\Entity\Category {#5308} -Creator: null } Eccube\Entity\Category {#5350 -id: 133 -name: "その他" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1611033256 {#5348 date: 2021-01-19 14:14:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033256 {#5349 date: 2021-01-19 14:14:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5351 …} -Children: Doctrine\ORM\PersistentCollection {#5354 …} -Parent: Eccube\Entity\Category {#5308} -Creator: null } Eccube\Entity\Category {#5357 -id: 122 -name: "お菓子" -hierarchy: 1 -sort_no: 101 -create_date: DateTime @1611032382 {#5319 date: 2021-01-19 13:59:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032382 {#5318 date: 2021-01-19 13:59:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5358 …} -Children: Doctrine\ORM\PersistentCollection {#5361 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5362 -id: 141 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1611033316 {#5355 date: 2021-01-19 14:15:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033316 {#5356 date: 2021-01-19 14:15:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5363 …} -Children: Doctrine\ORM\PersistentCollection {#5366 …} -Parent: Eccube\Entity\Category {#5357} -Creator: null } Eccube\Entity\Category {#5371 -id: 140 -name: "和菓子" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1611033312 {#5369 date: 2021-01-19 14:15:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033312 {#5370 date: 2021-01-19 14:15:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5372 …} -Children: Doctrine\ORM\PersistentCollection {#5375 …} -Parent: Eccube\Entity\Category {#5357} -Creator: null } Eccube\Entity\Category {#5378 -id: 139 -name: "洋菓子" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1611033308 {#5376 date: 2021-01-19 14:15:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033308 {#5377 date: 2021-01-19 14:15:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5379 …} -Children: Doctrine\ORM\PersistentCollection {#5382 …} -Parent: Eccube\Entity\Category {#5357} -Creator: null } Eccube\Entity\Category {#5385 -id: 138 -name: "その他" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1611033304 {#5383 date: 2021-01-19 14:15:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033304 {#5384 date: 2021-01-19 14:15:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5386 …} -Children: Doctrine\ORM\PersistentCollection {#5389 …} -Parent: Eccube\Entity\Category {#5357} -Creator: null } Eccube\Entity\Category {#5392 -id: 123 -name: "水産物・水産加工品" -hierarchy: 1 -sort_no: 96 -create_date: DateTime @1611032386 {#5368 date: 2021-01-19 13:59:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032386 {#5367 date: 2021-01-19 13:59:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5393 …} -Children: Doctrine\ORM\PersistentCollection {#5396 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5397 -id: 148 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1611033359 {#5390 date: 2021-01-19 14:15:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033359 {#5391 date: 2021-01-19 14:15:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5398 …} -Children: Doctrine\ORM\PersistentCollection {#5401 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } Eccube\Entity\Category {#5406 -id: 147 -name: "しじみ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1611033356 {#5404 date: 2021-01-19 14:15:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033356 {#5405 date: 2021-01-19 14:15:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5407 …} -Children: Doctrine\ORM\PersistentCollection {#5410 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } Eccube\Entity\Category {#5413 -id: 146 -name: "干物" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1611033353 {#5411 date: 2021-01-19 14:15:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033353 {#5412 date: 2021-01-19 14:15:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5414 …} -Children: Doctrine\ORM\PersistentCollection {#5417 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } Eccube\Entity\Category {#5420 -id: 145 -name: "海藻類" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1611033350 {#5418 date: 2021-01-19 14:15:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033350 {#5419 date: 2021-01-19 14:15:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5421 …} -Children: Doctrine\ORM\PersistentCollection {#5424 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } Eccube\Entity\Category {#5427 -id: 144 -name: "蒲鉾・練り物" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1611033347 {#5425 date: 2021-01-19 14:15:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033347 {#5426 date: 2021-01-19 14:15:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5428 …} -Children: Doctrine\ORM\PersistentCollection {#5431 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } Eccube\Entity\Category {#5434 -id: 143 -name: "珍味・佃煮" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1611033343 {#5432 date: 2021-01-19 14:15:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033343 {#5433 date: 2021-01-19 14:15:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5435 …} -Children: Doctrine\ORM\PersistentCollection {#5438 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } Eccube\Entity\Category {#5441 -id: 142 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1611033340 {#5439 date: 2021-01-19 14:15:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033340 {#5440 date: 2021-01-19 14:15:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5442 …} -Children: Doctrine\ORM\PersistentCollection {#5445 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } Eccube\Entity\Category {#5448 -id: 124 -name: "農畜産物・農産加工品" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1611032392 {#5402 date: 2021-01-19 13:59:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032392 {#5403 date: 2021-01-19 13:59:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5449 …} -Children: Doctrine\ORM\PersistentCollection {#5452 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5453 -id: 153 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1611033403 {#5446 date: 2021-01-19 14:16:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033403 {#5447 date: 2021-01-19 14:16:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5454 …} -Children: Doctrine\ORM\PersistentCollection {#5457 …} -Parent: Eccube\Entity\Category {#5448} -Creator: null } Eccube\Entity\Category {#5462 -id: 152 -name: "肉・卵" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1611033393 {#5460 date: 2021-01-19 14:16:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033393 {#5461 date: 2021-01-19 14:16:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5463 …} -Children: Doctrine\ORM\PersistentCollection {#5466 …} -Parent: Eccube\Entity\Category {#5448} -Creator: null } Eccube\Entity\Category {#5469 -id: 151 -name: "米・餅" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1611033390 {#5467 date: 2021-01-19 14:16:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033390 {#5468 date: 2021-01-19 14:16:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5470 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5448} -Creator: null } Eccube\Entity\Category {#5476 -id: 253 -name: "新米" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1664353400 {#5474 date: 2022-09-28 17:23:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1664353400 {#5475 date: 2022-09-28 17:23:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5477 …} -Children: Doctrine\ORM\PersistentCollection {#5480 …} -Parent: Eccube\Entity\Category {#5448} -Creator: null } Eccube\Entity\Category {#5483 -id: 150 -name: "野菜・果物" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1611033388 {#5481 date: 2021-01-19 14:16:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033388 {#5482 date: 2021-01-19 14:16:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5484 …} -Children: Doctrine\ORM\PersistentCollection {#5487 …} -Parent: Eccube\Entity\Category {#5448} -Creator: null } Eccube\Entity\Category {#5490 -id: 149 -name: "その他" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1611033385 {#5488 date: 2021-01-19 14:16:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033385 {#5489 date: 2021-01-19 14:16:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5491 …} -Children: Doctrine\ORM\PersistentCollection {#5494 …} -Parent: Eccube\Entity\Category {#5448} -Creator: null } Eccube\Entity\Category {#5497 -id: 125 -name: "麺類" -hierarchy: 1 -sort_no: 81 -create_date: DateTime @1611032396 {#5459 date: 2021-01-19 13:59:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032396 {#5458 date: 2021-01-19 13:59:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5498 …} -Children: Doctrine\ORM\PersistentCollection {#5501 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5502 -id: 158 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1611033432 {#5495 date: 2021-01-19 14:17:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033432 {#5496 date: 2021-01-19 14:17:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5503 …} -Children: Doctrine\ORM\PersistentCollection {#5506 …} -Parent: Eccube\Entity\Category {#5497} -Creator: null } Eccube\Entity\Category {#5511 -id: 157 -name: "そば" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1611033427 {#5509 date: 2021-01-19 14:17:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033427 {#5510 date: 2021-01-19 14:17:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5512 …} -Children: Doctrine\ORM\PersistentCollection {#5515 …} -Parent: Eccube\Entity\Category {#5497} -Creator: null } Eccube\Entity\Category {#5518 -id: 156 -name: "うどん" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1611033424 {#5516 date: 2021-01-19 14:17:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033424 {#5517 date: 2021-01-19 14:17:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5519 …} -Children: Doctrine\ORM\PersistentCollection {#5522 …} -Parent: Eccube\Entity\Category {#5497} -Creator: null } Eccube\Entity\Category {#5525 -id: 155 -name: "ラーメン" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1611033421 {#5523 date: 2021-01-19 14:17:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033421 {#5524 date: 2021-01-19 14:17:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5526 …} -Children: Doctrine\ORM\PersistentCollection {#5529 …} -Parent: Eccube\Entity\Category {#5497} -Creator: null } Eccube\Entity\Category {#5532 -id: 154 -name: "その他" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1611033418 {#5530 date: 2021-01-19 14:16:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033418 {#5531 date: 2021-01-19 14:16:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5533 …} -Children: Doctrine\ORM\PersistentCollection {#5536 …} -Parent: Eccube\Entity\Category {#5497} -Creator: null } Eccube\Entity\Category {#5539 -id: 126 -name: "乳製品" -hierarchy: 1 -sort_no: 75 -create_date: DateTime @1611032402 {#5507 date: 2021-01-19 14:00:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032402 {#5508 date: 2021-01-19 14:00:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5540 …} -Children: Doctrine\ORM\PersistentCollection {#5543 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5544 -id: 162 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1611033474 {#5537 date: 2021-01-19 14:17:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033474 {#5538 date: 2021-01-19 14:17:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5545 …} -Children: Doctrine\ORM\PersistentCollection {#5548 …} -Parent: Eccube\Entity\Category {#5539} -Creator: null } Eccube\Entity\Category {#5553 -id: 161 -name: "アイスクリーム" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1611033470 {#5551 date: 2021-01-19 14:17:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033470 {#5552 date: 2021-01-19 14:17:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5554 …} -Children: Doctrine\ORM\PersistentCollection {#5557 …} -Parent: Eccube\Entity\Category {#5539} -Creator: null } Eccube\Entity\Category {#5560 -id: 160 -name: "チーズ" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1611033457 {#5558 date: 2021-01-19 14:17:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033457 {#5559 date: 2021-01-19 14:17:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5561 …} -Children: Doctrine\ORM\PersistentCollection {#5564 …} -Parent: Eccube\Entity\Category {#5539} -Creator: null } Eccube\Entity\Category {#5567 -id: 159 -name: "その他" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1611033453 {#5565 date: 2021-01-19 14:17:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033453 {#5566 date: 2021-01-19 14:17:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5568 …} -Children: Doctrine\ORM\PersistentCollection {#5571 …} -Parent: Eccube\Entity\Category {#5539} -Creator: null } Eccube\Entity\Category {#5574 -id: 127 -name: "調味料" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1611032407 {#5550 date: 2021-01-19 14:00:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032407 {#5549 date: 2021-01-19 14:00:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5575 …} -Children: Doctrine\ORM\PersistentCollection {#5578 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5579 -id: 169 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1611033520 {#5572 date: 2021-01-19 14:18:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033520 {#5573 date: 2021-01-19 14:18:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5580 …} -Children: Doctrine\ORM\PersistentCollection {#5583 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } Eccube\Entity\Category {#5588 -id: 168 -name: "味噌・醤油" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1611033517 {#5586 date: 2021-01-19 14:18:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033517 {#5587 date: 2021-01-19 14:18:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5589 …} -Children: Doctrine\ORM\PersistentCollection {#5592 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } Eccube\Entity\Category {#5595 -id: 167 -name: "みりん・料理酒" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1611033513 {#5593 date: 2021-01-19 14:18:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033513 {#5594 date: 2021-01-19 14:18:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5596 …} -Children: Doctrine\ORM\PersistentCollection {#5599 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } Eccube\Entity\Category {#5602 -id: 166 -name: "食用油" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1611033509 {#5600 date: 2021-01-19 14:18:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033509 {#5601 date: 2021-01-19 14:18:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } Eccube\Entity\Category {#5609 -id: 165 -name: "だし" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1611033506 {#5607 date: 2021-01-19 14:18:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033506 {#5608 date: 2021-01-19 14:18:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5610 …} -Children: Doctrine\ORM\PersistentCollection {#5613 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } Eccube\Entity\Category {#5616 -id: 164 -name: "ドレッシング" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1611033503 {#5614 date: 2021-01-19 14:18:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033503 {#5615 date: 2021-01-19 14:18:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5617 …} -Children: Doctrine\ORM\PersistentCollection {#5620 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } Eccube\Entity\Category {#5623 -id: 163 -name: "その他" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1611033500 {#5621 date: 2021-01-19 14:18:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033500 {#5622 date: 2021-01-19 14:18:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5624 …} -Children: Doctrine\ORM\PersistentCollection {#5627 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } Eccube\Entity\Category {#5630 -id: 128 -name: "飲料" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1611032414 {#5584 date: 2021-01-19 14:00:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032414 {#5585 date: 2021-01-19 14:00:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5631 …} -Children: Doctrine\ORM\PersistentCollection {#5634 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5635 -id: 175 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1611033561 {#5628 date: 2021-01-19 14:19:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033561 {#5629 date: 2021-01-19 14:19:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5636 …} -Children: Doctrine\ORM\PersistentCollection {#5639 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5644 -id: 174 -name: "水" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1611033556 {#5642 date: 2021-01-19 14:19:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033556 {#5643 date: 2021-01-19 14:19:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5645 …} -Children: Doctrine\ORM\PersistentCollection {#5648 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5651 -id: 173 -name: "お茶" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1611033552 {#5649 date: 2021-01-19 14:19:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033552 {#5650 date: 2021-01-19 14:19:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5652 …} -Children: Doctrine\ORM\PersistentCollection {#5655 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5658 -id: 172 -name: "珈琲" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1611033548 {#5656 date: 2021-01-19 14:19:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033548 {#5657 date: 2021-01-19 14:19:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5659 …} -Children: Doctrine\ORM\PersistentCollection {#5662 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5665 -id: 171 -name: "ジュース" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1611033544 {#5663 date: 2021-01-19 14:19:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033544 {#5664 date: 2021-01-19 14:19:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5666 …} -Children: Doctrine\ORM\PersistentCollection {#5669 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5672 -id: 170 -name: "その他" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1611033537 {#5670 date: 2021-01-19 14:18:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033537 {#5671 date: 2021-01-19 14:18:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5673 …} -Children: Doctrine\ORM\PersistentCollection {#5676 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5679 -id: 129 -name: "生花" -hierarchy: 1 -sort_no: 55 -create_date: DateTime @1611032420 {#5641 date: 2021-01-19 14:00:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032420 {#5640 date: 2021-01-19 14:00:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5684 -id: 177 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1611033580 {#5677 date: 2021-01-19 14:19:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033580 {#5678 date: 2021-01-19 14:19:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5685 …} -Children: Doctrine\ORM\PersistentCollection {#5688 …} -Parent: Eccube\Entity\Category {#5679} -Creator: null } Eccube\Entity\Category {#5693 -id: 176 -name: "ぼたん" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1611033577 {#5691 date: 2021-01-19 14:19:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033577 {#5692 date: 2021-01-19 14:19:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5694 …} -Children: Doctrine\ORM\PersistentCollection {#5697 …} -Parent: Eccube\Entity\Category {#5679} -Creator: null } Eccube\Entity\Category {#5698 -id: 130 -name: "選べるギフト" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1611032424 {#5690 date: 2021-01-19 14:00:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032424 {#5689 date: 2021-01-19 14:00:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5699 …} -Children: Doctrine\ORM\PersistentCollection {#5702 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5707 -id: 131 -name: "化粧品" -hierarchy: 1 -sort_no: 51 -create_date: DateTime @1611032429 {#5703 date: 2021-01-19 14:00:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032429 {#5704 date: 2021-01-19 14:00:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5708 …} -Children: Doctrine\ORM\PersistentCollection {#5711 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5712 -id: 181 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1611033606 {#5705 date: 2021-01-19 14:20:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033606 {#5706 date: 2021-01-19 14:20:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5713 …} -Children: Doctrine\ORM\PersistentCollection {#5716 …} -Parent: Eccube\Entity\Category {#5707} -Creator: null } Eccube\Entity\Category {#5721 -id: 180 -name: "ボディケア" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1611033600 {#5719 date: 2021-01-19 14:20:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033600 {#5720 date: 2021-01-19 14:20:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: Eccube\Entity\Category {#5707} -Creator: null } Eccube\Entity\Category {#5728 -id: 179 -name: "スキンケア" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1611033598 {#5726 date: 2021-01-19 14:19:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033598 {#5727 date: 2021-01-19 14:19:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5729 …} -Children: Doctrine\ORM\PersistentCollection {#5732 …} -Parent: Eccube\Entity\Category {#5707} -Creator: null } Eccube\Entity\Category {#5735 -id: 178 -name: "その他" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1611033595 {#5733 date: 2021-01-19 14:19:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033595 {#5734 date: 2021-01-19 14:19:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5736 …} -Children: Doctrine\ORM\PersistentCollection {#5739 …} -Parent: Eccube\Entity\Category {#5707} -Creator: null } Eccube\Entity\Category {#5740 -id: 255 -name: "ペット用品" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1668385498 {#5718 date: 2022-11-14 09:24:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1668385498 {#5717 date: 2022-11-14 09:24:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5741 …} -Children: Doctrine\ORM\PersistentCollection {#5744 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5749 -id: 95 -name: "島根県ふるさと伝統工芸品" -hierarchy: 1 -sort_no: 45 -create_date: DateTime @1592719721 {#5745 date: 2020-06-21 15:08:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1592719721 {#5746 date: 2020-06-21 15:08:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5750 …} -Children: Doctrine\ORM\PersistentCollection {#5753 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5754 -id: 193 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1611033677 {#5747 date: 2021-01-19 14:21:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033677 {#5748 date: 2021-01-19 14:21:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5755 …} -Children: Doctrine\ORM\PersistentCollection {#5758 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5763 -id: 192 -name: "石工品" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1611033674 {#5761 date: 2021-01-19 14:21:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033674 {#5762 date: 2021-01-19 14:21:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5764 …} -Children: Doctrine\ORM\PersistentCollection {#5767 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5770 -id: 191 -name: "漆器" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1611033671 {#5768 date: 2021-01-19 14:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033671 {#5769 date: 2021-01-19 14:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5771 …} -Children: Doctrine\ORM\PersistentCollection {#5774 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5777 -id: 190 -name: "陶磁器" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1611033667 {#5775 date: 2021-01-19 14:21:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033667 {#5776 date: 2021-01-19 14:21:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5778 …} -Children: Doctrine\ORM\PersistentCollection {#5781 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5784 -id: 189 -name: "金工品" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1611033664 {#5782 date: 2021-01-19 14:21:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033664 {#5783 date: 2021-01-19 14:21:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5785 …} -Children: Doctrine\ORM\PersistentCollection {#5788 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5791 -id: 188 -name: "木竹品" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1611033661 {#5789 date: 2021-01-19 14:21:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033661 {#5790 date: 2021-01-19 14:21:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5792 …} -Children: Doctrine\ORM\PersistentCollection {#5795 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5798 -id: 187 -name: "繊維" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1611033658 {#5796 date: 2021-01-19 14:20:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033658 {#5797 date: 2021-01-19 14:20:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5799 …} -Children: Doctrine\ORM\PersistentCollection {#5802 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5805 -id: 186 -name: "和紙" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1611033655 {#5803 date: 2021-01-19 14:20:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033655 {#5804 date: 2021-01-19 14:20:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5806 …} -Children: Doctrine\ORM\PersistentCollection {#5809 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5812 -id: 185 -name: "貴石細工" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1611033652 {#5810 date: 2021-01-19 14:20:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033652 {#5811 date: 2021-01-19 14:20:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5813 …} -Children: Doctrine\ORM\PersistentCollection {#5816 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5819 -id: 184 -name: "面" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1611033649 {#5817 date: 2021-01-19 14:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033649 {#5818 date: 2021-01-19 14:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5820 …} -Children: Doctrine\ORM\PersistentCollection {#5823 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5826 -id: 183 -name: "人形玩具" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1611033646 {#5824 date: 2021-01-19 14:20:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033646 {#5825 date: 2021-01-19 14:20:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5827 …} -Children: Doctrine\ORM\PersistentCollection {#5830 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5833 -id: 182 -name: "その他" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1611033643 {#5831 date: 2021-01-19 14:20:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033643 {#5832 date: 2021-01-19 14:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5834 …} -Children: Doctrine\ORM\PersistentCollection {#5837 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } Eccube\Entity\Category {#5840 -id: 3 -name: "民工芸品" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1412172266 {#5760 date: 2014-10-01 23:04:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1587881299 {#5759 date: 2020-04-26 15:08:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5841 …} -Children: Doctrine\ORM\PersistentCollection {#5844 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5845 -id: 203 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1621986875 {#5838 date: 2021-05-26 08:54:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621986875 {#5839 date: 2021-05-26 08:54:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5846 …} -Children: Doctrine\ORM\PersistentCollection {#5849 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5854 -id: 194 -name: "石工品" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1611033716 {#5852 date: 2021-01-19 14:21:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033716 {#5853 date: 2021-01-19 14:21:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5855 …} -Children: Doctrine\ORM\PersistentCollection {#5858 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5861 -id: 7100 -name: "漆器" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1412172267 {#5859 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5860 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5865 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5868 -id: 7000 -name: "陶磁器" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1412172267 {#5866 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5867 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5869 …} -Children: Doctrine\ORM\PersistentCollection {#5872 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5875 -id: 7900 -name: "金工品" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1412172267 {#5873 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5874 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5876 …} -Children: Doctrine\ORM\PersistentCollection {#5879 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5882 -id: 201 -name: "木竹品" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1611033753 {#5880 date: 2021-01-19 14:22:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033753 {#5881 date: 2021-01-19 14:22:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5883 …} -Children: Doctrine\ORM\PersistentCollection {#5886 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5889 -id: 200 -name: "繊維" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1611033749 {#5887 date: 2021-01-19 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033749 {#5888 date: 2021-01-19 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5890 …} -Children: Doctrine\ORM\PersistentCollection {#5893 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5896 -id: 7400 -name: "和紙" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1412172267 {#5894 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5895 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5897 …} -Children: Doctrine\ORM\PersistentCollection {#5900 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5903 -id: 199 -name: "貴石細工" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1611033735 {#5901 date: 2021-01-19 14:22:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033735 {#5902 date: 2021-01-19 14:22:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5904 …} -Children: Doctrine\ORM\PersistentCollection {#5907 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5910 -id: 198 -name: "面" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1611033732 {#5908 date: 2021-01-19 14:22:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033732 {#5909 date: 2021-01-19 14:22:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5911 …} -Children: Doctrine\ORM\PersistentCollection {#5914 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5917 -id: 197 -name: "人形玩具" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1611033729 {#5915 date: 2021-01-19 14:22:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033729 {#5916 date: 2021-01-19 14:22:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5918 …} -Children: Doctrine\ORM\PersistentCollection {#5921 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5924 -id: 196 -name: "書籍・雑貨" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1611033725 {#5922 date: 2021-01-19 14:22:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033725 {#5923 date: 2021-01-19 14:22:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5925 …} -Children: Doctrine\ORM\PersistentCollection {#5928 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5931 -id: 195 -name: "その他" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1611033722 {#5929 date: 2021-01-19 14:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033722 {#5930 date: 2021-01-19 14:22:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5932 …} -Children: Doctrine\ORM\PersistentCollection {#5935 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } Eccube\Entity\Category {#5936 -id: 96 -name: "お買物袋" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1593560169 {#5850 date: 2020-07-01 08:36:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1593560169 {#5851 date: 2020-07-01 08:36:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5937 …} -Children: Doctrine\ORM\PersistentCollection {#5940 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5945 -id: 97 -name: "ピックアップ商品" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1596072849 {#5941 date: 2020-07-30 10:34:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1596072849 {#5942 date: 2020-07-30 10:34:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5946 …} -Children: Doctrine\ORM\PersistentCollection {#5949 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5950 -id: 103 -name: " ピックアップ_お菓子" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1596073104 {#5943 date: 2020-07-30 10:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956977 {#5944 date: 2021-01-18 17:02:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5951 …} -Children: Doctrine\ORM\PersistentCollection {#5954 …} -Parent: Eccube\Entity\Category {#5945} -Creator: null } Eccube\Entity\Category {#5959 -id: 102 -name: " ピックアップ_仁多米" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1596073097 {#5957 date: 2020-07-30 10:38:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956981 {#5958 date: 2021-01-18 17:03:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5960 …} -Children: Doctrine\ORM\PersistentCollection {#5963 …} -Parent: Eccube\Entity\Category {#5945} -Creator: null } Eccube\Entity\Category {#5966 -id: 101 -name: " ピックアップ_出雲そば" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1596073080 {#5964 date: 2020-07-30 10:38:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956985 {#5965 date: 2021-01-18 17:03:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5967 …} -Children: Doctrine\ORM\PersistentCollection {#5970 …} -Parent: Eccube\Entity\Category {#5945} -Creator: null } Eccube\Entity\Category {#5973 -id: 100 -name: " ピックアップ_あご野焼き" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1596073075 {#5971 date: 2020-07-30 10:37:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956987 {#5972 date: 2021-01-18 17:03:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5974 …} -Children: Doctrine\ORM\PersistentCollection {#5977 …} -Parent: Eccube\Entity\Category {#5945} -Creator: null } Eccube\Entity\Category {#5980 -id: 98 -name: " ピックアップ_しじみ" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1596073025 {#5978 date: 2020-07-30 10:37:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956993 {#5979 date: 2021-01-18 17:03:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5981 …} -Children: Doctrine\ORM\PersistentCollection {#5984 …} -Parent: Eccube\Entity\Category {#5945} -Creator: null } Eccube\Entity\Category {#5987 -id: 99 -name: " ピックアップ_一夜干し" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1596073050 {#5985 date: 2020-07-30 10:37:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956990 {#5986 date: 2021-01-18 17:03:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5988 …} -Children: Doctrine\ORM\PersistentCollection {#5991 …} -Parent: Eccube\Entity\Category {#5945} -Creator: null } Eccube\Entity\Category {#5994 -id: 89 -name: "価格帯で探す" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1588947730 {#5956 date: 2020-05-08 23:22:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947730 {#5955 date: 2020-05-08 23:22:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5995 …} -Children: Doctrine\ORM\PersistentCollection {#5998 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5999 -id: 94 -name: "~1,000円" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1588947783 {#5992 date: 2020-05-08 23:23:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947783 {#5993 date: 2020-05-08 23:23:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6000 …} -Children: Doctrine\ORM\PersistentCollection {#6003 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } Eccube\Entity\Category {#6008 -id: 93 -name: "1,001円~3,000円" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1588947778 {#6006 date: 2020-05-08 23:22:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947778 {#6007 date: 2020-05-08 23:22:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6009 …} -Children: Doctrine\ORM\PersistentCollection {#6012 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } Eccube\Entity\Category {#6015 -id: 92 -name: "3,001円~5,000円" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1588947766 {#6013 date: 2020-05-08 23:22:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947766 {#6014 date: 2020-05-08 23:22:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6016 …} -Children: Doctrine\ORM\PersistentCollection {#6019 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } Eccube\Entity\Category {#6022 -id: 91 -name: "5,001円~10,000円" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1588947760 {#6020 date: 2020-05-08 23:22:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947760 {#6021 date: 2020-05-08 23:22:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6023 …} -Children: Doctrine\ORM\PersistentCollection {#6026 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } Eccube\Entity\Category {#6029 -id: 90 -name: "10,001円~" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1588947757 {#6027 date: 2020-05-08 23:22:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947757 {#6028 date: 2020-05-08 23:22:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6030 …} -Children: Doctrine\ORM\PersistentCollection {#6033 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } Eccube\Entity\Category {#6036 -id: 106 -name: "地域" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1601269846 {#6004 date: 2020-09-28 14:10:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269846 {#6005 date: 2020-09-28 14:10:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6037 …} -Children: Doctrine\ORM\PersistentCollection {#6040 …} -Parent: null -Creator: null } Eccube\Entity\Category {#6041 -id: 107 -name: "出雲地方" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1601269929 {#6034 date: 2020-09-28 14:12:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269929 {#6035 date: 2020-09-28 14:12:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6042 …} -Children: Doctrine\ORM\PersistentCollection {#6045 …} -Parent: Eccube\Entity\Category {#6036} -Creator: null } Eccube\Entity\Category {#6050 -id: 108 -name: "石見地方" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1601269934 {#6048 date: 2020-09-28 14:12:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269934 {#6049 date: 2020-09-28 14:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: Eccube\Entity\Category {#6036} -Creator: null } Eccube\Entity\Category {#6057 -id: 109 -name: "隠岐地方" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1601269937 {#6055 date: 2020-09-28 14:12:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269937 {#6056 date: 2020-09-28 14:12:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6058 …} -Children: Doctrine\ORM\PersistentCollection {#6061 …} -Parent: Eccube\Entity\Category {#6036} -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 {#4942 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerNSYdtf8\EntityManagerGhost554d0f0 {#535 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4867 …} } |
| 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() {#9557 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#9558 …} $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 {#9599 +label: "お歳暮" +value: "254" +data: Eccube\Entity\Category {#4928 -id: 254 -name: "お歳暮" -hierarchy: 1 -sort_no: 147 -create_date: DateTime @1664781674 {#5038 date: 2022-10-03 16:21:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1664781674 {#5032 date: 2022-10-03 16:21:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5080 …} -Children: Doctrine\ORM\PersistentCollection {#5077 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9600 +label: "お中元" +value: "257" +data: Eccube\Entity\Category {#5074 -id: 257 -name: "お中元" -hierarchy: 1 -sort_no: 146 -create_date: DateTime @1684369701 {#5076 date: 2023-05-18 09:28:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1684369701 {#5075 date: 2023-05-18 09:28:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5073 …} -Children: Doctrine\ORM\PersistentCollection {#5070 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9601 +label: "サービス対象商品期間限定セット" +value: "248" +data: Eccube\Entity\Category {#5067 -id: 248 -name: "サービス対象商品期間限定セット" -hierarchy: 1 -sort_no: 145 -create_date: DateTime @1643006032 {#5069 date: 2022-01-24 15:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1643006032 {#5068 date: 2022-01-24 15:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5066 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9602 +label: "サービス対象外" +value: "207" +data: Eccube\Entity\Category {#5058 -id: 207 -name: "サービス対象外" -hierarchy: 1 -sort_no: 144 -create_date: DateTime @1642720040 {#5062 date: 2022-01-21 08:07:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642757393 {#5061 date: 2022-01-21 18:29:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5057 …} -Children: Doctrine\ORM\PersistentCollection {#5054 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9603 +label: "\u{3000}酒類" +value: "232" +data: Eccube\Entity\Category {#5053 -id: 232 -name: "酒類" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1642720052 {#5060 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720052 {#5059 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5052 …} -Children: Doctrine\ORM\PersistentCollection {#5048 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9604 +label: "\u{3000}お菓子" +value: "233" +data: Eccube\Entity\Category {#5042 -id: 233 -name: "お菓子" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1642720053 {#5045 date: 2022-01-21 08:07:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720053 {#5043 date: 2022-01-21 08:07:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5041 …} -Children: Doctrine\ORM\PersistentCollection {#5037 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9605 +label: "\u{3000}水産物・水産加工品" +value: "234" +data: Eccube\Entity\Category {#5034 -id: 234 -name: "水産物・水産加工品" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1642720054 {#5036 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720054 {#5035 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5033 …} -Children: Doctrine\ORM\PersistentCollection {#5029 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9606 +label: "\u{3000}農畜産物・農産加工品" +value: "235" +data: Eccube\Entity\Category {#5026 -id: 235 -name: "農畜産物・農産加工品" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1642720054 {#5028 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720054 {#5027 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5023 …} -Children: Doctrine\ORM\PersistentCollection {#4878 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9607 +label: "\u{3000}麺類" +value: "236" +data: Eccube\Entity\Category {#4875 -id: 236 -name: "麺類" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1642720055 {#4877 date: 2022-01-21 08:07:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720055 {#4876 date: 2022-01-21 08:07:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4874 …} -Children: Doctrine\ORM\PersistentCollection {#4871 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9608 +label: "\u{3000}乳製品" +value: "237" +data: Eccube\Entity\Category {#5116 -id: 237 -name: "乳製品" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1642720056 {#4881 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720056 {#5118 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5114 …} -Children: Doctrine\ORM\PersistentCollection {#5108 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9609 +label: "\u{3000}調味料" +value: "238" +data: Eccube\Entity\Category {#5119 -id: 238 -name: "調味料" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1642720056 {#5084 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720056 {#5120 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5117 …} -Children: Doctrine\ORM\PersistentCollection {#5111 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9610 +label: "\u{3000}飲料" +value: "239" +data: Eccube\Entity\Category {#5109 -id: 239 -name: "飲料" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1642720057 {#5106 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720057 {#5107 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5105 …} -Children: Doctrine\ORM\PersistentCollection {#5102 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9611 +label: "\u{3000}選べるギフト" +value: "240" +data: Eccube\Entity\Category {#5099 -id: 240 -name: "選べるギフト" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1642720057 {#5101 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720057 {#5100 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5098 …} -Children: Doctrine\ORM\PersistentCollection {#5095 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9612 +label: "\u{3000}化粧品" +value: "241" +data: Eccube\Entity\Category {#5092 -id: 241 -name: "化粧品" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1642720058 {#5094 date: 2022-01-21 08:07:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720058 {#5093 date: 2022-01-21 08:07:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5091 …} -Children: Doctrine\ORM\PersistentCollection {#5130 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9613 +label: "\u{3000}島根県ふるさと伝統工芸品" +value: "242" +data: Eccube\Entity\Category {#5133 -id: 242 -name: "島根県ふるさと伝統工芸品" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1642720059 {#5131 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720059 {#5132 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5134 …} -Children: Doctrine\ORM\PersistentCollection {#5137 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9614 +label: "\u{3000}民工芸品" +value: "243" +data: Eccube\Entity\Category {#5140 -id: 243 -name: "民工芸品" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1642720059 {#5138 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720059 {#5139 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5141 …} -Children: Doctrine\ORM\PersistentCollection {#5144 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9615 +label: "\u{3000}生花" +value: "247" +data: Eccube\Entity\Category {#5147 -id: 247 -name: "生花" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1642720062 {#5145 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720062 {#5146 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5148 …} -Children: Doctrine\ORM\PersistentCollection {#5151 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9616 +label: "\u{3000}お買物袋" +value: "244" +data: Eccube\Entity\Category {#5154 -id: 244 -name: "お買物袋" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1642720060 {#5152 date: 2022-01-21 08:07:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720060 {#5153 date: 2022-01-21 08:07:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5155 …} -Children: Doctrine\ORM\PersistentCollection {#5158 …} -Parent: Eccube\Entity\Category {#5058} -Creator: null } +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9617 +label: "送料サービス対象" +value: "206" +data: Eccube\Entity\Category {#5161 -id: 206 -name: "送料サービス対象" -hierarchy: 1 -sort_no: 129 -create_date: DateTime @1642720040 {#5046 date: 2022-01-21 08:07:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1647215408 {#5047 date: 2022-03-14 08:50:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5162 …} -Children: Doctrine\ORM\PersistentCollection {#5165 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9618 +label: "\u{3000}父の日ギフト" +value: "252" +data: Eccube\Entity\Category {#5166 -id: 252 -name: "父の日ギフト" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1648425101 {#5159 date: 2022-03-28 08:51:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648425101 {#5160 date: 2022-03-28 08:51:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5167 …} -Children: Doctrine\ORM\PersistentCollection {#5170 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9619 +label: "\u{3000}母の日ギフト" +value: "251" +data: Eccube\Entity\Category {#5175 -id: 251 -name: "母の日ギフト" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1648425094 {#5173 date: 2022-03-28 08:51:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648425094 {#5174 date: 2022-03-28 08:51:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5176 …} -Children: Doctrine\ORM\PersistentCollection {#5179 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9620 +label: "\u{3000}酒類" +value: "220" +data: Eccube\Entity\Category {#5182 -id: 220 -name: "酒類" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1642720046 {#5180 date: 2022-01-21 08:07:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720046 {#5181 date: 2022-01-21 08:07:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5183 …} -Children: Doctrine\ORM\PersistentCollection {#5186 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9621 +label: "\u{3000}お菓子" +value: "221" +data: Eccube\Entity\Category {#5189 -id: 221 -name: "お菓子" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1642720047 {#5187 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720047 {#5188 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5190 …} -Children: Doctrine\ORM\PersistentCollection {#5193 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9622 +label: "\u{3000}水産物・水産加工品" +value: "222" +data: Eccube\Entity\Category {#5196 -id: 222 -name: "水産物・水産加工品" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1642720047 {#5194 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720047 {#5195 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5197 …} -Children: Doctrine\ORM\PersistentCollection {#5200 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9623 +label: "\u{3000}農畜産物・農産加工品" +value: "223" +data: Eccube\Entity\Category {#5203 -id: 223 -name: "農畜産物・農産加工品" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1642720048 {#5201 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720048 {#5202 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5204 …} -Children: Doctrine\ORM\PersistentCollection {#5207 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9624 +label: "\u{3000}麺類" +value: "224" +data: Eccube\Entity\Category {#5210 -id: 224 -name: "麺類" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1642720048 {#5208 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720048 {#5209 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5211 …} -Children: Doctrine\ORM\PersistentCollection {#5214 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9625 +label: "\u{3000}乳製品" +value: "225" +data: Eccube\Entity\Category {#5217 -id: 225 -name: "乳製品" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1642720049 {#5215 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720049 {#5216 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5218 …} -Children: Doctrine\ORM\PersistentCollection {#5221 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9626 +label: "\u{3000}調味料" +value: "226" +data: Eccube\Entity\Category {#5224 -id: 226 -name: "調味料" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1642720049 {#5222 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720049 {#5223 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5225 …} -Children: Doctrine\ORM\PersistentCollection {#5228 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9627 +label: "\u{3000}飲料" +value: "227" +data: Eccube\Entity\Category {#5231 -id: 227 -name: "飲料" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1642720050 {#5229 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720050 {#5230 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5232 …} -Children: Doctrine\ORM\PersistentCollection {#5235 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9628 +label: "\u{3000}選べるギフト" +value: "228" +data: Eccube\Entity\Category {#5238 -id: 228 -name: "選べるギフト" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1642720050 {#5236 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720050 {#5237 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5239 …} -Children: Doctrine\ORM\PersistentCollection {#5242 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9629 +label: "\u{3000}化粧品" +value: "229" +data: Eccube\Entity\Category {#5245 -id: 229 -name: "化粧品" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1642720051 {#5243 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720051 {#5244 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5246 …} -Children: Doctrine\ORM\PersistentCollection {#5249 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9630 +label: "\u{3000}島根県ふるさと伝統工芸品" +value: "230" +data: Eccube\Entity\Category {#5252 -id: 230 -name: "島根県ふるさと伝統工芸品" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1642720051 {#5250 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720051 {#5251 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5253 …} -Children: Doctrine\ORM\PersistentCollection {#5256 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9631 +label: "\u{3000}民工芸品" +value: "231" +data: Eccube\Entity\Category {#5259 -id: 231 -name: "民工芸品" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1642720052 {#5257 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720052 {#5258 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5260 …} -Children: Doctrine\ORM\PersistentCollection {#5263 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9632 +label: "\u{3000}生花" +value: "246" +data: Eccube\Entity\Category {#5266 -id: 246 -name: "生花" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1642720062 {#5264 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720062 {#5265 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5267 …} -Children: Doctrine\ORM\PersistentCollection {#5270 …} -Parent: Eccube\Entity\Category {#5161} -Creator: null } +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9633 +label: "ギフト商品" +value: "204" +data: Eccube\Entity\Category {#5271 -id: 204 -name: "ギフト商品" -hierarchy: 1 -sort_no: 113 -create_date: DateTime @1636094940 {#5171 date: 2021-11-05 15:49:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1636095000 {#5172 date: 2021-11-05 15:50:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5272 …} -Children: Doctrine\ORM\PersistentCollection {#5275 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9634 +label: "【セール】お買い得商品" +value: "202" +data: Eccube\Entity\Category {#5278 -id: 202 -name: "【セール】お買い得商品" -hierarchy: 1 -sort_no: 112 -create_date: DateTime @1611038841 {#5276 date: 2021-01-19 15:47:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611038841 {#5277 date: 2021-01-19 15:47:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5279 …} -Children: Doctrine\ORM\PersistentCollection {#5282 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9635 +label: "島根ふるさとフェア" +value: "120" +data: Eccube\Entity\Category {#5285 -id: 120 -name: "島根ふるさとフェア" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1610413573 {#5283 date: 2021-01-12 10:06:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610413573 {#5284 date: 2021-01-12 10:06:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5286 …} -Children: Doctrine\ORM\PersistentCollection {#5289 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9636 +label: "ひな祭り特集" +value: "256" +data: Eccube\Entity\Category {#5292 -id: 256 -name: "ひな祭り特集" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1676017870 {#5290 date: 2023-02-10 17:31:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1676017870 {#5291 date: 2023-02-10 17:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5293 …} -Children: Doctrine\ORM\PersistentCollection {#5296 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9637 +label: "お正月" +value: "116" +data: Eccube\Entity\Category {#5299 -id: 116 -name: "お正月" -hierarchy: 1 -sort_no: 109 -create_date: DateTime @1603758774 {#5297 date: 2020-10-27 09:32:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1603758774 {#5298 date: 2020-10-27 09:32:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5300 …} -Children: Doctrine\ORM\PersistentCollection {#5303 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9638 +label: "酒類" +value: "121" +data: Eccube\Entity\Category {#5308 -id: 121 -name: "酒類" -hierarchy: 1 -sort_no: 108 -create_date: DateTime @1611032372 {#5304 date: 2021-01-19 13:59:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032372 {#5305 date: 2021-01-19 13:59:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5309 …} -Children: Doctrine\ORM\PersistentCollection {#5312 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9639 +label: "\u{3000}ギフト好適品" +value: "132" +data: Eccube\Entity\Category {#5313 -id: 132 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1611033249 {#5306 date: 2021-01-19 14:14:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033249 {#5307 date: 2021-01-19 14:14:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5314 …} -Children: Doctrine\ORM\PersistentCollection {#5317 …} -Parent: Eccube\Entity\Category {#5308} -Creator: null } +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9640 +label: "\u{3000}地酒" +value: "137" +data: Eccube\Entity\Category {#5322 -id: 137 -name: "地酒" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1611033272 {#5320 date: 2021-01-19 14:14:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033272 {#5321 date: 2021-01-19 14:14:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5323 …} -Children: Doctrine\ORM\PersistentCollection {#5326 …} -Parent: Eccube\Entity\Category {#5308} -Creator: null } +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9641 +label: "\u{3000}焼酎" +value: "136" +data: Eccube\Entity\Category {#5329 -id: 136 -name: "焼酎" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1611033269 {#5327 date: 2021-01-19 14:14:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033269 {#5328 date: 2021-01-19 14:14:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5330 …} -Children: Doctrine\ORM\PersistentCollection {#5333 …} -Parent: Eccube\Entity\Category {#5308} -Creator: null } +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9642 +label: "\u{3000}地ビール" +value: "135" +data: Eccube\Entity\Category {#5336 -id: 135 -name: "地ビール" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1611033265 {#5334 date: 2021-01-19 14:14:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033265 {#5335 date: 2021-01-19 14:14:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5337 …} -Children: Doctrine\ORM\PersistentCollection {#5340 …} -Parent: Eccube\Entity\Category {#5308} -Creator: null } +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9643 +label: "\u{3000}ワイン" +value: "134" +data: Eccube\Entity\Category {#5343 -id: 134 -name: "ワイン" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1611033261 {#5341 date: 2021-01-19 14:14:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033261 {#5342 date: 2021-01-19 14:14:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5344 …} -Children: Doctrine\ORM\PersistentCollection {#5347 …} -Parent: Eccube\Entity\Category {#5308} -Creator: null } +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9644 +label: "\u{3000}その他" +value: "133" +data: Eccube\Entity\Category {#5350 -id: 133 -name: "その他" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1611033256 {#5348 date: 2021-01-19 14:14:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033256 {#5349 date: 2021-01-19 14:14:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5351 …} -Children: Doctrine\ORM\PersistentCollection {#5354 …} -Parent: Eccube\Entity\Category {#5308} -Creator: null } +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9645 +label: "お菓子" +value: "122" +data: Eccube\Entity\Category {#5357 -id: 122 -name: "お菓子" -hierarchy: 1 -sort_no: 101 -create_date: DateTime @1611032382 {#5319 date: 2021-01-19 13:59:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032382 {#5318 date: 2021-01-19 13:59:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5358 …} -Children: Doctrine\ORM\PersistentCollection {#5361 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9646 +label: "\u{3000}ギフト好適品" +value: "141" +data: Eccube\Entity\Category {#5362 -id: 141 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1611033316 {#5355 date: 2021-01-19 14:15:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033316 {#5356 date: 2021-01-19 14:15:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5363 …} -Children: Doctrine\ORM\PersistentCollection {#5366 …} -Parent: Eccube\Entity\Category {#5357} -Creator: null } +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9647 +label: "\u{3000}和菓子" +value: "140" +data: Eccube\Entity\Category {#5371 -id: 140 -name: "和菓子" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1611033312 {#5369 date: 2021-01-19 14:15:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033312 {#5370 date: 2021-01-19 14:15:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5372 …} -Children: Doctrine\ORM\PersistentCollection {#5375 …} -Parent: Eccube\Entity\Category {#5357} -Creator: null } +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9648 +label: "\u{3000}洋菓子" +value: "139" +data: Eccube\Entity\Category {#5378 -id: 139 -name: "洋菓子" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1611033308 {#5376 date: 2021-01-19 14:15:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033308 {#5377 date: 2021-01-19 14:15:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5379 …} -Children: Doctrine\ORM\PersistentCollection {#5382 …} -Parent: Eccube\Entity\Category {#5357} -Creator: null } +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9649 +label: "\u{3000}その他" +value: "138" +data: Eccube\Entity\Category {#5385 -id: 138 -name: "その他" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1611033304 {#5383 date: 2021-01-19 14:15:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033304 {#5384 date: 2021-01-19 14:15:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5386 …} -Children: Doctrine\ORM\PersistentCollection {#5389 …} -Parent: Eccube\Entity\Category {#5357} -Creator: null } +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9650 +label: "水産物・水産加工品" +value: "123" +data: Eccube\Entity\Category {#5392 -id: 123 -name: "水産物・水産加工品" -hierarchy: 1 -sort_no: 96 -create_date: DateTime @1611032386 {#5368 date: 2021-01-19 13:59:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032386 {#5367 date: 2021-01-19 13:59:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5393 …} -Children: Doctrine\ORM\PersistentCollection {#5396 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9651 +label: "\u{3000}ギフト好適品" +value: "148" +data: Eccube\Entity\Category {#5397 -id: 148 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1611033359 {#5390 date: 2021-01-19 14:15:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033359 {#5391 date: 2021-01-19 14:15:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5398 …} -Children: Doctrine\ORM\PersistentCollection {#5401 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9652 +label: "\u{3000}しじみ" +value: "147" +data: Eccube\Entity\Category {#5406 -id: 147 -name: "しじみ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1611033356 {#5404 date: 2021-01-19 14:15:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033356 {#5405 date: 2021-01-19 14:15:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5407 …} -Children: Doctrine\ORM\PersistentCollection {#5410 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9653 +label: "\u{3000}干物" +value: "146" +data: Eccube\Entity\Category {#5413 -id: 146 -name: "干物" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1611033353 {#5411 date: 2021-01-19 14:15:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033353 {#5412 date: 2021-01-19 14:15:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5414 …} -Children: Doctrine\ORM\PersistentCollection {#5417 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9654 +label: "\u{3000}海藻類" +value: "145" +data: Eccube\Entity\Category {#5420 -id: 145 -name: "海藻類" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1611033350 {#5418 date: 2021-01-19 14:15:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033350 {#5419 date: 2021-01-19 14:15:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5421 …} -Children: Doctrine\ORM\PersistentCollection {#5424 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9655 +label: "\u{3000}蒲鉾・練り物" +value: "144" +data: Eccube\Entity\Category {#5427 -id: 144 -name: "蒲鉾・練り物" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1611033347 {#5425 date: 2021-01-19 14:15:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033347 {#5426 date: 2021-01-19 14:15:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5428 …} -Children: Doctrine\ORM\PersistentCollection {#5431 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9656 +label: "\u{3000}珍味・佃煮" +value: "143" +data: Eccube\Entity\Category {#5434 -id: 143 -name: "珍味・佃煮" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1611033343 {#5432 date: 2021-01-19 14:15:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033343 {#5433 date: 2021-01-19 14:15:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5435 …} -Children: Doctrine\ORM\PersistentCollection {#5438 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9657 +label: "\u{3000}その他" +value: "142" +data: Eccube\Entity\Category {#5441 -id: 142 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1611033340 {#5439 date: 2021-01-19 14:15:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033340 {#5440 date: 2021-01-19 14:15:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5442 …} -Children: Doctrine\ORM\PersistentCollection {#5445 …} -Parent: Eccube\Entity\Category {#5392} -Creator: null } +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9658 +label: "農畜産物・農産加工品" +value: "124" +data: Eccube\Entity\Category {#5448 -id: 124 -name: "農畜産物・農産加工品" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1611032392 {#5402 date: 2021-01-19 13:59:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032392 {#5403 date: 2021-01-19 13:59:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5449 …} -Children: Doctrine\ORM\PersistentCollection {#5452 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9659 +label: "\u{3000}ギフト好適品" +value: "153" +data: Eccube\Entity\Category {#5453 -id: 153 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1611033403 {#5446 date: 2021-01-19 14:16:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033403 {#5447 date: 2021-01-19 14:16:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5454 …} -Children: Doctrine\ORM\PersistentCollection {#5457 …} -Parent: Eccube\Entity\Category {#5448} -Creator: null } +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9660 +label: "\u{3000}肉・卵" +value: "152" +data: Eccube\Entity\Category {#5462 -id: 152 -name: "肉・卵" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1611033393 {#5460 date: 2021-01-19 14:16:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033393 {#5461 date: 2021-01-19 14:16:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5463 …} -Children: Doctrine\ORM\PersistentCollection {#5466 …} -Parent: Eccube\Entity\Category {#5448} -Creator: null } +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9661 +label: "\u{3000}米・餅" +value: "151" +data: Eccube\Entity\Category {#5469 -id: 151 -name: "米・餅" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1611033390 {#5467 date: 2021-01-19 14:16:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033390 {#5468 date: 2021-01-19 14:16:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5470 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5448} -Creator: null } +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9662 +label: "\u{3000}新米" +value: "253" +data: Eccube\Entity\Category {#5476 -id: 253 -name: "新米" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1664353400 {#5474 date: 2022-09-28 17:23:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1664353400 {#5475 date: 2022-09-28 17:23:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5477 …} -Children: Doctrine\ORM\PersistentCollection {#5480 …} -Parent: Eccube\Entity\Category {#5448} -Creator: null } +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9663 +label: "\u{3000}野菜・果物" +value: "150" +data: Eccube\Entity\Category {#5483 -id: 150 -name: "野菜・果物" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1611033388 {#5481 date: 2021-01-19 14:16:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033388 {#5482 date: 2021-01-19 14:16:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5484 …} -Children: Doctrine\ORM\PersistentCollection {#5487 …} -Parent: Eccube\Entity\Category {#5448} -Creator: null } +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9664 +label: "\u{3000}その他" +value: "149" +data: Eccube\Entity\Category {#5490 -id: 149 -name: "その他" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1611033385 {#5488 date: 2021-01-19 14:16:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033385 {#5489 date: 2021-01-19 14:16:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5491 …} -Children: Doctrine\ORM\PersistentCollection {#5494 …} -Parent: Eccube\Entity\Category {#5448} -Creator: null } +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9665 +label: "麺類" +value: "125" +data: Eccube\Entity\Category {#5497 -id: 125 -name: "麺類" -hierarchy: 1 -sort_no: 81 -create_date: DateTime @1611032396 {#5459 date: 2021-01-19 13:59:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032396 {#5458 date: 2021-01-19 13:59:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5498 …} -Children: Doctrine\ORM\PersistentCollection {#5501 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9666 +label: "\u{3000}ギフト好適品" +value: "158" +data: Eccube\Entity\Category {#5502 -id: 158 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1611033432 {#5495 date: 2021-01-19 14:17:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033432 {#5496 date: 2021-01-19 14:17:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5503 …} -Children: Doctrine\ORM\PersistentCollection {#5506 …} -Parent: Eccube\Entity\Category {#5497} -Creator: null } +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9667 +label: "\u{3000}そば" +value: "157" +data: Eccube\Entity\Category {#5511 -id: 157 -name: "そば" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1611033427 {#5509 date: 2021-01-19 14:17:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033427 {#5510 date: 2021-01-19 14:17:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5512 …} -Children: Doctrine\ORM\PersistentCollection {#5515 …} -Parent: Eccube\Entity\Category {#5497} -Creator: null } +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9668 +label: "\u{3000}うどん" +value: "156" +data: Eccube\Entity\Category {#5518 -id: 156 -name: "うどん" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1611033424 {#5516 date: 2021-01-19 14:17:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033424 {#5517 date: 2021-01-19 14:17:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5519 …} -Children: Doctrine\ORM\PersistentCollection {#5522 …} -Parent: Eccube\Entity\Category {#5497} -Creator: null } +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9669 +label: "\u{3000}ラーメン" +value: "155" +data: Eccube\Entity\Category {#5525 -id: 155 -name: "ラーメン" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1611033421 {#5523 date: 2021-01-19 14:17:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033421 {#5524 date: 2021-01-19 14:17:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5526 …} -Children: Doctrine\ORM\PersistentCollection {#5529 …} -Parent: Eccube\Entity\Category {#5497} -Creator: null } +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9670 +label: "\u{3000}その他" +value: "154" +data: Eccube\Entity\Category {#5532 -id: 154 -name: "その他" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1611033418 {#5530 date: 2021-01-19 14:16:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033418 {#5531 date: 2021-01-19 14:16:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5533 …} -Children: Doctrine\ORM\PersistentCollection {#5536 …} -Parent: Eccube\Entity\Category {#5497} -Creator: null } +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9671 +label: "乳製品" +value: "126" +data: Eccube\Entity\Category {#5539 -id: 126 -name: "乳製品" -hierarchy: 1 -sort_no: 75 -create_date: DateTime @1611032402 {#5507 date: 2021-01-19 14:00:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032402 {#5508 date: 2021-01-19 14:00:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5540 …} -Children: Doctrine\ORM\PersistentCollection {#5543 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9672 +label: "\u{3000}ギフト好適品" +value: "162" +data: Eccube\Entity\Category {#5544 -id: 162 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1611033474 {#5537 date: 2021-01-19 14:17:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033474 {#5538 date: 2021-01-19 14:17:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5545 …} -Children: Doctrine\ORM\PersistentCollection {#5548 …} -Parent: Eccube\Entity\Category {#5539} -Creator: null } +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9673 +label: "\u{3000}アイスクリーム" +value: "161" +data: Eccube\Entity\Category {#5553 -id: 161 -name: "アイスクリーム" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1611033470 {#5551 date: 2021-01-19 14:17:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033470 {#5552 date: 2021-01-19 14:17:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5554 …} -Children: Doctrine\ORM\PersistentCollection {#5557 …} -Parent: Eccube\Entity\Category {#5539} -Creator: null } +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9674 +label: "\u{3000}チーズ" +value: "160" +data: Eccube\Entity\Category {#5560 -id: 160 -name: "チーズ" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1611033457 {#5558 date: 2021-01-19 14:17:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033457 {#5559 date: 2021-01-19 14:17:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5561 …} -Children: Doctrine\ORM\PersistentCollection {#5564 …} -Parent: Eccube\Entity\Category {#5539} -Creator: null } +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9675 +label: "\u{3000}その他" +value: "159" +data: Eccube\Entity\Category {#5567 -id: 159 -name: "その他" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1611033453 {#5565 date: 2021-01-19 14:17:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033453 {#5566 date: 2021-01-19 14:17:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5568 …} -Children: Doctrine\ORM\PersistentCollection {#5571 …} -Parent: Eccube\Entity\Category {#5539} -Creator: null } +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9676 +label: "調味料" +value: "127" +data: Eccube\Entity\Category {#5574 -id: 127 -name: "調味料" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1611032407 {#5550 date: 2021-01-19 14:00:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032407 {#5549 date: 2021-01-19 14:00:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5575 …} -Children: Doctrine\ORM\PersistentCollection {#5578 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9677 +label: "\u{3000}ギフト好適品" +value: "169" +data: Eccube\Entity\Category {#5579 -id: 169 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1611033520 {#5572 date: 2021-01-19 14:18:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033520 {#5573 date: 2021-01-19 14:18:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5580 …} -Children: Doctrine\ORM\PersistentCollection {#5583 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9678 +label: "\u{3000}味噌・醤油" +value: "168" +data: Eccube\Entity\Category {#5588 -id: 168 -name: "味噌・醤油" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1611033517 {#5586 date: 2021-01-19 14:18:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033517 {#5587 date: 2021-01-19 14:18:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5589 …} -Children: Doctrine\ORM\PersistentCollection {#5592 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9679 +label: "\u{3000}みりん・料理酒" +value: "167" +data: Eccube\Entity\Category {#5595 -id: 167 -name: "みりん・料理酒" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1611033513 {#5593 date: 2021-01-19 14:18:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033513 {#5594 date: 2021-01-19 14:18:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5596 …} -Children: Doctrine\ORM\PersistentCollection {#5599 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9680 +label: "\u{3000}食用油" +value: "166" +data: Eccube\Entity\Category {#5602 -id: 166 -name: "食用油" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1611033509 {#5600 date: 2021-01-19 14:18:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033509 {#5601 date: 2021-01-19 14:18:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9681 +label: "\u{3000}だし" +value: "165" +data: Eccube\Entity\Category {#5609 -id: 165 -name: "だし" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1611033506 {#5607 date: 2021-01-19 14:18:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033506 {#5608 date: 2021-01-19 14:18:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5610 …} -Children: Doctrine\ORM\PersistentCollection {#5613 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9682 +label: "\u{3000}ドレッシング" +value: "164" +data: Eccube\Entity\Category {#5616 -id: 164 -name: "ドレッシング" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1611033503 {#5614 date: 2021-01-19 14:18:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033503 {#5615 date: 2021-01-19 14:18:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5617 …} -Children: Doctrine\ORM\PersistentCollection {#5620 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9683 +label: "\u{3000}その他" +value: "163" +data: Eccube\Entity\Category {#5623 -id: 163 -name: "その他" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1611033500 {#5621 date: 2021-01-19 14:18:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033500 {#5622 date: 2021-01-19 14:18:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5624 …} -Children: Doctrine\ORM\PersistentCollection {#5627 …} -Parent: Eccube\Entity\Category {#5574} -Creator: null } +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9684 +label: "飲料" +value: "128" +data: Eccube\Entity\Category {#5630 -id: 128 -name: "飲料" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1611032414 {#5584 date: 2021-01-19 14:00:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032414 {#5585 date: 2021-01-19 14:00:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5631 …} -Children: Doctrine\ORM\PersistentCollection {#5634 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9685 +label: "\u{3000}ギフト好適品" +value: "175" +data: Eccube\Entity\Category {#5635 -id: 175 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1611033561 {#5628 date: 2021-01-19 14:19:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033561 {#5629 date: 2021-01-19 14:19:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5636 …} -Children: Doctrine\ORM\PersistentCollection {#5639 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9686 +label: "\u{3000}水" +value: "174" +data: Eccube\Entity\Category {#5644 -id: 174 -name: "水" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1611033556 {#5642 date: 2021-01-19 14:19:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033556 {#5643 date: 2021-01-19 14:19:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5645 …} -Children: Doctrine\ORM\PersistentCollection {#5648 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9687 +label: "\u{3000}お茶" +value: "173" +data: Eccube\Entity\Category {#5651 -id: 173 -name: "お茶" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1611033552 {#5649 date: 2021-01-19 14:19:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033552 {#5650 date: 2021-01-19 14:19:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5652 …} -Children: Doctrine\ORM\PersistentCollection {#5655 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9688 +label: "\u{3000}珈琲" +value: "172" +data: Eccube\Entity\Category {#5658 -id: 172 -name: "珈琲" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1611033548 {#5656 date: 2021-01-19 14:19:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033548 {#5657 date: 2021-01-19 14:19:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5659 …} -Children: Doctrine\ORM\PersistentCollection {#5662 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9689 +label: "\u{3000}ジュース" +value: "171" +data: Eccube\Entity\Category {#5665 -id: 171 -name: "ジュース" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1611033544 {#5663 date: 2021-01-19 14:19:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033544 {#5664 date: 2021-01-19 14:19:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5666 …} -Children: Doctrine\ORM\PersistentCollection {#5669 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9690 +label: "\u{3000}その他" +value: "170" +data: Eccube\Entity\Category {#5672 -id: 170 -name: "その他" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1611033537 {#5670 date: 2021-01-19 14:18:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033537 {#5671 date: 2021-01-19 14:18:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5673 …} -Children: Doctrine\ORM\PersistentCollection {#5676 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9691 +label: "生花" +value: "129" +data: Eccube\Entity\Category {#5679 -id: 129 -name: "生花" -hierarchy: 1 -sort_no: 55 -create_date: DateTime @1611032420 {#5641 date: 2021-01-19 14:00:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032420 {#5640 date: 2021-01-19 14:00:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9692 +label: "\u{3000}ギフト好適品" +value: "177" +data: Eccube\Entity\Category {#5684 -id: 177 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1611033580 {#5677 date: 2021-01-19 14:19:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033580 {#5678 date: 2021-01-19 14:19:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5685 …} -Children: Doctrine\ORM\PersistentCollection {#5688 …} -Parent: Eccube\Entity\Category {#5679} -Creator: null } +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9693 +label: "\u{3000}ぼたん" +value: "176" +data: Eccube\Entity\Category {#5693 -id: 176 -name: "ぼたん" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1611033577 {#5691 date: 2021-01-19 14:19:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033577 {#5692 date: 2021-01-19 14:19:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5694 …} -Children: Doctrine\ORM\PersistentCollection {#5697 …} -Parent: Eccube\Entity\Category {#5679} -Creator: null } +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9694 +label: "選べるギフト" +value: "130" +data: Eccube\Entity\Category {#5698 -id: 130 -name: "選べるギフト" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1611032424 {#5690 date: 2021-01-19 14:00:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032424 {#5689 date: 2021-01-19 14:00:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5699 …} -Children: Doctrine\ORM\PersistentCollection {#5702 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9695 +label: "化粧品" +value: "131" +data: Eccube\Entity\Category {#5707 -id: 131 -name: "化粧品" -hierarchy: 1 -sort_no: 51 -create_date: DateTime @1611032429 {#5703 date: 2021-01-19 14:00:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032429 {#5704 date: 2021-01-19 14:00:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5708 …} -Children: Doctrine\ORM\PersistentCollection {#5711 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9696 +label: "\u{3000}ギフト好適品" +value: "181" +data: Eccube\Entity\Category {#5712 -id: 181 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1611033606 {#5705 date: 2021-01-19 14:20:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033606 {#5706 date: 2021-01-19 14:20:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5713 …} -Children: Doctrine\ORM\PersistentCollection {#5716 …} -Parent: Eccube\Entity\Category {#5707} -Creator: null } +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9697 +label: "\u{3000}ボディケア" +value: "180" +data: Eccube\Entity\Category {#5721 -id: 180 -name: "ボディケア" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1611033600 {#5719 date: 2021-01-19 14:20:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033600 {#5720 date: 2021-01-19 14:20:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: Eccube\Entity\Category {#5707} -Creator: null } +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9698 +label: "\u{3000}スキンケア" +value: "179" +data: Eccube\Entity\Category {#5728 -id: 179 -name: "スキンケア" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1611033598 {#5726 date: 2021-01-19 14:19:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033598 {#5727 date: 2021-01-19 14:19:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5729 …} -Children: Doctrine\ORM\PersistentCollection {#5732 …} -Parent: Eccube\Entity\Category {#5707} -Creator: null } +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9699 +label: "\u{3000}その他" +value: "178" +data: Eccube\Entity\Category {#5735 -id: 178 -name: "その他" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1611033595 {#5733 date: 2021-01-19 14:19:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033595 {#5734 date: 2021-01-19 14:19:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5736 …} -Children: Doctrine\ORM\PersistentCollection {#5739 …} -Parent: Eccube\Entity\Category {#5707} -Creator: null } +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9700 +label: "ペット用品" +value: "255" +data: Eccube\Entity\Category {#5740 -id: 255 -name: "ペット用品" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1668385498 {#5718 date: 2022-11-14 09:24:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1668385498 {#5717 date: 2022-11-14 09:24:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5741 …} -Children: Doctrine\ORM\PersistentCollection {#5744 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9701 +label: "島根県ふるさと伝統工芸品" +value: "95" +data: Eccube\Entity\Category {#5749 -id: 95 -name: "島根県ふるさと伝統工芸品" -hierarchy: 1 -sort_no: 45 -create_date: DateTime @1592719721 {#5745 date: 2020-06-21 15:08:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1592719721 {#5746 date: 2020-06-21 15:08:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5750 …} -Children: Doctrine\ORM\PersistentCollection {#5753 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9702 +label: "\u{3000}ギフト好適品" +value: "193" +data: Eccube\Entity\Category {#5754 -id: 193 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1611033677 {#5747 date: 2021-01-19 14:21:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033677 {#5748 date: 2021-01-19 14:21:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5755 …} -Children: Doctrine\ORM\PersistentCollection {#5758 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9703 +label: "\u{3000}石工品" +value: "192" +data: Eccube\Entity\Category {#5763 -id: 192 -name: "石工品" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1611033674 {#5761 date: 2021-01-19 14:21:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033674 {#5762 date: 2021-01-19 14:21:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5764 …} -Children: Doctrine\ORM\PersistentCollection {#5767 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9704 +label: "\u{3000}漆器" +value: "191" +data: Eccube\Entity\Category {#5770 -id: 191 -name: "漆器" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1611033671 {#5768 date: 2021-01-19 14:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033671 {#5769 date: 2021-01-19 14:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5771 …} -Children: Doctrine\ORM\PersistentCollection {#5774 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9705 +label: "\u{3000}陶磁器" +value: "190" +data: Eccube\Entity\Category {#5777 -id: 190 -name: "陶磁器" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1611033667 {#5775 date: 2021-01-19 14:21:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033667 {#5776 date: 2021-01-19 14:21:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5778 …} -Children: Doctrine\ORM\PersistentCollection {#5781 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9706 +label: "\u{3000}金工品" +value: "189" +data: Eccube\Entity\Category {#5784 -id: 189 -name: "金工品" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1611033664 {#5782 date: 2021-01-19 14:21:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033664 {#5783 date: 2021-01-19 14:21:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5785 …} -Children: Doctrine\ORM\PersistentCollection {#5788 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9707 +label: "\u{3000}木竹品" +value: "188" +data: Eccube\Entity\Category {#5791 -id: 188 -name: "木竹品" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1611033661 {#5789 date: 2021-01-19 14:21:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033661 {#5790 date: 2021-01-19 14:21:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5792 …} -Children: Doctrine\ORM\PersistentCollection {#5795 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9708 +label: "\u{3000}繊維" +value: "187" +data: Eccube\Entity\Category {#5798 -id: 187 -name: "繊維" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1611033658 {#5796 date: 2021-01-19 14:20:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033658 {#5797 date: 2021-01-19 14:20:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5799 …} -Children: Doctrine\ORM\PersistentCollection {#5802 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9709 +label: "\u{3000}和紙" +value: "186" +data: Eccube\Entity\Category {#5805 -id: 186 -name: "和紙" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1611033655 {#5803 date: 2021-01-19 14:20:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033655 {#5804 date: 2021-01-19 14:20:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5806 …} -Children: Doctrine\ORM\PersistentCollection {#5809 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9710 +label: "\u{3000}貴石細工" +value: "185" +data: Eccube\Entity\Category {#5812 -id: 185 -name: "貴石細工" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1611033652 {#5810 date: 2021-01-19 14:20:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033652 {#5811 date: 2021-01-19 14:20:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5813 …} -Children: Doctrine\ORM\PersistentCollection {#5816 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9711 +label: "\u{3000}面" +value: "184" +data: Eccube\Entity\Category {#5819 -id: 184 -name: "面" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1611033649 {#5817 date: 2021-01-19 14:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033649 {#5818 date: 2021-01-19 14:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5820 …} -Children: Doctrine\ORM\PersistentCollection {#5823 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9712 +label: "\u{3000}人形玩具" +value: "183" +data: Eccube\Entity\Category {#5826 -id: 183 -name: "人形玩具" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1611033646 {#5824 date: 2021-01-19 14:20:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033646 {#5825 date: 2021-01-19 14:20:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5827 …} -Children: Doctrine\ORM\PersistentCollection {#5830 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9713 +label: "\u{3000}その他" +value: "182" +data: Eccube\Entity\Category {#5833 -id: 182 -name: "その他" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1611033643 {#5831 date: 2021-01-19 14:20:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033643 {#5832 date: 2021-01-19 14:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5834 …} -Children: Doctrine\ORM\PersistentCollection {#5837 …} -Parent: Eccube\Entity\Category {#5749} -Creator: null } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9714 +label: "民工芸品" +value: "3" +data: Eccube\Entity\Category {#5840 -id: 3 -name: "民工芸品" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1412172266 {#5760 date: 2014-10-01 23:04:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1587881299 {#5759 date: 2020-04-26 15:08:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5841 …} -Children: Doctrine\ORM\PersistentCollection {#5844 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9715 +label: "\u{3000}ギフト好適品" +value: "203" +data: Eccube\Entity\Category {#5845 -id: 203 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1621986875 {#5838 date: 2021-05-26 08:54:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621986875 {#5839 date: 2021-05-26 08:54:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5846 …} -Children: Doctrine\ORM\PersistentCollection {#5849 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9716 +label: "\u{3000}石工品" +value: "194" +data: Eccube\Entity\Category {#5854 -id: 194 -name: "石工品" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1611033716 {#5852 date: 2021-01-19 14:21:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033716 {#5853 date: 2021-01-19 14:21:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5855 …} -Children: Doctrine\ORM\PersistentCollection {#5858 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } +attr: [] +labelTranslationParameters: [] } 7100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9717 +label: "\u{3000}漆器" +value: "7100" +data: Eccube\Entity\Category {#5861 -id: 7100 -name: "漆器" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1412172267 {#5859 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5860 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5865 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } +attr: [] +labelTranslationParameters: [] } 7000 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9718 +label: "\u{3000}陶磁器" +value: "7000" +data: Eccube\Entity\Category {#5868 -id: 7000 -name: "陶磁器" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1412172267 {#5866 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5867 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5869 …} -Children: Doctrine\ORM\PersistentCollection {#5872 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } +attr: [] +labelTranslationParameters: [] } 7900 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9719 +label: "\u{3000}金工品" +value: "7900" +data: Eccube\Entity\Category {#5875 -id: 7900 -name: "金工品" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1412172267 {#5873 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5874 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5876 …} -Children: Doctrine\ORM\PersistentCollection {#5879 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9720 +label: "\u{3000}木竹品" +value: "201" +data: Eccube\Entity\Category {#5882 -id: 201 -name: "木竹品" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1611033753 {#5880 date: 2021-01-19 14:22:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033753 {#5881 date: 2021-01-19 14:22:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5883 …} -Children: Doctrine\ORM\PersistentCollection {#5886 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9721 +label: "\u{3000}繊維" +value: "200" +data: Eccube\Entity\Category {#5889 -id: 200 -name: "繊維" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1611033749 {#5887 date: 2021-01-19 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033749 {#5888 date: 2021-01-19 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5890 …} -Children: Doctrine\ORM\PersistentCollection {#5893 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } +attr: [] +labelTranslationParameters: [] } 7400 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9722 +label: "\u{3000}和紙" +value: "7400" +data: Eccube\Entity\Category {#5896 -id: 7400 -name: "和紙" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1412172267 {#5894 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#5895 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5897 …} -Children: Doctrine\ORM\PersistentCollection {#5900 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9723 +label: "\u{3000}貴石細工" +value: "199" +data: Eccube\Entity\Category {#5903 -id: 199 -name: "貴石細工" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1611033735 {#5901 date: 2021-01-19 14:22:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033735 {#5902 date: 2021-01-19 14:22:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5904 …} -Children: Doctrine\ORM\PersistentCollection {#5907 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9724 +label: "\u{3000}面" +value: "198" +data: Eccube\Entity\Category {#5910 -id: 198 -name: "面" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1611033732 {#5908 date: 2021-01-19 14:22:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033732 {#5909 date: 2021-01-19 14:22:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5911 …} -Children: Doctrine\ORM\PersistentCollection {#5914 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9725 +label: "\u{3000}人形玩具" +value: "197" +data: Eccube\Entity\Category {#5917 -id: 197 -name: "人形玩具" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1611033729 {#5915 date: 2021-01-19 14:22:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033729 {#5916 date: 2021-01-19 14:22:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5918 …} -Children: Doctrine\ORM\PersistentCollection {#5921 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9726 +label: "\u{3000}書籍・雑貨" +value: "196" +data: Eccube\Entity\Category {#5924 -id: 196 -name: "書籍・雑貨" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1611033725 {#5922 date: 2021-01-19 14:22:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033725 {#5923 date: 2021-01-19 14:22:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5925 …} -Children: Doctrine\ORM\PersistentCollection {#5928 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9727 +label: "\u{3000}その他" +value: "195" +data: Eccube\Entity\Category {#5931 -id: 195 -name: "その他" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1611033722 {#5929 date: 2021-01-19 14:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033722 {#5930 date: 2021-01-19 14:22:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5932 …} -Children: Doctrine\ORM\PersistentCollection {#5935 …} -Parent: Eccube\Entity\Category {#5840} -Creator: null } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9728 +label: "お買物袋" +value: "96" +data: Eccube\Entity\Category {#5936 -id: 96 -name: "お買物袋" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1593560169 {#5850 date: 2020-07-01 08:36:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1593560169 {#5851 date: 2020-07-01 08:36:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5937 …} -Children: Doctrine\ORM\PersistentCollection {#5940 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9729 +label: "ピックアップ商品" +value: "97" +data: Eccube\Entity\Category {#5945 -id: 97 -name: "ピックアップ商品" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1596072849 {#5941 date: 2020-07-30 10:34:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1596072849 {#5942 date: 2020-07-30 10:34:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5946 …} -Children: Doctrine\ORM\PersistentCollection {#5949 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9730 +label: "\u{3000} ピックアップ_お菓子" +value: "103" +data: Eccube\Entity\Category {#5950 -id: 103 -name: " ピックアップ_お菓子" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1596073104 {#5943 date: 2020-07-30 10:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956977 {#5944 date: 2021-01-18 17:02:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5951 …} -Children: Doctrine\ORM\PersistentCollection {#5954 …} -Parent: Eccube\Entity\Category {#5945} -Creator: null } +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9731 +label: "\u{3000} ピックアップ_仁多米" +value: "102" +data: Eccube\Entity\Category {#5959 -id: 102 -name: " ピックアップ_仁多米" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1596073097 {#5957 date: 2020-07-30 10:38:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956981 {#5958 date: 2021-01-18 17:03:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5960 …} -Children: Doctrine\ORM\PersistentCollection {#5963 …} -Parent: Eccube\Entity\Category {#5945} -Creator: null } +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9732 +label: "\u{3000} ピックアップ_出雲そば" +value: "101" +data: Eccube\Entity\Category {#5966 -id: 101 -name: " ピックアップ_出雲そば" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1596073080 {#5964 date: 2020-07-30 10:38:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956985 {#5965 date: 2021-01-18 17:03:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5967 …} -Children: Doctrine\ORM\PersistentCollection {#5970 …} -Parent: Eccube\Entity\Category {#5945} -Creator: null } +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9733 +label: "\u{3000} ピックアップ_あご野焼き" +value: "100" +data: Eccube\Entity\Category {#5973 -id: 100 -name: " ピックアップ_あご野焼き" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1596073075 {#5971 date: 2020-07-30 10:37:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956987 {#5972 date: 2021-01-18 17:03:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5974 …} -Children: Doctrine\ORM\PersistentCollection {#5977 …} -Parent: Eccube\Entity\Category {#5945} -Creator: null } +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9734 +label: "\u{3000} ピックアップ_しじみ" +value: "98" +data: Eccube\Entity\Category {#5980 -id: 98 -name: " ピックアップ_しじみ" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1596073025 {#5978 date: 2020-07-30 10:37:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956993 {#5979 date: 2021-01-18 17:03:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5981 …} -Children: Doctrine\ORM\PersistentCollection {#5984 …} -Parent: Eccube\Entity\Category {#5945} -Creator: null } +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9735 +label: "\u{3000} ピックアップ_一夜干し" +value: "99" +data: Eccube\Entity\Category {#5987 -id: 99 -name: " ピックアップ_一夜干し" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1596073050 {#5985 date: 2020-07-30 10:37:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956990 {#5986 date: 2021-01-18 17:03:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5988 …} -Children: Doctrine\ORM\PersistentCollection {#5991 …} -Parent: Eccube\Entity\Category {#5945} -Creator: null } +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9736 +label: "価格帯で探す" +value: "89" +data: Eccube\Entity\Category {#5994 -id: 89 -name: "価格帯で探す" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1588947730 {#5956 date: 2020-05-08 23:22:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947730 {#5955 date: 2020-05-08 23:22:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5995 …} -Children: Doctrine\ORM\PersistentCollection {#5998 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9737 +label: "\u{3000}~1,000円" +value: "94" +data: Eccube\Entity\Category {#5999 -id: 94 -name: "~1,000円" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1588947783 {#5992 date: 2020-05-08 23:23:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947783 {#5993 date: 2020-05-08 23:23:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6000 …} -Children: Doctrine\ORM\PersistentCollection {#6003 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9738 +label: "\u{3000}1,001円~3,000円" +value: "93" +data: Eccube\Entity\Category {#6008 -id: 93 -name: "1,001円~3,000円" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1588947778 {#6006 date: 2020-05-08 23:22:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947778 {#6007 date: 2020-05-08 23:22:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6009 …} -Children: Doctrine\ORM\PersistentCollection {#6012 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9739 +label: "\u{3000}3,001円~5,000円" +value: "92" +data: Eccube\Entity\Category {#6015 -id: 92 -name: "3,001円~5,000円" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1588947766 {#6013 date: 2020-05-08 23:22:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947766 {#6014 date: 2020-05-08 23:22:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6016 …} -Children: Doctrine\ORM\PersistentCollection {#6019 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9740 +label: "\u{3000}5,001円~10,000円" +value: "91" +data: Eccube\Entity\Category {#6022 -id: 91 -name: "5,001円~10,000円" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1588947760 {#6020 date: 2020-05-08 23:22:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947760 {#6021 date: 2020-05-08 23:22:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6023 …} -Children: Doctrine\ORM\PersistentCollection {#6026 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9741 +label: "\u{3000}10,001円~" +value: "90" +data: Eccube\Entity\Category {#6029 -id: 90 -name: "10,001円~" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1588947757 {#6027 date: 2020-05-08 23:22:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947757 {#6028 date: 2020-05-08 23:22:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6030 …} -Children: Doctrine\ORM\PersistentCollection {#6033 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9742 +label: "地域" +value: "106" +data: Eccube\Entity\Category {#6036 -id: 106 -name: "地域" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1601269846 {#6004 date: 2020-09-28 14:10:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269846 {#6005 date: 2020-09-28 14:10:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6037 …} -Children: Doctrine\ORM\PersistentCollection {#6040 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9743 +label: "\u{3000}出雲地方" +value: "107" +data: Eccube\Entity\Category {#6041 -id: 107 -name: "出雲地方" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1601269929 {#6034 date: 2020-09-28 14:12:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269929 {#6035 date: 2020-09-28 14:12:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6042 …} -Children: Doctrine\ORM\PersistentCollection {#6045 …} -Parent: Eccube\Entity\Category {#6036} -Creator: null } +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9744 +label: "\u{3000}石見地方" +value: "108" +data: Eccube\Entity\Category {#6050 -id: 108 -name: "石見地方" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1601269934 {#6048 date: 2020-09-28 14:12:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269934 {#6049 date: 2020-09-28 14:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: Eccube\Entity\Category {#6036} -Creator: null } +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9745 +label: "\u{3000}隠岐地方" +value: "109" +data: Eccube\Entity\Category {#6057 -id: 109 -name: "隠岐地方" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1601269937 {#6055 date: 2020-09-28 14:12:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269937 {#6056 date: 2020-09-28 14:12:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6058 …} -Children: Doctrine\ORM\PersistentCollection {#6061 …} -Parent: Eccube\Entity\Category {#6036} -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 {#9592 -form: Symfony\Component\Form\Form {#9579 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9591 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#9598 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) {#9568 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() {#9564 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#878 …} $message: Closure() {#9569 …} $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 {#9746 -form: Symfony\Component\Form\Form {#9582 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9597 …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 | "" |