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 {#3156 -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 {#3156 -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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#553 …} -namespace: Closure() {#551 …} } |
| data | Plugin\ProductReview42\Entity\ProductReview {#3156 -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) {#3221 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() {#3223 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#883 …} $message: Closure() {#3222 …} $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 {#3156 -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 {#3391 -form: Symfony\Component\Form\Form {#3398 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3224 …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 {#3156 -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 {#3230 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3231 +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 {#3230 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3231 +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 {#3230 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3231 +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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#553 …} -namespace: Closure() {#551 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3250 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() {#3252 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#883 …} $message: Closure() {#3251 …} $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 {#3479 -form: Symfony\Component\Form\Form {#3401 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3489 …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 {#3232 +payload: null +groups: ? +message: "This value is not a valid URL." +protocols: [ "http" "https" ] +relativeProtocol: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3233 +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 {#3232 +payload: null +groups: ? +message: "This value is not a valid URL." +protocols: [ "http" "https" ] +relativeProtocol: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3233 +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 {#3232 +payload: null +groups: ? +message: "This value is not a valid URL." +protocols: [ "http" "https" ] +relativeProtocol: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3233 +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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#553 …} -namespace: Closure() {#551 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3261 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() {#3263 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#883 …} $message: Closure() {#3262 …} $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 {#3469 -form: Symfony\Component\Form\Form {#3404 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3459 …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 {#3299 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#3300 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#3350 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#3322 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#3323 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#3321 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3341 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#3319 …} } |
| 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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#553 …} -namespace: Closure() {#551 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerX1txrXZ\EntityManagerGhost554d0f0 {#538 …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 {#3338 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerX1txrXZ\EntityManagerGhost554d0f0 {#538 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3307 …} } |
| 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 {#3329 -em: ContainerX1txrXZ\EntityManagerGhost554d0f0 {#538 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3326 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3327 #from: "Eccube\Entity\Master\Sex" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#3324 #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 {#3328 …} -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() {#3306 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#883 …} $message: Closure() {#3303 …} $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 {#3312 +label: "男性" +value: "1" +data: Eccube\Entity\Master\Sex {#3355 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3315 +label: "女性" +value: "2" +data: Eccube\Entity\Master\Sex {#3356 …} +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 {#3449 -form: Symfony\Component\Form\Form {#3437 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#3311 …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) {#3430 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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#553 …} -namespace: Closure() {#551 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#3414 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 {#3415 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() {#3416 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#883 …} $message: Closure() {#3417 …} $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 {#3563 -form: Symfony\Component\Form\Form {#3440 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3253 …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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#553 …} -namespace: Closure() {#551 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#3414 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 {#3415 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() {#3429 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#883 …} $message: Closure() {#3428 …} $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 {#3562 -form: Symfony\Component\Form\Form {#3443 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3561 …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 {#3234 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3234 +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 {#3234 +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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#553 …} -namespace: Closure() {#551 …} } |
| 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() {#3344 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#883 …} $message: Closure() {#3343 …} $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 {#3363 +label: "★★★★★" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3364 +label: "★★★★" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3365 +label: "★★★" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3366 +label: "★★" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3367 +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 {#3264 -form: Symfony\Component\Form\Form {#3496 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#3420 …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) {#3565 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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#553 …} -namespace: Closure() {#551 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#3414 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 {#3415 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() {#3448 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#883 …} $message: Closure() {#3447 …} $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 {#3606 -form: Symfony\Component\Form\Form {#3499 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3603 …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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#553 …} -namespace: Closure() {#551 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#3414 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 {#3415 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() {#3458 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#883 …} $message: Closure() {#3457 …} $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 {#3607 -form: Symfony\Component\Form\Form {#3502 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3608 …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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#553 …} -namespace: Closure() {#551 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#3414 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 {#3415 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() {#3468 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#883 …} $message: Closure() {#3467 …} $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 {#3609 -form: Symfony\Component\Form\Form {#3505 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3610 …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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#553 …} -namespace: Closure() {#551 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#3414 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 {#3415 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() {#3478 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#883 …} $message: Closure() {#3477 …} $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 {#3611 -form: Symfony\Component\Form\Form {#3508 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3612 …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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#553 …} -namespace: Closure() {#551 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#3414 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 {#3415 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() {#3488 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#883 …} $message: Closure() {#3487 …} $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 {#3613 -form: Symfony\Component\Form\Form {#3511 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3614 …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 {#3235 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3236 +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 {#3235 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3236 +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 {#3235 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3236 +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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#553 …} -namespace: Closure() {#551 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3373 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() {#3375 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#883 …} $message: Closure() {#3374 …} $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 {#3566 -form: Symfony\Component\Form\Form {#3514 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3564 …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 {#3237 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3238 +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 {#3237 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3238 +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 {#3237 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3238 +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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#553 …} -namespace: Closure() {#551 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3388 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() {#3390 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#883 …} $message: Closure() {#3389 …} $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 {#3616 -form: Symfony\Component\Form\Form {#3517 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3615 …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 | "c4816d8901315e.DewrYVHsfWqWIUx8OtMWDX1uCNstQGrVkVgOUmx0sfQ.ZY9SEDmhLQzkaiQydqFXdwcbWYJiNjyWyzFgNhU7gcNu2EM7FtVJMKdFHQ" |
| 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 | "c4816d8901315e.DewrYVHsfWqWIUx8OtMWDX1uCNstQGrVkVgOUmx0sfQ.ZY9SEDmhLQzkaiQydqFXdwcbWYJiNjyWyzFgNhU7gcNu2EM7FtVJMKdFHQ" |
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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#553 …} -namespace: Closure() {#551 …} } |
| data | "c4816d8901315e.DewrYVHsfWqWIUx8OtMWDX1uCNstQGrVkVgOUmx0sfQ.ZY9SEDmhLQzkaiQydqFXdwcbWYJiNjyWyzFgNhU7gcNu2EM7FtVJMKdFHQ" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3620 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() {#3622 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#883 …} $message: Closure() {#3621 …} $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 | "c4816d8901315e.DewrYVHsfWqWIUx8OtMWDX1uCNstQGrVkVgOUmx0sfQ.ZY9SEDmhLQzkaiQydqFXdwcbWYJiNjyWyzFgNhU7gcNu2EM7FtVJMKdFHQ" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#3634 -form: Symfony\Component\Form\Form {#3629 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3623 …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 | "c4816d8901315e.DewrYVHsfWqWIUx8OtMWDX1uCNstQGrVkVgOUmx0sfQ.ZY9SEDmhLQzkaiQydqFXdwcbWYJiNjyWyzFgNhU7gcNu2EM7FtVJMKdFHQ" |
(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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#553 …} -namespace: Closure() {#551 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3940 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() {#3942 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#883 …} $message: Closure() {#3941 …} $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 {#5069 -form: Symfony\Component\Form\Form {#5058 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5070 …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 {#3980 -id: 254 -name: "お歳暮" -hierarchy: 1 -sort_no: 147 -create_date: DateTime @1664781674 {#4027 date: 2022-10-03 16:21:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1664781674 {#4021 date: 2022-10-03 16:21:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4069 …} -Children: Doctrine\ORM\PersistentCollection {#4066 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4063 -id: 257 -name: "お中元" -hierarchy: 1 -sort_no: 146 -create_date: DateTime @1684369701 {#4065 date: 2023-05-18 09:28:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1684369701 {#4064 date: 2023-05-18 09:28:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4062 …} -Children: Doctrine\ORM\PersistentCollection {#4059 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4056 -id: 248 -name: "サービス対象商品期間限定セット" -hierarchy: 1 -sort_no: 145 -create_date: DateTime @1643006032 {#4058 date: 2022-01-24 15:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1643006032 {#4057 date: 2022-01-24 15:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4055 …} -Children: Doctrine\ORM\PersistentCollection {#4052 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4047 -id: 207 -name: "サービス対象外" -hierarchy: 1 -sort_no: 144 -create_date: DateTime @1642720040 {#4051 date: 2022-01-21 08:07:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642757393 {#4050 date: 2022-01-21 18:29:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4046 …} -Children: Doctrine\ORM\PersistentCollection {#4043 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4042 -id: 232 -name: "酒類" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1642720052 {#4049 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720052 {#4048 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4041 …} -Children: Doctrine\ORM\PersistentCollection {#4037 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4031 -id: 233 -name: "お菓子" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1642720053 {#4034 date: 2022-01-21 08:07:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720053 {#4032 date: 2022-01-21 08:07:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4030 …} -Children: Doctrine\ORM\PersistentCollection {#4026 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4023 -id: 234 -name: "水産物・水産加工品" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1642720054 {#4025 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720054 {#4024 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4022 …} -Children: Doctrine\ORM\PersistentCollection {#4018 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4015 -id: 235 -name: "農畜産物・農産加工品" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1642720054 {#4017 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720054 {#4016 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4013 …} -Children: Doctrine\ORM\PersistentCollection {#3959 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#3956 -id: 236 -name: "麺類" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1642720055 {#3958 date: 2022-01-21 08:07:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720055 {#3957 date: 2022-01-21 08:07:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3955 …} -Children: Doctrine\ORM\PersistentCollection {#3952 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4105 -id: 237 -name: "乳製品" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1642720056 {#3962 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720056 {#4107 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4103 …} -Children: Doctrine\ORM\PersistentCollection {#4097 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4108 -id: 238 -name: "調味料" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1642720056 {#4073 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720056 {#4109 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4106 …} -Children: Doctrine\ORM\PersistentCollection {#4100 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4098 -id: 239 -name: "飲料" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1642720057 {#4095 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720057 {#4096 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4094 …} -Children: Doctrine\ORM\PersistentCollection {#4091 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4088 -id: 240 -name: "選べるギフト" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1642720057 {#4090 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720057 {#4089 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4087 …} -Children: Doctrine\ORM\PersistentCollection {#4084 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4081 -id: 241 -name: "化粧品" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1642720058 {#4083 date: 2022-01-21 08:07:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720058 {#4082 date: 2022-01-21 08:07:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4080 …} -Children: Doctrine\ORM\PersistentCollection {#4119 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4122 -id: 242 -name: "島根県ふるさと伝統工芸品" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1642720059 {#4120 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720059 {#4121 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4123 …} -Children: Doctrine\ORM\PersistentCollection {#4126 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4129 -id: 243 -name: "民工芸品" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1642720059 {#4127 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720059 {#4128 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4130 …} -Children: Doctrine\ORM\PersistentCollection {#4133 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4136 -id: 247 -name: "生花" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1642720062 {#4134 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720062 {#4135 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4137 …} -Children: Doctrine\ORM\PersistentCollection {#4140 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4143 -id: 244 -name: "お買物袋" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1642720060 {#4141 date: 2022-01-21 08:07:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720060 {#4142 date: 2022-01-21 08:07:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4144 …} -Children: Doctrine\ORM\PersistentCollection {#4147 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4150 -id: 206 -name: "送料サービス対象" -hierarchy: 1 -sort_no: 129 -create_date: DateTime @1642720040 {#4035 date: 2022-01-21 08:07:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1647215408 {#4036 date: 2022-03-14 08:50:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4151 …} -Children: Doctrine\ORM\PersistentCollection {#4154 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4155 -id: 252 -name: "父の日ギフト" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1648425101 {#4148 date: 2022-03-28 08:51:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648425101 {#4149 date: 2022-03-28 08:51:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4156 …} -Children: Doctrine\ORM\PersistentCollection {#4159 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4164 -id: 251 -name: "母の日ギフト" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1648425094 {#4162 date: 2022-03-28 08:51:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648425094 {#4163 date: 2022-03-28 08:51:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4165 …} -Children: Doctrine\ORM\PersistentCollection {#4168 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4171 -id: 220 -name: "酒類" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1642720046 {#4169 date: 2022-01-21 08:07:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720046 {#4170 date: 2022-01-21 08:07:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4172 …} -Children: Doctrine\ORM\PersistentCollection {#4175 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4178 -id: 221 -name: "お菓子" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1642720047 {#4176 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720047 {#4177 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4179 …} -Children: Doctrine\ORM\PersistentCollection {#4182 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4185 -id: 222 -name: "水産物・水産加工品" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1642720047 {#4183 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720047 {#4184 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4186 …} -Children: Doctrine\ORM\PersistentCollection {#4189 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4192 -id: 223 -name: "農畜産物・農産加工品" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1642720048 {#4190 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720048 {#4191 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4193 …} -Children: Doctrine\ORM\PersistentCollection {#4196 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4199 -id: 224 -name: "麺類" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1642720048 {#4197 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720048 {#4198 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4200 …} -Children: Doctrine\ORM\PersistentCollection {#4203 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4206 -id: 225 -name: "乳製品" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1642720049 {#4204 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720049 {#4205 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4207 …} -Children: Doctrine\ORM\PersistentCollection {#4210 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4213 -id: 226 -name: "調味料" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1642720049 {#4211 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720049 {#4212 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4214 …} -Children: Doctrine\ORM\PersistentCollection {#4217 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4220 -id: 227 -name: "飲料" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1642720050 {#4218 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720050 {#4219 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4221 …} -Children: Doctrine\ORM\PersistentCollection {#4224 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4227 -id: 228 -name: "選べるギフト" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1642720050 {#4225 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720050 {#4226 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4228 …} -Children: Doctrine\ORM\PersistentCollection {#4231 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4234 -id: 229 -name: "化粧品" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1642720051 {#4232 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720051 {#4233 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4235 …} -Children: Doctrine\ORM\PersistentCollection {#4238 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4241 -id: 230 -name: "島根県ふるさと伝統工芸品" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1642720051 {#4239 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720051 {#4240 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4242 …} -Children: Doctrine\ORM\PersistentCollection {#4245 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4248 -id: 231 -name: "民工芸品" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1642720052 {#4246 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720052 {#4247 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4249 …} -Children: Doctrine\ORM\PersistentCollection {#4252 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4255 -id: 246 -name: "生花" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1642720062 {#4253 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720062 {#4254 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4256 …} -Children: Doctrine\ORM\PersistentCollection {#4259 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4260 -id: 204 -name: "ギフト商品" -hierarchy: 1 -sort_no: 113 -create_date: DateTime @1636094940 {#4160 date: 2021-11-05 15:49:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1636095000 {#4161 date: 2021-11-05 15:50:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4261 …} -Children: Doctrine\ORM\PersistentCollection {#4264 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4267 -id: 202 -name: "【セール】お買い得商品" -hierarchy: 1 -sort_no: 112 -create_date: DateTime @1611038841 {#4265 date: 2021-01-19 15:47:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611038841 {#4266 date: 2021-01-19 15:47:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4268 …} -Children: Doctrine\ORM\PersistentCollection {#4271 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4274 -id: 120 -name: "島根ふるさとフェア" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1610413573 {#4272 date: 2021-01-12 10:06:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610413573 {#4273 date: 2021-01-12 10:06:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4275 …} -Children: Doctrine\ORM\PersistentCollection {#4278 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4281 -id: 256 -name: "ひな祭り特集" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1676017870 {#4279 date: 2023-02-10 17:31:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1676017870 {#4280 date: 2023-02-10 17:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4282 …} -Children: Doctrine\ORM\PersistentCollection {#4285 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4288 -id: 116 -name: "お正月" -hierarchy: 1 -sort_no: 109 -create_date: DateTime @1603758774 {#4286 date: 2020-10-27 09:32:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1603758774 {#4287 date: 2020-10-27 09:32:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4289 …} -Children: Doctrine\ORM\PersistentCollection {#4292 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4297 -id: 121 -name: "酒類" -hierarchy: 1 -sort_no: 108 -create_date: DateTime @1611032372 {#4293 date: 2021-01-19 13:59:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032372 {#4294 date: 2021-01-19 13:59:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4298 …} -Children: Doctrine\ORM\PersistentCollection {#4301 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4302 -id: 132 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1611033249 {#4295 date: 2021-01-19 14:14:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033249 {#4296 date: 2021-01-19 14:14:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4303 …} -Children: Doctrine\ORM\PersistentCollection {#4306 …} -Parent: Eccube\Entity\Category {#4297} -Creator: null } Eccube\Entity\Category {#4311 -id: 137 -name: "地酒" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1611033272 {#4309 date: 2021-01-19 14:14:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033272 {#4310 date: 2021-01-19 14:14:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4312 …} -Children: Doctrine\ORM\PersistentCollection {#4315 …} -Parent: Eccube\Entity\Category {#4297} -Creator: null } Eccube\Entity\Category {#4318 -id: 136 -name: "焼酎" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1611033269 {#4316 date: 2021-01-19 14:14:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033269 {#4317 date: 2021-01-19 14:14:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4319 …} -Children: Doctrine\ORM\PersistentCollection {#4322 …} -Parent: Eccube\Entity\Category {#4297} -Creator: null } Eccube\Entity\Category {#4325 -id: 135 -name: "地ビール" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1611033265 {#4323 date: 2021-01-19 14:14:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033265 {#4324 date: 2021-01-19 14:14:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4326 …} -Children: Doctrine\ORM\PersistentCollection {#4329 …} -Parent: Eccube\Entity\Category {#4297} -Creator: null } Eccube\Entity\Category {#4332 -id: 134 -name: "ワイン" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1611033261 {#4330 date: 2021-01-19 14:14:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033261 {#4331 date: 2021-01-19 14:14:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4333 …} -Children: Doctrine\ORM\PersistentCollection {#4336 …} -Parent: Eccube\Entity\Category {#4297} -Creator: null } Eccube\Entity\Category {#4339 -id: 133 -name: "その他" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1611033256 {#4337 date: 2021-01-19 14:14:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033256 {#4338 date: 2021-01-19 14:14:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4340 …} -Children: Doctrine\ORM\PersistentCollection {#4343 …} -Parent: Eccube\Entity\Category {#4297} -Creator: null } Eccube\Entity\Category {#4346 -id: 122 -name: "お菓子" -hierarchy: 1 -sort_no: 101 -create_date: DateTime @1611032382 {#4308 date: 2021-01-19 13:59:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032382 {#4307 date: 2021-01-19 13:59:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4347 …} -Children: Doctrine\ORM\PersistentCollection {#4350 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4351 -id: 141 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1611033316 {#4344 date: 2021-01-19 14:15:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033316 {#4345 date: 2021-01-19 14:15:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4352 …} -Children: Doctrine\ORM\PersistentCollection {#4355 …} -Parent: Eccube\Entity\Category {#4346} -Creator: null } Eccube\Entity\Category {#4360 -id: 140 -name: "和菓子" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1611033312 {#4358 date: 2021-01-19 14:15:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033312 {#4359 date: 2021-01-19 14:15:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4361 …} -Children: Doctrine\ORM\PersistentCollection {#4364 …} -Parent: Eccube\Entity\Category {#4346} -Creator: null } Eccube\Entity\Category {#4367 -id: 139 -name: "洋菓子" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1611033308 {#4365 date: 2021-01-19 14:15:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033308 {#4366 date: 2021-01-19 14:15:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4368 …} -Children: Doctrine\ORM\PersistentCollection {#4371 …} -Parent: Eccube\Entity\Category {#4346} -Creator: null } Eccube\Entity\Category {#4374 -id: 138 -name: "その他" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1611033304 {#4372 date: 2021-01-19 14:15:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033304 {#4373 date: 2021-01-19 14:15:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4375 …} -Children: Doctrine\ORM\PersistentCollection {#4378 …} -Parent: Eccube\Entity\Category {#4346} -Creator: null } Eccube\Entity\Category {#4381 -id: 123 -name: "水産物・水産加工品" -hierarchy: 1 -sort_no: 96 -create_date: DateTime @1611032386 {#4357 date: 2021-01-19 13:59:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032386 {#4356 date: 2021-01-19 13:59:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4382 …} -Children: Doctrine\ORM\PersistentCollection {#4385 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4386 -id: 148 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1611033359 {#4379 date: 2021-01-19 14:15:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033359 {#4380 date: 2021-01-19 14:15:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4387 …} -Children: Doctrine\ORM\PersistentCollection {#4390 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } Eccube\Entity\Category {#4395 -id: 147 -name: "しじみ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1611033356 {#4393 date: 2021-01-19 14:15:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033356 {#4394 date: 2021-01-19 14:15:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4396 …} -Children: Doctrine\ORM\PersistentCollection {#4399 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } Eccube\Entity\Category {#4402 -id: 146 -name: "干物" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1611033353 {#4400 date: 2021-01-19 14:15:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033353 {#4401 date: 2021-01-19 14:15:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4403 …} -Children: Doctrine\ORM\PersistentCollection {#4406 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } Eccube\Entity\Category {#4409 -id: 145 -name: "海藻類" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1611033350 {#4407 date: 2021-01-19 14:15:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033350 {#4408 date: 2021-01-19 14:15:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4410 …} -Children: Doctrine\ORM\PersistentCollection {#4413 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } Eccube\Entity\Category {#4416 -id: 144 -name: "蒲鉾・練り物" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1611033347 {#4414 date: 2021-01-19 14:15:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033347 {#4415 date: 2021-01-19 14:15:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4417 …} -Children: Doctrine\ORM\PersistentCollection {#4420 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } Eccube\Entity\Category {#4423 -id: 143 -name: "珍味・佃煮" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1611033343 {#4421 date: 2021-01-19 14:15:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033343 {#4422 date: 2021-01-19 14:15:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4424 …} -Children: Doctrine\ORM\PersistentCollection {#4427 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } Eccube\Entity\Category {#4430 -id: 142 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1611033340 {#4428 date: 2021-01-19 14:15:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033340 {#4429 date: 2021-01-19 14:15:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4431 …} -Children: Doctrine\ORM\PersistentCollection {#4434 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } Eccube\Entity\Category {#4437 -id: 124 -name: "農畜産物・農産加工品" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1611032392 {#4391 date: 2021-01-19 13:59:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032392 {#4392 date: 2021-01-19 13:59:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4438 …} -Children: Doctrine\ORM\PersistentCollection {#4441 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4442 -id: 153 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1611033403 {#4435 date: 2021-01-19 14:16:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033403 {#4436 date: 2021-01-19 14:16:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4443 …} -Children: Doctrine\ORM\PersistentCollection {#4446 …} -Parent: Eccube\Entity\Category {#4437} -Creator: null } Eccube\Entity\Category {#4451 -id: 152 -name: "肉・卵" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1611033393 {#4449 date: 2021-01-19 14:16:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033393 {#4450 date: 2021-01-19 14:16:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4452 …} -Children: Doctrine\ORM\PersistentCollection {#4455 …} -Parent: Eccube\Entity\Category {#4437} -Creator: null } Eccube\Entity\Category {#4458 -id: 151 -name: "米・餅" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1611033390 {#4456 date: 2021-01-19 14:16:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033390 {#4457 date: 2021-01-19 14:16:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4459 …} -Children: Doctrine\ORM\PersistentCollection {#4462 …} -Parent: Eccube\Entity\Category {#4437} -Creator: null } Eccube\Entity\Category {#4465 -id: 253 -name: "新米" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1664353400 {#4463 date: 2022-09-28 17:23:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1664353400 {#4464 date: 2022-09-28 17:23:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4466 …} -Children: Doctrine\ORM\PersistentCollection {#4469 …} -Parent: Eccube\Entity\Category {#4437} -Creator: null } Eccube\Entity\Category {#4472 -id: 150 -name: "野菜・果物" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1611033388 {#4470 date: 2021-01-19 14:16:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033388 {#4471 date: 2021-01-19 14:16:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4473 …} -Children: Doctrine\ORM\PersistentCollection {#4476 …} -Parent: Eccube\Entity\Category {#4437} -Creator: null } Eccube\Entity\Category {#4479 -id: 149 -name: "その他" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1611033385 {#4477 date: 2021-01-19 14:16:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033385 {#4478 date: 2021-01-19 14:16:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4480 …} -Children: Doctrine\ORM\PersistentCollection {#4483 …} -Parent: Eccube\Entity\Category {#4437} -Creator: null } Eccube\Entity\Category {#4486 -id: 125 -name: "麺類" -hierarchy: 1 -sort_no: 81 -create_date: DateTime @1611032396 {#4448 date: 2021-01-19 13:59:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032396 {#4447 date: 2021-01-19 13:59:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4487 …} -Children: Doctrine\ORM\PersistentCollection {#4490 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4491 -id: 158 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1611033432 {#4484 date: 2021-01-19 14:17:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033432 {#4485 date: 2021-01-19 14:17:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4492 …} -Children: Doctrine\ORM\PersistentCollection {#4495 …} -Parent: Eccube\Entity\Category {#4486} -Creator: null } Eccube\Entity\Category {#4500 -id: 157 -name: "そば" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1611033427 {#4498 date: 2021-01-19 14:17:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033427 {#4499 date: 2021-01-19 14:17:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4501 …} -Children: Doctrine\ORM\PersistentCollection {#4504 …} -Parent: Eccube\Entity\Category {#4486} -Creator: null } Eccube\Entity\Category {#4507 -id: 156 -name: "うどん" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1611033424 {#4505 date: 2021-01-19 14:17:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033424 {#4506 date: 2021-01-19 14:17:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4508 …} -Children: Doctrine\ORM\PersistentCollection {#4511 …} -Parent: Eccube\Entity\Category {#4486} -Creator: null } Eccube\Entity\Category {#4514 -id: 155 -name: "ラーメン" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1611033421 {#4512 date: 2021-01-19 14:17:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033421 {#4513 date: 2021-01-19 14:17:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4515 …} -Children: Doctrine\ORM\PersistentCollection {#4518 …} -Parent: Eccube\Entity\Category {#4486} -Creator: null } Eccube\Entity\Category {#4521 -id: 154 -name: "その他" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1611033418 {#4519 date: 2021-01-19 14:16:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033418 {#4520 date: 2021-01-19 14:16:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4522 …} -Children: Doctrine\ORM\PersistentCollection {#4525 …} -Parent: Eccube\Entity\Category {#4486} -Creator: null } Eccube\Entity\Category {#4528 -id: 126 -name: "乳製品" -hierarchy: 1 -sort_no: 75 -create_date: DateTime @1611032402 {#4496 date: 2021-01-19 14:00:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032402 {#4497 date: 2021-01-19 14:00:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4529 …} -Children: Doctrine\ORM\PersistentCollection {#4532 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4533 -id: 162 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1611033474 {#4526 date: 2021-01-19 14:17:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033474 {#4527 date: 2021-01-19 14:17:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4534 …} -Children: Doctrine\ORM\PersistentCollection {#4537 …} -Parent: Eccube\Entity\Category {#4528} -Creator: null } Eccube\Entity\Category {#4542 -id: 161 -name: "アイスクリーム" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1611033470 {#4540 date: 2021-01-19 14:17:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033470 {#4541 date: 2021-01-19 14:17:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4543 …} -Children: Doctrine\ORM\PersistentCollection {#4546 …} -Parent: Eccube\Entity\Category {#4528} -Creator: null } Eccube\Entity\Category {#4549 -id: 160 -name: "チーズ" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1611033457 {#4547 date: 2021-01-19 14:17:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033457 {#4548 date: 2021-01-19 14:17:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4550 …} -Children: Doctrine\ORM\PersistentCollection {#4553 …} -Parent: Eccube\Entity\Category {#4528} -Creator: null } Eccube\Entity\Category {#4556 -id: 159 -name: "その他" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1611033453 {#4554 date: 2021-01-19 14:17:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033453 {#4555 date: 2021-01-19 14:17:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4557 …} -Children: Doctrine\ORM\PersistentCollection {#4560 …} -Parent: Eccube\Entity\Category {#4528} -Creator: null } Eccube\Entity\Category {#4563 -id: 127 -name: "調味料" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1611032407 {#4539 date: 2021-01-19 14:00:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032407 {#4538 date: 2021-01-19 14:00:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4564 …} -Children: Doctrine\ORM\PersistentCollection {#4567 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4568 -id: 169 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1611033520 {#4561 date: 2021-01-19 14:18:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033520 {#4562 date: 2021-01-19 14:18:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4569 …} -Children: Doctrine\ORM\PersistentCollection {#4572 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } Eccube\Entity\Category {#4577 -id: 168 -name: "味噌・醤油" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1611033517 {#4575 date: 2021-01-19 14:18:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033517 {#4576 date: 2021-01-19 14:18:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4578 …} -Children: Doctrine\ORM\PersistentCollection {#4581 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } Eccube\Entity\Category {#4584 -id: 167 -name: "みりん・料理酒" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1611033513 {#4582 date: 2021-01-19 14:18:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033513 {#4583 date: 2021-01-19 14:18:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4585 …} -Children: Doctrine\ORM\PersistentCollection {#4588 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } Eccube\Entity\Category {#4591 -id: 166 -name: "食用油" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1611033509 {#4589 date: 2021-01-19 14:18:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033509 {#4590 date: 2021-01-19 14:18:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4592 …} -Children: Doctrine\ORM\PersistentCollection {#4595 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } Eccube\Entity\Category {#4598 -id: 165 -name: "だし" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1611033506 {#4596 date: 2021-01-19 14:18:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033506 {#4597 date: 2021-01-19 14:18:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4599 …} -Children: Doctrine\ORM\PersistentCollection {#4602 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } Eccube\Entity\Category {#4605 -id: 164 -name: "ドレッシング" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1611033503 {#4603 date: 2021-01-19 14:18:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033503 {#4604 date: 2021-01-19 14:18:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4606 …} -Children: Doctrine\ORM\PersistentCollection {#4609 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } Eccube\Entity\Category {#4612 -id: 163 -name: "その他" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1611033500 {#4610 date: 2021-01-19 14:18:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033500 {#4611 date: 2021-01-19 14:18:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4613 …} -Children: Doctrine\ORM\PersistentCollection {#4616 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } Eccube\Entity\Category {#4619 -id: 128 -name: "飲料" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1611032414 {#4573 date: 2021-01-19 14:00:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032414 {#4574 date: 2021-01-19 14:00:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4620 …} -Children: Doctrine\ORM\PersistentCollection {#4623 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4624 -id: 175 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1611033561 {#4617 date: 2021-01-19 14:19:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033561 {#4618 date: 2021-01-19 14:19:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4625 …} -Children: Doctrine\ORM\PersistentCollection {#4628 …} -Parent: Eccube\Entity\Category {#4619} -Creator: null } Eccube\Entity\Category {#4633 -id: 174 -name: "水" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1611033556 {#4631 date: 2021-01-19 14:19:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033556 {#4632 date: 2021-01-19 14:19:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4634 …} -Children: Doctrine\ORM\PersistentCollection {#4637 …} -Parent: Eccube\Entity\Category {#4619} -Creator: null } Eccube\Entity\Category {#4640 -id: 173 -name: "お茶" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1611033552 {#4638 date: 2021-01-19 14:19:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033552 {#4639 date: 2021-01-19 14:19:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4641 …} -Children: Doctrine\ORM\PersistentCollection {#4644 …} -Parent: Eccube\Entity\Category {#4619} -Creator: null } Eccube\Entity\Category {#4647 -id: 172 -name: "珈琲" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1611033548 {#4645 date: 2021-01-19 14:19:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033548 {#4646 date: 2021-01-19 14:19:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4648 …} -Children: Doctrine\ORM\PersistentCollection {#4651 …} -Parent: Eccube\Entity\Category {#4619} -Creator: null } Eccube\Entity\Category {#4654 -id: 171 -name: "ジュース" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1611033544 {#4652 date: 2021-01-19 14:19:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033544 {#4653 date: 2021-01-19 14:19:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4655 …} -Children: Doctrine\ORM\PersistentCollection {#4658 …} -Parent: Eccube\Entity\Category {#4619} -Creator: null } Eccube\Entity\Category {#4661 -id: 170 -name: "その他" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1611033537 {#4659 date: 2021-01-19 14:18:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033537 {#4660 date: 2021-01-19 14:18:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4662 …} -Children: Doctrine\ORM\PersistentCollection {#4665 …} -Parent: Eccube\Entity\Category {#4619} -Creator: null } Eccube\Entity\Category {#4668 -id: 129 -name: "生花" -hierarchy: 1 -sort_no: 55 -create_date: DateTime @1611032420 {#4630 date: 2021-01-19 14:00:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032420 {#4629 date: 2021-01-19 14:00:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4669 …} -Children: Doctrine\ORM\PersistentCollection {#4672 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4673 -id: 177 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1611033580 {#4666 date: 2021-01-19 14:19:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033580 {#4667 date: 2021-01-19 14:19:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4674 …} -Children: Doctrine\ORM\PersistentCollection {#4677 …} -Parent: Eccube\Entity\Category {#4668} -Creator: null } Eccube\Entity\Category {#4682 -id: 176 -name: "ぼたん" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1611033577 {#4680 date: 2021-01-19 14:19:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033577 {#4681 date: 2021-01-19 14:19:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4683 …} -Children: Doctrine\ORM\PersistentCollection {#4686 …} -Parent: Eccube\Entity\Category {#4668} -Creator: null } Eccube\Entity\Category {#4687 -id: 130 -name: "選べるギフト" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1611032424 {#4679 date: 2021-01-19 14:00:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032424 {#4678 date: 2021-01-19 14:00:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4688 …} -Children: Doctrine\ORM\PersistentCollection {#4691 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4696 -id: 131 -name: "化粧品" -hierarchy: 1 -sort_no: 51 -create_date: DateTime @1611032429 {#4692 date: 2021-01-19 14:00:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032429 {#4693 date: 2021-01-19 14:00:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4697 …} -Children: Doctrine\ORM\PersistentCollection {#4700 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4701 -id: 181 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1611033606 {#4694 date: 2021-01-19 14:20:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033606 {#4695 date: 2021-01-19 14:20:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4702 …} -Children: Doctrine\ORM\PersistentCollection {#4705 …} -Parent: Eccube\Entity\Category {#4696} -Creator: null } Eccube\Entity\Category {#4710 -id: 180 -name: "ボディケア" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1611033600 {#4708 date: 2021-01-19 14:20:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033600 {#4709 date: 2021-01-19 14:20:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4711 …} -Children: Doctrine\ORM\PersistentCollection {#4714 …} -Parent: Eccube\Entity\Category {#4696} -Creator: null } Eccube\Entity\Category {#4717 -id: 179 -name: "スキンケア" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1611033598 {#4715 date: 2021-01-19 14:19:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033598 {#4716 date: 2021-01-19 14:19:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4718 …} -Children: Doctrine\ORM\PersistentCollection {#4721 …} -Parent: Eccube\Entity\Category {#4696} -Creator: null } Eccube\Entity\Category {#4724 -id: 178 -name: "その他" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1611033595 {#4722 date: 2021-01-19 14:19:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033595 {#4723 date: 2021-01-19 14:19:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4725 …} -Children: Doctrine\ORM\PersistentCollection {#4728 …} -Parent: Eccube\Entity\Category {#4696} -Creator: null } Eccube\Entity\Category {#4729 -id: 255 -name: "ペット用品" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1668385498 {#4707 date: 2022-11-14 09:24:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1668385498 {#4706 date: 2022-11-14 09:24:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4730 …} -Children: Doctrine\ORM\PersistentCollection {#4733 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4738 -id: 95 -name: "島根県ふるさと伝統工芸品" -hierarchy: 1 -sort_no: 45 -create_date: DateTime @1592719721 {#4734 date: 2020-06-21 15:08:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1592719721 {#4735 date: 2020-06-21 15:08:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4739 …} -Children: Doctrine\ORM\PersistentCollection {#4742 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4743 -id: 193 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1611033677 {#4736 date: 2021-01-19 14:21:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033677 {#4737 date: 2021-01-19 14:21:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4744 …} -Children: Doctrine\ORM\PersistentCollection {#4747 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4752 -id: 192 -name: "石工品" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1611033674 {#4750 date: 2021-01-19 14:21:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033674 {#4751 date: 2021-01-19 14:21:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4753 …} -Children: Doctrine\ORM\PersistentCollection {#4756 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4759 -id: 191 -name: "漆器" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1611033671 {#4757 date: 2021-01-19 14:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033671 {#4758 date: 2021-01-19 14:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4760 …} -Children: Doctrine\ORM\PersistentCollection {#4763 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4766 -id: 190 -name: "陶磁器" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1611033667 {#4764 date: 2021-01-19 14:21:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033667 {#4765 date: 2021-01-19 14:21:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4767 …} -Children: Doctrine\ORM\PersistentCollection {#4770 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4773 -id: 189 -name: "金工品" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1611033664 {#4771 date: 2021-01-19 14:21:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033664 {#4772 date: 2021-01-19 14:21:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4774 …} -Children: Doctrine\ORM\PersistentCollection {#4777 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4780 -id: 188 -name: "木竹品" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1611033661 {#4778 date: 2021-01-19 14:21:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033661 {#4779 date: 2021-01-19 14:21:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4781 …} -Children: Doctrine\ORM\PersistentCollection {#4784 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4787 -id: 187 -name: "繊維" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1611033658 {#4785 date: 2021-01-19 14:20:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033658 {#4786 date: 2021-01-19 14:20:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4788 …} -Children: Doctrine\ORM\PersistentCollection {#4791 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4794 -id: 186 -name: "和紙" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1611033655 {#4792 date: 2021-01-19 14:20:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033655 {#4793 date: 2021-01-19 14:20:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4795 …} -Children: Doctrine\ORM\PersistentCollection {#4798 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4801 -id: 185 -name: "貴石細工" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1611033652 {#4799 date: 2021-01-19 14:20:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033652 {#4800 date: 2021-01-19 14:20:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4802 …} -Children: Doctrine\ORM\PersistentCollection {#4805 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4808 -id: 184 -name: "面" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1611033649 {#4806 date: 2021-01-19 14:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033649 {#4807 date: 2021-01-19 14:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4809 …} -Children: Doctrine\ORM\PersistentCollection {#4812 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4815 -id: 183 -name: "人形玩具" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1611033646 {#4813 date: 2021-01-19 14:20:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033646 {#4814 date: 2021-01-19 14:20:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4816 …} -Children: Doctrine\ORM\PersistentCollection {#4819 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4822 -id: 182 -name: "その他" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1611033643 {#4820 date: 2021-01-19 14:20:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033643 {#4821 date: 2021-01-19 14:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4823 …} -Children: Doctrine\ORM\PersistentCollection {#4826 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4829 -id: 3 -name: "民工芸品" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1412172266 {#4749 date: 2014-10-01 23:04:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1587881299 {#4748 date: 2020-04-26 15:08:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4830 …} -Children: Doctrine\ORM\PersistentCollection {#4833 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4834 -id: 203 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1621986875 {#4827 date: 2021-05-26 08:54:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621986875 {#4828 date: 2021-05-26 08:54:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4835 …} -Children: Doctrine\ORM\PersistentCollection {#4838 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4843 -id: 194 -name: "石工品" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1611033716 {#4841 date: 2021-01-19 14:21:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033716 {#4842 date: 2021-01-19 14:21:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4844 …} -Children: Doctrine\ORM\PersistentCollection {#4847 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4850 -id: 7100 -name: "漆器" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1412172267 {#4848 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#4849 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4851 …} -Children: Doctrine\ORM\PersistentCollection {#4854 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4857 -id: 7000 -name: "陶磁器" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1412172267 {#4855 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#4856 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4858 …} -Children: Doctrine\ORM\PersistentCollection {#4861 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4864 -id: 7900 -name: "金工品" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1412172267 {#4862 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#4863 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4865 …} -Children: Doctrine\ORM\PersistentCollection {#4868 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4871 -id: 201 -name: "木竹品" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1611033753 {#4869 date: 2021-01-19 14:22:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033753 {#4870 date: 2021-01-19 14:22:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4872 …} -Children: Doctrine\ORM\PersistentCollection {#4875 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4878 -id: 200 -name: "繊維" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1611033749 {#4876 date: 2021-01-19 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033749 {#4877 date: 2021-01-19 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4879 …} -Children: Doctrine\ORM\PersistentCollection {#4882 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4885 -id: 7400 -name: "和紙" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1412172267 {#4883 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#4884 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4886 …} -Children: Doctrine\ORM\PersistentCollection {#4889 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4892 -id: 199 -name: "貴石細工" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1611033735 {#4890 date: 2021-01-19 14:22:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033735 {#4891 date: 2021-01-19 14:22:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4893 …} -Children: Doctrine\ORM\PersistentCollection {#4896 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4899 -id: 198 -name: "面" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1611033732 {#4897 date: 2021-01-19 14:22:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033732 {#4898 date: 2021-01-19 14:22:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4900 …} -Children: Doctrine\ORM\PersistentCollection {#4903 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4906 -id: 197 -name: "人形玩具" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1611033729 {#4904 date: 2021-01-19 14:22:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033729 {#4905 date: 2021-01-19 14:22:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4907 …} -Children: Doctrine\ORM\PersistentCollection {#4910 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4913 -id: 196 -name: "書籍・雑貨" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1611033725 {#4911 date: 2021-01-19 14:22:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033725 {#4912 date: 2021-01-19 14:22:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4914 …} -Children: Doctrine\ORM\PersistentCollection {#4917 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4920 -id: 195 -name: "その他" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1611033722 {#4918 date: 2021-01-19 14:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033722 {#4919 date: 2021-01-19 14:22:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4921 …} -Children: Doctrine\ORM\PersistentCollection {#4924 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4925 -id: 96 -name: "お買物袋" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1593560169 {#4839 date: 2020-07-01 08:36:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1593560169 {#4840 date: 2020-07-01 08:36:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4926 …} -Children: Doctrine\ORM\PersistentCollection {#4929 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4934 -id: 97 -name: "ピックアップ商品" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1596072849 {#4930 date: 2020-07-30 10:34:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1596072849 {#4931 date: 2020-07-30 10:34:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4935 …} -Children: Doctrine\ORM\PersistentCollection {#4938 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4939 -id: 103 -name: " ピックアップ_お菓子" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1596073104 {#4932 date: 2020-07-30 10:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956977 {#4933 date: 2021-01-18 17:02:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4940 …} -Children: Doctrine\ORM\PersistentCollection {#4943 …} -Parent: Eccube\Entity\Category {#4934} -Creator: null } Eccube\Entity\Category {#4948 -id: 102 -name: " ピックアップ_仁多米" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1596073097 {#4946 date: 2020-07-30 10:38:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956981 {#4947 date: 2021-01-18 17:03:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4949 …} -Children: Doctrine\ORM\PersistentCollection {#4952 …} -Parent: Eccube\Entity\Category {#4934} -Creator: null } Eccube\Entity\Category {#4955 -id: 101 -name: " ピックアップ_出雲そば" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1596073080 {#4953 date: 2020-07-30 10:38:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956985 {#4954 date: 2021-01-18 17:03:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4956 …} -Children: Doctrine\ORM\PersistentCollection {#4959 …} -Parent: Eccube\Entity\Category {#4934} -Creator: null } Eccube\Entity\Category {#4962 -id: 100 -name: " ピックアップ_あご野焼き" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1596073075 {#4960 date: 2020-07-30 10:37:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956987 {#4961 date: 2021-01-18 17:03:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4963 …} -Children: Doctrine\ORM\PersistentCollection {#4966 …} -Parent: Eccube\Entity\Category {#4934} -Creator: null } Eccube\Entity\Category {#4969 -id: 98 -name: " ピックアップ_しじみ" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1596073025 {#4967 date: 2020-07-30 10:37:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956993 {#4968 date: 2021-01-18 17:03:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4970 …} -Children: Doctrine\ORM\PersistentCollection {#4973 …} -Parent: Eccube\Entity\Category {#4934} -Creator: null } Eccube\Entity\Category {#4976 -id: 99 -name: " ピックアップ_一夜干し" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1596073050 {#4974 date: 2020-07-30 10:37:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956990 {#4975 date: 2021-01-18 17:03:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4977 …} -Children: Doctrine\ORM\PersistentCollection {#4980 …} -Parent: Eccube\Entity\Category {#4934} -Creator: null } Eccube\Entity\Category {#4983 -id: 89 -name: "価格帯で探す" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1588947730 {#4945 date: 2020-05-08 23:22:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947730 {#4944 date: 2020-05-08 23:22:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4984 …} -Children: Doctrine\ORM\PersistentCollection {#4987 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4988 -id: 94 -name: "~1,000円" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1588947783 {#4981 date: 2020-05-08 23:23:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947783 {#4982 date: 2020-05-08 23:23:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4989 …} -Children: Doctrine\ORM\PersistentCollection {#4992 …} -Parent: Eccube\Entity\Category {#4983} -Creator: null } Eccube\Entity\Category {#4997 -id: 93 -name: "1,001円~3,000円" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1588947778 {#4995 date: 2020-05-08 23:22:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947778 {#4996 date: 2020-05-08 23:22:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4998 …} -Children: Doctrine\ORM\PersistentCollection {#5001 …} -Parent: Eccube\Entity\Category {#4983} -Creator: null } Eccube\Entity\Category {#5004 -id: 92 -name: "3,001円~5,000円" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1588947766 {#5002 date: 2020-05-08 23:22:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947766 {#5003 date: 2020-05-08 23:22:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5005 …} -Children: Doctrine\ORM\PersistentCollection {#5008 …} -Parent: Eccube\Entity\Category {#4983} -Creator: null } Eccube\Entity\Category {#5011 -id: 91 -name: "5,001円~10,000円" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1588947760 {#5009 date: 2020-05-08 23:22:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947760 {#5010 date: 2020-05-08 23:22:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5012 …} -Children: Doctrine\ORM\PersistentCollection {#5015 …} -Parent: Eccube\Entity\Category {#4983} -Creator: null } Eccube\Entity\Category {#5018 -id: 90 -name: "10,001円~" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1588947757 {#5016 date: 2020-05-08 23:22:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947757 {#5017 date: 2020-05-08 23:22:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5019 …} -Children: Doctrine\ORM\PersistentCollection {#5022 …} -Parent: Eccube\Entity\Category {#4983} -Creator: null } Eccube\Entity\Category {#5025 -id: 106 -name: "地域" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1601269846 {#4993 date: 2020-09-28 14:10:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269846 {#4994 date: 2020-09-28 14:10:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5026 …} -Children: Doctrine\ORM\PersistentCollection {#5029 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5030 -id: 107 -name: "出雲地方" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1601269929 {#5023 date: 2020-09-28 14:12:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269929 {#5024 date: 2020-09-28 14:12:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5031 …} -Children: Doctrine\ORM\PersistentCollection {#5034 …} -Parent: Eccube\Entity\Category {#5025} -Creator: null } Eccube\Entity\Category {#5039 -id: 108 -name: "石見地方" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1601269934 {#5037 date: 2020-09-28 14:12:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269934 {#5038 date: 2020-09-28 14:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5040 …} -Children: Doctrine\ORM\PersistentCollection {#5043 …} -Parent: Eccube\Entity\Category {#5025} -Creator: null } Eccube\Entity\Category {#5046 -id: 109 -name: "隠岐地方" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1601269937 {#5044 date: 2020-09-28 14:12:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269937 {#5045 date: 2020-09-28 14:12:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5047 …} -Children: Doctrine\ORM\PersistentCollection {#5050 …} -Parent: Eccube\Entity\Category {#5025} -Creator: null } ] |
[ Eccube\Entity\Category {#3980 -id: 254 -name: "お歳暮" -hierarchy: 1 -sort_no: 147 -create_date: DateTime @1664781674 {#4027 date: 2022-10-03 16:21:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1664781674 {#4021 date: 2022-10-03 16:21:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4069 …} -Children: Doctrine\ORM\PersistentCollection {#4066 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4063 -id: 257 -name: "お中元" -hierarchy: 1 -sort_no: 146 -create_date: DateTime @1684369701 {#4065 date: 2023-05-18 09:28:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1684369701 {#4064 date: 2023-05-18 09:28:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4062 …} -Children: Doctrine\ORM\PersistentCollection {#4059 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4056 -id: 248 -name: "サービス対象商品期間限定セット" -hierarchy: 1 -sort_no: 145 -create_date: DateTime @1643006032 {#4058 date: 2022-01-24 15:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1643006032 {#4057 date: 2022-01-24 15:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4055 …} -Children: Doctrine\ORM\PersistentCollection {#4052 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4047 -id: 207 -name: "サービス対象外" -hierarchy: 1 -sort_no: 144 -create_date: DateTime @1642720040 {#4051 date: 2022-01-21 08:07:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642757393 {#4050 date: 2022-01-21 18:29:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4046 …} -Children: Doctrine\ORM\PersistentCollection {#4043 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4042 -id: 232 -name: "酒類" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1642720052 {#4049 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720052 {#4048 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4041 …} -Children: Doctrine\ORM\PersistentCollection {#4037 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4031 -id: 233 -name: "お菓子" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1642720053 {#4034 date: 2022-01-21 08:07:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720053 {#4032 date: 2022-01-21 08:07:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4030 …} -Children: Doctrine\ORM\PersistentCollection {#4026 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4023 -id: 234 -name: "水産物・水産加工品" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1642720054 {#4025 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720054 {#4024 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4022 …} -Children: Doctrine\ORM\PersistentCollection {#4018 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4015 -id: 235 -name: "農畜産物・農産加工品" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1642720054 {#4017 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720054 {#4016 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4013 …} -Children: Doctrine\ORM\PersistentCollection {#3959 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#3956 -id: 236 -name: "麺類" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1642720055 {#3958 date: 2022-01-21 08:07:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720055 {#3957 date: 2022-01-21 08:07:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3955 …} -Children: Doctrine\ORM\PersistentCollection {#3952 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4105 -id: 237 -name: "乳製品" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1642720056 {#3962 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720056 {#4107 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4103 …} -Children: Doctrine\ORM\PersistentCollection {#4097 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4108 -id: 238 -name: "調味料" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1642720056 {#4073 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720056 {#4109 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4106 …} -Children: Doctrine\ORM\PersistentCollection {#4100 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4098 -id: 239 -name: "飲料" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1642720057 {#4095 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720057 {#4096 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4094 …} -Children: Doctrine\ORM\PersistentCollection {#4091 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4088 -id: 240 -name: "選べるギフト" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1642720057 {#4090 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720057 {#4089 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4087 …} -Children: Doctrine\ORM\PersistentCollection {#4084 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4081 -id: 241 -name: "化粧品" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1642720058 {#4083 date: 2022-01-21 08:07:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720058 {#4082 date: 2022-01-21 08:07:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4080 …} -Children: Doctrine\ORM\PersistentCollection {#4119 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4122 -id: 242 -name: "島根県ふるさと伝統工芸品" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1642720059 {#4120 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720059 {#4121 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4123 …} -Children: Doctrine\ORM\PersistentCollection {#4126 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4129 -id: 243 -name: "民工芸品" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1642720059 {#4127 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720059 {#4128 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4130 …} -Children: Doctrine\ORM\PersistentCollection {#4133 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4136 -id: 247 -name: "生花" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1642720062 {#4134 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720062 {#4135 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4137 …} -Children: Doctrine\ORM\PersistentCollection {#4140 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4143 -id: 244 -name: "お買物袋" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1642720060 {#4141 date: 2022-01-21 08:07:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720060 {#4142 date: 2022-01-21 08:07:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4144 …} -Children: Doctrine\ORM\PersistentCollection {#4147 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4150 -id: 206 -name: "送料サービス対象" -hierarchy: 1 -sort_no: 129 -create_date: DateTime @1642720040 {#4035 date: 2022-01-21 08:07:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1647215408 {#4036 date: 2022-03-14 08:50:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4151 …} -Children: Doctrine\ORM\PersistentCollection {#4154 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4155 -id: 252 -name: "父の日ギフト" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1648425101 {#4148 date: 2022-03-28 08:51:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648425101 {#4149 date: 2022-03-28 08:51:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4156 …} -Children: Doctrine\ORM\PersistentCollection {#4159 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4164 -id: 251 -name: "母の日ギフト" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1648425094 {#4162 date: 2022-03-28 08:51:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648425094 {#4163 date: 2022-03-28 08:51:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4165 …} -Children: Doctrine\ORM\PersistentCollection {#4168 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4171 -id: 220 -name: "酒類" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1642720046 {#4169 date: 2022-01-21 08:07:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720046 {#4170 date: 2022-01-21 08:07:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4172 …} -Children: Doctrine\ORM\PersistentCollection {#4175 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4178 -id: 221 -name: "お菓子" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1642720047 {#4176 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720047 {#4177 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4179 …} -Children: Doctrine\ORM\PersistentCollection {#4182 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4185 -id: 222 -name: "水産物・水産加工品" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1642720047 {#4183 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720047 {#4184 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4186 …} -Children: Doctrine\ORM\PersistentCollection {#4189 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4192 -id: 223 -name: "農畜産物・農産加工品" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1642720048 {#4190 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720048 {#4191 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4193 …} -Children: Doctrine\ORM\PersistentCollection {#4196 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4199 -id: 224 -name: "麺類" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1642720048 {#4197 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720048 {#4198 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4200 …} -Children: Doctrine\ORM\PersistentCollection {#4203 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4206 -id: 225 -name: "乳製品" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1642720049 {#4204 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720049 {#4205 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4207 …} -Children: Doctrine\ORM\PersistentCollection {#4210 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4213 -id: 226 -name: "調味料" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1642720049 {#4211 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720049 {#4212 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4214 …} -Children: Doctrine\ORM\PersistentCollection {#4217 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4220 -id: 227 -name: "飲料" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1642720050 {#4218 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720050 {#4219 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4221 …} -Children: Doctrine\ORM\PersistentCollection {#4224 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4227 -id: 228 -name: "選べるギフト" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1642720050 {#4225 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720050 {#4226 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4228 …} -Children: Doctrine\ORM\PersistentCollection {#4231 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4234 -id: 229 -name: "化粧品" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1642720051 {#4232 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720051 {#4233 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4235 …} -Children: Doctrine\ORM\PersistentCollection {#4238 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4241 -id: 230 -name: "島根県ふるさと伝統工芸品" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1642720051 {#4239 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720051 {#4240 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4242 …} -Children: Doctrine\ORM\PersistentCollection {#4245 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4248 -id: 231 -name: "民工芸品" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1642720052 {#4246 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720052 {#4247 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4249 …} -Children: Doctrine\ORM\PersistentCollection {#4252 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4255 -id: 246 -name: "生花" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1642720062 {#4253 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720062 {#4254 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4256 …} -Children: Doctrine\ORM\PersistentCollection {#4259 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4260 -id: 204 -name: "ギフト商品" -hierarchy: 1 -sort_no: 113 -create_date: DateTime @1636094940 {#4160 date: 2021-11-05 15:49:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1636095000 {#4161 date: 2021-11-05 15:50:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4261 …} -Children: Doctrine\ORM\PersistentCollection {#4264 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4267 -id: 202 -name: "【セール】お買い得商品" -hierarchy: 1 -sort_no: 112 -create_date: DateTime @1611038841 {#4265 date: 2021-01-19 15:47:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611038841 {#4266 date: 2021-01-19 15:47:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4268 …} -Children: Doctrine\ORM\PersistentCollection {#4271 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4274 -id: 120 -name: "島根ふるさとフェア" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1610413573 {#4272 date: 2021-01-12 10:06:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610413573 {#4273 date: 2021-01-12 10:06:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4275 …} -Children: Doctrine\ORM\PersistentCollection {#4278 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4281 -id: 256 -name: "ひな祭り特集" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1676017870 {#4279 date: 2023-02-10 17:31:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1676017870 {#4280 date: 2023-02-10 17:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4282 …} -Children: Doctrine\ORM\PersistentCollection {#4285 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4288 -id: 116 -name: "お正月" -hierarchy: 1 -sort_no: 109 -create_date: DateTime @1603758774 {#4286 date: 2020-10-27 09:32:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1603758774 {#4287 date: 2020-10-27 09:32:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4289 …} -Children: Doctrine\ORM\PersistentCollection {#4292 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4297 -id: 121 -name: "酒類" -hierarchy: 1 -sort_no: 108 -create_date: DateTime @1611032372 {#4293 date: 2021-01-19 13:59:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032372 {#4294 date: 2021-01-19 13:59:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4298 …} -Children: Doctrine\ORM\PersistentCollection {#4301 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4302 -id: 132 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1611033249 {#4295 date: 2021-01-19 14:14:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033249 {#4296 date: 2021-01-19 14:14:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4303 …} -Children: Doctrine\ORM\PersistentCollection {#4306 …} -Parent: Eccube\Entity\Category {#4297} -Creator: null } Eccube\Entity\Category {#4311 -id: 137 -name: "地酒" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1611033272 {#4309 date: 2021-01-19 14:14:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033272 {#4310 date: 2021-01-19 14:14:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4312 …} -Children: Doctrine\ORM\PersistentCollection {#4315 …} -Parent: Eccube\Entity\Category {#4297} -Creator: null } Eccube\Entity\Category {#4318 -id: 136 -name: "焼酎" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1611033269 {#4316 date: 2021-01-19 14:14:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033269 {#4317 date: 2021-01-19 14:14:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4319 …} -Children: Doctrine\ORM\PersistentCollection {#4322 …} -Parent: Eccube\Entity\Category {#4297} -Creator: null } Eccube\Entity\Category {#4325 -id: 135 -name: "地ビール" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1611033265 {#4323 date: 2021-01-19 14:14:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033265 {#4324 date: 2021-01-19 14:14:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4326 …} -Children: Doctrine\ORM\PersistentCollection {#4329 …} -Parent: Eccube\Entity\Category {#4297} -Creator: null } Eccube\Entity\Category {#4332 -id: 134 -name: "ワイン" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1611033261 {#4330 date: 2021-01-19 14:14:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033261 {#4331 date: 2021-01-19 14:14:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4333 …} -Children: Doctrine\ORM\PersistentCollection {#4336 …} -Parent: Eccube\Entity\Category {#4297} -Creator: null } Eccube\Entity\Category {#4339 -id: 133 -name: "その他" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1611033256 {#4337 date: 2021-01-19 14:14:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033256 {#4338 date: 2021-01-19 14:14:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4340 …} -Children: Doctrine\ORM\PersistentCollection {#4343 …} -Parent: Eccube\Entity\Category {#4297} -Creator: null } Eccube\Entity\Category {#4346 -id: 122 -name: "お菓子" -hierarchy: 1 -sort_no: 101 -create_date: DateTime @1611032382 {#4308 date: 2021-01-19 13:59:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032382 {#4307 date: 2021-01-19 13:59:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4347 …} -Children: Doctrine\ORM\PersistentCollection {#4350 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4351 -id: 141 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1611033316 {#4344 date: 2021-01-19 14:15:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033316 {#4345 date: 2021-01-19 14:15:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4352 …} -Children: Doctrine\ORM\PersistentCollection {#4355 …} -Parent: Eccube\Entity\Category {#4346} -Creator: null } Eccube\Entity\Category {#4360 -id: 140 -name: "和菓子" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1611033312 {#4358 date: 2021-01-19 14:15:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033312 {#4359 date: 2021-01-19 14:15:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4361 …} -Children: Doctrine\ORM\PersistentCollection {#4364 …} -Parent: Eccube\Entity\Category {#4346} -Creator: null } Eccube\Entity\Category {#4367 -id: 139 -name: "洋菓子" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1611033308 {#4365 date: 2021-01-19 14:15:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033308 {#4366 date: 2021-01-19 14:15:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4368 …} -Children: Doctrine\ORM\PersistentCollection {#4371 …} -Parent: Eccube\Entity\Category {#4346} -Creator: null } Eccube\Entity\Category {#4374 -id: 138 -name: "その他" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1611033304 {#4372 date: 2021-01-19 14:15:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033304 {#4373 date: 2021-01-19 14:15:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4375 …} -Children: Doctrine\ORM\PersistentCollection {#4378 …} -Parent: Eccube\Entity\Category {#4346} -Creator: null } Eccube\Entity\Category {#4381 -id: 123 -name: "水産物・水産加工品" -hierarchy: 1 -sort_no: 96 -create_date: DateTime @1611032386 {#4357 date: 2021-01-19 13:59:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032386 {#4356 date: 2021-01-19 13:59:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4382 …} -Children: Doctrine\ORM\PersistentCollection {#4385 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4386 -id: 148 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1611033359 {#4379 date: 2021-01-19 14:15:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033359 {#4380 date: 2021-01-19 14:15:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4387 …} -Children: Doctrine\ORM\PersistentCollection {#4390 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } Eccube\Entity\Category {#4395 -id: 147 -name: "しじみ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1611033356 {#4393 date: 2021-01-19 14:15:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033356 {#4394 date: 2021-01-19 14:15:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4396 …} -Children: Doctrine\ORM\PersistentCollection {#4399 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } Eccube\Entity\Category {#4402 -id: 146 -name: "干物" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1611033353 {#4400 date: 2021-01-19 14:15:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033353 {#4401 date: 2021-01-19 14:15:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4403 …} -Children: Doctrine\ORM\PersistentCollection {#4406 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } Eccube\Entity\Category {#4409 -id: 145 -name: "海藻類" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1611033350 {#4407 date: 2021-01-19 14:15:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033350 {#4408 date: 2021-01-19 14:15:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4410 …} -Children: Doctrine\ORM\PersistentCollection {#4413 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } Eccube\Entity\Category {#4416 -id: 144 -name: "蒲鉾・練り物" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1611033347 {#4414 date: 2021-01-19 14:15:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033347 {#4415 date: 2021-01-19 14:15:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4417 …} -Children: Doctrine\ORM\PersistentCollection {#4420 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } Eccube\Entity\Category {#4423 -id: 143 -name: "珍味・佃煮" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1611033343 {#4421 date: 2021-01-19 14:15:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033343 {#4422 date: 2021-01-19 14:15:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4424 …} -Children: Doctrine\ORM\PersistentCollection {#4427 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } Eccube\Entity\Category {#4430 -id: 142 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1611033340 {#4428 date: 2021-01-19 14:15:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033340 {#4429 date: 2021-01-19 14:15:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4431 …} -Children: Doctrine\ORM\PersistentCollection {#4434 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } Eccube\Entity\Category {#4437 -id: 124 -name: "農畜産物・農産加工品" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1611032392 {#4391 date: 2021-01-19 13:59:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032392 {#4392 date: 2021-01-19 13:59:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4438 …} -Children: Doctrine\ORM\PersistentCollection {#4441 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4442 -id: 153 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1611033403 {#4435 date: 2021-01-19 14:16:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033403 {#4436 date: 2021-01-19 14:16:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4443 …} -Children: Doctrine\ORM\PersistentCollection {#4446 …} -Parent: Eccube\Entity\Category {#4437} -Creator: null } Eccube\Entity\Category {#4451 -id: 152 -name: "肉・卵" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1611033393 {#4449 date: 2021-01-19 14:16:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033393 {#4450 date: 2021-01-19 14:16:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4452 …} -Children: Doctrine\ORM\PersistentCollection {#4455 …} -Parent: Eccube\Entity\Category {#4437} -Creator: null } Eccube\Entity\Category {#4458 -id: 151 -name: "米・餅" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1611033390 {#4456 date: 2021-01-19 14:16:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033390 {#4457 date: 2021-01-19 14:16:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4459 …} -Children: Doctrine\ORM\PersistentCollection {#4462 …} -Parent: Eccube\Entity\Category {#4437} -Creator: null } Eccube\Entity\Category {#4465 -id: 253 -name: "新米" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1664353400 {#4463 date: 2022-09-28 17:23:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1664353400 {#4464 date: 2022-09-28 17:23:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4466 …} -Children: Doctrine\ORM\PersistentCollection {#4469 …} -Parent: Eccube\Entity\Category {#4437} -Creator: null } Eccube\Entity\Category {#4472 -id: 150 -name: "野菜・果物" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1611033388 {#4470 date: 2021-01-19 14:16:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033388 {#4471 date: 2021-01-19 14:16:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4473 …} -Children: Doctrine\ORM\PersistentCollection {#4476 …} -Parent: Eccube\Entity\Category {#4437} -Creator: null } Eccube\Entity\Category {#4479 -id: 149 -name: "その他" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1611033385 {#4477 date: 2021-01-19 14:16:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033385 {#4478 date: 2021-01-19 14:16:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4480 …} -Children: Doctrine\ORM\PersistentCollection {#4483 …} -Parent: Eccube\Entity\Category {#4437} -Creator: null } Eccube\Entity\Category {#4486 -id: 125 -name: "麺類" -hierarchy: 1 -sort_no: 81 -create_date: DateTime @1611032396 {#4448 date: 2021-01-19 13:59:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032396 {#4447 date: 2021-01-19 13:59:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4487 …} -Children: Doctrine\ORM\PersistentCollection {#4490 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4491 -id: 158 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1611033432 {#4484 date: 2021-01-19 14:17:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033432 {#4485 date: 2021-01-19 14:17:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4492 …} -Children: Doctrine\ORM\PersistentCollection {#4495 …} -Parent: Eccube\Entity\Category {#4486} -Creator: null } Eccube\Entity\Category {#4500 -id: 157 -name: "そば" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1611033427 {#4498 date: 2021-01-19 14:17:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033427 {#4499 date: 2021-01-19 14:17:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4501 …} -Children: Doctrine\ORM\PersistentCollection {#4504 …} -Parent: Eccube\Entity\Category {#4486} -Creator: null } Eccube\Entity\Category {#4507 -id: 156 -name: "うどん" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1611033424 {#4505 date: 2021-01-19 14:17:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033424 {#4506 date: 2021-01-19 14:17:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4508 …} -Children: Doctrine\ORM\PersistentCollection {#4511 …} -Parent: Eccube\Entity\Category {#4486} -Creator: null } Eccube\Entity\Category {#4514 -id: 155 -name: "ラーメン" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1611033421 {#4512 date: 2021-01-19 14:17:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033421 {#4513 date: 2021-01-19 14:17:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4515 …} -Children: Doctrine\ORM\PersistentCollection {#4518 …} -Parent: Eccube\Entity\Category {#4486} -Creator: null } Eccube\Entity\Category {#4521 -id: 154 -name: "その他" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1611033418 {#4519 date: 2021-01-19 14:16:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033418 {#4520 date: 2021-01-19 14:16:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4522 …} -Children: Doctrine\ORM\PersistentCollection {#4525 …} -Parent: Eccube\Entity\Category {#4486} -Creator: null } Eccube\Entity\Category {#4528 -id: 126 -name: "乳製品" -hierarchy: 1 -sort_no: 75 -create_date: DateTime @1611032402 {#4496 date: 2021-01-19 14:00:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032402 {#4497 date: 2021-01-19 14:00:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4529 …} -Children: Doctrine\ORM\PersistentCollection {#4532 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4533 -id: 162 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1611033474 {#4526 date: 2021-01-19 14:17:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033474 {#4527 date: 2021-01-19 14:17:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4534 …} -Children: Doctrine\ORM\PersistentCollection {#4537 …} -Parent: Eccube\Entity\Category {#4528} -Creator: null } Eccube\Entity\Category {#4542 -id: 161 -name: "アイスクリーム" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1611033470 {#4540 date: 2021-01-19 14:17:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033470 {#4541 date: 2021-01-19 14:17:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4543 …} -Children: Doctrine\ORM\PersistentCollection {#4546 …} -Parent: Eccube\Entity\Category {#4528} -Creator: null } Eccube\Entity\Category {#4549 -id: 160 -name: "チーズ" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1611033457 {#4547 date: 2021-01-19 14:17:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033457 {#4548 date: 2021-01-19 14:17:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4550 …} -Children: Doctrine\ORM\PersistentCollection {#4553 …} -Parent: Eccube\Entity\Category {#4528} -Creator: null } Eccube\Entity\Category {#4556 -id: 159 -name: "その他" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1611033453 {#4554 date: 2021-01-19 14:17:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033453 {#4555 date: 2021-01-19 14:17:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4557 …} -Children: Doctrine\ORM\PersistentCollection {#4560 …} -Parent: Eccube\Entity\Category {#4528} -Creator: null } Eccube\Entity\Category {#4563 -id: 127 -name: "調味料" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1611032407 {#4539 date: 2021-01-19 14:00:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032407 {#4538 date: 2021-01-19 14:00:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4564 …} -Children: Doctrine\ORM\PersistentCollection {#4567 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4568 -id: 169 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1611033520 {#4561 date: 2021-01-19 14:18:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033520 {#4562 date: 2021-01-19 14:18:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4569 …} -Children: Doctrine\ORM\PersistentCollection {#4572 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } Eccube\Entity\Category {#4577 -id: 168 -name: "味噌・醤油" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1611033517 {#4575 date: 2021-01-19 14:18:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033517 {#4576 date: 2021-01-19 14:18:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4578 …} -Children: Doctrine\ORM\PersistentCollection {#4581 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } Eccube\Entity\Category {#4584 -id: 167 -name: "みりん・料理酒" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1611033513 {#4582 date: 2021-01-19 14:18:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033513 {#4583 date: 2021-01-19 14:18:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4585 …} -Children: Doctrine\ORM\PersistentCollection {#4588 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } Eccube\Entity\Category {#4591 -id: 166 -name: "食用油" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1611033509 {#4589 date: 2021-01-19 14:18:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033509 {#4590 date: 2021-01-19 14:18:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4592 …} -Children: Doctrine\ORM\PersistentCollection {#4595 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } Eccube\Entity\Category {#4598 -id: 165 -name: "だし" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1611033506 {#4596 date: 2021-01-19 14:18:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033506 {#4597 date: 2021-01-19 14:18:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4599 …} -Children: Doctrine\ORM\PersistentCollection {#4602 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } Eccube\Entity\Category {#4605 -id: 164 -name: "ドレッシング" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1611033503 {#4603 date: 2021-01-19 14:18:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033503 {#4604 date: 2021-01-19 14:18:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4606 …} -Children: Doctrine\ORM\PersistentCollection {#4609 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } Eccube\Entity\Category {#4612 -id: 163 -name: "その他" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1611033500 {#4610 date: 2021-01-19 14:18:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033500 {#4611 date: 2021-01-19 14:18:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4613 …} -Children: Doctrine\ORM\PersistentCollection {#4616 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } Eccube\Entity\Category {#4619 -id: 128 -name: "飲料" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1611032414 {#4573 date: 2021-01-19 14:00:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032414 {#4574 date: 2021-01-19 14:00:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4620 …} -Children: Doctrine\ORM\PersistentCollection {#4623 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4624 -id: 175 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1611033561 {#4617 date: 2021-01-19 14:19:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033561 {#4618 date: 2021-01-19 14:19:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4625 …} -Children: Doctrine\ORM\PersistentCollection {#4628 …} -Parent: Eccube\Entity\Category {#4619} -Creator: null } Eccube\Entity\Category {#4633 -id: 174 -name: "水" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1611033556 {#4631 date: 2021-01-19 14:19:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033556 {#4632 date: 2021-01-19 14:19:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4634 …} -Children: Doctrine\ORM\PersistentCollection {#4637 …} -Parent: Eccube\Entity\Category {#4619} -Creator: null } Eccube\Entity\Category {#4640 -id: 173 -name: "お茶" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1611033552 {#4638 date: 2021-01-19 14:19:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033552 {#4639 date: 2021-01-19 14:19:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4641 …} -Children: Doctrine\ORM\PersistentCollection {#4644 …} -Parent: Eccube\Entity\Category {#4619} -Creator: null } Eccube\Entity\Category {#4647 -id: 172 -name: "珈琲" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1611033548 {#4645 date: 2021-01-19 14:19:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033548 {#4646 date: 2021-01-19 14:19:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4648 …} -Children: Doctrine\ORM\PersistentCollection {#4651 …} -Parent: Eccube\Entity\Category {#4619} -Creator: null } Eccube\Entity\Category {#4654 -id: 171 -name: "ジュース" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1611033544 {#4652 date: 2021-01-19 14:19:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033544 {#4653 date: 2021-01-19 14:19:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4655 …} -Children: Doctrine\ORM\PersistentCollection {#4658 …} -Parent: Eccube\Entity\Category {#4619} -Creator: null } Eccube\Entity\Category {#4661 -id: 170 -name: "その他" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1611033537 {#4659 date: 2021-01-19 14:18:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033537 {#4660 date: 2021-01-19 14:18:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4662 …} -Children: Doctrine\ORM\PersistentCollection {#4665 …} -Parent: Eccube\Entity\Category {#4619} -Creator: null } Eccube\Entity\Category {#4668 -id: 129 -name: "生花" -hierarchy: 1 -sort_no: 55 -create_date: DateTime @1611032420 {#4630 date: 2021-01-19 14:00:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032420 {#4629 date: 2021-01-19 14:00:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4669 …} -Children: Doctrine\ORM\PersistentCollection {#4672 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4673 -id: 177 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1611033580 {#4666 date: 2021-01-19 14:19:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033580 {#4667 date: 2021-01-19 14:19:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4674 …} -Children: Doctrine\ORM\PersistentCollection {#4677 …} -Parent: Eccube\Entity\Category {#4668} -Creator: null } Eccube\Entity\Category {#4682 -id: 176 -name: "ぼたん" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1611033577 {#4680 date: 2021-01-19 14:19:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033577 {#4681 date: 2021-01-19 14:19:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4683 …} -Children: Doctrine\ORM\PersistentCollection {#4686 …} -Parent: Eccube\Entity\Category {#4668} -Creator: null } Eccube\Entity\Category {#4687 -id: 130 -name: "選べるギフト" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1611032424 {#4679 date: 2021-01-19 14:00:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032424 {#4678 date: 2021-01-19 14:00:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4688 …} -Children: Doctrine\ORM\PersistentCollection {#4691 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4696 -id: 131 -name: "化粧品" -hierarchy: 1 -sort_no: 51 -create_date: DateTime @1611032429 {#4692 date: 2021-01-19 14:00:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032429 {#4693 date: 2021-01-19 14:00:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4697 …} -Children: Doctrine\ORM\PersistentCollection {#4700 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4701 -id: 181 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1611033606 {#4694 date: 2021-01-19 14:20:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033606 {#4695 date: 2021-01-19 14:20:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4702 …} -Children: Doctrine\ORM\PersistentCollection {#4705 …} -Parent: Eccube\Entity\Category {#4696} -Creator: null } Eccube\Entity\Category {#4710 -id: 180 -name: "ボディケア" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1611033600 {#4708 date: 2021-01-19 14:20:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033600 {#4709 date: 2021-01-19 14:20:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4711 …} -Children: Doctrine\ORM\PersistentCollection {#4714 …} -Parent: Eccube\Entity\Category {#4696} -Creator: null } Eccube\Entity\Category {#4717 -id: 179 -name: "スキンケア" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1611033598 {#4715 date: 2021-01-19 14:19:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033598 {#4716 date: 2021-01-19 14:19:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4718 …} -Children: Doctrine\ORM\PersistentCollection {#4721 …} -Parent: Eccube\Entity\Category {#4696} -Creator: null } Eccube\Entity\Category {#4724 -id: 178 -name: "その他" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1611033595 {#4722 date: 2021-01-19 14:19:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033595 {#4723 date: 2021-01-19 14:19:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4725 …} -Children: Doctrine\ORM\PersistentCollection {#4728 …} -Parent: Eccube\Entity\Category {#4696} -Creator: null } Eccube\Entity\Category {#4729 -id: 255 -name: "ペット用品" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1668385498 {#4707 date: 2022-11-14 09:24:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1668385498 {#4706 date: 2022-11-14 09:24:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4730 …} -Children: Doctrine\ORM\PersistentCollection {#4733 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4738 -id: 95 -name: "島根県ふるさと伝統工芸品" -hierarchy: 1 -sort_no: 45 -create_date: DateTime @1592719721 {#4734 date: 2020-06-21 15:08:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1592719721 {#4735 date: 2020-06-21 15:08:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4739 …} -Children: Doctrine\ORM\PersistentCollection {#4742 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4743 -id: 193 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1611033677 {#4736 date: 2021-01-19 14:21:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033677 {#4737 date: 2021-01-19 14:21:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4744 …} -Children: Doctrine\ORM\PersistentCollection {#4747 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4752 -id: 192 -name: "石工品" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1611033674 {#4750 date: 2021-01-19 14:21:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033674 {#4751 date: 2021-01-19 14:21:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4753 …} -Children: Doctrine\ORM\PersistentCollection {#4756 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4759 -id: 191 -name: "漆器" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1611033671 {#4757 date: 2021-01-19 14:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033671 {#4758 date: 2021-01-19 14:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4760 …} -Children: Doctrine\ORM\PersistentCollection {#4763 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4766 -id: 190 -name: "陶磁器" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1611033667 {#4764 date: 2021-01-19 14:21:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033667 {#4765 date: 2021-01-19 14:21:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4767 …} -Children: Doctrine\ORM\PersistentCollection {#4770 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4773 -id: 189 -name: "金工品" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1611033664 {#4771 date: 2021-01-19 14:21:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033664 {#4772 date: 2021-01-19 14:21:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4774 …} -Children: Doctrine\ORM\PersistentCollection {#4777 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4780 -id: 188 -name: "木竹品" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1611033661 {#4778 date: 2021-01-19 14:21:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033661 {#4779 date: 2021-01-19 14:21:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4781 …} -Children: Doctrine\ORM\PersistentCollection {#4784 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4787 -id: 187 -name: "繊維" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1611033658 {#4785 date: 2021-01-19 14:20:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033658 {#4786 date: 2021-01-19 14:20:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4788 …} -Children: Doctrine\ORM\PersistentCollection {#4791 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4794 -id: 186 -name: "和紙" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1611033655 {#4792 date: 2021-01-19 14:20:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033655 {#4793 date: 2021-01-19 14:20:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4795 …} -Children: Doctrine\ORM\PersistentCollection {#4798 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4801 -id: 185 -name: "貴石細工" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1611033652 {#4799 date: 2021-01-19 14:20:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033652 {#4800 date: 2021-01-19 14:20:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4802 …} -Children: Doctrine\ORM\PersistentCollection {#4805 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4808 -id: 184 -name: "面" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1611033649 {#4806 date: 2021-01-19 14:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033649 {#4807 date: 2021-01-19 14:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4809 …} -Children: Doctrine\ORM\PersistentCollection {#4812 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4815 -id: 183 -name: "人形玩具" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1611033646 {#4813 date: 2021-01-19 14:20:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033646 {#4814 date: 2021-01-19 14:20:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4816 …} -Children: Doctrine\ORM\PersistentCollection {#4819 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4822 -id: 182 -name: "その他" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1611033643 {#4820 date: 2021-01-19 14:20:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033643 {#4821 date: 2021-01-19 14:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4823 …} -Children: Doctrine\ORM\PersistentCollection {#4826 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4829 -id: 3 -name: "民工芸品" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1412172266 {#4749 date: 2014-10-01 23:04:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1587881299 {#4748 date: 2020-04-26 15:08:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4830 …} -Children: Doctrine\ORM\PersistentCollection {#4833 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4834 -id: 203 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1621986875 {#4827 date: 2021-05-26 08:54:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621986875 {#4828 date: 2021-05-26 08:54:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4835 …} -Children: Doctrine\ORM\PersistentCollection {#4838 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4843 -id: 194 -name: "石工品" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1611033716 {#4841 date: 2021-01-19 14:21:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033716 {#4842 date: 2021-01-19 14:21:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4844 …} -Children: Doctrine\ORM\PersistentCollection {#4847 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4850 -id: 7100 -name: "漆器" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1412172267 {#4848 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#4849 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4851 …} -Children: Doctrine\ORM\PersistentCollection {#4854 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4857 -id: 7000 -name: "陶磁器" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1412172267 {#4855 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#4856 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4858 …} -Children: Doctrine\ORM\PersistentCollection {#4861 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4864 -id: 7900 -name: "金工品" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1412172267 {#4862 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#4863 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4865 …} -Children: Doctrine\ORM\PersistentCollection {#4868 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4871 -id: 201 -name: "木竹品" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1611033753 {#4869 date: 2021-01-19 14:22:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033753 {#4870 date: 2021-01-19 14:22:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4872 …} -Children: Doctrine\ORM\PersistentCollection {#4875 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4878 -id: 200 -name: "繊維" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1611033749 {#4876 date: 2021-01-19 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033749 {#4877 date: 2021-01-19 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4879 …} -Children: Doctrine\ORM\PersistentCollection {#4882 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4885 -id: 7400 -name: "和紙" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1412172267 {#4883 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#4884 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4886 …} -Children: Doctrine\ORM\PersistentCollection {#4889 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4892 -id: 199 -name: "貴石細工" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1611033735 {#4890 date: 2021-01-19 14:22:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033735 {#4891 date: 2021-01-19 14:22:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4893 …} -Children: Doctrine\ORM\PersistentCollection {#4896 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4899 -id: 198 -name: "面" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1611033732 {#4897 date: 2021-01-19 14:22:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033732 {#4898 date: 2021-01-19 14:22:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4900 …} -Children: Doctrine\ORM\PersistentCollection {#4903 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4906 -id: 197 -name: "人形玩具" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1611033729 {#4904 date: 2021-01-19 14:22:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033729 {#4905 date: 2021-01-19 14:22:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4907 …} -Children: Doctrine\ORM\PersistentCollection {#4910 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4913 -id: 196 -name: "書籍・雑貨" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1611033725 {#4911 date: 2021-01-19 14:22:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033725 {#4912 date: 2021-01-19 14:22:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4914 …} -Children: Doctrine\ORM\PersistentCollection {#4917 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4920 -id: 195 -name: "その他" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1611033722 {#4918 date: 2021-01-19 14:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033722 {#4919 date: 2021-01-19 14:22:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4921 …} -Children: Doctrine\ORM\PersistentCollection {#4924 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4925 -id: 96 -name: "お買物袋" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1593560169 {#4839 date: 2020-07-01 08:36:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1593560169 {#4840 date: 2020-07-01 08:36:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4926 …} -Children: Doctrine\ORM\PersistentCollection {#4929 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4934 -id: 97 -name: "ピックアップ商品" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1596072849 {#4930 date: 2020-07-30 10:34:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1596072849 {#4931 date: 2020-07-30 10:34:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4935 …} -Children: Doctrine\ORM\PersistentCollection {#4938 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4939 -id: 103 -name: " ピックアップ_お菓子" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1596073104 {#4932 date: 2020-07-30 10:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956977 {#4933 date: 2021-01-18 17:02:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4940 …} -Children: Doctrine\ORM\PersistentCollection {#4943 …} -Parent: Eccube\Entity\Category {#4934} -Creator: null } Eccube\Entity\Category {#4948 -id: 102 -name: " ピックアップ_仁多米" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1596073097 {#4946 date: 2020-07-30 10:38:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956981 {#4947 date: 2021-01-18 17:03:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4949 …} -Children: Doctrine\ORM\PersistentCollection {#4952 …} -Parent: Eccube\Entity\Category {#4934} -Creator: null } Eccube\Entity\Category {#4955 -id: 101 -name: " ピックアップ_出雲そば" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1596073080 {#4953 date: 2020-07-30 10:38:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956985 {#4954 date: 2021-01-18 17:03:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4956 …} -Children: Doctrine\ORM\PersistentCollection {#4959 …} -Parent: Eccube\Entity\Category {#4934} -Creator: null } Eccube\Entity\Category {#4962 -id: 100 -name: " ピックアップ_あご野焼き" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1596073075 {#4960 date: 2020-07-30 10:37:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956987 {#4961 date: 2021-01-18 17:03:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4963 …} -Children: Doctrine\ORM\PersistentCollection {#4966 …} -Parent: Eccube\Entity\Category {#4934} -Creator: null } Eccube\Entity\Category {#4969 -id: 98 -name: " ピックアップ_しじみ" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1596073025 {#4967 date: 2020-07-30 10:37:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956993 {#4968 date: 2021-01-18 17:03:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4970 …} -Children: Doctrine\ORM\PersistentCollection {#4973 …} -Parent: Eccube\Entity\Category {#4934} -Creator: null } Eccube\Entity\Category {#4976 -id: 99 -name: " ピックアップ_一夜干し" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1596073050 {#4974 date: 2020-07-30 10:37:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956990 {#4975 date: 2021-01-18 17:03:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4977 …} -Children: Doctrine\ORM\PersistentCollection {#4980 …} -Parent: Eccube\Entity\Category {#4934} -Creator: null } Eccube\Entity\Category {#4983 -id: 89 -name: "価格帯で探す" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1588947730 {#4945 date: 2020-05-08 23:22:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947730 {#4944 date: 2020-05-08 23:22:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4984 …} -Children: Doctrine\ORM\PersistentCollection {#4987 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4988 -id: 94 -name: "~1,000円" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1588947783 {#4981 date: 2020-05-08 23:23:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947783 {#4982 date: 2020-05-08 23:23:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4989 …} -Children: Doctrine\ORM\PersistentCollection {#4992 …} -Parent: Eccube\Entity\Category {#4983} -Creator: null } Eccube\Entity\Category {#4997 -id: 93 -name: "1,001円~3,000円" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1588947778 {#4995 date: 2020-05-08 23:22:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947778 {#4996 date: 2020-05-08 23:22:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4998 …} -Children: Doctrine\ORM\PersistentCollection {#5001 …} -Parent: Eccube\Entity\Category {#4983} -Creator: null } Eccube\Entity\Category {#5004 -id: 92 -name: "3,001円~5,000円" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1588947766 {#5002 date: 2020-05-08 23:22:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947766 {#5003 date: 2020-05-08 23:22:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5005 …} -Children: Doctrine\ORM\PersistentCollection {#5008 …} -Parent: Eccube\Entity\Category {#4983} -Creator: null } Eccube\Entity\Category {#5011 -id: 91 -name: "5,001円~10,000円" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1588947760 {#5009 date: 2020-05-08 23:22:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947760 {#5010 date: 2020-05-08 23:22:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5012 …} -Children: Doctrine\ORM\PersistentCollection {#5015 …} -Parent: Eccube\Entity\Category {#4983} -Creator: null } Eccube\Entity\Category {#5018 -id: 90 -name: "10,001円~" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1588947757 {#5016 date: 2020-05-08 23:22:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947757 {#5017 date: 2020-05-08 23:22:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5019 …} -Children: Doctrine\ORM\PersistentCollection {#5022 …} -Parent: Eccube\Entity\Category {#4983} -Creator: null } Eccube\Entity\Category {#5025 -id: 106 -name: "地域" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1601269846 {#4993 date: 2020-09-28 14:10:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269846 {#4994 date: 2020-09-28 14:10:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5026 …} -Children: Doctrine\ORM\PersistentCollection {#5029 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5030 -id: 107 -name: "出雲地方" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1601269929 {#5023 date: 2020-09-28 14:12:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269929 {#5024 date: 2020-09-28 14:12:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5031 …} -Children: Doctrine\ORM\PersistentCollection {#5034 …} -Parent: Eccube\Entity\Category {#5025} -Creator: null } Eccube\Entity\Category {#5039 -id: 108 -name: "石見地方" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1601269934 {#5037 date: 2020-09-28 14:12:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269934 {#5038 date: 2020-09-28 14:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5040 …} -Children: Doctrine\ORM\PersistentCollection {#5043 …} -Parent: Eccube\Entity\Category {#5025} -Creator: null } Eccube\Entity\Category {#5046 -id: 109 -name: "隠岐地方" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1601269937 {#5044 date: 2020-09-28 14:12:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269937 {#5045 date: 2020-09-28 14:12:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5047 …} -Children: Doctrine\ORM\PersistentCollection {#5050 …} -Parent: Eccube\Entity\Category {#5025} -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 {#3988 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#3321 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3995 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#3994 …} } |
| choices | [ Eccube\Entity\Category {#3980 -id: 254 -name: "お歳暮" -hierarchy: 1 -sort_no: 147 -create_date: DateTime @1664781674 {#4027 date: 2022-10-03 16:21:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1664781674 {#4021 date: 2022-10-03 16:21:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4069 …} -Children: Doctrine\ORM\PersistentCollection {#4066 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4063 -id: 257 -name: "お中元" -hierarchy: 1 -sort_no: 146 -create_date: DateTime @1684369701 {#4065 date: 2023-05-18 09:28:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1684369701 {#4064 date: 2023-05-18 09:28:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4062 …} -Children: Doctrine\ORM\PersistentCollection {#4059 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4056 -id: 248 -name: "サービス対象商品期間限定セット" -hierarchy: 1 -sort_no: 145 -create_date: DateTime @1643006032 {#4058 date: 2022-01-24 15:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1643006032 {#4057 date: 2022-01-24 15:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4055 …} -Children: Doctrine\ORM\PersistentCollection {#4052 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4047 -id: 207 -name: "サービス対象外" -hierarchy: 1 -sort_no: 144 -create_date: DateTime @1642720040 {#4051 date: 2022-01-21 08:07:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642757393 {#4050 date: 2022-01-21 18:29:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4046 …} -Children: Doctrine\ORM\PersistentCollection {#4043 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4042 -id: 232 -name: "酒類" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1642720052 {#4049 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720052 {#4048 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4041 …} -Children: Doctrine\ORM\PersistentCollection {#4037 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4031 -id: 233 -name: "お菓子" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1642720053 {#4034 date: 2022-01-21 08:07:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720053 {#4032 date: 2022-01-21 08:07:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4030 …} -Children: Doctrine\ORM\PersistentCollection {#4026 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4023 -id: 234 -name: "水産物・水産加工品" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1642720054 {#4025 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720054 {#4024 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4022 …} -Children: Doctrine\ORM\PersistentCollection {#4018 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4015 -id: 235 -name: "農畜産物・農産加工品" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1642720054 {#4017 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720054 {#4016 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4013 …} -Children: Doctrine\ORM\PersistentCollection {#3959 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#3956 -id: 236 -name: "麺類" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1642720055 {#3958 date: 2022-01-21 08:07:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720055 {#3957 date: 2022-01-21 08:07:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3955 …} -Children: Doctrine\ORM\PersistentCollection {#3952 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4105 -id: 237 -name: "乳製品" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1642720056 {#3962 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720056 {#4107 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4103 …} -Children: Doctrine\ORM\PersistentCollection {#4097 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4108 -id: 238 -name: "調味料" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1642720056 {#4073 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720056 {#4109 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4106 …} -Children: Doctrine\ORM\PersistentCollection {#4100 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4098 -id: 239 -name: "飲料" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1642720057 {#4095 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720057 {#4096 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4094 …} -Children: Doctrine\ORM\PersistentCollection {#4091 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4088 -id: 240 -name: "選べるギフト" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1642720057 {#4090 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720057 {#4089 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4087 …} -Children: Doctrine\ORM\PersistentCollection {#4084 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4081 -id: 241 -name: "化粧品" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1642720058 {#4083 date: 2022-01-21 08:07:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720058 {#4082 date: 2022-01-21 08:07:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4080 …} -Children: Doctrine\ORM\PersistentCollection {#4119 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4122 -id: 242 -name: "島根県ふるさと伝統工芸品" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1642720059 {#4120 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720059 {#4121 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4123 …} -Children: Doctrine\ORM\PersistentCollection {#4126 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4129 -id: 243 -name: "民工芸品" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1642720059 {#4127 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720059 {#4128 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4130 …} -Children: Doctrine\ORM\PersistentCollection {#4133 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4136 -id: 247 -name: "生花" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1642720062 {#4134 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720062 {#4135 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4137 …} -Children: Doctrine\ORM\PersistentCollection {#4140 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4143 -id: 244 -name: "お買物袋" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1642720060 {#4141 date: 2022-01-21 08:07:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720060 {#4142 date: 2022-01-21 08:07:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4144 …} -Children: Doctrine\ORM\PersistentCollection {#4147 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } Eccube\Entity\Category {#4150 -id: 206 -name: "送料サービス対象" -hierarchy: 1 -sort_no: 129 -create_date: DateTime @1642720040 {#4035 date: 2022-01-21 08:07:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1647215408 {#4036 date: 2022-03-14 08:50:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4151 …} -Children: Doctrine\ORM\PersistentCollection {#4154 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4155 -id: 252 -name: "父の日ギフト" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1648425101 {#4148 date: 2022-03-28 08:51:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648425101 {#4149 date: 2022-03-28 08:51:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4156 …} -Children: Doctrine\ORM\PersistentCollection {#4159 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4164 -id: 251 -name: "母の日ギフト" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1648425094 {#4162 date: 2022-03-28 08:51:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648425094 {#4163 date: 2022-03-28 08:51:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4165 …} -Children: Doctrine\ORM\PersistentCollection {#4168 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4171 -id: 220 -name: "酒類" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1642720046 {#4169 date: 2022-01-21 08:07:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720046 {#4170 date: 2022-01-21 08:07:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4172 …} -Children: Doctrine\ORM\PersistentCollection {#4175 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4178 -id: 221 -name: "お菓子" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1642720047 {#4176 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720047 {#4177 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4179 …} -Children: Doctrine\ORM\PersistentCollection {#4182 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4185 -id: 222 -name: "水産物・水産加工品" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1642720047 {#4183 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720047 {#4184 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4186 …} -Children: Doctrine\ORM\PersistentCollection {#4189 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4192 -id: 223 -name: "農畜産物・農産加工品" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1642720048 {#4190 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720048 {#4191 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4193 …} -Children: Doctrine\ORM\PersistentCollection {#4196 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4199 -id: 224 -name: "麺類" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1642720048 {#4197 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720048 {#4198 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4200 …} -Children: Doctrine\ORM\PersistentCollection {#4203 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4206 -id: 225 -name: "乳製品" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1642720049 {#4204 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720049 {#4205 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4207 …} -Children: Doctrine\ORM\PersistentCollection {#4210 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4213 -id: 226 -name: "調味料" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1642720049 {#4211 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720049 {#4212 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4214 …} -Children: Doctrine\ORM\PersistentCollection {#4217 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4220 -id: 227 -name: "飲料" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1642720050 {#4218 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720050 {#4219 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4221 …} -Children: Doctrine\ORM\PersistentCollection {#4224 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4227 -id: 228 -name: "選べるギフト" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1642720050 {#4225 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720050 {#4226 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4228 …} -Children: Doctrine\ORM\PersistentCollection {#4231 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4234 -id: 229 -name: "化粧品" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1642720051 {#4232 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720051 {#4233 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4235 …} -Children: Doctrine\ORM\PersistentCollection {#4238 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4241 -id: 230 -name: "島根県ふるさと伝統工芸品" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1642720051 {#4239 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720051 {#4240 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4242 …} -Children: Doctrine\ORM\PersistentCollection {#4245 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4248 -id: 231 -name: "民工芸品" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1642720052 {#4246 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720052 {#4247 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4249 …} -Children: Doctrine\ORM\PersistentCollection {#4252 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4255 -id: 246 -name: "生花" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1642720062 {#4253 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720062 {#4254 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4256 …} -Children: Doctrine\ORM\PersistentCollection {#4259 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } Eccube\Entity\Category {#4260 -id: 204 -name: "ギフト商品" -hierarchy: 1 -sort_no: 113 -create_date: DateTime @1636094940 {#4160 date: 2021-11-05 15:49:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1636095000 {#4161 date: 2021-11-05 15:50:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4261 …} -Children: Doctrine\ORM\PersistentCollection {#4264 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4267 -id: 202 -name: "【セール】お買い得商品" -hierarchy: 1 -sort_no: 112 -create_date: DateTime @1611038841 {#4265 date: 2021-01-19 15:47:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611038841 {#4266 date: 2021-01-19 15:47:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4268 …} -Children: Doctrine\ORM\PersistentCollection {#4271 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4274 -id: 120 -name: "島根ふるさとフェア" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1610413573 {#4272 date: 2021-01-12 10:06:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610413573 {#4273 date: 2021-01-12 10:06:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4275 …} -Children: Doctrine\ORM\PersistentCollection {#4278 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4281 -id: 256 -name: "ひな祭り特集" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1676017870 {#4279 date: 2023-02-10 17:31:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1676017870 {#4280 date: 2023-02-10 17:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4282 …} -Children: Doctrine\ORM\PersistentCollection {#4285 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4288 -id: 116 -name: "お正月" -hierarchy: 1 -sort_no: 109 -create_date: DateTime @1603758774 {#4286 date: 2020-10-27 09:32:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1603758774 {#4287 date: 2020-10-27 09:32:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4289 …} -Children: Doctrine\ORM\PersistentCollection {#4292 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4297 -id: 121 -name: "酒類" -hierarchy: 1 -sort_no: 108 -create_date: DateTime @1611032372 {#4293 date: 2021-01-19 13:59:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032372 {#4294 date: 2021-01-19 13:59:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4298 …} -Children: Doctrine\ORM\PersistentCollection {#4301 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4302 -id: 132 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1611033249 {#4295 date: 2021-01-19 14:14:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033249 {#4296 date: 2021-01-19 14:14:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4303 …} -Children: Doctrine\ORM\PersistentCollection {#4306 …} -Parent: Eccube\Entity\Category {#4297} -Creator: null } Eccube\Entity\Category {#4311 -id: 137 -name: "地酒" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1611033272 {#4309 date: 2021-01-19 14:14:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033272 {#4310 date: 2021-01-19 14:14:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4312 …} -Children: Doctrine\ORM\PersistentCollection {#4315 …} -Parent: Eccube\Entity\Category {#4297} -Creator: null } Eccube\Entity\Category {#4318 -id: 136 -name: "焼酎" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1611033269 {#4316 date: 2021-01-19 14:14:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033269 {#4317 date: 2021-01-19 14:14:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4319 …} -Children: Doctrine\ORM\PersistentCollection {#4322 …} -Parent: Eccube\Entity\Category {#4297} -Creator: null } Eccube\Entity\Category {#4325 -id: 135 -name: "地ビール" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1611033265 {#4323 date: 2021-01-19 14:14:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033265 {#4324 date: 2021-01-19 14:14:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4326 …} -Children: Doctrine\ORM\PersistentCollection {#4329 …} -Parent: Eccube\Entity\Category {#4297} -Creator: null } Eccube\Entity\Category {#4332 -id: 134 -name: "ワイン" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1611033261 {#4330 date: 2021-01-19 14:14:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033261 {#4331 date: 2021-01-19 14:14:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4333 …} -Children: Doctrine\ORM\PersistentCollection {#4336 …} -Parent: Eccube\Entity\Category {#4297} -Creator: null } Eccube\Entity\Category {#4339 -id: 133 -name: "その他" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1611033256 {#4337 date: 2021-01-19 14:14:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033256 {#4338 date: 2021-01-19 14:14:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4340 …} -Children: Doctrine\ORM\PersistentCollection {#4343 …} -Parent: Eccube\Entity\Category {#4297} -Creator: null } Eccube\Entity\Category {#4346 -id: 122 -name: "お菓子" -hierarchy: 1 -sort_no: 101 -create_date: DateTime @1611032382 {#4308 date: 2021-01-19 13:59:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032382 {#4307 date: 2021-01-19 13:59:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4347 …} -Children: Doctrine\ORM\PersistentCollection {#4350 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4351 -id: 141 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1611033316 {#4344 date: 2021-01-19 14:15:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033316 {#4345 date: 2021-01-19 14:15:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4352 …} -Children: Doctrine\ORM\PersistentCollection {#4355 …} -Parent: Eccube\Entity\Category {#4346} -Creator: null } Eccube\Entity\Category {#4360 -id: 140 -name: "和菓子" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1611033312 {#4358 date: 2021-01-19 14:15:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033312 {#4359 date: 2021-01-19 14:15:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4361 …} -Children: Doctrine\ORM\PersistentCollection {#4364 …} -Parent: Eccube\Entity\Category {#4346} -Creator: null } Eccube\Entity\Category {#4367 -id: 139 -name: "洋菓子" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1611033308 {#4365 date: 2021-01-19 14:15:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033308 {#4366 date: 2021-01-19 14:15:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4368 …} -Children: Doctrine\ORM\PersistentCollection {#4371 …} -Parent: Eccube\Entity\Category {#4346} -Creator: null } Eccube\Entity\Category {#4374 -id: 138 -name: "その他" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1611033304 {#4372 date: 2021-01-19 14:15:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033304 {#4373 date: 2021-01-19 14:15:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4375 …} -Children: Doctrine\ORM\PersistentCollection {#4378 …} -Parent: Eccube\Entity\Category {#4346} -Creator: null } Eccube\Entity\Category {#4381 -id: 123 -name: "水産物・水産加工品" -hierarchy: 1 -sort_no: 96 -create_date: DateTime @1611032386 {#4357 date: 2021-01-19 13:59:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032386 {#4356 date: 2021-01-19 13:59:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4382 …} -Children: Doctrine\ORM\PersistentCollection {#4385 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4386 -id: 148 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1611033359 {#4379 date: 2021-01-19 14:15:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033359 {#4380 date: 2021-01-19 14:15:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4387 …} -Children: Doctrine\ORM\PersistentCollection {#4390 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } Eccube\Entity\Category {#4395 -id: 147 -name: "しじみ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1611033356 {#4393 date: 2021-01-19 14:15:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033356 {#4394 date: 2021-01-19 14:15:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4396 …} -Children: Doctrine\ORM\PersistentCollection {#4399 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } Eccube\Entity\Category {#4402 -id: 146 -name: "干物" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1611033353 {#4400 date: 2021-01-19 14:15:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033353 {#4401 date: 2021-01-19 14:15:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4403 …} -Children: Doctrine\ORM\PersistentCollection {#4406 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } Eccube\Entity\Category {#4409 -id: 145 -name: "海藻類" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1611033350 {#4407 date: 2021-01-19 14:15:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033350 {#4408 date: 2021-01-19 14:15:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4410 …} -Children: Doctrine\ORM\PersistentCollection {#4413 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } Eccube\Entity\Category {#4416 -id: 144 -name: "蒲鉾・練り物" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1611033347 {#4414 date: 2021-01-19 14:15:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033347 {#4415 date: 2021-01-19 14:15:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4417 …} -Children: Doctrine\ORM\PersistentCollection {#4420 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } Eccube\Entity\Category {#4423 -id: 143 -name: "珍味・佃煮" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1611033343 {#4421 date: 2021-01-19 14:15:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033343 {#4422 date: 2021-01-19 14:15:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4424 …} -Children: Doctrine\ORM\PersistentCollection {#4427 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } Eccube\Entity\Category {#4430 -id: 142 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1611033340 {#4428 date: 2021-01-19 14:15:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033340 {#4429 date: 2021-01-19 14:15:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4431 …} -Children: Doctrine\ORM\PersistentCollection {#4434 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } Eccube\Entity\Category {#4437 -id: 124 -name: "農畜産物・農産加工品" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1611032392 {#4391 date: 2021-01-19 13:59:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032392 {#4392 date: 2021-01-19 13:59:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4438 …} -Children: Doctrine\ORM\PersistentCollection {#4441 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4442 -id: 153 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1611033403 {#4435 date: 2021-01-19 14:16:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033403 {#4436 date: 2021-01-19 14:16:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4443 …} -Children: Doctrine\ORM\PersistentCollection {#4446 …} -Parent: Eccube\Entity\Category {#4437} -Creator: null } Eccube\Entity\Category {#4451 -id: 152 -name: "肉・卵" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1611033393 {#4449 date: 2021-01-19 14:16:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033393 {#4450 date: 2021-01-19 14:16:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4452 …} -Children: Doctrine\ORM\PersistentCollection {#4455 …} -Parent: Eccube\Entity\Category {#4437} -Creator: null } Eccube\Entity\Category {#4458 -id: 151 -name: "米・餅" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1611033390 {#4456 date: 2021-01-19 14:16:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033390 {#4457 date: 2021-01-19 14:16:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4459 …} -Children: Doctrine\ORM\PersistentCollection {#4462 …} -Parent: Eccube\Entity\Category {#4437} -Creator: null } Eccube\Entity\Category {#4465 -id: 253 -name: "新米" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1664353400 {#4463 date: 2022-09-28 17:23:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1664353400 {#4464 date: 2022-09-28 17:23:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4466 …} -Children: Doctrine\ORM\PersistentCollection {#4469 …} -Parent: Eccube\Entity\Category {#4437} -Creator: null } Eccube\Entity\Category {#4472 -id: 150 -name: "野菜・果物" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1611033388 {#4470 date: 2021-01-19 14:16:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033388 {#4471 date: 2021-01-19 14:16:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4473 …} -Children: Doctrine\ORM\PersistentCollection {#4476 …} -Parent: Eccube\Entity\Category {#4437} -Creator: null } Eccube\Entity\Category {#4479 -id: 149 -name: "その他" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1611033385 {#4477 date: 2021-01-19 14:16:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033385 {#4478 date: 2021-01-19 14:16:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4480 …} -Children: Doctrine\ORM\PersistentCollection {#4483 …} -Parent: Eccube\Entity\Category {#4437} -Creator: null } Eccube\Entity\Category {#4486 -id: 125 -name: "麺類" -hierarchy: 1 -sort_no: 81 -create_date: DateTime @1611032396 {#4448 date: 2021-01-19 13:59:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032396 {#4447 date: 2021-01-19 13:59:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4487 …} -Children: Doctrine\ORM\PersistentCollection {#4490 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4491 -id: 158 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1611033432 {#4484 date: 2021-01-19 14:17:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033432 {#4485 date: 2021-01-19 14:17:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4492 …} -Children: Doctrine\ORM\PersistentCollection {#4495 …} -Parent: Eccube\Entity\Category {#4486} -Creator: null } Eccube\Entity\Category {#4500 -id: 157 -name: "そば" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1611033427 {#4498 date: 2021-01-19 14:17:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033427 {#4499 date: 2021-01-19 14:17:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4501 …} -Children: Doctrine\ORM\PersistentCollection {#4504 …} -Parent: Eccube\Entity\Category {#4486} -Creator: null } Eccube\Entity\Category {#4507 -id: 156 -name: "うどん" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1611033424 {#4505 date: 2021-01-19 14:17:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033424 {#4506 date: 2021-01-19 14:17:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4508 …} -Children: Doctrine\ORM\PersistentCollection {#4511 …} -Parent: Eccube\Entity\Category {#4486} -Creator: null } Eccube\Entity\Category {#4514 -id: 155 -name: "ラーメン" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1611033421 {#4512 date: 2021-01-19 14:17:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033421 {#4513 date: 2021-01-19 14:17:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4515 …} -Children: Doctrine\ORM\PersistentCollection {#4518 …} -Parent: Eccube\Entity\Category {#4486} -Creator: null } Eccube\Entity\Category {#4521 -id: 154 -name: "その他" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1611033418 {#4519 date: 2021-01-19 14:16:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033418 {#4520 date: 2021-01-19 14:16:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4522 …} -Children: Doctrine\ORM\PersistentCollection {#4525 …} -Parent: Eccube\Entity\Category {#4486} -Creator: null } Eccube\Entity\Category {#4528 -id: 126 -name: "乳製品" -hierarchy: 1 -sort_no: 75 -create_date: DateTime @1611032402 {#4496 date: 2021-01-19 14:00:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032402 {#4497 date: 2021-01-19 14:00:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4529 …} -Children: Doctrine\ORM\PersistentCollection {#4532 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4533 -id: 162 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1611033474 {#4526 date: 2021-01-19 14:17:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033474 {#4527 date: 2021-01-19 14:17:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4534 …} -Children: Doctrine\ORM\PersistentCollection {#4537 …} -Parent: Eccube\Entity\Category {#4528} -Creator: null } Eccube\Entity\Category {#4542 -id: 161 -name: "アイスクリーム" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1611033470 {#4540 date: 2021-01-19 14:17:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033470 {#4541 date: 2021-01-19 14:17:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4543 …} -Children: Doctrine\ORM\PersistentCollection {#4546 …} -Parent: Eccube\Entity\Category {#4528} -Creator: null } Eccube\Entity\Category {#4549 -id: 160 -name: "チーズ" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1611033457 {#4547 date: 2021-01-19 14:17:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033457 {#4548 date: 2021-01-19 14:17:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4550 …} -Children: Doctrine\ORM\PersistentCollection {#4553 …} -Parent: Eccube\Entity\Category {#4528} -Creator: null } Eccube\Entity\Category {#4556 -id: 159 -name: "その他" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1611033453 {#4554 date: 2021-01-19 14:17:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033453 {#4555 date: 2021-01-19 14:17:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4557 …} -Children: Doctrine\ORM\PersistentCollection {#4560 …} -Parent: Eccube\Entity\Category {#4528} -Creator: null } Eccube\Entity\Category {#4563 -id: 127 -name: "調味料" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1611032407 {#4539 date: 2021-01-19 14:00:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032407 {#4538 date: 2021-01-19 14:00:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4564 …} -Children: Doctrine\ORM\PersistentCollection {#4567 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4568 -id: 169 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1611033520 {#4561 date: 2021-01-19 14:18:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033520 {#4562 date: 2021-01-19 14:18:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4569 …} -Children: Doctrine\ORM\PersistentCollection {#4572 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } Eccube\Entity\Category {#4577 -id: 168 -name: "味噌・醤油" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1611033517 {#4575 date: 2021-01-19 14:18:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033517 {#4576 date: 2021-01-19 14:18:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4578 …} -Children: Doctrine\ORM\PersistentCollection {#4581 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } Eccube\Entity\Category {#4584 -id: 167 -name: "みりん・料理酒" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1611033513 {#4582 date: 2021-01-19 14:18:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033513 {#4583 date: 2021-01-19 14:18:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4585 …} -Children: Doctrine\ORM\PersistentCollection {#4588 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } Eccube\Entity\Category {#4591 -id: 166 -name: "食用油" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1611033509 {#4589 date: 2021-01-19 14:18:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033509 {#4590 date: 2021-01-19 14:18:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4592 …} -Children: Doctrine\ORM\PersistentCollection {#4595 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } Eccube\Entity\Category {#4598 -id: 165 -name: "だし" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1611033506 {#4596 date: 2021-01-19 14:18:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033506 {#4597 date: 2021-01-19 14:18:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4599 …} -Children: Doctrine\ORM\PersistentCollection {#4602 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } Eccube\Entity\Category {#4605 -id: 164 -name: "ドレッシング" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1611033503 {#4603 date: 2021-01-19 14:18:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033503 {#4604 date: 2021-01-19 14:18:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4606 …} -Children: Doctrine\ORM\PersistentCollection {#4609 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } Eccube\Entity\Category {#4612 -id: 163 -name: "その他" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1611033500 {#4610 date: 2021-01-19 14:18:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033500 {#4611 date: 2021-01-19 14:18:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4613 …} -Children: Doctrine\ORM\PersistentCollection {#4616 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } Eccube\Entity\Category {#4619 -id: 128 -name: "飲料" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1611032414 {#4573 date: 2021-01-19 14:00:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032414 {#4574 date: 2021-01-19 14:00:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4620 …} -Children: Doctrine\ORM\PersistentCollection {#4623 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4624 -id: 175 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1611033561 {#4617 date: 2021-01-19 14:19:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033561 {#4618 date: 2021-01-19 14:19:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4625 …} -Children: Doctrine\ORM\PersistentCollection {#4628 …} -Parent: Eccube\Entity\Category {#4619} -Creator: null } Eccube\Entity\Category {#4633 -id: 174 -name: "水" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1611033556 {#4631 date: 2021-01-19 14:19:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033556 {#4632 date: 2021-01-19 14:19:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4634 …} -Children: Doctrine\ORM\PersistentCollection {#4637 …} -Parent: Eccube\Entity\Category {#4619} -Creator: null } Eccube\Entity\Category {#4640 -id: 173 -name: "お茶" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1611033552 {#4638 date: 2021-01-19 14:19:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033552 {#4639 date: 2021-01-19 14:19:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4641 …} -Children: Doctrine\ORM\PersistentCollection {#4644 …} -Parent: Eccube\Entity\Category {#4619} -Creator: null } Eccube\Entity\Category {#4647 -id: 172 -name: "珈琲" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1611033548 {#4645 date: 2021-01-19 14:19:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033548 {#4646 date: 2021-01-19 14:19:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4648 …} -Children: Doctrine\ORM\PersistentCollection {#4651 …} -Parent: Eccube\Entity\Category {#4619} -Creator: null } Eccube\Entity\Category {#4654 -id: 171 -name: "ジュース" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1611033544 {#4652 date: 2021-01-19 14:19:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033544 {#4653 date: 2021-01-19 14:19:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4655 …} -Children: Doctrine\ORM\PersistentCollection {#4658 …} -Parent: Eccube\Entity\Category {#4619} -Creator: null } Eccube\Entity\Category {#4661 -id: 170 -name: "その他" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1611033537 {#4659 date: 2021-01-19 14:18:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033537 {#4660 date: 2021-01-19 14:18:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4662 …} -Children: Doctrine\ORM\PersistentCollection {#4665 …} -Parent: Eccube\Entity\Category {#4619} -Creator: null } Eccube\Entity\Category {#4668 -id: 129 -name: "生花" -hierarchy: 1 -sort_no: 55 -create_date: DateTime @1611032420 {#4630 date: 2021-01-19 14:00:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032420 {#4629 date: 2021-01-19 14:00:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4669 …} -Children: Doctrine\ORM\PersistentCollection {#4672 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4673 -id: 177 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1611033580 {#4666 date: 2021-01-19 14:19:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033580 {#4667 date: 2021-01-19 14:19:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4674 …} -Children: Doctrine\ORM\PersistentCollection {#4677 …} -Parent: Eccube\Entity\Category {#4668} -Creator: null } Eccube\Entity\Category {#4682 -id: 176 -name: "ぼたん" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1611033577 {#4680 date: 2021-01-19 14:19:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033577 {#4681 date: 2021-01-19 14:19:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4683 …} -Children: Doctrine\ORM\PersistentCollection {#4686 …} -Parent: Eccube\Entity\Category {#4668} -Creator: null } Eccube\Entity\Category {#4687 -id: 130 -name: "選べるギフト" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1611032424 {#4679 date: 2021-01-19 14:00:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032424 {#4678 date: 2021-01-19 14:00:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4688 …} -Children: Doctrine\ORM\PersistentCollection {#4691 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4696 -id: 131 -name: "化粧品" -hierarchy: 1 -sort_no: 51 -create_date: DateTime @1611032429 {#4692 date: 2021-01-19 14:00:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032429 {#4693 date: 2021-01-19 14:00:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4697 …} -Children: Doctrine\ORM\PersistentCollection {#4700 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4701 -id: 181 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1611033606 {#4694 date: 2021-01-19 14:20:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033606 {#4695 date: 2021-01-19 14:20:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4702 …} -Children: Doctrine\ORM\PersistentCollection {#4705 …} -Parent: Eccube\Entity\Category {#4696} -Creator: null } Eccube\Entity\Category {#4710 -id: 180 -name: "ボディケア" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1611033600 {#4708 date: 2021-01-19 14:20:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033600 {#4709 date: 2021-01-19 14:20:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4711 …} -Children: Doctrine\ORM\PersistentCollection {#4714 …} -Parent: Eccube\Entity\Category {#4696} -Creator: null } Eccube\Entity\Category {#4717 -id: 179 -name: "スキンケア" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1611033598 {#4715 date: 2021-01-19 14:19:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033598 {#4716 date: 2021-01-19 14:19:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4718 …} -Children: Doctrine\ORM\PersistentCollection {#4721 …} -Parent: Eccube\Entity\Category {#4696} -Creator: null } Eccube\Entity\Category {#4724 -id: 178 -name: "その他" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1611033595 {#4722 date: 2021-01-19 14:19:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033595 {#4723 date: 2021-01-19 14:19:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4725 …} -Children: Doctrine\ORM\PersistentCollection {#4728 …} -Parent: Eccube\Entity\Category {#4696} -Creator: null } Eccube\Entity\Category {#4729 -id: 255 -name: "ペット用品" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1668385498 {#4707 date: 2022-11-14 09:24:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1668385498 {#4706 date: 2022-11-14 09:24:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4730 …} -Children: Doctrine\ORM\PersistentCollection {#4733 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4738 -id: 95 -name: "島根県ふるさと伝統工芸品" -hierarchy: 1 -sort_no: 45 -create_date: DateTime @1592719721 {#4734 date: 2020-06-21 15:08:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1592719721 {#4735 date: 2020-06-21 15:08:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4739 …} -Children: Doctrine\ORM\PersistentCollection {#4742 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4743 -id: 193 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1611033677 {#4736 date: 2021-01-19 14:21:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033677 {#4737 date: 2021-01-19 14:21:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4744 …} -Children: Doctrine\ORM\PersistentCollection {#4747 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4752 -id: 192 -name: "石工品" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1611033674 {#4750 date: 2021-01-19 14:21:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033674 {#4751 date: 2021-01-19 14:21:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4753 …} -Children: Doctrine\ORM\PersistentCollection {#4756 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4759 -id: 191 -name: "漆器" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1611033671 {#4757 date: 2021-01-19 14:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033671 {#4758 date: 2021-01-19 14:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4760 …} -Children: Doctrine\ORM\PersistentCollection {#4763 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4766 -id: 190 -name: "陶磁器" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1611033667 {#4764 date: 2021-01-19 14:21:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033667 {#4765 date: 2021-01-19 14:21:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4767 …} -Children: Doctrine\ORM\PersistentCollection {#4770 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4773 -id: 189 -name: "金工品" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1611033664 {#4771 date: 2021-01-19 14:21:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033664 {#4772 date: 2021-01-19 14:21:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4774 …} -Children: Doctrine\ORM\PersistentCollection {#4777 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4780 -id: 188 -name: "木竹品" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1611033661 {#4778 date: 2021-01-19 14:21:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033661 {#4779 date: 2021-01-19 14:21:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4781 …} -Children: Doctrine\ORM\PersistentCollection {#4784 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4787 -id: 187 -name: "繊維" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1611033658 {#4785 date: 2021-01-19 14:20:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033658 {#4786 date: 2021-01-19 14:20:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4788 …} -Children: Doctrine\ORM\PersistentCollection {#4791 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4794 -id: 186 -name: "和紙" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1611033655 {#4792 date: 2021-01-19 14:20:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033655 {#4793 date: 2021-01-19 14:20:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4795 …} -Children: Doctrine\ORM\PersistentCollection {#4798 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4801 -id: 185 -name: "貴石細工" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1611033652 {#4799 date: 2021-01-19 14:20:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033652 {#4800 date: 2021-01-19 14:20:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4802 …} -Children: Doctrine\ORM\PersistentCollection {#4805 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4808 -id: 184 -name: "面" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1611033649 {#4806 date: 2021-01-19 14:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033649 {#4807 date: 2021-01-19 14:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4809 …} -Children: Doctrine\ORM\PersistentCollection {#4812 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4815 -id: 183 -name: "人形玩具" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1611033646 {#4813 date: 2021-01-19 14:20:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033646 {#4814 date: 2021-01-19 14:20:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4816 …} -Children: Doctrine\ORM\PersistentCollection {#4819 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4822 -id: 182 -name: "その他" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1611033643 {#4820 date: 2021-01-19 14:20:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033643 {#4821 date: 2021-01-19 14:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4823 …} -Children: Doctrine\ORM\PersistentCollection {#4826 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } Eccube\Entity\Category {#4829 -id: 3 -name: "民工芸品" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1412172266 {#4749 date: 2014-10-01 23:04:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1587881299 {#4748 date: 2020-04-26 15:08:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4830 …} -Children: Doctrine\ORM\PersistentCollection {#4833 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4834 -id: 203 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1621986875 {#4827 date: 2021-05-26 08:54:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621986875 {#4828 date: 2021-05-26 08:54:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4835 …} -Children: Doctrine\ORM\PersistentCollection {#4838 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4843 -id: 194 -name: "石工品" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1611033716 {#4841 date: 2021-01-19 14:21:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033716 {#4842 date: 2021-01-19 14:21:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4844 …} -Children: Doctrine\ORM\PersistentCollection {#4847 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4850 -id: 7100 -name: "漆器" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1412172267 {#4848 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#4849 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4851 …} -Children: Doctrine\ORM\PersistentCollection {#4854 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4857 -id: 7000 -name: "陶磁器" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1412172267 {#4855 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#4856 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4858 …} -Children: Doctrine\ORM\PersistentCollection {#4861 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4864 -id: 7900 -name: "金工品" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1412172267 {#4862 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#4863 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4865 …} -Children: Doctrine\ORM\PersistentCollection {#4868 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4871 -id: 201 -name: "木竹品" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1611033753 {#4869 date: 2021-01-19 14:22:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033753 {#4870 date: 2021-01-19 14:22:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4872 …} -Children: Doctrine\ORM\PersistentCollection {#4875 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4878 -id: 200 -name: "繊維" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1611033749 {#4876 date: 2021-01-19 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033749 {#4877 date: 2021-01-19 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4879 …} -Children: Doctrine\ORM\PersistentCollection {#4882 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4885 -id: 7400 -name: "和紙" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1412172267 {#4883 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#4884 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4886 …} -Children: Doctrine\ORM\PersistentCollection {#4889 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4892 -id: 199 -name: "貴石細工" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1611033735 {#4890 date: 2021-01-19 14:22:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033735 {#4891 date: 2021-01-19 14:22:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4893 …} -Children: Doctrine\ORM\PersistentCollection {#4896 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4899 -id: 198 -name: "面" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1611033732 {#4897 date: 2021-01-19 14:22:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033732 {#4898 date: 2021-01-19 14:22:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4900 …} -Children: Doctrine\ORM\PersistentCollection {#4903 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4906 -id: 197 -name: "人形玩具" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1611033729 {#4904 date: 2021-01-19 14:22:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033729 {#4905 date: 2021-01-19 14:22:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4907 …} -Children: Doctrine\ORM\PersistentCollection {#4910 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4913 -id: 196 -name: "書籍・雑貨" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1611033725 {#4911 date: 2021-01-19 14:22:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033725 {#4912 date: 2021-01-19 14:22:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4914 …} -Children: Doctrine\ORM\PersistentCollection {#4917 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4920 -id: 195 -name: "その他" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1611033722 {#4918 date: 2021-01-19 14:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033722 {#4919 date: 2021-01-19 14:22:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4921 …} -Children: Doctrine\ORM\PersistentCollection {#4924 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } Eccube\Entity\Category {#4925 -id: 96 -name: "お買物袋" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1593560169 {#4839 date: 2020-07-01 08:36:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1593560169 {#4840 date: 2020-07-01 08:36:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4926 …} -Children: Doctrine\ORM\PersistentCollection {#4929 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4934 -id: 97 -name: "ピックアップ商品" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1596072849 {#4930 date: 2020-07-30 10:34:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1596072849 {#4931 date: 2020-07-30 10:34:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4935 …} -Children: Doctrine\ORM\PersistentCollection {#4938 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4939 -id: 103 -name: " ピックアップ_お菓子" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1596073104 {#4932 date: 2020-07-30 10:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956977 {#4933 date: 2021-01-18 17:02:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4940 …} -Children: Doctrine\ORM\PersistentCollection {#4943 …} -Parent: Eccube\Entity\Category {#4934} -Creator: null } Eccube\Entity\Category {#4948 -id: 102 -name: " ピックアップ_仁多米" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1596073097 {#4946 date: 2020-07-30 10:38:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956981 {#4947 date: 2021-01-18 17:03:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4949 …} -Children: Doctrine\ORM\PersistentCollection {#4952 …} -Parent: Eccube\Entity\Category {#4934} -Creator: null } Eccube\Entity\Category {#4955 -id: 101 -name: " ピックアップ_出雲そば" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1596073080 {#4953 date: 2020-07-30 10:38:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956985 {#4954 date: 2021-01-18 17:03:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4956 …} -Children: Doctrine\ORM\PersistentCollection {#4959 …} -Parent: Eccube\Entity\Category {#4934} -Creator: null } Eccube\Entity\Category {#4962 -id: 100 -name: " ピックアップ_あご野焼き" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1596073075 {#4960 date: 2020-07-30 10:37:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956987 {#4961 date: 2021-01-18 17:03:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4963 …} -Children: Doctrine\ORM\PersistentCollection {#4966 …} -Parent: Eccube\Entity\Category {#4934} -Creator: null } Eccube\Entity\Category {#4969 -id: 98 -name: " ピックアップ_しじみ" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1596073025 {#4967 date: 2020-07-30 10:37:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956993 {#4968 date: 2021-01-18 17:03:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4970 …} -Children: Doctrine\ORM\PersistentCollection {#4973 …} -Parent: Eccube\Entity\Category {#4934} -Creator: null } Eccube\Entity\Category {#4976 -id: 99 -name: " ピックアップ_一夜干し" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1596073050 {#4974 date: 2020-07-30 10:37:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956990 {#4975 date: 2021-01-18 17:03:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4977 …} -Children: Doctrine\ORM\PersistentCollection {#4980 …} -Parent: Eccube\Entity\Category {#4934} -Creator: null } Eccube\Entity\Category {#4983 -id: 89 -name: "価格帯で探す" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1588947730 {#4945 date: 2020-05-08 23:22:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947730 {#4944 date: 2020-05-08 23:22:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4984 …} -Children: Doctrine\ORM\PersistentCollection {#4987 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4988 -id: 94 -name: "~1,000円" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1588947783 {#4981 date: 2020-05-08 23:23:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947783 {#4982 date: 2020-05-08 23:23:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4989 …} -Children: Doctrine\ORM\PersistentCollection {#4992 …} -Parent: Eccube\Entity\Category {#4983} -Creator: null } Eccube\Entity\Category {#4997 -id: 93 -name: "1,001円~3,000円" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1588947778 {#4995 date: 2020-05-08 23:22:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947778 {#4996 date: 2020-05-08 23:22:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4998 …} -Children: Doctrine\ORM\PersistentCollection {#5001 …} -Parent: Eccube\Entity\Category {#4983} -Creator: null } Eccube\Entity\Category {#5004 -id: 92 -name: "3,001円~5,000円" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1588947766 {#5002 date: 2020-05-08 23:22:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947766 {#5003 date: 2020-05-08 23:22:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5005 …} -Children: Doctrine\ORM\PersistentCollection {#5008 …} -Parent: Eccube\Entity\Category {#4983} -Creator: null } Eccube\Entity\Category {#5011 -id: 91 -name: "5,001円~10,000円" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1588947760 {#5009 date: 2020-05-08 23:22:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947760 {#5010 date: 2020-05-08 23:22:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5012 …} -Children: Doctrine\ORM\PersistentCollection {#5015 …} -Parent: Eccube\Entity\Category {#4983} -Creator: null } Eccube\Entity\Category {#5018 -id: 90 -name: "10,001円~" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1588947757 {#5016 date: 2020-05-08 23:22:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947757 {#5017 date: 2020-05-08 23:22:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5019 …} -Children: Doctrine\ORM\PersistentCollection {#5022 …} -Parent: Eccube\Entity\Category {#4983} -Creator: null } Eccube\Entity\Category {#5025 -id: 106 -name: "地域" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1601269846 {#4993 date: 2020-09-28 14:10:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269846 {#4994 date: 2020-09-28 14:10:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5026 …} -Children: Doctrine\ORM\PersistentCollection {#5029 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5030 -id: 107 -name: "出雲地方" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1601269929 {#5023 date: 2020-09-28 14:12:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269929 {#5024 date: 2020-09-28 14:12:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5031 …} -Children: Doctrine\ORM\PersistentCollection {#5034 …} -Parent: Eccube\Entity\Category {#5025} -Creator: null } Eccube\Entity\Category {#5039 -id: 108 -name: "石見地方" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1601269934 {#5037 date: 2020-09-28 14:12:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269934 {#5038 date: 2020-09-28 14:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5040 …} -Children: Doctrine\ORM\PersistentCollection {#5043 …} -Parent: Eccube\Entity\Category {#5025} -Creator: null } Eccube\Entity\Category {#5046 -id: 109 -name: "隠岐地方" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1601269937 {#5044 date: 2020-09-28 14:12:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269937 {#5045 date: 2020-09-28 14:12:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5047 …} -Children: Doctrine\ORM\PersistentCollection {#5050 …} -Parent: Eccube\Entity\Category {#5025} -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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#553 …} -namespace: Closure() {#551 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerX1txrXZ\EntityManagerGhost554d0f0 {#538 …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 {#3993 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerX1txrXZ\EntityManagerGhost554d0f0 {#538 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3948 …} } |
| 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() {#3992 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#883 …} $message: Closure() {#3991 …} $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 {#5081 +label: "お歳暮" +value: "254" +data: Eccube\Entity\Category {#3980 -id: 254 -name: "お歳暮" -hierarchy: 1 -sort_no: 147 -create_date: DateTime @1664781674 {#4027 date: 2022-10-03 16:21:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1664781674 {#4021 date: 2022-10-03 16:21:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4069 …} -Children: Doctrine\ORM\PersistentCollection {#4066 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5083 +label: "お中元" +value: "257" +data: Eccube\Entity\Category {#4063 -id: 257 -name: "お中元" -hierarchy: 1 -sort_no: 146 -create_date: DateTime @1684369701 {#4065 date: 2023-05-18 09:28:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1684369701 {#4064 date: 2023-05-18 09:28:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4062 …} -Children: Doctrine\ORM\PersistentCollection {#4059 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5082 +label: "サービス対象商品期間限定セット" +value: "248" +data: Eccube\Entity\Category {#4056 -id: 248 -name: "サービス対象商品期間限定セット" -hierarchy: 1 -sort_no: 145 -create_date: DateTime @1643006032 {#4058 date: 2022-01-24 15:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1643006032 {#4057 date: 2022-01-24 15:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4055 …} -Children: Doctrine\ORM\PersistentCollection {#4052 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5085 +label: "サービス対象外" +value: "207" +data: Eccube\Entity\Category {#4047 -id: 207 -name: "サービス対象外" -hierarchy: 1 -sort_no: 144 -create_date: DateTime @1642720040 {#4051 date: 2022-01-21 08:07:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642757393 {#4050 date: 2022-01-21 18:29:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4046 …} -Children: Doctrine\ORM\PersistentCollection {#4043 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5086 +label: "\u{3000}酒類" +value: "232" +data: Eccube\Entity\Category {#4042 -id: 232 -name: "酒類" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1642720052 {#4049 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720052 {#4048 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4041 …} -Children: Doctrine\ORM\PersistentCollection {#4037 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5087 +label: "\u{3000}お菓子" +value: "233" +data: Eccube\Entity\Category {#4031 -id: 233 -name: "お菓子" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1642720053 {#4034 date: 2022-01-21 08:07:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720053 {#4032 date: 2022-01-21 08:07:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4030 …} -Children: Doctrine\ORM\PersistentCollection {#4026 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5088 +label: "\u{3000}水産物・水産加工品" +value: "234" +data: Eccube\Entity\Category {#4023 -id: 234 -name: "水産物・水産加工品" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1642720054 {#4025 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720054 {#4024 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4022 …} -Children: Doctrine\ORM\PersistentCollection {#4018 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5089 +label: "\u{3000}農畜産物・農産加工品" +value: "235" +data: Eccube\Entity\Category {#4015 -id: 235 -name: "農畜産物・農産加工品" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1642720054 {#4017 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720054 {#4016 date: 2022-01-21 08:07:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4013 …} -Children: Doctrine\ORM\PersistentCollection {#3959 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5090 +label: "\u{3000}麺類" +value: "236" +data: Eccube\Entity\Category {#3956 -id: 236 -name: "麺類" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1642720055 {#3958 date: 2022-01-21 08:07:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720055 {#3957 date: 2022-01-21 08:07:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3955 …} -Children: Doctrine\ORM\PersistentCollection {#3952 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5091 +label: "\u{3000}乳製品" +value: "237" +data: Eccube\Entity\Category {#4105 -id: 237 -name: "乳製品" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1642720056 {#3962 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720056 {#4107 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4103 …} -Children: Doctrine\ORM\PersistentCollection {#4097 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5092 +label: "\u{3000}調味料" +value: "238" +data: Eccube\Entity\Category {#4108 -id: 238 -name: "調味料" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1642720056 {#4073 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720056 {#4109 date: 2022-01-21 08:07:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4106 …} -Children: Doctrine\ORM\PersistentCollection {#4100 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5093 +label: "\u{3000}飲料" +value: "239" +data: Eccube\Entity\Category {#4098 -id: 239 -name: "飲料" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1642720057 {#4095 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720057 {#4096 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4094 …} -Children: Doctrine\ORM\PersistentCollection {#4091 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5094 +label: "\u{3000}選べるギフト" +value: "240" +data: Eccube\Entity\Category {#4088 -id: 240 -name: "選べるギフト" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1642720057 {#4090 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720057 {#4089 date: 2022-01-21 08:07:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4087 …} -Children: Doctrine\ORM\PersistentCollection {#4084 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5095 +label: "\u{3000}化粧品" +value: "241" +data: Eccube\Entity\Category {#4081 -id: 241 -name: "化粧品" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1642720058 {#4083 date: 2022-01-21 08:07:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720058 {#4082 date: 2022-01-21 08:07:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4080 …} -Children: Doctrine\ORM\PersistentCollection {#4119 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5096 +label: "\u{3000}島根県ふるさと伝統工芸品" +value: "242" +data: Eccube\Entity\Category {#4122 -id: 242 -name: "島根県ふるさと伝統工芸品" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1642720059 {#4120 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720059 {#4121 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4123 …} -Children: Doctrine\ORM\PersistentCollection {#4126 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5097 +label: "\u{3000}民工芸品" +value: "243" +data: Eccube\Entity\Category {#4129 -id: 243 -name: "民工芸品" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1642720059 {#4127 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720059 {#4128 date: 2022-01-21 08:07:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4130 …} -Children: Doctrine\ORM\PersistentCollection {#4133 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5098 +label: "\u{3000}生花" +value: "247" +data: Eccube\Entity\Category {#4136 -id: 247 -name: "生花" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1642720062 {#4134 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720062 {#4135 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4137 …} -Children: Doctrine\ORM\PersistentCollection {#4140 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5099 +label: "\u{3000}お買物袋" +value: "244" +data: Eccube\Entity\Category {#4143 -id: 244 -name: "お買物袋" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1642720060 {#4141 date: 2022-01-21 08:07:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720060 {#4142 date: 2022-01-21 08:07:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4144 …} -Children: Doctrine\ORM\PersistentCollection {#4147 …} -Parent: Eccube\Entity\Category {#4047} -Creator: null } +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5100 +label: "送料サービス対象" +value: "206" +data: Eccube\Entity\Category {#4150 -id: 206 -name: "送料サービス対象" -hierarchy: 1 -sort_no: 129 -create_date: DateTime @1642720040 {#4035 date: 2022-01-21 08:07:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1647215408 {#4036 date: 2022-03-14 08:50:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4151 …} -Children: Doctrine\ORM\PersistentCollection {#4154 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5101 +label: "\u{3000}父の日ギフト" +value: "252" +data: Eccube\Entity\Category {#4155 -id: 252 -name: "父の日ギフト" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1648425101 {#4148 date: 2022-03-28 08:51:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648425101 {#4149 date: 2022-03-28 08:51:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4156 …} -Children: Doctrine\ORM\PersistentCollection {#4159 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5102 +label: "\u{3000}母の日ギフト" +value: "251" +data: Eccube\Entity\Category {#4164 -id: 251 -name: "母の日ギフト" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1648425094 {#4162 date: 2022-03-28 08:51:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648425094 {#4163 date: 2022-03-28 08:51:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4165 …} -Children: Doctrine\ORM\PersistentCollection {#4168 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5103 +label: "\u{3000}酒類" +value: "220" +data: Eccube\Entity\Category {#4171 -id: 220 -name: "酒類" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1642720046 {#4169 date: 2022-01-21 08:07:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720046 {#4170 date: 2022-01-21 08:07:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4172 …} -Children: Doctrine\ORM\PersistentCollection {#4175 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5104 +label: "\u{3000}お菓子" +value: "221" +data: Eccube\Entity\Category {#4178 -id: 221 -name: "お菓子" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1642720047 {#4176 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720047 {#4177 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4179 …} -Children: Doctrine\ORM\PersistentCollection {#4182 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5105 +label: "\u{3000}水産物・水産加工品" +value: "222" +data: Eccube\Entity\Category {#4185 -id: 222 -name: "水産物・水産加工品" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1642720047 {#4183 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720047 {#4184 date: 2022-01-21 08:07:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4186 …} -Children: Doctrine\ORM\PersistentCollection {#4189 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5106 +label: "\u{3000}農畜産物・農産加工品" +value: "223" +data: Eccube\Entity\Category {#4192 -id: 223 -name: "農畜産物・農産加工品" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1642720048 {#4190 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720048 {#4191 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4193 …} -Children: Doctrine\ORM\PersistentCollection {#4196 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5107 +label: "\u{3000}麺類" +value: "224" +data: Eccube\Entity\Category {#4199 -id: 224 -name: "麺類" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1642720048 {#4197 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720048 {#4198 date: 2022-01-21 08:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4200 …} -Children: Doctrine\ORM\PersistentCollection {#4203 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5108 +label: "\u{3000}乳製品" +value: "225" +data: Eccube\Entity\Category {#4206 -id: 225 -name: "乳製品" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1642720049 {#4204 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720049 {#4205 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4207 …} -Children: Doctrine\ORM\PersistentCollection {#4210 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5109 +label: "\u{3000}調味料" +value: "226" +data: Eccube\Entity\Category {#4213 -id: 226 -name: "調味料" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1642720049 {#4211 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720049 {#4212 date: 2022-01-21 08:07:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4214 …} -Children: Doctrine\ORM\PersistentCollection {#4217 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5110 +label: "\u{3000}飲料" +value: "227" +data: Eccube\Entity\Category {#4220 -id: 227 -name: "飲料" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1642720050 {#4218 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720050 {#4219 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4221 …} -Children: Doctrine\ORM\PersistentCollection {#4224 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5111 +label: "\u{3000}選べるギフト" +value: "228" +data: Eccube\Entity\Category {#4227 -id: 228 -name: "選べるギフト" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1642720050 {#4225 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720050 {#4226 date: 2022-01-21 08:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4228 …} -Children: Doctrine\ORM\PersistentCollection {#4231 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5112 +label: "\u{3000}化粧品" +value: "229" +data: Eccube\Entity\Category {#4234 -id: 229 -name: "化粧品" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1642720051 {#4232 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720051 {#4233 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4235 …} -Children: Doctrine\ORM\PersistentCollection {#4238 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5113 +label: "\u{3000}島根県ふるさと伝統工芸品" +value: "230" +data: Eccube\Entity\Category {#4241 -id: 230 -name: "島根県ふるさと伝統工芸品" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1642720051 {#4239 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720051 {#4240 date: 2022-01-21 08:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4242 …} -Children: Doctrine\ORM\PersistentCollection {#4245 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5114 +label: "\u{3000}民工芸品" +value: "231" +data: Eccube\Entity\Category {#4248 -id: 231 -name: "民工芸品" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1642720052 {#4246 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720052 {#4247 date: 2022-01-21 08:07:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4249 …} -Children: Doctrine\ORM\PersistentCollection {#4252 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5115 +label: "\u{3000}生花" +value: "246" +data: Eccube\Entity\Category {#4255 -id: 246 -name: "生花" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1642720062 {#4253 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1642720062 {#4254 date: 2022-01-21 08:07:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4256 …} -Children: Doctrine\ORM\PersistentCollection {#4259 …} -Parent: Eccube\Entity\Category {#4150} -Creator: null } +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5116 +label: "ギフト商品" +value: "204" +data: Eccube\Entity\Category {#4260 -id: 204 -name: "ギフト商品" -hierarchy: 1 -sort_no: 113 -create_date: DateTime @1636094940 {#4160 date: 2021-11-05 15:49:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1636095000 {#4161 date: 2021-11-05 15:50:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4261 …} -Children: Doctrine\ORM\PersistentCollection {#4264 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5117 +label: "【セール】お買い得商品" +value: "202" +data: Eccube\Entity\Category {#4267 -id: 202 -name: "【セール】お買い得商品" -hierarchy: 1 -sort_no: 112 -create_date: DateTime @1611038841 {#4265 date: 2021-01-19 15:47:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611038841 {#4266 date: 2021-01-19 15:47:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4268 …} -Children: Doctrine\ORM\PersistentCollection {#4271 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5118 +label: "島根ふるさとフェア" +value: "120" +data: Eccube\Entity\Category {#4274 -id: 120 -name: "島根ふるさとフェア" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1610413573 {#4272 date: 2021-01-12 10:06:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610413573 {#4273 date: 2021-01-12 10:06:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4275 …} -Children: Doctrine\ORM\PersistentCollection {#4278 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5119 +label: "ひな祭り特集" +value: "256" +data: Eccube\Entity\Category {#4281 -id: 256 -name: "ひな祭り特集" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1676017870 {#4279 date: 2023-02-10 17:31:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1676017870 {#4280 date: 2023-02-10 17:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4282 …} -Children: Doctrine\ORM\PersistentCollection {#4285 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5120 +label: "お正月" +value: "116" +data: Eccube\Entity\Category {#4288 -id: 116 -name: "お正月" -hierarchy: 1 -sort_no: 109 -create_date: DateTime @1603758774 {#4286 date: 2020-10-27 09:32:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1603758774 {#4287 date: 2020-10-27 09:32:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4289 …} -Children: Doctrine\ORM\PersistentCollection {#4292 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5121 +label: "酒類" +value: "121" +data: Eccube\Entity\Category {#4297 -id: 121 -name: "酒類" -hierarchy: 1 -sort_no: 108 -create_date: DateTime @1611032372 {#4293 date: 2021-01-19 13:59:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032372 {#4294 date: 2021-01-19 13:59:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4298 …} -Children: Doctrine\ORM\PersistentCollection {#4301 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5122 +label: "\u{3000}ギフト好適品" +value: "132" +data: Eccube\Entity\Category {#4302 -id: 132 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1611033249 {#4295 date: 2021-01-19 14:14:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033249 {#4296 date: 2021-01-19 14:14:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4303 …} -Children: Doctrine\ORM\PersistentCollection {#4306 …} -Parent: Eccube\Entity\Category {#4297} -Creator: null } +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5123 +label: "\u{3000}地酒" +value: "137" +data: Eccube\Entity\Category {#4311 -id: 137 -name: "地酒" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1611033272 {#4309 date: 2021-01-19 14:14:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033272 {#4310 date: 2021-01-19 14:14:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4312 …} -Children: Doctrine\ORM\PersistentCollection {#4315 …} -Parent: Eccube\Entity\Category {#4297} -Creator: null } +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5124 +label: "\u{3000}焼酎" +value: "136" +data: Eccube\Entity\Category {#4318 -id: 136 -name: "焼酎" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1611033269 {#4316 date: 2021-01-19 14:14:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033269 {#4317 date: 2021-01-19 14:14:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4319 …} -Children: Doctrine\ORM\PersistentCollection {#4322 …} -Parent: Eccube\Entity\Category {#4297} -Creator: null } +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5125 +label: "\u{3000}地ビール" +value: "135" +data: Eccube\Entity\Category {#4325 -id: 135 -name: "地ビール" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1611033265 {#4323 date: 2021-01-19 14:14:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033265 {#4324 date: 2021-01-19 14:14:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4326 …} -Children: Doctrine\ORM\PersistentCollection {#4329 …} -Parent: Eccube\Entity\Category {#4297} -Creator: null } +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5126 +label: "\u{3000}ワイン" +value: "134" +data: Eccube\Entity\Category {#4332 -id: 134 -name: "ワイン" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1611033261 {#4330 date: 2021-01-19 14:14:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033261 {#4331 date: 2021-01-19 14:14:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4333 …} -Children: Doctrine\ORM\PersistentCollection {#4336 …} -Parent: Eccube\Entity\Category {#4297} -Creator: null } +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5127 +label: "\u{3000}その他" +value: "133" +data: Eccube\Entity\Category {#4339 -id: 133 -name: "その他" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1611033256 {#4337 date: 2021-01-19 14:14:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033256 {#4338 date: 2021-01-19 14:14:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4340 …} -Children: Doctrine\ORM\PersistentCollection {#4343 …} -Parent: Eccube\Entity\Category {#4297} -Creator: null } +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5128 +label: "お菓子" +value: "122" +data: Eccube\Entity\Category {#4346 -id: 122 -name: "お菓子" -hierarchy: 1 -sort_no: 101 -create_date: DateTime @1611032382 {#4308 date: 2021-01-19 13:59:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032382 {#4307 date: 2021-01-19 13:59:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4347 …} -Children: Doctrine\ORM\PersistentCollection {#4350 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5129 +label: "\u{3000}ギフト好適品" +value: "141" +data: Eccube\Entity\Category {#4351 -id: 141 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1611033316 {#4344 date: 2021-01-19 14:15:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033316 {#4345 date: 2021-01-19 14:15:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4352 …} -Children: Doctrine\ORM\PersistentCollection {#4355 …} -Parent: Eccube\Entity\Category {#4346} -Creator: null } +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5130 +label: "\u{3000}和菓子" +value: "140" +data: Eccube\Entity\Category {#4360 -id: 140 -name: "和菓子" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1611033312 {#4358 date: 2021-01-19 14:15:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033312 {#4359 date: 2021-01-19 14:15:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4361 …} -Children: Doctrine\ORM\PersistentCollection {#4364 …} -Parent: Eccube\Entity\Category {#4346} -Creator: null } +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5131 +label: "\u{3000}洋菓子" +value: "139" +data: Eccube\Entity\Category {#4367 -id: 139 -name: "洋菓子" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1611033308 {#4365 date: 2021-01-19 14:15:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033308 {#4366 date: 2021-01-19 14:15:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4368 …} -Children: Doctrine\ORM\PersistentCollection {#4371 …} -Parent: Eccube\Entity\Category {#4346} -Creator: null } +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5132 +label: "\u{3000}その他" +value: "138" +data: Eccube\Entity\Category {#4374 -id: 138 -name: "その他" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1611033304 {#4372 date: 2021-01-19 14:15:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033304 {#4373 date: 2021-01-19 14:15:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4375 …} -Children: Doctrine\ORM\PersistentCollection {#4378 …} -Parent: Eccube\Entity\Category {#4346} -Creator: null } +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5133 +label: "水産物・水産加工品" +value: "123" +data: Eccube\Entity\Category {#4381 -id: 123 -name: "水産物・水産加工品" -hierarchy: 1 -sort_no: 96 -create_date: DateTime @1611032386 {#4357 date: 2021-01-19 13:59:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032386 {#4356 date: 2021-01-19 13:59:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4382 …} -Children: Doctrine\ORM\PersistentCollection {#4385 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5134 +label: "\u{3000}ギフト好適品" +value: "148" +data: Eccube\Entity\Category {#4386 -id: 148 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1611033359 {#4379 date: 2021-01-19 14:15:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033359 {#4380 date: 2021-01-19 14:15:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4387 …} -Children: Doctrine\ORM\PersistentCollection {#4390 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5135 +label: "\u{3000}しじみ" +value: "147" +data: Eccube\Entity\Category {#4395 -id: 147 -name: "しじみ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1611033356 {#4393 date: 2021-01-19 14:15:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033356 {#4394 date: 2021-01-19 14:15:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4396 …} -Children: Doctrine\ORM\PersistentCollection {#4399 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5136 +label: "\u{3000}干物" +value: "146" +data: Eccube\Entity\Category {#4402 -id: 146 -name: "干物" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1611033353 {#4400 date: 2021-01-19 14:15:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033353 {#4401 date: 2021-01-19 14:15:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4403 …} -Children: Doctrine\ORM\PersistentCollection {#4406 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5137 +label: "\u{3000}海藻類" +value: "145" +data: Eccube\Entity\Category {#4409 -id: 145 -name: "海藻類" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1611033350 {#4407 date: 2021-01-19 14:15:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033350 {#4408 date: 2021-01-19 14:15:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4410 …} -Children: Doctrine\ORM\PersistentCollection {#4413 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5138 +label: "\u{3000}蒲鉾・練り物" +value: "144" +data: Eccube\Entity\Category {#4416 -id: 144 -name: "蒲鉾・練り物" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1611033347 {#4414 date: 2021-01-19 14:15:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033347 {#4415 date: 2021-01-19 14:15:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4417 …} -Children: Doctrine\ORM\PersistentCollection {#4420 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5139 +label: "\u{3000}珍味・佃煮" +value: "143" +data: Eccube\Entity\Category {#4423 -id: 143 -name: "珍味・佃煮" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1611033343 {#4421 date: 2021-01-19 14:15:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033343 {#4422 date: 2021-01-19 14:15:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4424 …} -Children: Doctrine\ORM\PersistentCollection {#4427 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5140 +label: "\u{3000}その他" +value: "142" +data: Eccube\Entity\Category {#4430 -id: 142 -name: "その他" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1611033340 {#4428 date: 2021-01-19 14:15:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033340 {#4429 date: 2021-01-19 14:15:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4431 …} -Children: Doctrine\ORM\PersistentCollection {#4434 …} -Parent: Eccube\Entity\Category {#4381} -Creator: null } +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5141 +label: "農畜産物・農産加工品" +value: "124" +data: Eccube\Entity\Category {#4437 -id: 124 -name: "農畜産物・農産加工品" -hierarchy: 1 -sort_no: 88 -create_date: DateTime @1611032392 {#4391 date: 2021-01-19 13:59:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032392 {#4392 date: 2021-01-19 13:59:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4438 …} -Children: Doctrine\ORM\PersistentCollection {#4441 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5142 +label: "\u{3000}ギフト好適品" +value: "153" +data: Eccube\Entity\Category {#4442 -id: 153 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1611033403 {#4435 date: 2021-01-19 14:16:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033403 {#4436 date: 2021-01-19 14:16:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4443 …} -Children: Doctrine\ORM\PersistentCollection {#4446 …} -Parent: Eccube\Entity\Category {#4437} -Creator: null } +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5143 +label: "\u{3000}肉・卵" +value: "152" +data: Eccube\Entity\Category {#4451 -id: 152 -name: "肉・卵" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1611033393 {#4449 date: 2021-01-19 14:16:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033393 {#4450 date: 2021-01-19 14:16:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4452 …} -Children: Doctrine\ORM\PersistentCollection {#4455 …} -Parent: Eccube\Entity\Category {#4437} -Creator: null } +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5144 +label: "\u{3000}米・餅" +value: "151" +data: Eccube\Entity\Category {#4458 -id: 151 -name: "米・餅" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1611033390 {#4456 date: 2021-01-19 14:16:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033390 {#4457 date: 2021-01-19 14:16:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4459 …} -Children: Doctrine\ORM\PersistentCollection {#4462 …} -Parent: Eccube\Entity\Category {#4437} -Creator: null } +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5145 +label: "\u{3000}新米" +value: "253" +data: Eccube\Entity\Category {#4465 -id: 253 -name: "新米" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1664353400 {#4463 date: 2022-09-28 17:23:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1664353400 {#4464 date: 2022-09-28 17:23:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4466 …} -Children: Doctrine\ORM\PersistentCollection {#4469 …} -Parent: Eccube\Entity\Category {#4437} -Creator: null } +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5146 +label: "\u{3000}野菜・果物" +value: "150" +data: Eccube\Entity\Category {#4472 -id: 150 -name: "野菜・果物" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1611033388 {#4470 date: 2021-01-19 14:16:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033388 {#4471 date: 2021-01-19 14:16:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4473 …} -Children: Doctrine\ORM\PersistentCollection {#4476 …} -Parent: Eccube\Entity\Category {#4437} -Creator: null } +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5147 +label: "\u{3000}その他" +value: "149" +data: Eccube\Entity\Category {#4479 -id: 149 -name: "その他" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1611033385 {#4477 date: 2021-01-19 14:16:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033385 {#4478 date: 2021-01-19 14:16:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4480 …} -Children: Doctrine\ORM\PersistentCollection {#4483 …} -Parent: Eccube\Entity\Category {#4437} -Creator: null } +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5148 +label: "麺類" +value: "125" +data: Eccube\Entity\Category {#4486 -id: 125 -name: "麺類" -hierarchy: 1 -sort_no: 81 -create_date: DateTime @1611032396 {#4448 date: 2021-01-19 13:59:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032396 {#4447 date: 2021-01-19 13:59:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4487 …} -Children: Doctrine\ORM\PersistentCollection {#4490 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5149 +label: "\u{3000}ギフト好適品" +value: "158" +data: Eccube\Entity\Category {#4491 -id: 158 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1611033432 {#4484 date: 2021-01-19 14:17:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033432 {#4485 date: 2021-01-19 14:17:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4492 …} -Children: Doctrine\ORM\PersistentCollection {#4495 …} -Parent: Eccube\Entity\Category {#4486} -Creator: null } +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5150 +label: "\u{3000}そば" +value: "157" +data: Eccube\Entity\Category {#4500 -id: 157 -name: "そば" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1611033427 {#4498 date: 2021-01-19 14:17:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033427 {#4499 date: 2021-01-19 14:17:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4501 …} -Children: Doctrine\ORM\PersistentCollection {#4504 …} -Parent: Eccube\Entity\Category {#4486} -Creator: null } +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5151 +label: "\u{3000}うどん" +value: "156" +data: Eccube\Entity\Category {#4507 -id: 156 -name: "うどん" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1611033424 {#4505 date: 2021-01-19 14:17:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033424 {#4506 date: 2021-01-19 14:17:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4508 …} -Children: Doctrine\ORM\PersistentCollection {#4511 …} -Parent: Eccube\Entity\Category {#4486} -Creator: null } +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5152 +label: "\u{3000}ラーメン" +value: "155" +data: Eccube\Entity\Category {#4514 -id: 155 -name: "ラーメン" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1611033421 {#4512 date: 2021-01-19 14:17:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033421 {#4513 date: 2021-01-19 14:17:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4515 …} -Children: Doctrine\ORM\PersistentCollection {#4518 …} -Parent: Eccube\Entity\Category {#4486} -Creator: null } +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5153 +label: "\u{3000}その他" +value: "154" +data: Eccube\Entity\Category {#4521 -id: 154 -name: "その他" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1611033418 {#4519 date: 2021-01-19 14:16:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033418 {#4520 date: 2021-01-19 14:16:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4522 …} -Children: Doctrine\ORM\PersistentCollection {#4525 …} -Parent: Eccube\Entity\Category {#4486} -Creator: null } +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5154 +label: "乳製品" +value: "126" +data: Eccube\Entity\Category {#4528 -id: 126 -name: "乳製品" -hierarchy: 1 -sort_no: 75 -create_date: DateTime @1611032402 {#4496 date: 2021-01-19 14:00:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032402 {#4497 date: 2021-01-19 14:00:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4529 …} -Children: Doctrine\ORM\PersistentCollection {#4532 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5155 +label: "\u{3000}ギフト好適品" +value: "162" +data: Eccube\Entity\Category {#4533 -id: 162 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1611033474 {#4526 date: 2021-01-19 14:17:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033474 {#4527 date: 2021-01-19 14:17:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4534 …} -Children: Doctrine\ORM\PersistentCollection {#4537 …} -Parent: Eccube\Entity\Category {#4528} -Creator: null } +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5156 +label: "\u{3000}アイスクリーム" +value: "161" +data: Eccube\Entity\Category {#4542 -id: 161 -name: "アイスクリーム" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1611033470 {#4540 date: 2021-01-19 14:17:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033470 {#4541 date: 2021-01-19 14:17:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4543 …} -Children: Doctrine\ORM\PersistentCollection {#4546 …} -Parent: Eccube\Entity\Category {#4528} -Creator: null } +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5157 +label: "\u{3000}チーズ" +value: "160" +data: Eccube\Entity\Category {#4549 -id: 160 -name: "チーズ" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1611033457 {#4547 date: 2021-01-19 14:17:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033457 {#4548 date: 2021-01-19 14:17:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4550 …} -Children: Doctrine\ORM\PersistentCollection {#4553 …} -Parent: Eccube\Entity\Category {#4528} -Creator: null } +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5158 +label: "\u{3000}その他" +value: "159" +data: Eccube\Entity\Category {#4556 -id: 159 -name: "その他" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1611033453 {#4554 date: 2021-01-19 14:17:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033453 {#4555 date: 2021-01-19 14:17:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4557 …} -Children: Doctrine\ORM\PersistentCollection {#4560 …} -Parent: Eccube\Entity\Category {#4528} -Creator: null } +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5159 +label: "調味料" +value: "127" +data: Eccube\Entity\Category {#4563 -id: 127 -name: "調味料" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1611032407 {#4539 date: 2021-01-19 14:00:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032407 {#4538 date: 2021-01-19 14:00:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4564 …} -Children: Doctrine\ORM\PersistentCollection {#4567 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5160 +label: "\u{3000}ギフト好適品" +value: "169" +data: Eccube\Entity\Category {#4568 -id: 169 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1611033520 {#4561 date: 2021-01-19 14:18:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033520 {#4562 date: 2021-01-19 14:18:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4569 …} -Children: Doctrine\ORM\PersistentCollection {#4572 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5161 +label: "\u{3000}味噌・醤油" +value: "168" +data: Eccube\Entity\Category {#4577 -id: 168 -name: "味噌・醤油" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1611033517 {#4575 date: 2021-01-19 14:18:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033517 {#4576 date: 2021-01-19 14:18:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4578 …} -Children: Doctrine\ORM\PersistentCollection {#4581 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5162 +label: "\u{3000}みりん・料理酒" +value: "167" +data: Eccube\Entity\Category {#4584 -id: 167 -name: "みりん・料理酒" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1611033513 {#4582 date: 2021-01-19 14:18:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033513 {#4583 date: 2021-01-19 14:18:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4585 …} -Children: Doctrine\ORM\PersistentCollection {#4588 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5163 +label: "\u{3000}食用油" +value: "166" +data: Eccube\Entity\Category {#4591 -id: 166 -name: "食用油" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1611033509 {#4589 date: 2021-01-19 14:18:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033509 {#4590 date: 2021-01-19 14:18:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4592 …} -Children: Doctrine\ORM\PersistentCollection {#4595 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5164 +label: "\u{3000}だし" +value: "165" +data: Eccube\Entity\Category {#4598 -id: 165 -name: "だし" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1611033506 {#4596 date: 2021-01-19 14:18:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033506 {#4597 date: 2021-01-19 14:18:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4599 …} -Children: Doctrine\ORM\PersistentCollection {#4602 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5165 +label: "\u{3000}ドレッシング" +value: "164" +data: Eccube\Entity\Category {#4605 -id: 164 -name: "ドレッシング" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1611033503 {#4603 date: 2021-01-19 14:18:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033503 {#4604 date: 2021-01-19 14:18:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4606 …} -Children: Doctrine\ORM\PersistentCollection {#4609 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5166 +label: "\u{3000}その他" +value: "163" +data: Eccube\Entity\Category {#4612 -id: 163 -name: "その他" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1611033500 {#4610 date: 2021-01-19 14:18:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033500 {#4611 date: 2021-01-19 14:18:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4613 …} -Children: Doctrine\ORM\PersistentCollection {#4616 …} -Parent: Eccube\Entity\Category {#4563} -Creator: null } +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5167 +label: "飲料" +value: "128" +data: Eccube\Entity\Category {#4619 -id: 128 -name: "飲料" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1611032414 {#4573 date: 2021-01-19 14:00:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032414 {#4574 date: 2021-01-19 14:00:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4620 …} -Children: Doctrine\ORM\PersistentCollection {#4623 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5168 +label: "\u{3000}ギフト好適品" +value: "175" +data: Eccube\Entity\Category {#4624 -id: 175 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1611033561 {#4617 date: 2021-01-19 14:19:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033561 {#4618 date: 2021-01-19 14:19:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4625 …} -Children: Doctrine\ORM\PersistentCollection {#4628 …} -Parent: Eccube\Entity\Category {#4619} -Creator: null } +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5169 +label: "\u{3000}水" +value: "174" +data: Eccube\Entity\Category {#4633 -id: 174 -name: "水" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1611033556 {#4631 date: 2021-01-19 14:19:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033556 {#4632 date: 2021-01-19 14:19:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4634 …} -Children: Doctrine\ORM\PersistentCollection {#4637 …} -Parent: Eccube\Entity\Category {#4619} -Creator: null } +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5170 +label: "\u{3000}お茶" +value: "173" +data: Eccube\Entity\Category {#4640 -id: 173 -name: "お茶" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1611033552 {#4638 date: 2021-01-19 14:19:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033552 {#4639 date: 2021-01-19 14:19:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4641 …} -Children: Doctrine\ORM\PersistentCollection {#4644 …} -Parent: Eccube\Entity\Category {#4619} -Creator: null } +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5171 +label: "\u{3000}珈琲" +value: "172" +data: Eccube\Entity\Category {#4647 -id: 172 -name: "珈琲" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1611033548 {#4645 date: 2021-01-19 14:19:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033548 {#4646 date: 2021-01-19 14:19:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4648 …} -Children: Doctrine\ORM\PersistentCollection {#4651 …} -Parent: Eccube\Entity\Category {#4619} -Creator: null } +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5172 +label: "\u{3000}ジュース" +value: "171" +data: Eccube\Entity\Category {#4654 -id: 171 -name: "ジュース" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1611033544 {#4652 date: 2021-01-19 14:19:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033544 {#4653 date: 2021-01-19 14:19:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4655 …} -Children: Doctrine\ORM\PersistentCollection {#4658 …} -Parent: Eccube\Entity\Category {#4619} -Creator: null } +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5173 +label: "\u{3000}その他" +value: "170" +data: Eccube\Entity\Category {#4661 -id: 170 -name: "その他" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1611033537 {#4659 date: 2021-01-19 14:18:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033537 {#4660 date: 2021-01-19 14:18:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4662 …} -Children: Doctrine\ORM\PersistentCollection {#4665 …} -Parent: Eccube\Entity\Category {#4619} -Creator: null } +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5174 +label: "生花" +value: "129" +data: Eccube\Entity\Category {#4668 -id: 129 -name: "生花" -hierarchy: 1 -sort_no: 55 -create_date: DateTime @1611032420 {#4630 date: 2021-01-19 14:00:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032420 {#4629 date: 2021-01-19 14:00:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4669 …} -Children: Doctrine\ORM\PersistentCollection {#4672 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5175 +label: "\u{3000}ギフト好適品" +value: "177" +data: Eccube\Entity\Category {#4673 -id: 177 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1611033580 {#4666 date: 2021-01-19 14:19:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033580 {#4667 date: 2021-01-19 14:19:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4674 …} -Children: Doctrine\ORM\PersistentCollection {#4677 …} -Parent: Eccube\Entity\Category {#4668} -Creator: null } +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5176 +label: "\u{3000}ぼたん" +value: "176" +data: Eccube\Entity\Category {#4682 -id: 176 -name: "ぼたん" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1611033577 {#4680 date: 2021-01-19 14:19:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033577 {#4681 date: 2021-01-19 14:19:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4683 …} -Children: Doctrine\ORM\PersistentCollection {#4686 …} -Parent: Eccube\Entity\Category {#4668} -Creator: null } +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5177 +label: "選べるギフト" +value: "130" +data: Eccube\Entity\Category {#4687 -id: 130 -name: "選べるギフト" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1611032424 {#4679 date: 2021-01-19 14:00:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032424 {#4678 date: 2021-01-19 14:00:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4688 …} -Children: Doctrine\ORM\PersistentCollection {#4691 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5178 +label: "化粧品" +value: "131" +data: Eccube\Entity\Category {#4696 -id: 131 -name: "化粧品" -hierarchy: 1 -sort_no: 51 -create_date: DateTime @1611032429 {#4692 date: 2021-01-19 14:00:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611032429 {#4693 date: 2021-01-19 14:00:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4697 …} -Children: Doctrine\ORM\PersistentCollection {#4700 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5179 +label: "\u{3000}ギフト好適品" +value: "181" +data: Eccube\Entity\Category {#4701 -id: 181 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1611033606 {#4694 date: 2021-01-19 14:20:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033606 {#4695 date: 2021-01-19 14:20:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4702 …} -Children: Doctrine\ORM\PersistentCollection {#4705 …} -Parent: Eccube\Entity\Category {#4696} -Creator: null } +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5180 +label: "\u{3000}ボディケア" +value: "180" +data: Eccube\Entity\Category {#4710 -id: 180 -name: "ボディケア" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1611033600 {#4708 date: 2021-01-19 14:20:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033600 {#4709 date: 2021-01-19 14:20:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4711 …} -Children: Doctrine\ORM\PersistentCollection {#4714 …} -Parent: Eccube\Entity\Category {#4696} -Creator: null } +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5181 +label: "\u{3000}スキンケア" +value: "179" +data: Eccube\Entity\Category {#4717 -id: 179 -name: "スキンケア" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1611033598 {#4715 date: 2021-01-19 14:19:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033598 {#4716 date: 2021-01-19 14:19:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4718 …} -Children: Doctrine\ORM\PersistentCollection {#4721 …} -Parent: Eccube\Entity\Category {#4696} -Creator: null } +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5182 +label: "\u{3000}その他" +value: "178" +data: Eccube\Entity\Category {#4724 -id: 178 -name: "その他" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1611033595 {#4722 date: 2021-01-19 14:19:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033595 {#4723 date: 2021-01-19 14:19:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4725 …} -Children: Doctrine\ORM\PersistentCollection {#4728 …} -Parent: Eccube\Entity\Category {#4696} -Creator: null } +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5183 +label: "ペット用品" +value: "255" +data: Eccube\Entity\Category {#4729 -id: 255 -name: "ペット用品" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1668385498 {#4707 date: 2022-11-14 09:24:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1668385498 {#4706 date: 2022-11-14 09:24:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4730 …} -Children: Doctrine\ORM\PersistentCollection {#4733 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5184 +label: "島根県ふるさと伝統工芸品" +value: "95" +data: Eccube\Entity\Category {#4738 -id: 95 -name: "島根県ふるさと伝統工芸品" -hierarchy: 1 -sort_no: 45 -create_date: DateTime @1592719721 {#4734 date: 2020-06-21 15:08:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1592719721 {#4735 date: 2020-06-21 15:08:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4739 …} -Children: Doctrine\ORM\PersistentCollection {#4742 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5185 +label: "\u{3000}ギフト好適品" +value: "193" +data: Eccube\Entity\Category {#4743 -id: 193 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1611033677 {#4736 date: 2021-01-19 14:21:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033677 {#4737 date: 2021-01-19 14:21:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4744 …} -Children: Doctrine\ORM\PersistentCollection {#4747 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5186 +label: "\u{3000}石工品" +value: "192" +data: Eccube\Entity\Category {#4752 -id: 192 -name: "石工品" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1611033674 {#4750 date: 2021-01-19 14:21:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033674 {#4751 date: 2021-01-19 14:21:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4753 …} -Children: Doctrine\ORM\PersistentCollection {#4756 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5187 +label: "\u{3000}漆器" +value: "191" +data: Eccube\Entity\Category {#4759 -id: 191 -name: "漆器" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1611033671 {#4757 date: 2021-01-19 14:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033671 {#4758 date: 2021-01-19 14:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4760 …} -Children: Doctrine\ORM\PersistentCollection {#4763 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5188 +label: "\u{3000}陶磁器" +value: "190" +data: Eccube\Entity\Category {#4766 -id: 190 -name: "陶磁器" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1611033667 {#4764 date: 2021-01-19 14:21:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033667 {#4765 date: 2021-01-19 14:21:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4767 …} -Children: Doctrine\ORM\PersistentCollection {#4770 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5189 +label: "\u{3000}金工品" +value: "189" +data: Eccube\Entity\Category {#4773 -id: 189 -name: "金工品" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1611033664 {#4771 date: 2021-01-19 14:21:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033664 {#4772 date: 2021-01-19 14:21:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4774 …} -Children: Doctrine\ORM\PersistentCollection {#4777 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5190 +label: "\u{3000}木竹品" +value: "188" +data: Eccube\Entity\Category {#4780 -id: 188 -name: "木竹品" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1611033661 {#4778 date: 2021-01-19 14:21:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033661 {#4779 date: 2021-01-19 14:21:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4781 …} -Children: Doctrine\ORM\PersistentCollection {#4784 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5191 +label: "\u{3000}繊維" +value: "187" +data: Eccube\Entity\Category {#4787 -id: 187 -name: "繊維" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1611033658 {#4785 date: 2021-01-19 14:20:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033658 {#4786 date: 2021-01-19 14:20:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4788 …} -Children: Doctrine\ORM\PersistentCollection {#4791 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5192 +label: "\u{3000}和紙" +value: "186" +data: Eccube\Entity\Category {#4794 -id: 186 -name: "和紙" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1611033655 {#4792 date: 2021-01-19 14:20:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033655 {#4793 date: 2021-01-19 14:20:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4795 …} -Children: Doctrine\ORM\PersistentCollection {#4798 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5193 +label: "\u{3000}貴石細工" +value: "185" +data: Eccube\Entity\Category {#4801 -id: 185 -name: "貴石細工" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1611033652 {#4799 date: 2021-01-19 14:20:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033652 {#4800 date: 2021-01-19 14:20:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4802 …} -Children: Doctrine\ORM\PersistentCollection {#4805 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5194 +label: "\u{3000}面" +value: "184" +data: Eccube\Entity\Category {#4808 -id: 184 -name: "面" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1611033649 {#4806 date: 2021-01-19 14:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033649 {#4807 date: 2021-01-19 14:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4809 …} -Children: Doctrine\ORM\PersistentCollection {#4812 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5195 +label: "\u{3000}人形玩具" +value: "183" +data: Eccube\Entity\Category {#4815 -id: 183 -name: "人形玩具" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1611033646 {#4813 date: 2021-01-19 14:20:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033646 {#4814 date: 2021-01-19 14:20:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4816 …} -Children: Doctrine\ORM\PersistentCollection {#4819 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5196 +label: "\u{3000}その他" +value: "182" +data: Eccube\Entity\Category {#4822 -id: 182 -name: "その他" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1611033643 {#4820 date: 2021-01-19 14:20:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033643 {#4821 date: 2021-01-19 14:20:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4823 …} -Children: Doctrine\ORM\PersistentCollection {#4826 …} -Parent: Eccube\Entity\Category {#4738} -Creator: null } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5197 +label: "民工芸品" +value: "3" +data: Eccube\Entity\Category {#4829 -id: 3 -name: "民工芸品" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1412172266 {#4749 date: 2014-10-01 23:04:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1587881299 {#4748 date: 2020-04-26 15:08:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4830 …} -Children: Doctrine\ORM\PersistentCollection {#4833 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5198 +label: "\u{3000}ギフト好適品" +value: "203" +data: Eccube\Entity\Category {#4834 -id: 203 -name: "ギフト好適品" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1621986875 {#4827 date: 2021-05-26 08:54:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621986875 {#4828 date: 2021-05-26 08:54:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4835 …} -Children: Doctrine\ORM\PersistentCollection {#4838 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5199 +label: "\u{3000}石工品" +value: "194" +data: Eccube\Entity\Category {#4843 -id: 194 -name: "石工品" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1611033716 {#4841 date: 2021-01-19 14:21:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033716 {#4842 date: 2021-01-19 14:21:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4844 …} -Children: Doctrine\ORM\PersistentCollection {#4847 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } +attr: [] +labelTranslationParameters: [] } 7100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5200 +label: "\u{3000}漆器" +value: "7100" +data: Eccube\Entity\Category {#4850 -id: 7100 -name: "漆器" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1412172267 {#4848 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#4849 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4851 …} -Children: Doctrine\ORM\PersistentCollection {#4854 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } +attr: [] +labelTranslationParameters: [] } 7000 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5201 +label: "\u{3000}陶磁器" +value: "7000" +data: Eccube\Entity\Category {#4857 -id: 7000 -name: "陶磁器" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1412172267 {#4855 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#4856 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4858 …} -Children: Doctrine\ORM\PersistentCollection {#4861 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } +attr: [] +labelTranslationParameters: [] } 7900 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5202 +label: "\u{3000}金工品" +value: "7900" +data: Eccube\Entity\Category {#4864 -id: 7900 -name: "金工品" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1412172267 {#4862 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#4863 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4865 …} -Children: Doctrine\ORM\PersistentCollection {#4868 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5203 +label: "\u{3000}木竹品" +value: "201" +data: Eccube\Entity\Category {#4871 -id: 201 -name: "木竹品" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1611033753 {#4869 date: 2021-01-19 14:22:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033753 {#4870 date: 2021-01-19 14:22:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4872 …} -Children: Doctrine\ORM\PersistentCollection {#4875 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5204 +label: "\u{3000}繊維" +value: "200" +data: Eccube\Entity\Category {#4878 -id: 200 -name: "繊維" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1611033749 {#4876 date: 2021-01-19 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033749 {#4877 date: 2021-01-19 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4879 …} -Children: Doctrine\ORM\PersistentCollection {#4882 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } +attr: [] +labelTranslationParameters: [] } 7400 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5205 +label: "\u{3000}和紙" +value: "7400" +data: Eccube\Entity\Category {#4885 -id: 7400 -name: "和紙" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1412172267 {#4883 date: 2014-10-01 23:04:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1542806137 {#4884 date: 2018-11-21 22:15:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4886 …} -Children: Doctrine\ORM\PersistentCollection {#4889 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5206 +label: "\u{3000}貴石細工" +value: "199" +data: Eccube\Entity\Category {#4892 -id: 199 -name: "貴石細工" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1611033735 {#4890 date: 2021-01-19 14:22:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033735 {#4891 date: 2021-01-19 14:22:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4893 …} -Children: Doctrine\ORM\PersistentCollection {#4896 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5207 +label: "\u{3000}面" +value: "198" +data: Eccube\Entity\Category {#4899 -id: 198 -name: "面" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1611033732 {#4897 date: 2021-01-19 14:22:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033732 {#4898 date: 2021-01-19 14:22:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4900 …} -Children: Doctrine\ORM\PersistentCollection {#4903 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5208 +label: "\u{3000}人形玩具" +value: "197" +data: Eccube\Entity\Category {#4906 -id: 197 -name: "人形玩具" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1611033729 {#4904 date: 2021-01-19 14:22:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033729 {#4905 date: 2021-01-19 14:22:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4907 …} -Children: Doctrine\ORM\PersistentCollection {#4910 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5209 +label: "\u{3000}書籍・雑貨" +value: "196" +data: Eccube\Entity\Category {#4913 -id: 196 -name: "書籍・雑貨" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1611033725 {#4911 date: 2021-01-19 14:22:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033725 {#4912 date: 2021-01-19 14:22:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4914 …} -Children: Doctrine\ORM\PersistentCollection {#4917 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5210 +label: "\u{3000}その他" +value: "195" +data: Eccube\Entity\Category {#4920 -id: 195 -name: "その他" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1611033722 {#4918 date: 2021-01-19 14:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611033722 {#4919 date: 2021-01-19 14:22:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4921 …} -Children: Doctrine\ORM\PersistentCollection {#4924 …} -Parent: Eccube\Entity\Category {#4829} -Creator: null } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5211 +label: "お買物袋" +value: "96" +data: Eccube\Entity\Category {#4925 -id: 96 -name: "お買物袋" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1593560169 {#4839 date: 2020-07-01 08:36:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1593560169 {#4840 date: 2020-07-01 08:36:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4926 …} -Children: Doctrine\ORM\PersistentCollection {#4929 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5212 +label: "ピックアップ商品" +value: "97" +data: Eccube\Entity\Category {#4934 -id: 97 -name: "ピックアップ商品" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1596072849 {#4930 date: 2020-07-30 10:34:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1596072849 {#4931 date: 2020-07-30 10:34:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4935 …} -Children: Doctrine\ORM\PersistentCollection {#4938 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5213 +label: "\u{3000} ピックアップ_お菓子" +value: "103" +data: Eccube\Entity\Category {#4939 -id: 103 -name: " ピックアップ_お菓子" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1596073104 {#4932 date: 2020-07-30 10:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956977 {#4933 date: 2021-01-18 17:02:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4940 …} -Children: Doctrine\ORM\PersistentCollection {#4943 …} -Parent: Eccube\Entity\Category {#4934} -Creator: null } +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5214 +label: "\u{3000} ピックアップ_仁多米" +value: "102" +data: Eccube\Entity\Category {#4948 -id: 102 -name: " ピックアップ_仁多米" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1596073097 {#4946 date: 2020-07-30 10:38:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956981 {#4947 date: 2021-01-18 17:03:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4949 …} -Children: Doctrine\ORM\PersistentCollection {#4952 …} -Parent: Eccube\Entity\Category {#4934} -Creator: null } +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5215 +label: "\u{3000} ピックアップ_出雲そば" +value: "101" +data: Eccube\Entity\Category {#4955 -id: 101 -name: " ピックアップ_出雲そば" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1596073080 {#4953 date: 2020-07-30 10:38:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956985 {#4954 date: 2021-01-18 17:03:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4956 …} -Children: Doctrine\ORM\PersistentCollection {#4959 …} -Parent: Eccube\Entity\Category {#4934} -Creator: null } +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5216 +label: "\u{3000} ピックアップ_あご野焼き" +value: "100" +data: Eccube\Entity\Category {#4962 -id: 100 -name: " ピックアップ_あご野焼き" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1596073075 {#4960 date: 2020-07-30 10:37:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956987 {#4961 date: 2021-01-18 17:03:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4963 …} -Children: Doctrine\ORM\PersistentCollection {#4966 …} -Parent: Eccube\Entity\Category {#4934} -Creator: null } +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5217 +label: "\u{3000} ピックアップ_しじみ" +value: "98" +data: Eccube\Entity\Category {#4969 -id: 98 -name: " ピックアップ_しじみ" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1596073025 {#4967 date: 2020-07-30 10:37:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956993 {#4968 date: 2021-01-18 17:03:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4970 …} -Children: Doctrine\ORM\PersistentCollection {#4973 …} -Parent: Eccube\Entity\Category {#4934} -Creator: null } +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5218 +label: "\u{3000} ピックアップ_一夜干し" +value: "99" +data: Eccube\Entity\Category {#4976 -id: 99 -name: " ピックアップ_一夜干し" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1596073050 {#4974 date: 2020-07-30 10:37:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610956990 {#4975 date: 2021-01-18 17:03:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4977 …} -Children: Doctrine\ORM\PersistentCollection {#4980 …} -Parent: Eccube\Entity\Category {#4934} -Creator: null } +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5219 +label: "価格帯で探す" +value: "89" +data: Eccube\Entity\Category {#4983 -id: 89 -name: "価格帯で探す" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1588947730 {#4945 date: 2020-05-08 23:22:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947730 {#4944 date: 2020-05-08 23:22:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4984 …} -Children: Doctrine\ORM\PersistentCollection {#4987 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5220 +label: "\u{3000}~1,000円" +value: "94" +data: Eccube\Entity\Category {#4988 -id: 94 -name: "~1,000円" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1588947783 {#4981 date: 2020-05-08 23:23:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947783 {#4982 date: 2020-05-08 23:23:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4989 …} -Children: Doctrine\ORM\PersistentCollection {#4992 …} -Parent: Eccube\Entity\Category {#4983} -Creator: null } +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5221 +label: "\u{3000}1,001円~3,000円" +value: "93" +data: Eccube\Entity\Category {#4997 -id: 93 -name: "1,001円~3,000円" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1588947778 {#4995 date: 2020-05-08 23:22:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947778 {#4996 date: 2020-05-08 23:22:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4998 …} -Children: Doctrine\ORM\PersistentCollection {#5001 …} -Parent: Eccube\Entity\Category {#4983} -Creator: null } +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5222 +label: "\u{3000}3,001円~5,000円" +value: "92" +data: Eccube\Entity\Category {#5004 -id: 92 -name: "3,001円~5,000円" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1588947766 {#5002 date: 2020-05-08 23:22:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947766 {#5003 date: 2020-05-08 23:22:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5005 …} -Children: Doctrine\ORM\PersistentCollection {#5008 …} -Parent: Eccube\Entity\Category {#4983} -Creator: null } +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5223 +label: "\u{3000}5,001円~10,000円" +value: "91" +data: Eccube\Entity\Category {#5011 -id: 91 -name: "5,001円~10,000円" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1588947760 {#5009 date: 2020-05-08 23:22:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947760 {#5010 date: 2020-05-08 23:22:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5012 …} -Children: Doctrine\ORM\PersistentCollection {#5015 …} -Parent: Eccube\Entity\Category {#4983} -Creator: null } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5224 +label: "\u{3000}10,001円~" +value: "90" +data: Eccube\Entity\Category {#5018 -id: 90 -name: "10,001円~" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1588947757 {#5016 date: 2020-05-08 23:22:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1588947757 {#5017 date: 2020-05-08 23:22:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5019 …} -Children: Doctrine\ORM\PersistentCollection {#5022 …} -Parent: Eccube\Entity\Category {#4983} -Creator: null } +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5225 +label: "地域" +value: "106" +data: Eccube\Entity\Category {#5025 -id: 106 -name: "地域" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1601269846 {#4993 date: 2020-09-28 14:10:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269846 {#4994 date: 2020-09-28 14:10:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5026 …} -Children: Doctrine\ORM\PersistentCollection {#5029 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5226 +label: "\u{3000}出雲地方" +value: "107" +data: Eccube\Entity\Category {#5030 -id: 107 -name: "出雲地方" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1601269929 {#5023 date: 2020-09-28 14:12:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269929 {#5024 date: 2020-09-28 14:12:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5031 …} -Children: Doctrine\ORM\PersistentCollection {#5034 …} -Parent: Eccube\Entity\Category {#5025} -Creator: null } +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5227 +label: "\u{3000}石見地方" +value: "108" +data: Eccube\Entity\Category {#5039 -id: 108 -name: "石見地方" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1601269934 {#5037 date: 2020-09-28 14:12:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269934 {#5038 date: 2020-09-28 14:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5040 …} -Children: Doctrine\ORM\PersistentCollection {#5043 …} -Parent: Eccube\Entity\Category {#5025} -Creator: null } +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5228 +label: "\u{3000}隠岐地方" +value: "109" +data: Eccube\Entity\Category {#5046 -id: 109 -name: "隠岐地方" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1601269937 {#5044 date: 2020-09-28 14:12:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601269937 {#5045 date: 2020-09-28 14:12:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5047 …} -Children: Doctrine\ORM\PersistentCollection {#5050 …} -Parent: Eccube\Entity\Category {#5025} -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 {#5074 -form: Symfony\Component\Form\Form {#5061 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5073 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#5080 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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#553 …} -namespace: Closure() {#551 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3983 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() {#5036 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#883 …} $message: Closure() {#5035 …} $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 {#5229 -form: Symfony\Component\Form\Form {#5064 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5079 …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 | "" |