Dumped Contents
In
CatalogController.php
line 80:
//dump($path);
//content path
$content = $c_serv->get_seo_content($path);
if($content)dump($content->getId() . ': ' . $content->getShortTitle());
//check template exist
"1262: Картонный чемодан для рекламных материалов"
In
CatalogController.php
line 85:
//check template exist
$template_hook = $c_serv->check_template_hook($path);
dump('hook: ' . $template_hook);
if ($template_hook) {
//redirect trailing slash
if (substr($path, -1) != '/') return $this->redirectToRoute('store_seo', ['path' => $path . '/'], 301);
"hook: "
In
CatalogController.php
line 133:
}
$template = $c_serv->get_template_name($content);
dump('view type: ' . $template);
return $this->render('@Store/content/view/' . $template . '.html.twig', [
'content' => $content,
'filters' => [],
"view type: default"
In
SeoContent.php
line 457:
}
);
dump($p);
return $p;
array:3 [
0 => Shared\Entity\Main\Seo\SeoParagraph {#1880
-id: 1117
-seoImages: Doctrine\ORM\PersistentCollection {#1878
#collection: Doctrine\Common\Collections\ArrayCollection {#1877
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#1880}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1363 …}
-backRefFieldName: "paragraph"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1279 …}
}
-title: "Описание"
-description: null
-text: "<div>Ни одна выставка не обходится без раздаточных материалов. Они нужны, чтобы посетители могли в спокойной обстановке ознакомиться с предложениями экспонентов. Чем интереснее POS-материал, тем больше шансов, что о компании вспомнят после мероприятия. Буклеты, брошюры, профессиональные издания и даже памятные сувениры от участников выставки — все это нужно донести до дома или офиса. Тогда ручная кладь тоже становится рекламной площадью.</div>\n"
-content: Shared\Entity\Main\Seo\SeoContent {#1277
-id: 1262
-meta_title: "Картонный чемодан для рекламных материалов — работы компания Антэк"
-meta_description: "➤ Картонный чемодан для рекламных материалов. Примеры коробок и упаковки, разработанных и изготовленных компанией Антэк. Вы можете оценить наши возможности, посмотрев конструкции, образцы печати и тиснения, варианты дизайна."
-seoImages: Doctrine\ORM\PersistentCollection {#1282
#collection: Doctrine\Common\Collections\ArrayCollection {#1284
-elements: array:4 [
0 => Shared\Entity\Main\Seo\SeoImage {#1798
-id: 6172
-seo_name: "p1049793-copy-jpg"
-alt_text: "P1049793 copy.jpg"
-sort_order: null
-is_page_preview: false
-raw_name: "69345994-ca49-4b96-b7f3-f96b83b78258.jpg"
-old_path: "/upload/medialibrary/f79/05um3elc6lluqqvl8f4zzsgiqe7aipt5/P1049793-copy.jpg"
-paragraph: null
-content: Shared\Entity\Main\Seo\SeoContent {#1277}
-default_alt_text: "Картонный чемодан для рекламных материалов"
-width: 1000
-height: 562
-reprepare: null
}
1 => Shared\Entity\Main\Seo\SeoImage {#1800
-id: 6174
-seo_name: "kartonnyi-chemodan-dlia-reklamnykh-materialov"
-alt_text: null
-sort_order: null
-is_page_preview: false
-raw_name: "894393cb-24e6-4332-9a7e-bd9ca4d9ec5a.jpg"
-old_path: "/upload/iblock/855/ba1inwtsep7sik5gklrsuv9o6pk6y6w0/P1049758-copy.jpg"
-paragraph: null
-content: Shared\Entity\Main\Seo\SeoContent {#1277}
-default_alt_text: "Картонный чемодан для рекламных материалов"
-width: 1000
-height: 612
-reprepare: null
}
2 => Shared\Entity\Main\Seo\SeoImage {#1801
-id: 6175
-seo_name: "kartonnyi-chemodan-dlia-reklamnykh-materialov"
-alt_text: null
-sort_order: null
-is_page_preview: false
-raw_name: "ebef4a81-bc1d-4005-bf08-45552312affe.jpg"
-old_path: "/upload/iblock/365/non6nv7idf0jyrw0fzga8kujdnrpauo0/P1049790-copy.jpg"
-paragraph: null
-content: Shared\Entity\Main\Seo\SeoContent {#1277}
-default_alt_text: "Картонный чемодан для рекламных материалов"
-width: 1000
-height: 562
-reprepare: null
}
3 => Shared\Entity\Main\Seo\SeoImage {#1802
-id: 7189
-seo_name: "kartonnyi-chemodan-dlia-reklamnykh-materialov"
-alt_text: null
-sort_order: null
-is_page_preview: true
-raw_name: "bcb15650-6c6c-431c-8a6f-9e1b82d059ec.jpg"
-old_path: "/upload/iblock/63f/0nr0l9ermm61dyolhu2linpyy4rfdhs7/Korobka_chemodan-dlya-reklamnykh-materialov.jpg"
-paragraph: null
-content: Shared\Entity\Main\Seo\SeoContent {#1277}
-default_alt_text: "Картонный чемодан для рекламных материалов"
-width: 1000
-height: 570
-reprepare: null
}
]
}
#initialized: true
-snapshot: array:4 [ …4]
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#885 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1279 …}
}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#1575
-id: 1267
-value: """
<p>\r\n
<span style="font-weight:bold;">Вид:</span> коробка-чемодан<br></br>\r\n
<span style="font-weight:bold;"> Материал:</span> бурый трехслойный гофрокартон<br></br>\r\n
<span style="font-weight:bold;"> Нанесение изображения:</span> флексографическая печать белым цветом\r\n
<p>\r\n
\t Ни\u{A0}одна выставка не\u{A0}обходится без раздаточных материалов. Они нужны, чтобы посетители могли в\u{A0}спокойной обстановке ознакомиться с\u{A0}предложениями экспонентов. Чем интереснее POS-материал, тем больше шансов, что о\u{A0}компании вспомнят после мероприятия. Буклеты, брошюры, профессиональные издания и\u{A0}даже памятные сувениры от\u{A0}участников выставки\u{A0}— все это нужно донести до\u{A0}дома или офиса. Тогда ручная кладь тоже становится рекламной площадью.\r\n
</p><h3>Гофроупаковка — оригинальная и экологичная альтернатива пластиковым пакетам.</h3><p>\r\n
\t Но\u{A0}не\u{A0}каждая конструкция подойдет. Ведь пользователю должно быть удобно нести ее\u{A0}в\u{A0}руках. Мы\u{A0}предложили нашему партнеру <a href="https://www.antech.ru/kartonnye-korobki-na-zakaz/korobka-chemodan-0217-fefco-s-ruchkoy/">коробку-чемоданчик</a> для упаковки рекламных материалов.\r\n
</p><img alt="P1049793 copy.jpg" class="lazy img-responsive" height="auto" loading="lazy" src="/content/img/base/69345994-ca49-4b96-b7f3-f96b83b78258.jpg" width="160px"></img><br></br><ul>\r\n
\t<li>\r\n
\tКоробка оснащена вырубной ручкой\u{A0}— ее\u{A0}будет комфортно нести.\u{A0}</li>\r\n
\t<li>Гофроупаковка не\u{A0}порвется под тяжестью содержимого. Она сделала из\u{A0}плотного картона. Дно типа «ласточкин хвост» не\u{A0}только красивое, но\u{A0}и\u{A0}очень надежное. В\u{A0}чемоданчик можно положить сувенир с\u{A0}любым весом.\u{A0}</li>\r\n
\t<li>До\u{A0}начала выставки чемоданчики хранятся сложенными и\u{A0}не\u{A0}занимают много места. Мы\u{A0}заранее проклеиваем\u{A0}их. Клиенту достаточно развернуть коробку и\u{A0}собрать дно. Упаковка материалов будет происходить быстро.</li>\r\n
\t<li>Картонные коробки не\u{A0}навредят природе. Гофрокартон полностью разлагается в\u{A0}окружающей среде. Его можно отнести в\u{A0}переработку.</li>\r\n
\t<li>Необычная форма оставит яркое впечатление. Оригинальный подход организаторов мероприятия воспринимается «на\u{A0}ура» участниками. Это влияет на\u{A0}имидж компании.</li>\r\n
\t<li>Эмоциональная связь будет поддерживаться и\u{A0}по\u{A0}окончании выставки. В\u{A0}коробке можно хранить личные вещи: инструменты, сезонную одежду, игрушки. Логотип компании напомнит пользователю о\u{A0}вас в\u{A0}положительном ключе. </li>\r\n
</ul><p>\r\n
\t К\u{A0}слову, о\u{A0}логотипе.\r\n
</p><h3>С помощью флексопечати мы\u{A0}нанесли на чемоданчик название мероприятия.</h3><p>\r\n
<a href="https://www.antech.ru/izgotovlenie-upakovki/pechat-na-kartonnykh-korobkakh/">Флексография</a> — оптимальный вариант, когда нужно быстро и\u{A0}недорого изготовить большие тиражи упаковки с\u{A0}цветной печатью.\r\n
</p><p>\r\n
\t Красноречивым отзывом на\u{A0}эту коробку будет тот факт, что заказчик уже второй раз выбирает эту конструкцию. В\u{A0}прошлый раз он\u{A0}упаковывал в\u{A0}нее семена, и\u{A0}она отлично справилась с\u{A0}задачей. Уверены, в\u{A0}этот раз, коробка тоже не\u{A0}подведет. Как и\u{A0}любая наша упаковка.\r\n
</p><h3></h3><h3 style="text-align: center;">Мы\u{A0}создаем упаковочные решения, которые помогают в\u{A0}бизнесе!</h3><p style="text-align: center;">\r\n
</p><p style="text-align: center;">\r\n
\t Клиенты, которые возвращаются снова и\u{A0}снова, лучшее тому подтверждение.\r\n
</p></p>
"""
-content: Shared\Entity\Main\Seo\SeoContent {#1277}
}
-seoVideos: Doctrine\ORM\PersistentCollection {#1344
#collection: Doctrine\Common\Collections\ArrayCollection {#1316
-elements: []
}
#initialized: true
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#888 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1285 …}
}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#1371
#collection: Doctrine\Common\Collections\ArrayCollection {#1347
-elements: array:3 [
0 => Shared\Entity\Main\Seo\SeoParagraph {#1880}
1 => Shared\Entity\Main\Seo\SeoParagraph {#1874
-id: 1118
-seoImages: Doctrine\ORM\PersistentCollection {#1873
#collection: Doctrine\Common\Collections\ArrayCollection {#1872
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#1874}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1363 …}
-backRefFieldName: "paragraph"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1279 …}
}
-title: "Гофроупаковка — оригинальная и экологичная альтернатива пластиковым пакетам"
-description: null
-text: "<div>Но не каждая конструкция подойдет. Ведь пользователю должно быть удобно нести ее в руках. Мы предложили нашему партнеру коробку-чемоданчик для упаковки рекламных материалов.<br><br></div><ul><li>Коробка оснащена вырубной ручкой — ее будет комфортно нести.\u{A0}</li><li>Гофроупаковка не порвется под тяжестью содержимого. Она сделала из плотного картона. Дно типа «ласточкин хвост» не только красивое, но и очень надежное. В чемоданчик можно положить сувенир с любым весом.\u{A0}</li><li>До начала выставки чемоданчики хранятся сложенными и не занимают много места. Мы заранее проклеиваем их. Клиенту достаточно развернуть коробку и собрать дно. Упаковка материалов будет происходить быстро.</li><li>Картонные коробки не навредят природе. Гофрокартон полностью разлагается в окружающей среде. Его можно отнести в переработку.</li><li>Необычная форма оставит яркое впечатление. Оригинальный подход организаторов мероприятия воспринимается «на ура» участниками. Это влияет на имидж компании.</li><li>Эмоциональная связь будет поддерживаться и по окончании выставки. В коробке можно хранить личные вещи: инструменты, сезонную одежду, игрушки. Логотип компании напомнит пользователю о вас в положительном ключе.</li></ul>\n"
-content: Shared\Entity\Main\Seo\SeoContent {#1277}
-seoLinks: Doctrine\ORM\PersistentCollection {#1871
#collection: Doctrine\Common\Collections\ArrayCollection {#1870
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#1874}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1364 …}
-backRefFieldName: "paragraph"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1445 …}
}
-raw_value: null
-bitrix_id: null
-sort_order: null
}
2 => Shared\Entity\Main\Seo\SeoParagraph {#1869
-id: 1119
-seoImages: Doctrine\ORM\PersistentCollection {#1868
#collection: Doctrine\Common\Collections\ArrayCollection {#1867
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#1869}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1363 …}
-backRefFieldName: "paragraph"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1279 …}
}
-title: "К слову, о логотипе"
-description: null
-text: "<div>С помощью флексопечати мы нанесли на чемоданчик название мероприятия.<br>Флексография — оптимальный вариант, когда нужно быстро и недорого изготовить большие тиражи упаковки с цветной печатью.<br><br>Красноречивым отзывом на эту коробку будет тот факт, что заказчик уже второй раз выбирает эту конструкцию. В прошлый раз он упаковывал в нее семена, и она отлично справилась с задачей. Уверены, в этот раз, коробка тоже не подведет. Как и любая наша упаковка.<br><br>Мы создаем упаковочные решения, которые помогают в бизнесе!<br>Клиенты, которые возвращаются снова и снова, лучшее тому подтверждение.</div>\n"
-content: Shared\Entity\Main\Seo\SeoContent {#1277}
-seoLinks: Doctrine\ORM\PersistentCollection {#1866
#collection: Doctrine\Common\Collections\ArrayCollection {#1865
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#1869}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1364 …}
-backRefFieldName: "paragraph"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1445 …}
}
-raw_value: null
-bitrix_id: null
-sort_order: null
}
]
}
#initialized: true
-snapshot: array:3 [ …3]
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#894 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1318 …}
}
-title: "Картонный чемодан для рекламных материалов"
-description: null
-slug: "korobka-chemodan-dlya-reklamnykh-materialov"
-short_title: "Картонный чемодан для рекламных материалов"
-modified_at: DateTimeImmutable @1735295317 {#1274
date: 2024-12-27 04:28:37.0 America/Chicago (-06:00)
}
-priority: null
-url: "/portfolio/korobka-chemodan-dlya-reklamnykh-materialov"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1408
-id: 6
-name: "portfolio"
-title: "Портфолио"
-seoContents: Doctrine\ORM\PersistentCollection {#1588
#collection: Doctrine\Common\Collections\ArrayCollection {#1589
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1408}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1025 …}
-backRefFieldName: "seo_type"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-base_path: "portfolio"
-short_title: "портфолио"
-site: Doctrine\ORM\PersistentCollection {#1606
#collection: Doctrine\Common\Collections\ArrayCollection {#1593
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1408}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#1030 …}
-backRefFieldName: "seoTypes"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1590 …}
}
-is_list: false
-child_type: null
-parent_type: null
-mergedContents: Doctrine\ORM\PersistentCollection {#1596
#collection: Doctrine\Common\Collections\ArrayCollection {#1605
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1408}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1036 …}
-backRefFieldName: "real_type"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-root_content: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677
-id: 1435
-meta_title: "Наши работы — компания Антэк"
-meta_description: "➤ Примеры коробок и упаковки, разработанных и изготовленных компанией Антэк. Вы можете оценить наши возможности, посмотрев конструкции, образцы печати и тиснения, варианты дизайна."
-seoImages: Doctrine\ORM\PersistentCollection {#1711
#collection: Doctrine\Common\Collections\ArrayCollection {#1712
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#885 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1279 …}
}
-seoRaw: null
-seoVideos: Doctrine\ORM\PersistentCollection {#1713
#collection: Doctrine\Common\Collections\ArrayCollection {#1714
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#888 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1285 …}
}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#1715
#collection: Doctrine\Common\Collections\ArrayCollection {#1716
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#894 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1318 …}
}
-title: "Портфолио"
-description: "<div>В этом разделе мы собрали фото и видео примеров выполненных нами работ, в том числе уникальные разработки нашей компании.<br><br>Только собственные разработки.</div>"
-slug: "portfolio"
-short_title: null
-modified_at: DateTimeImmutable @1740486236 {#1710
date: 2025-02-25 06:23:56.0 America/Chicago (-06:00)
}
-priority: null
-url: "/portfolio"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1718
-id: 17
-name: ? ?string
-title: ? ?string
-seoContents: ? Doctrine\Common\Collections\Collection
-base_path: ? ?string
-short_title: ? ?string
-site: ? Doctrine\Common\Collections\Collection
-is_list: ? ?bool
-child_type: ? ?self
-parent_type: ? ?self
-mergedContents: ? Doctrine\Common\Collections\Collection
-root_content: ? ?Shared\Entity\Main\Seo\SeoContent
-is_search: ? ?bool
-is_cart: ? ?bool
-sort_order: ? ?int
-lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#1719
+status: UNINITIALIZED_FULL
+realInstance: ? object
…2
}
}
-parent: null
-childrens: Doctrine\ORM\PersistentCollection {#1720
#collection: Doctrine\Common\Collections\ArrayCollection {#1721
-elements: []
}
#initialized: true
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#906 …}
-backRefFieldName: "parent"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-oldSlugs: Doctrine\ORM\PersistentCollection {#1722
#collection: Doctrine\Common\Collections\ArrayCollection {#1723
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#901 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1414 …}
}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#1724
#collection: Doctrine\Common\Collections\ArrayCollection {#1725
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#904 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1418 …}
}
-seoFiles: Doctrine\ORM\PersistentCollection {#1726
#collection: Doctrine\Common\Collections\ArrayCollection {#1727
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#912 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1431 …}
}
-bitrix_id: null
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#1728
#collection: Doctrine\Common\Collections\ArrayCollection {#1729
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#915 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1445 …}
}
-inboundLinks: Doctrine\ORM\PersistentCollection {#1730
#collection: Doctrine\Common\Collections\ArrayCollection {#1731
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#916 …}
-backRefFieldName: "target_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1445 …}
}
-attached_content: Doctrine\ORM\PersistentCollection {#1732
#collection: Doctrine\Common\Collections\ArrayCollection {#1733
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#917 …}
-backRefFieldName: "attached_to_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-attached_to_content: Doctrine\ORM\PersistentCollection {#1734
#collection: Doctrine\Common\Collections\ArrayCollection {#1735
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyInverseSideMapping {#921 …}
-backRefFieldName: "attached_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-is_problems: true
-is_ready: false
-problems_string: "нет изображений, содержание меньше 500 символов"
-search_string: null
-vote_count: null
-vote_sum: null
-seoProduct: null
-meta_ok: false
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1737
-id: 33
-email: ? ?string
-roles: ? array
-password: ? ?string
-isVerified: ?
-person: ? ?Shared\Entity\Main\Person\Person
-user_roles: ? Doctrine\Common\Collections\Collection
-plain_password: ? ?string
+ischanged: false
-clientBrowsers: ? Doctrine\Common\Collections\Collection
-is_active: ? ?bool
-lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#1738
+status: UNINITIALIZED_FULL
+realInstance: ? object
…2
}
}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#1739
#collection: Doctrine\Common\Collections\ArrayCollection {#1740
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#933 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1513 …}
}
-seoTags: Doctrine\ORM\PersistentCollection {#1741
#collection: Doctrine\Common\Collections\ArrayCollection {#1742
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyInverseSideMapping {#935 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1519 …}
}
-categories: Doctrine\ORM\PersistentCollection {#1743
#collection: Doctrine\Common\Collections\ArrayCollection {#1744
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#938 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-products: Doctrine\ORM\PersistentCollection {#1745
#collection: Doctrine\Common\Collections\ArrayCollection {#1746
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#929 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-constructions: Doctrine\ORM\PersistentCollection {#1747
#collection: Doctrine\Common\Collections\ArrayCollection {#1748
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#937 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-portfolios: Doctrine\ORM\PersistentCollection {#1749
#collection: Doctrine\Common\Collections\ArrayCollection {#1750
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#942 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-options: Doctrine\ORM\PersistentCollection {#1751
#collection: Doctrine\Common\Collections\ArrayCollection {#1752
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#946 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-segments: Doctrine\ORM\PersistentCollection {#1753
#collection: Doctrine\Common\Collections\ArrayCollection {#1754
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#950 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-workers: Doctrine\ORM\PersistentCollection {#1755
#collection: Doctrine\Common\Collections\ArrayCollection {#1756
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#954 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-extras: Doctrine\ORM\PersistentCollection {#1757
#collection: Doctrine\Common\Collections\ArrayCollection {#1758
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#958 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: null
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#1759
#collection: Doctrine\Common\Collections\ArrayCollection {#1760
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#979 …}
-backRefFieldName: "merge_to"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-real_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1408}
-children_types: Doctrine\ORM\PersistentCollection {#1761
#collection: Doctrine\Common\Collections\ArrayCollection {#1762
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#980 …}
-backRefFieldName: "root_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1002 …}
}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
-lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#1678
+status: INITIALIZED_FULL
+realInstance: ? object
…2
}
}
-is_search: true
-is_cart: true
-sort_order: 50
-lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#1409
+status: INITIALIZED_FULL
+realInstance: ? object
…2
}
}
-parent: null
-childrens: Doctrine\ORM\PersistentCollection {#1412
#collection: Doctrine\Common\Collections\ArrayCollection {#1413
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#906 …}
-backRefFieldName: "parent"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-oldSlugs: Doctrine\ORM\PersistentCollection {#1417
#collection: Doctrine\Common\Collections\ArrayCollection {#1419
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#901 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1414 …}
}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#1424
#collection: Doctrine\Common\Collections\ArrayCollection {#1432
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#904 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1418 …}
}
-seoFiles: Doctrine\ORM\PersistentCollection {#1456
#collection: Doctrine\Common\Collections\ArrayCollection {#1437
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#912 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1431 …}
}
-bitrix_id: 76069
-keywords: "Картонный чемодан для рекламных материалов купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#1482
#collection: Doctrine\Common\Collections\ArrayCollection {#1462
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#915 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1445 …}
}
-inboundLinks: Doctrine\ORM\PersistentCollection {#1464
#collection: Doctrine\Common\Collections\ArrayCollection {#1483
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#916 …}
-backRefFieldName: "target_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1445 …}
}
-attached_content: Doctrine\ORM\PersistentCollection {#1484
#collection: Doctrine\Common\Collections\ArrayCollection {#1485
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#917 …}
-backRefFieldName: "attached_to_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-attached_to_content: Doctrine\ORM\PersistentCollection {#1486
#collection: Doctrine\Common\Collections\ArrayCollection {#1487
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\ManyToManyInverseSideMapping {#921 …}
-backRefFieldName: "attached_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: null
-vote_count: null
-vote_sum: null
-seoProduct: null
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1509
-id: 27
-email: ? ?string
-roles: ? array
-password: ? ?string
-isVerified: ?
-person: ? ?Shared\Entity\Main\Person\Person
-user_roles: ? Doctrine\Common\Collections\Collection
-plain_password: ? ?string
+ischanged: false
-clientBrowsers: ? Doctrine\Common\Collections\Collection
-is_active: ? ?bool
-lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#1510
+status: UNINITIALIZED_FULL
+realInstance: ? object
…2
}
}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#1516
#collection: Doctrine\Common\Collections\ArrayCollection {#1518
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#933 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1513 …}
}
-seoTags: Doctrine\ORM\PersistentCollection {#1554
#collection: Doctrine\Common\Collections\ArrayCollection {#1540
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\ManyToManyInverseSideMapping {#935 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1519 …}
}
-categories: Doctrine\ORM\PersistentCollection {#1543
#collection: Doctrine\Common\Collections\ArrayCollection {#1555
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#938 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-products: Doctrine\ORM\PersistentCollection {#1556
#collection: Doctrine\Common\Collections\ArrayCollection {#1557
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#929 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-constructions: Doctrine\ORM\PersistentCollection {#1558
#collection: Doctrine\Common\Collections\ArrayCollection {#1559
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#937 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-portfolios: Doctrine\ORM\PersistentCollection {#1560
#collection: Doctrine\Common\Collections\ArrayCollection {#1561
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#942 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-options: Doctrine\ORM\PersistentCollection {#1562
#collection: Doctrine\Common\Collections\ArrayCollection {#1563
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#946 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-segments: Doctrine\ORM\PersistentCollection {#1564
#collection: Doctrine\Common\Collections\ArrayCollection {#1565
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#950 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-workers: Doctrine\ORM\PersistentCollection {#1566
#collection: Doctrine\Common\Collections\ArrayCollection {#1567
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#954 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-extras: Doctrine\ORM\PersistentCollection {#1568
#collection: Doctrine\Common\Collections\ArrayCollection {#1569
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#958 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: true
-og_title: "Картонный чемодан для рекламных материалов — работы компания Антэк"
-og_description: "➤ Картонный чемодан для рекламных материалов. Примеры коробок и упаковки, разработанных и изготовленных компанией Антэк. Вы можете оценить наши возможности, посмотрев конструкции, образцы печати и тиснения, варианты дизайна."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1676923162 {#1275
date: 2023-02-20 13:59:22.0 America/Chicago (-06:00)
}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#1570
#collection: Doctrine\Common\Collections\ArrayCollection {#1571
-elements: []
}
#initialized: true
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#979 …}
-backRefFieldName: "merge_to"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#1572
#collection: Doctrine\Common\Collections\ArrayCollection {#1573
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#980 …}
-backRefFieldName: "root_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1002 …}
}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
-seoLinks: Doctrine\ORM\PersistentCollection {#1876
#collection: Doctrine\Common\Collections\ArrayCollection {#1875
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#1880}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1364 …}
-backRefFieldName: "paragraph"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1445 …}
}
-raw_value: null
-bitrix_id: null
-sort_order: null
}
1 => Shared\Entity\Main\Seo\SeoParagraph {#1874}
2 => Shared\Entity\Main\Seo\SeoParagraph {#1869}
]
In
SeoContent.php
line 457:
}
);
dump($p);
return $p;
array:3 [
0 => Shared\Entity\Main\Seo\SeoParagraph {#1880
-id: 1117
-seoImages: Doctrine\ORM\PersistentCollection {#1878
#collection: Doctrine\Common\Collections\ArrayCollection {#1877
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#1880}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1363 …}
-backRefFieldName: "paragraph"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1279 …}
}
-title: "Описание"
-description: null
-text: "<div>Ни одна выставка не обходится без раздаточных материалов. Они нужны, чтобы посетители могли в спокойной обстановке ознакомиться с предложениями экспонентов. Чем интереснее POS-материал, тем больше шансов, что о компании вспомнят после мероприятия. Буклеты, брошюры, профессиональные издания и даже памятные сувениры от участников выставки — все это нужно донести до дома или офиса. Тогда ручная кладь тоже становится рекламной площадью.</div>\n"
-content: Shared\Entity\Main\Seo\SeoContent {#1277
-id: 1262
-meta_title: "Картонный чемодан для рекламных материалов — работы компания Антэк"
-meta_description: "➤ Картонный чемодан для рекламных материалов. Примеры коробок и упаковки, разработанных и изготовленных компанией Антэк. Вы можете оценить наши возможности, посмотрев конструкции, образцы печати и тиснения, варианты дизайна."
-seoImages: Doctrine\ORM\PersistentCollection {#1282
#collection: Doctrine\Common\Collections\ArrayCollection {#1284
-elements: array:4 [
0 => Shared\Entity\Main\Seo\SeoImage {#1798
-id: 6172
-seo_name: "p1049793-copy-jpg"
-alt_text: "P1049793 copy.jpg"
-sort_order: null
-is_page_preview: false
-raw_name: "69345994-ca49-4b96-b7f3-f96b83b78258.jpg"
-old_path: "/upload/medialibrary/f79/05um3elc6lluqqvl8f4zzsgiqe7aipt5/P1049793-copy.jpg"
-paragraph: null
-content: Shared\Entity\Main\Seo\SeoContent {#1277}
-default_alt_text: "Картонный чемодан для рекламных материалов"
-width: 1000
-height: 562
-reprepare: null
}
1 => Shared\Entity\Main\Seo\SeoImage {#1800
-id: 6174
-seo_name: "kartonnyi-chemodan-dlia-reklamnykh-materialov"
-alt_text: null
-sort_order: null
-is_page_preview: false
-raw_name: "894393cb-24e6-4332-9a7e-bd9ca4d9ec5a.jpg"
-old_path: "/upload/iblock/855/ba1inwtsep7sik5gklrsuv9o6pk6y6w0/P1049758-copy.jpg"
-paragraph: null
-content: Shared\Entity\Main\Seo\SeoContent {#1277}
-default_alt_text: "Картонный чемодан для рекламных материалов"
-width: 1000
-height: 612
-reprepare: null
}
2 => Shared\Entity\Main\Seo\SeoImage {#1801
-id: 6175
-seo_name: "kartonnyi-chemodan-dlia-reklamnykh-materialov"
-alt_text: null
-sort_order: null
-is_page_preview: false
-raw_name: "ebef4a81-bc1d-4005-bf08-45552312affe.jpg"
-old_path: "/upload/iblock/365/non6nv7idf0jyrw0fzga8kujdnrpauo0/P1049790-copy.jpg"
-paragraph: null
-content: Shared\Entity\Main\Seo\SeoContent {#1277}
-default_alt_text: "Картонный чемодан для рекламных материалов"
-width: 1000
-height: 562
-reprepare: null
}
3 => Shared\Entity\Main\Seo\SeoImage {#1802
-id: 7189
-seo_name: "kartonnyi-chemodan-dlia-reklamnykh-materialov"
-alt_text: null
-sort_order: null
-is_page_preview: true
-raw_name: "bcb15650-6c6c-431c-8a6f-9e1b82d059ec.jpg"
-old_path: "/upload/iblock/63f/0nr0l9ermm61dyolhu2linpyy4rfdhs7/Korobka_chemodan-dlya-reklamnykh-materialov.jpg"
-paragraph: null
-content: Shared\Entity\Main\Seo\SeoContent {#1277}
-default_alt_text: "Картонный чемодан для рекламных материалов"
-width: 1000
-height: 570
-reprepare: null
}
]
}
#initialized: true
-snapshot: array:4 [ …4]
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#885 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1279 …}
}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#1575
-id: 1267
-value: """
<p>\r\n
<span style="font-weight:bold;">Вид:</span> коробка-чемодан<br></br>\r\n
<span style="font-weight:bold;"> Материал:</span> бурый трехслойный гофрокартон<br></br>\r\n
<span style="font-weight:bold;"> Нанесение изображения:</span> флексографическая печать белым цветом\r\n
<p>\r\n
\t Ни\u{A0}одна выставка не\u{A0}обходится без раздаточных материалов. Они нужны, чтобы посетители могли в\u{A0}спокойной обстановке ознакомиться с\u{A0}предложениями экспонентов. Чем интереснее POS-материал, тем больше шансов, что о\u{A0}компании вспомнят после мероприятия. Буклеты, брошюры, профессиональные издания и\u{A0}даже памятные сувениры от\u{A0}участников выставки\u{A0}— все это нужно донести до\u{A0}дома или офиса. Тогда ручная кладь тоже становится рекламной площадью.\r\n
</p><h3>Гофроупаковка — оригинальная и экологичная альтернатива пластиковым пакетам.</h3><p>\r\n
\t Но\u{A0}не\u{A0}каждая конструкция подойдет. Ведь пользователю должно быть удобно нести ее\u{A0}в\u{A0}руках. Мы\u{A0}предложили нашему партнеру <a href="https://www.antech.ru/kartonnye-korobki-na-zakaz/korobka-chemodan-0217-fefco-s-ruchkoy/">коробку-чемоданчик</a> для упаковки рекламных материалов.\r\n
</p><img alt="P1049793 copy.jpg" class="lazy img-responsive" height="auto" loading="lazy" src="/content/img/base/69345994-ca49-4b96-b7f3-f96b83b78258.jpg" width="160px"></img><br></br><ul>\r\n
\t<li>\r\n
\tКоробка оснащена вырубной ручкой\u{A0}— ее\u{A0}будет комфортно нести.\u{A0}</li>\r\n
\t<li>Гофроупаковка не\u{A0}порвется под тяжестью содержимого. Она сделала из\u{A0}плотного картона. Дно типа «ласточкин хвост» не\u{A0}только красивое, но\u{A0}и\u{A0}очень надежное. В\u{A0}чемоданчик можно положить сувенир с\u{A0}любым весом.\u{A0}</li>\r\n
\t<li>До\u{A0}начала выставки чемоданчики хранятся сложенными и\u{A0}не\u{A0}занимают много места. Мы\u{A0}заранее проклеиваем\u{A0}их. Клиенту достаточно развернуть коробку и\u{A0}собрать дно. Упаковка материалов будет происходить быстро.</li>\r\n
\t<li>Картонные коробки не\u{A0}навредят природе. Гофрокартон полностью разлагается в\u{A0}окружающей среде. Его можно отнести в\u{A0}переработку.</li>\r\n
\t<li>Необычная форма оставит яркое впечатление. Оригинальный подход организаторов мероприятия воспринимается «на\u{A0}ура» участниками. Это влияет на\u{A0}имидж компании.</li>\r\n
\t<li>Эмоциональная связь будет поддерживаться и\u{A0}по\u{A0}окончании выставки. В\u{A0}коробке можно хранить личные вещи: инструменты, сезонную одежду, игрушки. Логотип компании напомнит пользователю о\u{A0}вас в\u{A0}положительном ключе. </li>\r\n
</ul><p>\r\n
\t К\u{A0}слову, о\u{A0}логотипе.\r\n
</p><h3>С помощью флексопечати мы\u{A0}нанесли на чемоданчик название мероприятия.</h3><p>\r\n
<a href="https://www.antech.ru/izgotovlenie-upakovki/pechat-na-kartonnykh-korobkakh/">Флексография</a> — оптимальный вариант, когда нужно быстро и\u{A0}недорого изготовить большие тиражи упаковки с\u{A0}цветной печатью.\r\n
</p><p>\r\n
\t Красноречивым отзывом на\u{A0}эту коробку будет тот факт, что заказчик уже второй раз выбирает эту конструкцию. В\u{A0}прошлый раз он\u{A0}упаковывал в\u{A0}нее семена, и\u{A0}она отлично справилась с\u{A0}задачей. Уверены, в\u{A0}этот раз, коробка тоже не\u{A0}подведет. Как и\u{A0}любая наша упаковка.\r\n
</p><h3></h3><h3 style="text-align: center;">Мы\u{A0}создаем упаковочные решения, которые помогают в\u{A0}бизнесе!</h3><p style="text-align: center;">\r\n
</p><p style="text-align: center;">\r\n
\t Клиенты, которые возвращаются снова и\u{A0}снова, лучшее тому подтверждение.\r\n
</p></p>
"""
-content: Shared\Entity\Main\Seo\SeoContent {#1277}
}
-seoVideos: Doctrine\ORM\PersistentCollection {#1344
#collection: Doctrine\Common\Collections\ArrayCollection {#1316
-elements: []
}
#initialized: true
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#888 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1285 …}
}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#1371
#collection: Doctrine\Common\Collections\ArrayCollection {#1347
-elements: array:3 [
0 => Shared\Entity\Main\Seo\SeoParagraph {#1880}
1 => Shared\Entity\Main\Seo\SeoParagraph {#1874
-id: 1118
-seoImages: Doctrine\ORM\PersistentCollection {#1873
#collection: Doctrine\Common\Collections\ArrayCollection {#1872
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#1874}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1363 …}
-backRefFieldName: "paragraph"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1279 …}
}
-title: "Гофроупаковка — оригинальная и экологичная альтернатива пластиковым пакетам"
-description: null
-text: "<div>Но не каждая конструкция подойдет. Ведь пользователю должно быть удобно нести ее в руках. Мы предложили нашему партнеру коробку-чемоданчик для упаковки рекламных материалов.<br><br></div><ul><li>Коробка оснащена вырубной ручкой — ее будет комфортно нести.\u{A0}</li><li>Гофроупаковка не порвется под тяжестью содержимого. Она сделала из плотного картона. Дно типа «ласточкин хвост» не только красивое, но и очень надежное. В чемоданчик можно положить сувенир с любым весом.\u{A0}</li><li>До начала выставки чемоданчики хранятся сложенными и не занимают много места. Мы заранее проклеиваем их. Клиенту достаточно развернуть коробку и собрать дно. Упаковка материалов будет происходить быстро.</li><li>Картонные коробки не навредят природе. Гофрокартон полностью разлагается в окружающей среде. Его можно отнести в переработку.</li><li>Необычная форма оставит яркое впечатление. Оригинальный подход организаторов мероприятия воспринимается «на ура» участниками. Это влияет на имидж компании.</li><li>Эмоциональная связь будет поддерживаться и по окончании выставки. В коробке можно хранить личные вещи: инструменты, сезонную одежду, игрушки. Логотип компании напомнит пользователю о вас в положительном ключе.</li></ul>\n"
-content: Shared\Entity\Main\Seo\SeoContent {#1277}
-seoLinks: Doctrine\ORM\PersistentCollection {#1871
#collection: Doctrine\Common\Collections\ArrayCollection {#1870
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#1874}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1364 …}
-backRefFieldName: "paragraph"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1445 …}
}
-raw_value: null
-bitrix_id: null
-sort_order: null
}
2 => Shared\Entity\Main\Seo\SeoParagraph {#1869
-id: 1119
-seoImages: Doctrine\ORM\PersistentCollection {#1868
#collection: Doctrine\Common\Collections\ArrayCollection {#1867
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#1869}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1363 …}
-backRefFieldName: "paragraph"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1279 …}
}
-title: "К слову, о логотипе"
-description: null
-text: "<div>С помощью флексопечати мы нанесли на чемоданчик название мероприятия.<br>Флексография — оптимальный вариант, когда нужно быстро и недорого изготовить большие тиражи упаковки с цветной печатью.<br><br>Красноречивым отзывом на эту коробку будет тот факт, что заказчик уже второй раз выбирает эту конструкцию. В прошлый раз он упаковывал в нее семена, и она отлично справилась с задачей. Уверены, в этот раз, коробка тоже не подведет. Как и любая наша упаковка.<br><br>Мы создаем упаковочные решения, которые помогают в бизнесе!<br>Клиенты, которые возвращаются снова и снова, лучшее тому подтверждение.</div>\n"
-content: Shared\Entity\Main\Seo\SeoContent {#1277}
-seoLinks: Doctrine\ORM\PersistentCollection {#1866
#collection: Doctrine\Common\Collections\ArrayCollection {#1865
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#1869}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1364 …}
-backRefFieldName: "paragraph"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1445 …}
}
-raw_value: null
-bitrix_id: null
-sort_order: null
}
]
}
#initialized: true
-snapshot: array:3 [ …3]
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#894 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1318 …}
}
-title: "Картонный чемодан для рекламных материалов"
-description: null
-slug: "korobka-chemodan-dlya-reklamnykh-materialov"
-short_title: "Картонный чемодан для рекламных материалов"
-modified_at: DateTimeImmutable @1735295317 {#1274
date: 2024-12-27 04:28:37.0 America/Chicago (-06:00)
}
-priority: null
-url: "/portfolio/korobka-chemodan-dlya-reklamnykh-materialov"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1408
-id: 6
-name: "portfolio"
-title: "Портфолио"
-seoContents: Doctrine\ORM\PersistentCollection {#1588
#collection: Doctrine\Common\Collections\ArrayCollection {#1589
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1408}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1025 …}
-backRefFieldName: "seo_type"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-base_path: "portfolio"
-short_title: "портфолио"
-site: Doctrine\ORM\PersistentCollection {#1606
#collection: Doctrine\Common\Collections\ArrayCollection {#1593
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1408}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#1030 …}
-backRefFieldName: "seoTypes"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1590 …}
}
-is_list: false
-child_type: null
-parent_type: null
-mergedContents: Doctrine\ORM\PersistentCollection {#1596
#collection: Doctrine\Common\Collections\ArrayCollection {#1605
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1408}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1036 …}
-backRefFieldName: "real_type"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-root_content: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677
-id: 1435
-meta_title: "Наши работы — компания Антэк"
-meta_description: "➤ Примеры коробок и упаковки, разработанных и изготовленных компанией Антэк. Вы можете оценить наши возможности, посмотрев конструкции, образцы печати и тиснения, варианты дизайна."
-seoImages: Doctrine\ORM\PersistentCollection {#1711
#collection: Doctrine\Common\Collections\ArrayCollection {#1712
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#885 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1279 …}
}
-seoRaw: null
-seoVideos: Doctrine\ORM\PersistentCollection {#1713
#collection: Doctrine\Common\Collections\ArrayCollection {#1714
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#888 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1285 …}
}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#1715
#collection: Doctrine\Common\Collections\ArrayCollection {#1716
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#894 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1318 …}
}
-title: "Портфолио"
-description: "<div>В этом разделе мы собрали фото и видео примеров выполненных нами работ, в том числе уникальные разработки нашей компании.<br><br>Только собственные разработки.</div>"
-slug: "portfolio"
-short_title: null
-modified_at: DateTimeImmutable @1740486236 {#1710
date: 2025-02-25 06:23:56.0 America/Chicago (-06:00)
}
-priority: null
-url: "/portfolio"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1718
-id: 17
-name: ? ?string
-title: ? ?string
-seoContents: ? Doctrine\Common\Collections\Collection
-base_path: ? ?string
-short_title: ? ?string
-site: ? Doctrine\Common\Collections\Collection
-is_list: ? ?bool
-child_type: ? ?self
-parent_type: ? ?self
-mergedContents: ? Doctrine\Common\Collections\Collection
-root_content: ? ?Shared\Entity\Main\Seo\SeoContent
-is_search: ? ?bool
-is_cart: ? ?bool
-sort_order: ? ?int
-lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#1719
+status: UNINITIALIZED_FULL
+realInstance: ? object
…2
}
}
-parent: null
-childrens: Doctrine\ORM\PersistentCollection {#1720
#collection: Doctrine\Common\Collections\ArrayCollection {#1721
-elements: []
}
#initialized: true
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#906 …}
-backRefFieldName: "parent"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-oldSlugs: Doctrine\ORM\PersistentCollection {#1722
#collection: Doctrine\Common\Collections\ArrayCollection {#1723
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#901 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1414 …}
}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#1724
#collection: Doctrine\Common\Collections\ArrayCollection {#1725
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#904 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1418 …}
}
-seoFiles: Doctrine\ORM\PersistentCollection {#1726
#collection: Doctrine\Common\Collections\ArrayCollection {#1727
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#912 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1431 …}
}
-bitrix_id: null
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#1728
#collection: Doctrine\Common\Collections\ArrayCollection {#1729
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#915 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1445 …}
}
-inboundLinks: Doctrine\ORM\PersistentCollection {#1730
#collection: Doctrine\Common\Collections\ArrayCollection {#1731
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#916 …}
-backRefFieldName: "target_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1445 …}
}
-attached_content: Doctrine\ORM\PersistentCollection {#1732
#collection: Doctrine\Common\Collections\ArrayCollection {#1733
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#917 …}
-backRefFieldName: "attached_to_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-attached_to_content: Doctrine\ORM\PersistentCollection {#1734
#collection: Doctrine\Common\Collections\ArrayCollection {#1735
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyInverseSideMapping {#921 …}
-backRefFieldName: "attached_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-is_problems: true
-is_ready: false
-problems_string: "нет изображений, содержание меньше 500 символов"
-search_string: null
-vote_count: null
-vote_sum: null
-seoProduct: null
-meta_ok: false
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1737
-id: 33
-email: ? ?string
-roles: ? array
-password: ? ?string
-isVerified: ?
-person: ? ?Shared\Entity\Main\Person\Person
-user_roles: ? Doctrine\Common\Collections\Collection
-plain_password: ? ?string
+ischanged: false
-clientBrowsers: ? Doctrine\Common\Collections\Collection
-is_active: ? ?bool
-lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#1738
+status: UNINITIALIZED_FULL
+realInstance: ? object
…2
}
}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#1739
#collection: Doctrine\Common\Collections\ArrayCollection {#1740
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#933 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1513 …}
}
-seoTags: Doctrine\ORM\PersistentCollection {#1741
#collection: Doctrine\Common\Collections\ArrayCollection {#1742
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyInverseSideMapping {#935 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1519 …}
}
-categories: Doctrine\ORM\PersistentCollection {#1743
#collection: Doctrine\Common\Collections\ArrayCollection {#1744
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#938 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-products: Doctrine\ORM\PersistentCollection {#1745
#collection: Doctrine\Common\Collections\ArrayCollection {#1746
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#929 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-constructions: Doctrine\ORM\PersistentCollection {#1747
#collection: Doctrine\Common\Collections\ArrayCollection {#1748
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#937 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-portfolios: Doctrine\ORM\PersistentCollection {#1749
#collection: Doctrine\Common\Collections\ArrayCollection {#1750
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#942 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-options: Doctrine\ORM\PersistentCollection {#1751
#collection: Doctrine\Common\Collections\ArrayCollection {#1752
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#946 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-segments: Doctrine\ORM\PersistentCollection {#1753
#collection: Doctrine\Common\Collections\ArrayCollection {#1754
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#950 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-workers: Doctrine\ORM\PersistentCollection {#1755
#collection: Doctrine\Common\Collections\ArrayCollection {#1756
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#954 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-extras: Doctrine\ORM\PersistentCollection {#1757
#collection: Doctrine\Common\Collections\ArrayCollection {#1758
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#958 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: null
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#1759
#collection: Doctrine\Common\Collections\ArrayCollection {#1760
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#979 …}
-backRefFieldName: "merge_to"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-real_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1408}
-children_types: Doctrine\ORM\PersistentCollection {#1761
#collection: Doctrine\Common\Collections\ArrayCollection {#1762
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#980 …}
-backRefFieldName: "root_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1002 …}
}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
-lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#1678
+status: INITIALIZED_FULL
+realInstance: ? object
…2
}
}
-is_search: true
-is_cart: true
-sort_order: 50
-lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#1409
+status: INITIALIZED_FULL
+realInstance: ? object
…2
}
}
-parent: null
-childrens: Doctrine\ORM\PersistentCollection {#1412
#collection: Doctrine\Common\Collections\ArrayCollection {#1413
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#906 …}
-backRefFieldName: "parent"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-oldSlugs: Doctrine\ORM\PersistentCollection {#1417
#collection: Doctrine\Common\Collections\ArrayCollection {#1419
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#901 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1414 …}
}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#1424
#collection: Doctrine\Common\Collections\ArrayCollection {#1432
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#904 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1418 …}
}
-seoFiles: Doctrine\ORM\PersistentCollection {#1456
#collection: Doctrine\Common\Collections\ArrayCollection {#1437
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#912 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1431 …}
}
-bitrix_id: 76069
-keywords: "Картонный чемодан для рекламных материалов купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#1482
#collection: Doctrine\Common\Collections\ArrayCollection {#1462
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#915 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1445 …}
}
-inboundLinks: Doctrine\ORM\PersistentCollection {#1464
#collection: Doctrine\Common\Collections\ArrayCollection {#1483
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#916 …}
-backRefFieldName: "target_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1445 …}
}
-attached_content: Doctrine\ORM\PersistentCollection {#1484
#collection: Doctrine\Common\Collections\ArrayCollection {#1485
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#917 …}
-backRefFieldName: "attached_to_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-attached_to_content: Doctrine\ORM\PersistentCollection {#1486
#collection: Doctrine\Common\Collections\ArrayCollection {#1487
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\ManyToManyInverseSideMapping {#921 …}
-backRefFieldName: "attached_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: null
-vote_count: null
-vote_sum: null
-seoProduct: null
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1509
-id: 27
-email: ? ?string
-roles: ? array
-password: ? ?string
-isVerified: ?
-person: ? ?Shared\Entity\Main\Person\Person
-user_roles: ? Doctrine\Common\Collections\Collection
-plain_password: ? ?string
+ischanged: false
-clientBrowsers: ? Doctrine\Common\Collections\Collection
-is_active: ? ?bool
-lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#1510
+status: UNINITIALIZED_FULL
+realInstance: ? object
…2
}
}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#1516
#collection: Doctrine\Common\Collections\ArrayCollection {#1518
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#933 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1513 …}
}
-seoTags: Doctrine\ORM\PersistentCollection {#1554
#collection: Doctrine\Common\Collections\ArrayCollection {#1540
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\ManyToManyInverseSideMapping {#935 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1519 …}
}
-categories: Doctrine\ORM\PersistentCollection {#1543
#collection: Doctrine\Common\Collections\ArrayCollection {#1555
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#938 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-products: Doctrine\ORM\PersistentCollection {#1556
#collection: Doctrine\Common\Collections\ArrayCollection {#1557
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#929 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-constructions: Doctrine\ORM\PersistentCollection {#1558
#collection: Doctrine\Common\Collections\ArrayCollection {#1559
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#937 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-portfolios: Doctrine\ORM\PersistentCollection {#1560
#collection: Doctrine\Common\Collections\ArrayCollection {#1561
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#942 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-options: Doctrine\ORM\PersistentCollection {#1562
#collection: Doctrine\Common\Collections\ArrayCollection {#1563
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#946 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-segments: Doctrine\ORM\PersistentCollection {#1564
#collection: Doctrine\Common\Collections\ArrayCollection {#1565
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#950 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-workers: Doctrine\ORM\PersistentCollection {#1566
#collection: Doctrine\Common\Collections\ArrayCollection {#1567
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#954 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-extras: Doctrine\ORM\PersistentCollection {#1568
#collection: Doctrine\Common\Collections\ArrayCollection {#1569
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#958 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: true
-og_title: "Картонный чемодан для рекламных материалов — работы компания Антэк"
-og_description: "➤ Картонный чемодан для рекламных материалов. Примеры коробок и упаковки, разработанных и изготовленных компанией Антэк. Вы можете оценить наши возможности, посмотрев конструкции, образцы печати и тиснения, варианты дизайна."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1676923162 {#1275
date: 2023-02-20 13:59:22.0 America/Chicago (-06:00)
}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#1570
#collection: Doctrine\Common\Collections\ArrayCollection {#1571
-elements: []
}
#initialized: true
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#979 …}
-backRefFieldName: "merge_to"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#1572
#collection: Doctrine\Common\Collections\ArrayCollection {#1573
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1277}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#980 …}
-backRefFieldName: "root_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1002 …}
}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
-seoLinks: Doctrine\ORM\PersistentCollection {#1876
#collection: Doctrine\Common\Collections\ArrayCollection {#1875
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#1880}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1364 …}
-backRefFieldName: "paragraph"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1445 …}
}
-raw_value: null
-bitrix_id: null
-sort_order: null
}
1 => Shared\Entity\Main\Seo\SeoParagraph {#1874}
2 => Shared\Entity\Main\Seo\SeoParagraph {#1869}
]