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
"85: Подарочная упаковка к 8 марта"
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
ContentService.php
line 104:
if (!$name) return $template;
$template_name = $name . '_list';
dump($template_name);
$tempate_path = $this->main_path . '/apps/store/templates/content/list/' . $template_name . '.html.twig';
if ($this->fs->exists($tempate_path)) {
return $template_name;
"product_category_list"
In
TwigChildren.php
line 100:
public function get_childrens($content_id, $type_name, $recursive = false)
{
dump('GC: ' . $content_id . ' / ' . $type_name . ' / ' . $recursive);
//$sort_root = false;
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->chidrens)) return $this->chidrens[$pseudo_id];
"GC: 85 / product_category / "
In
TwigContent.php
line 129:
$type_name = $this->tt->get_element_type($content_id);
$recursive = $this->tt->get_category_type($content_id);
dump($type_name);
dump($recursive);
return $this->get_filtered_childrens($content_id, $type_name, $recursive);
}
"product"
In
TwigContent.php
line 130:
$type_name = $this->tt->get_element_type($content_id);
$recursive = $this->tt->get_category_type($content_id);
dump($type_name);
dump($recursive);
return $this->get_filtered_childrens($content_id, $type_name, $recursive);
}
"product_category"
In
TwigContent.php
line 136:
public function get_filtered_childrens($content_id, $type_name, $recursive = false)
{
dump('Filtered children: ' . $type_name . ' - ' . $recursive);
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->tf->filtered)) return $this->tf->filtered[$pseudo_id];
"Filtered children: product - product_category"
In
TwigChildren.php
line 100:
public function get_childrens($content_id, $type_name, $recursive = false)
{
dump('GC: ' . $content_id . ' / ' . $type_name . ' / ' . $recursive);
//$sort_root = false;
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->chidrens)) return $this->chidrens[$pseudo_id];
"GC: 85 / product / product_category"
In
TwigContentFilter.php
line 54:
$this->filters['on_page'] = $on_page;
$this->filters['cur_page'] = $page;
$this->filters['count'] = $count;
dump($this->filters);
$filtered = array_slice($ents, ($page - 1) * $on_page, $on_page);
array:4 [
"cur_page" => 1
"max_page" => 1.0
"on_page" => 20
"count" => 8
]
In
SeoContent.php
line 457:
}
);
dump($p);
return $p;
array:2 [
0 => Shared\Entity\Main\Seo\SeoParagraph {#33188
-id: 508
-seoImages: Doctrine\ORM\PersistentCollection {#33190
#collection: Doctrine\Common\Collections\ArrayCollection {#33191
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#33188}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1362 …}
-backRefFieldName: "paragraph"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1278 …}
}
-title: "Описание"
-description: null
-text: "<div>8 марта — любимый весенний праздник. Все ждут его с нетерпением. Ведь это прекрасный повод сделать приятное своим близким, коллегам и партнерам. Эффектная упаковка может рассказать о вашем отношении не меньше, чем сам подарок.<br><br>В эстетичной подарочной упаковке из гофрокартона можно преподнести любой предмет: духи, косметику, аксессуары, посуду, текстиль, кондитерские изделия и многое другое. Коробка убережет содержимое от пыли и повреждений.<br><br>Пользоваться картонными коробками удобно. Конструкции хранятся в плоском виде и практически не занимаю места. А собираются они в два счета. Вам не потребуются пакеты или ленты, чтобы украсить гофроупаковку. На картон можно наносить цветную печать. Логотип фирмы или тематический орнамент послужат нарядным оформление упаковки.<br><br>После праздника в аккуратные коробочки из картона можно сложить личные вещи. Это будет напоминать пользователю о том, кто сделал ему такой приятный подарок. Если гофроупаковка со временем придет в негодность, ее можно сдать в переработку.</div>\n"
-content: Shared\Entity\Main\Seo\SeoContent {#1276
-id: 85
-meta_title: "Подарочная упаковка к 8 марта: купить в Москве от производителя"
-meta_description: "➤ Подарочная упаковка к 8 марта от компании Антэк в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#1281
#collection: Doctrine\Common\Collections\ArrayCollection {#1283
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#885 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1278 …}
}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#1647
-id: 92
-value: """
<p>\r\n
\t 8\u{A0}марта\u{A0}— любимый весенний праздник. Все ждут его с\u{A0}нетерпением. Ведь это прекрасный повод сделать приятное своим близким, коллегам и\u{A0}партнерам. Эффектная упаковка может рассказать о\u{A0}вашем отношении не\u{A0}меньше, чем сам подарок.\r\n
<p>\r\n
\t В\u{A0}эстетичной подарочной упаковке из\u{A0}гофрокартона можно преподнести любой предмет: духи, косметику, аксессуары, посуду, текстиль, кондитерские изделия и\u{A0}многое другое.\r\n
</p><div class="row">\r\n
<div class="col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">\r\n
\r\n
\t<img alt="подарочная упаковка к 8 марта" class="lazy img-responsive" loading="lazy" src="/content/img/base/049f3b36-d1fc-42a8-a273-e29ebb7737d1.jpg"></img></div>\r\n
</div><p>\r\n
\t Коробка убережет содержимое от\u{A0}пыли и\u{A0}повреждений.\r\n
</p><p>\r\n
\t Пользоваться картонными коробками удобно. Конструкции хранятся в\u{A0}плоском виде и\u{A0}практически не\u{A0}занимаю места. А\u{A0}собираются они в\u{A0}два счета.\r\n
</p><p>\r\n
\t Вам не\u{A0}потребуются пакеты или ленты, чтобы украсить гофроупаковку. На\u{A0}картон можно наносить цветную печать. Логотип фирмы или тематический орнамент послужат нарядным оформление упаковки.\r\n
</p><div class="row">\r\n
<div class="col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">\r\n
\r\n
\t<img alt="коробки картонные к 8 марта" class="lazy img-responsive" loading="lazy" src="/content/img/base/4107b0ce-d779-4e53-bd25-54c650eb5360.jpg"></img></div>\r\n
</div><p>\r\n
\t После праздника в\u{A0}аккуратные коробочки из\u{A0}картона можно сложить личные вещи. Это будет напоминать пользователю о\u{A0}том, кто сделал ему такой приятный подарок. Если гофроупаковка со\u{A0}временем придет в\u{A0}негодность, ее\u{A0}можно сдать в\u{A0}переработку.\r\n
</p><h2>Картонные коробки для подарков на\u{A0}8\u{A0}марта в\u{A0}наличии</h2><p>\r\n
\t В\u{A0}нашем интернет-магазине представлены различные виды коробок и\u{A0}материалов, актуальных для упаковки подарков к\u{A0}Международному женскому дню:\r\n
</p><div class="row">\r\n
\r\n
<div class="col-sm-4"><img alt="коробки подарочные из гофрокартона 8 марта" class="lazy img-responsive" loading="lazy" src="/content/img/base/a6e0d546-a5f4-455b-bd5b-2fa1ce4666f4.jpg"></img></div> <div class="col-sm-8">\r\n
\r\n
<ul>\r\n
\t<li><i>Бизнес-боксы</i><br></br>\r\n
\t Если вы\u{A0}делаете ставку на\u{A0}практичность. <br></br>\r\n
\tБлагодаря пластиковой ручке, их\u{A0}удобно переносить в\u{A0}руке.</li>\r\n
\t<li><i>Оригинальных форм</i><br></br>\r\n
\t Если вам нравится удивлять. <br></br>\r\n
\tТреугольные, в\u{A0}форме сердца, шести- и\u{A0}восьмигранные.</li>\r\n
\t<li><i>Стандартные самосборные</i><br></br>\r\n
\t Для приверженцев нестареющей классики.</li>\r\n
\t<li><i>Крафт-бумага и\u{A0}бумажный наполнитель </i><br></br>\r\n
\tЧтобы довести подарок до\u{A0}идеала.<br></br>\r\n
\t Придадут дополнительную защиту и\u{A0}помогут украсить внутреннее убранство коробки.</li>\r\n
</ul>\r\n
</div></div><p>\r\n
\t У\u{A0}нас вы\u{A0}можете купить коробки к\u{A0}8\u{A0}марта оптом и\u{A0}в\u{A0}розницу с\u{A0}доставкой по\u{A0}Москве, МО\u{A0}и\u{A0}регионам России. <br></br>\r\n
\t Позвоните нам по\u{A0}номеру\u{A0}8 (800) 555-55-70\u{A0}— наши менеджеры помогут вам подобрать правильное упаковочное решение!\r\n
</p></p>
"""
-content: Shared\Entity\Main\Seo\SeoContent {#1276}
}
-seoVideos: Doctrine\ORM\PersistentCollection {#1343
#collection: Doctrine\Common\Collections\ArrayCollection {#1315
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#888 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1284 …}
}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#1370
#collection: Doctrine\Common\Collections\ArrayCollection {#1346
-elements: array:2 [
0 => Shared\Entity\Main\Seo\SeoParagraph {#33188}
1 => Shared\Entity\Main\Seo\SeoParagraph {#33194
-id: 509
-seoImages: Doctrine\ORM\PersistentCollection {#33195
#collection: Doctrine\Common\Collections\ArrayCollection {#33196
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#33194}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1362 …}
-backRefFieldName: "paragraph"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1278 …}
}
-title: "Картонные коробки для подарков на 8 марта в наличии"
-description: null
-text: "<div>В нашем интернет-магазине представлены различные виды коробок и материалов, актуальных для упаковки подарков к Международному женскому дню:</div><ul><li>Бизнес-боксы. Если вы делаете ставку на практичность. Благодаря пластиковой ручке, их удобно переносить в руке.</li><li>Оригинальных форм. Если вам нравится удивлять. Треугольные, в форме сердца, шести- и восьмигранные.</li><li>Стандартные самосборные. Для приверженцев нестареющей классики.</li><li>Крафт-бумага и бумажный наполнитель. Чтобы довести подарок до идеала. Придадут дополнительную защиту и помогут украсить внутреннее убранство коробки.</li></ul><div>У нас вы можете купить коробки к 8 марта оптом и в розницу с доставкой по Москве, МО и регионам России.<br><br>Позвоните нам по номеру 8 (800) 555-55-70 — наши менеджеры помогут вам подобрать правильное упаковочное решение!</div>\n"
-content: Shared\Entity\Main\Seo\SeoContent {#1276}
-seoLinks: Doctrine\ORM\PersistentCollection {#33197
#collection: Doctrine\Common\Collections\ArrayCollection {#33198
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#33194}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1363 …}
-backRefFieldName: "paragraph"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1517 …}
}
-raw_value: null
-bitrix_id: null
-sort_order: 100
}
]
}
#initialized: true
-snapshot: array:2 [ …2]
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#894 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1317 …}
}
-title: "Подарочная упаковка к 8 марта"
-description: null
-slug: "k-8-marta"
-short_title: null
-modified_at: DateTimeImmutable @1741772895 {#1274
date: 2025-03-12 04:48:15.0 America/Chicago (-05:00)
}
-priority: 9
-url: "/catalog/podarochnaya-upakovka/k-8-marta"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407
-id: 1
-name: "product_category"
-title: "Категория товаров"
-seoContents: Doctrine\ORM\PersistentCollection {#1660
#collection: Doctrine\Common\Collections\ArrayCollection {#1661
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1025 …}
-backRefFieldName: "seo_type"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-base_path: "catalog"
-short_title: "категория товаров"
-site: Doctrine\ORM\PersistentCollection {#1678
#collection: Doctrine\Common\Collections\ArrayCollection {#1665
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#1030 …}
-backRefFieldName: "seoTypes"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1662 …}
}
-is_list: false
-child_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677
-id: 4
-name: "product"
-title: "Товар"
-seoContents: Doctrine\ORM\PersistentCollection {#33145
#collection: Doctrine\Common\Collections\ArrayCollection {#33146
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1025 …}
-backRefFieldName: "seo_type"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-base_path: "product"
-short_title: "Товар"
-site: Doctrine\ORM\PersistentCollection {#33147
#collection: Doctrine\Common\Collections\ArrayCollection {#33148
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#1030 …}
-backRefFieldName: "seoTypes"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1662 …}
}
-is_list: false
-child_type: null
-parent_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-mergedContents: Doctrine\ORM\PersistentCollection {#33149
#collection: Doctrine\Common\Collections\ArrayCollection {#33150
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1036 …}
-backRefFieldName: "real_type"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-root_content: null
-is_search: true
-is_cart: true
-sort_order: 10
-lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#1680
+status: INITIALIZED_FULL
+realInstance: ? object
…2
}
}
-parent_type: null
-mergedContents: Doctrine\ORM\PersistentCollection {#1681
#collection: Doctrine\Common\Collections\ArrayCollection {#1682
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-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 {#1684
-id: 1125
-meta_title: "Упаковочная тара | Магазин готовой тары и упаковки в Москве"
-meta_description: "➤ Купить упаковочную тару в интернет-магазине Антэк. 200+ готовых упаковочных решений, созданных с учетом требований разных сфер. Продажа от 1 шт. Возможна срочная доставка от 2-х часов по Москве и области! Собственное производство упаковки."
-seoImages: Doctrine\ORM\PersistentCollection {#1724
#collection: Doctrine\Common\Collections\ArrayCollection {#1725
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#885 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1278 …}
}
-seoRaw: null
-seoVideos: Doctrine\ORM\PersistentCollection {#1726
#collection: Doctrine\Common\Collections\ArrayCollection {#1727
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#888 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1284 …}
}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#1728
#collection: Doctrine\Common\Collections\ArrayCollection {#1729
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#894 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1317 …}
}
-title: "Каталог готовой упаковки"
-description: null
-slug: "catalog"
-short_title: "Каталог"
-modified_at: DateTimeImmutable @1741644903 {#1723
date: 2025-03-10 17:15:03.0 America/Chicago (-05:00)
}
-priority: 10
-url: "/catalog"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1731
-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 {#1732
+status: UNINITIALIZED_FULL
+realInstance: ? object
…2
}
}
-parent: null
-childrens: Doctrine\ORM\PersistentCollection {#1733
#collection: Doctrine\Common\Collections\ArrayCollection {#1734
-elements: []
}
#initialized: true
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1735
#collection: Doctrine\Common\Collections\ArrayCollection {#1736
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#901 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1486 …}
}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#1737
#collection: Doctrine\Common\Collections\ArrayCollection {#1738
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#904 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1490 …}
}
-seoFiles: Doctrine\ORM\PersistentCollection {#1739
#collection: Doctrine\Common\Collections\ArrayCollection {#1740
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#912 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1503 …}
}
-bitrix_id: null
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#1741
#collection: Doctrine\Common\Collections\ArrayCollection {#1742
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#915 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1517 …}
}
-inboundLinks: Doctrine\ORM\PersistentCollection {#1743
#collection: Doctrine\Common\Collections\ArrayCollection {#1744
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#916 …}
-backRefFieldName: "target_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1517 …}
}
-attached_content: Doctrine\ORM\PersistentCollection {#1745
#collection: Doctrine\Common\Collections\ArrayCollection {#1746
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1747
#collection: Doctrine\Common\Collections\ArrayCollection {#1748
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1750
-id: 34
-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 {#1751
+status: UNINITIALIZED_FULL
+realInstance: ? object
…2
}
}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#1752
#collection: Doctrine\Common\Collections\ArrayCollection {#1753
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#933 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1585 …}
}
-seoTags: Doctrine\ORM\PersistentCollection {#1754
#collection: Doctrine\Common\Collections\ArrayCollection {#1755
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\ManyToManyInverseSideMapping {#935 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1591 …}
}
-categories: Doctrine\ORM\PersistentCollection {#1756
#collection: Doctrine\Common\Collections\ArrayCollection {#1757
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1758
#collection: Doctrine\Common\Collections\ArrayCollection {#1759
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1760
#collection: Doctrine\Common\Collections\ArrayCollection {#1761
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1762
#collection: Doctrine\Common\Collections\ArrayCollection {#1763
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1764
#collection: Doctrine\Common\Collections\ArrayCollection {#1765
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1766
#collection: Doctrine\Common\Collections\ArrayCollection {#1767
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1768
#collection: Doctrine\Common\Collections\ArrayCollection {#1769
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1770
#collection: Doctrine\Common\Collections\ArrayCollection {#1771
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1772
#collection: Doctrine\Common\Collections\ArrayCollection {#1773
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1407}
-children_types: Doctrine\ORM\PersistentCollection {#1774
#collection: Doctrine\Common\Collections\ArrayCollection {#1775
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1685
+status: INITIALIZED_FULL
+realInstance: ? object
…2
}
}
-is_search: true
-is_cart: false
-sort_order: 60
-lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#1408
+status: INITIALIZED_FULL
+realInstance: ? object
…2
}
}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480
-id: 10
-meta_title: "Подарочная упаковка: купить в Москве от производителя"
-meta_description: "➤ Подарочная упаковка от компании Антэк в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#1777
#collection: Doctrine\Common\Collections\ArrayCollection {#1778
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#885 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1278 …}
}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#1823
-id: 17
-value: """
<h2>Зачем нужна картонная упаковка для подарков?<p>\r\n
\t Коробки из\u{A0}гофрокартона нужны, чтобы уберечь содержимое от\u{A0}пыли и\u{A0}повреждений.\r\n
</p><p>\r\n
\t Но\u{A0}у\u{A0}<span class="bold color-primary">подарочных коробок</span> есть своя особенная миссия. Они помогают выразить ваше отношение к\u{A0}человеку, которому вы\u{A0}делаете подарок. А\u{A0}тематический принт, краткое пожелание или оригинальная форма задают настроение праздника.\r\n
</p><div class="row">\r\n
<div class="col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">\r\n
\t<img alt="подарочные коробки из картона" class="lazy img-responsive" loading="lazy" src="/content/img/base/ffb41c40-7aa7-48a4-bf4a-5b230a6a439b.jpg"></img></div>\r\n
</div><h2>Какие бывают подарочные коробки из\u{A0}картона?</h2><p>\r\n
\t Упаковка подарков\u{A0}— дело приятное, но\u{A0}хлопотное. Как красиво и\u{A0}со\u{A0}вкусом оформить сюрприз? Наши дизайнеры позаботились о\u{A0}вас и\u{A0}разработали готовые упаковочные решения:\r\n
</p><p>\r\n
</p><ul>\r\n
\t<li>нестандартной формы (пяти- и\u{A0}шестигранные, треугольные);</li>\r\n
\t<li>эстетичные самосборные конструкции;</li>\r\n
\t<li>стандартные коробки с\u{A0}печатью (новогодние, к\u{A0}8\u{A0}марта и\u{A0}23\u{A0}февраля).</li>\r\n
</ul><p>\r\n
</p><div class="row">\r\n
<div class="col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">\r\n
\t<img alt="картонные подарочные коробки" class="lazy img-responsive" loading="lazy" src="/content/img/base/d59bd124-dfd6-4ffa-9866-fe0e472a121d.jpg"></img></div>\r\n
</div><p>\r\n
\t Ручки, замочки и\u{A0}праздничный орнамент делают упаковку самодостаточной. Для нее не\u{A0}нужны дополнительные пакеты или оберточная бумага. Цветной наполнитель не\u{A0}даст предметам внутри перемещаться. А\u{A0}еще он\u{A0}послужит красивым ложементом для подарков.\r\n
</p><div class="text-sovet">\r\n
\t<p>\r\n
\t\t Кстати!\r\n
\t</p>\r\n
\t<p>\r\n
\t\t Тренд сегодняшнего дня\u{A0}— натуральность. Простой бурый картон отлично сочетается с\u{A0}разными декоративными элементами. Несколько атласных лент или даже небольшой бантик из\u{A0}цветной бумаги превратят обычную коробку в\u{A0}красивую праздничную\u{A0}и, при этом, экологичную упаковку. Скромность\u{A0}— украшает!\r\n
\t</p>\r\n
</div><p>\r\n
\tУ\u{A0}нас вы\u{A0}можете купить подарочную упаковку со\u{A0}склада оптом и\u{A0}в\u{A0}розницу с\u{A0}доставкой по\u{A0}Москве, МО\u{A0}и\u{A0}регионам России.\r\n
\r\n
Не\u{A0}нашли нужные форму и\u{A0}размер? Мы\u{A0}изготовим на\u{A0}заказ коробки под ваши задачи.\r\n
\r\n
Позвоните нам по\u{A0}номеру\u{A0}8 (800) 555-55-70\u{A0}— наши менеджеры помогут вам подобрать упаковку!</p><p> </p></h2>
"""
-content: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
}
-seoVideos: Doctrine\ORM\PersistentCollection {#1779
#collection: Doctrine\Common\Collections\ArrayCollection {#1780
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#888 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1284 …}
}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#1781
#collection: Doctrine\Common\Collections\ArrayCollection {#1782
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#894 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1317 …}
}
-title: "Подарочная упаковка"
-description: null
-slug: "podarochnaya-upakovka"
-short_title: "Подарочные коробки"
-modified_at: DateTimeImmutable @1741777293 {#1776
date: 2025-03-12 06:01:33.0 America/Chicago (-05:00)
}
-priority: 9
-url: "/catalog/podarochnaya-upakovka"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-parent: null
-childrens: Doctrine\ORM\PersistentCollection {#1783
#collection: Doctrine\Common\Collections\ArrayCollection {#1784
-elements: array:9 [
0 => Shared\Entity\Main\Seo\SeoContent {#29929
-id: 600
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#29930 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#29976 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#29932 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#29934 …9}
-title: "Наполнитель бумажный"
-description: """
<p>Бумажный наполнитель добавляется в\u{A0}гофрокороба для обеспечения целостности содержимого.<br></br>\r\n
Изделием заполняют дно подарочных коробок, чтобы сделать содержимое более привлекательным. В\u{A0}нашем каталоге есть модификации в\u{A0}разных цветовых исполнениях. Кроме того, подобная стружка эффективно смягчает удары от\u{A0}внешних воздействий, поэтому её\u{A0}часто применяют при перевозке хрупких предметов. Особенно красиво смотрится наполнитель в\u{A0}гофроупаковке с\u{A0}пластиковым окошком.</p>
"""
-slug: "--napolnitel-bumazhnyy"
-short_title: "Наполнитель бумажный"
-modified_at: DateTimeImmutable @1729141101 {#29927 …1}
-priority: 8
-url: "/catalog/podarochnaya-upakovka/--napolnitel-bumazhnyy"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#29936 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#29938 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#29940 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#29942 …9}
-bitrix_id: 43117
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#29944 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#29946 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#29948 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#29950 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, содержание меньше 500 символов"
-search_string: null
-vote_count: 2
-vote_sum: 94
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#29977 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#29952 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#29954 …9}
-categories: Doctrine\ORM\PersistentCollection {#29956 …9}
-products: Doctrine\ORM\PersistentCollection {#29958 …9}
-constructions: Doctrine\ORM\PersistentCollection {#29960 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#29962 …9}
-options: Doctrine\ORM\PersistentCollection {#29964 …9}
-segments: Doctrine\ORM\PersistentCollection {#29966 …9}
-workers: Doctrine\ORM\PersistentCollection {#29968 …9}
-extras: Doctrine\ORM\PersistentCollection {#29970 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489004 {#29928 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#29972 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#29974 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
1 => Shared\Entity\Main\Seo\SeoContent {#29987 …65}
2 => Shared\Entity\Main\Seo\SeoContent {#30037 …65}
3 => Shared\Entity\Main\Seo\SeoContent {#30096
-id: 602
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#30097 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#30143 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#30099 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#30101 …9}
-title: "Подарочная коробка "Вдохновение""
-description: "<p>Универсальная подарочная коробка «Вдохновение» отличается треугольной остроконечной формой и\u{A0}округлыми лепестками в\u{A0}месте закрытия. Две столь разные характеристики очень удачно отражены в\u{A0}одном изделии. Коробка популярна для упаковки конфет, трикотажной одежды, сувениров, корпоративных подарков. При желании мы\u{A0}можем нанести на\u{A0}нее вашу печать или разработать дизайн с\u{A0}нуля. Изготавливаться на\u{A0}заказ может любых размеров.</p>"
-slug: "--podarochnaya-korobka-vdokhnovenie"
-short_title: "Подарочная коробка "Вдохновение""
-modified_at: DateTimeImmutable @1729141103 {#30094 …1}
-priority: 8
-url: "/catalog/podarochnaya-upakovka/--podarochnaya-korobka-vdokhnovenie"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#30103 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#30105 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#30107 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#30109 …9}
-bitrix_id: 44518
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#30111 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#30113 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#30115 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#30117 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, содержание меньше 500 символов"
-search_string: null
-vote_count: 12
-vote_sum: 564
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#30144 …39}
-meta_ok: true
-notice_field: "дубли в адресе: podarochnaya"
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#30119 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#30121 …9}
-categories: Doctrine\ORM\PersistentCollection {#30123 …9}
-products: Doctrine\ORM\PersistentCollection {#30125 …9}
-constructions: Doctrine\ORM\PersistentCollection {#30127 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#30129 …9}
-options: Doctrine\ORM\PersistentCollection {#30131 …9}
-segments: Doctrine\ORM\PersistentCollection {#30133 …9}
-workers: Doctrine\ORM\PersistentCollection {#30135 …9}
-extras: Doctrine\ORM\PersistentCollection {#30137 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1507651990 {#30095 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#30139 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#30141 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
4 => Shared\Entity\Main\Seo\SeoContent {#30155
-id: 599
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#30156 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#30202 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#30158 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#30160 …9}
-title: "Подарочная коробка "Сердце""
-description: "<p>Подарочная коробка «Сердце»\u{A0}— оригинальная упаковка для любого подарка! В\u{A0}нее можно положить текстиль, конфеты, подарочные наборы, сувениры и\u{A0}многое другое. Особенной популярностью она пользуется, конечно, на\u{A0}праздник Дня Всех Влюбленных (14\u{A0}февраля)! Не\u{A0}будет никаких сомнений, что подарок от\u{A0}всего сердца, форма сама говорит за\u{A0}себя. На\u{A0}нее вы\u{A0}можете нанести свое изображение или мы\u{A0}разработаем дизайн под все ваши пожелания. Вы\u{A0}можете ее\u{A0}заказать в\u{A0}другом размере и\u{A0}цвете. Дарите подарки в\u{A0}особенной упаковке!</p>"
-slug: "--podarochnye-korobki-serdtse"
-short_title: "Подарочная коробка "Сердце""
-modified_at: DateTimeImmutable @1729141101 {#30153 …1}
-priority: 8
-url: "/catalog/podarochnaya-upakovka/--podarochnye-korobki-serdtse"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#30162 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#30164 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#30166 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#30168 …9}
-bitrix_id: 42994
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#30170 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#30172 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#30174 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#30176 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, содержание меньше 500 символов"
-search_string: null
-vote_count: 12
-vote_sum: 504
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#30203 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#30178 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#30180 …9}
-categories: Doctrine\ORM\PersistentCollection {#30182 …9}
-products: Doctrine\ORM\PersistentCollection {#30184 …9}
-constructions: Doctrine\ORM\PersistentCollection {#30186 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#30188 …9}
-options: Doctrine\ORM\PersistentCollection {#30190 …9}
-segments: Doctrine\ORM\PersistentCollection {#30192 …9}
-workers: Doctrine\ORM\PersistentCollection {#30194 …9}
-extras: Doctrine\ORM\PersistentCollection {#30196 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505487254 {#30154 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#30198 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#30200 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
5 => Shared\Entity\Main\Seo\SeoContent {#30213 …65}
6 => Shared\Entity\Main\Seo\SeoContent {#1276}
7 => Shared\Entity\Main\Seo\SeoContent {#30263 …65}
8 => Shared\Entity\Main\Seo\SeoContent {#30322
-id: 603
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#30323 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#30369 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#30325 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#30327 …9}
-title: "Чемодан с пластиковой ручкой "8 марта""
-description: "<p></p>"
-slug: "--chemodan-s-plastikovoy-ruchkoy-8-marta"
-short_title: "Чемодан с пластиковой ручкой "8 марта""
-modified_at: DateTimeImmutable @1729141103 {#30320 …1}
-priority: 8
-url: "/catalog/podarochnaya-upakovka/--chemodan-s-plastikovoy-ruchkoy-8-marta"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#30329 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#30331 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#30333 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#30335 …9}
-bitrix_id: 50510
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#30337 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#30339 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#30341 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#30343 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, содержание меньше 500 символов"
-search_string: null
-vote_count: 11
-vote_sum: 473
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#30370 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#30345 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#30347 …9}
-categories: Doctrine\ORM\PersistentCollection {#30349 …9}
-products: Doctrine\ORM\PersistentCollection {#30351 …9}
-constructions: Doctrine\ORM\PersistentCollection {#30353 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#30355 …9}
-options: Doctrine\ORM\PersistentCollection {#30357 …9}
-segments: Doctrine\ORM\PersistentCollection {#30359 …9}
-workers: Doctrine\ORM\PersistentCollection {#30361 …9}
-extras: Doctrine\ORM\PersistentCollection {#30363 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1517944162 {#30321 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#30365 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#30367 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
]
}
#initialized: true
-snapshot: array:9 [ …9]
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1785
#collection: Doctrine\Common\Collections\ArrayCollection {#1786
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#901 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1486 …}
}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#1787
#collection: Doctrine\Common\Collections\ArrayCollection {#1788
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#904 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1490 …}
}
-seoFiles: Doctrine\ORM\PersistentCollection {#1789
#collection: Doctrine\Common\Collections\ArrayCollection {#1790
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#912 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1503 …}
}
-bitrix_id: 5576
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#1791
#collection: Doctrine\Common\Collections\ArrayCollection {#1792
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#915 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1517 …}
}
-inboundLinks: Doctrine\ORM\PersistentCollection {#1793
#collection: Doctrine\Common\Collections\ArrayCollection {#1794
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#916 …}
-backRefFieldName: "target_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1517 …}
}
-attached_content: Doctrine\ORM\PersistentCollection {#1795
#collection: Doctrine\Common\Collections\ArrayCollection {#1796
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1797
#collection: Doctrine\Common\Collections\ArrayCollection {#1798
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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: false
-problems_string: ""
-search_string: null
-vote_count: 1
-vote_sum: 46
-seoProduct: null
-meta_ok: false
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581
-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 {#1582
+status: UNINITIALIZED_FULL
+realInstance: ? object
…2
}
}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#1799
#collection: Doctrine\Common\Collections\ArrayCollection {#1800
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#933 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1585 …}
}
-seoTags: Doctrine\ORM\PersistentCollection {#1801
#collection: Doctrine\Common\Collections\ArrayCollection {#1802
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\ManyToManyInverseSideMapping {#935 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1591 …}
}
-categories: Doctrine\ORM\PersistentCollection {#1803
#collection: Doctrine\Common\Collections\ArrayCollection {#1804
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1805
#collection: Doctrine\Common\Collections\ArrayCollection {#1806
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1807
#collection: Doctrine\Common\Collections\ArrayCollection {#1808
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1809
#collection: Doctrine\Common\Collections\ArrayCollection {#1810
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1811
#collection: Doctrine\Common\Collections\ArrayCollection {#1812
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1813
#collection: Doctrine\Common\Collections\ArrayCollection {#1814
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1815
#collection: Doctrine\Common\Collections\ArrayCollection {#1816
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1817
#collection: Doctrine\Common\Collections\ArrayCollection {#1818
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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: "Подарочная упаковка: купить в Москве от производителя"
-og_description: "➤ Антэк: заказать подарочные коробки из гофрокартона в Москве. Продажа коробок для подарков оптом и в розницу. Сделайте заказ по телефону +7 (495) 287-45-70 и на сайте онлайн."
-short_code: null
-source_link: null
-created_at: null
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#1819
#collection: Doctrine\Common\Collections\ArrayCollection {#1820
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1821
#collection: Doctrine\Common\Collections\ArrayCollection {#1822
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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: true
-not_menu: false
-sort_order: 14
-lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#1481
+status: INITIALIZED_FULL
+realInstance: ? object
…2
}
}
-childrens: Doctrine\ORM\PersistentCollection {#1484
#collection: Doctrine\Common\Collections\ArrayCollection {#1485
-elements: []
}
#initialized: true
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1489
#collection: Doctrine\Common\Collections\ArrayCollection {#1491
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#901 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1486 …}
}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#1496
#collection: Doctrine\Common\Collections\ArrayCollection {#1504
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#904 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1490 …}
}
-seoFiles: Doctrine\ORM\PersistentCollection {#1528
#collection: Doctrine\Common\Collections\ArrayCollection {#1509
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#912 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1503 …}
}
-bitrix_id: 5715
-keywords: null
-menu_title: "8 марта"
-seoLinks: Doctrine\ORM\PersistentCollection {#1554
#collection: Doctrine\Common\Collections\ArrayCollection {#1534
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#915 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1517 …}
}
-inboundLinks: Doctrine\ORM\PersistentCollection {#1536
#collection: Doctrine\Common\Collections\ArrayCollection {#1555
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#916 …}
-backRefFieldName: "target_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1517 …}
}
-attached_content: Doctrine\ORM\PersistentCollection {#1556
#collection: Doctrine\Common\Collections\ArrayCollection {#1557
-elements: array:28 [
0 => Shared\Entity\Main\Seo\SeoContent {#4399
-id: 284
-meta_title: "Шляпная коробка 185x185x185 мм МГК Т−24E бурый в Москве: цена, купить картонные коробки - описание, характеристики"
-meta_description: "➤ Шляпная коробка 185x185x185 мм МГК Т−24E бурый от компании Антэк. Свой магазин и производство. 🚚 Картонные коробки – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#4400 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#4446 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#4402 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#4404 …9}
-title: "185 (Д) 185 (Ш) 185 (В) Шляпная коробка из гофрокартона, гофрокартон бурый МГК Т−24E, размеры внешние"
-description: "<div></div>"
-slug: "shlyapnaya-korobka-185-185-185-t24"
-short_title: "Шляпная коробка 185x185x185 мм МГК Т−24E бурый"
-modified_at: DateTimeImmutable @1741855337 {#4397 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/shlyapnaya-korobka-185-185-185-t24"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2266 …65}
-childrens: Doctrine\ORM\PersistentCollection {#4406 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#4408 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#4410 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#4412 …9}
-bitrix_id: 55004
-keywords: "Шляпная коробка 185x185x185 мм МГК Т−24E бурый купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#4414 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#4416 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#4418 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#4420 …9}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: "185x185x185"
-vote_count: 4
-vote_sum: 196
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#4447 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#4422 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#4424 …9}
-categories: Doctrine\ORM\PersistentCollection {#4426 …9}
-products: Doctrine\ORM\PersistentCollection {#4428 …9}
-constructions: Doctrine\ORM\PersistentCollection {#4430 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#4432 …9}
-options: Doctrine\ORM\PersistentCollection {#4434 …9}
-segments: Doctrine\ORM\PersistentCollection {#4436 …9}
-workers: Doctrine\ORM\PersistentCollection {#4438 …9}
-extras: Doctrine\ORM\PersistentCollection {#4440 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: true
-og_title: "Шляпная коробка 185x185x185 мм МГК Т−24E бурый в Москве: цена, купить картонные коробки - описание, характеристики"
-og_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. Каталог готовой продукции. Шляпная коробка 185x185x185 мм МГК Т−24E бурый."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681702 {#4398 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#4442 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#4444 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
1 => Shared\Entity\Main\Seo\SeoContent {#4576
-id: 285
-meta_title: "Подарочная коробка 200x230x60 мм МГК Т−24E бурый в Москве: цена, купить картонные коробки - описание, характеристики"
-meta_description: "➤ Подарочная коробка 200x230x60 мм МГК Т−24E бурый от компании Антэк. Свой магазин и производство. Картонные коробки – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#4577 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#4623 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#4579 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#4581 …9}
-title: "200 (Д) 230 (Ш) 60 (В) Подарочная коробка "Вдохновение", гофрокартон бурый МГК Т−24E, размеры внешние"
-description: "<div></div>"
-slug: "podarochnaya-korobka-200-230-60-mgk-t24"
-short_title: "Подарочная коробка 200x230x60 мм МГК Т−24E бурый"
-modified_at: DateTimeImmutable @1741855272 {#4574 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/podarochnaya-korobka-200-230-60-mgk-t24"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2266 …65}
-childrens: Doctrine\ORM\PersistentCollection {#4583 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#4585 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#4587 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#4589 …9}
-bitrix_id: 55006
-keywords: "Подарочная коробка 200x230x60 мм МГК Т−24E бурый купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#4591 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#4593 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#4595 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#4597 …9}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: "240x200x65"
-vote_count: 14
-vote_sum: 602
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#4624 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#4599 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#4601 …9}
-categories: Doctrine\ORM\PersistentCollection {#4603 …9}
-products: Doctrine\ORM\PersistentCollection {#4605 …9}
-constructions: Doctrine\ORM\PersistentCollection {#4607 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#4609 …9}
-options: Doctrine\ORM\PersistentCollection {#4611 …9}
-segments: Doctrine\ORM\PersistentCollection {#4613 …9}
-workers: Doctrine\ORM\PersistentCollection {#4615 …9}
-extras: Doctrine\ORM\PersistentCollection {#4617 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: true
-og_title: "Подарочная коробка 200x230x60 мм МГК Т−24E бурый в Москве: цена, купить картонные коробки - описание, характеристики"
-og_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. Каталог готовой продукции. Подарочная коробка 200x230x60 мм МГК Т−24E бурый."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681702 {#4575 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#4619 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#4621 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
2 => Shared\Entity\Main\Seo\SeoContent {#5402
-id: 286
-meta_title: "Подарочная коробка 240x200x65 мм МГК Т−11E белый в Москве: цена, купить картонные коробки - описание, характеристики"
-meta_description: "➤ Подарочная коробка 240x200x65 мм МГК Т−11E белый от компании Антэк. Свой магазин и производство. Картонные коробки – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#5403 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#5449 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#5405 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#5407 …9}
-title: "240 (Д) 200 (Ш) 65 (В) Подарочная коробка "Сердце", гофрокартон белый МГК Т−11E, размеры внешние"
-description: "<div></div>"
-slug: "podarochnaya-korobka-240-200-65-mgk-t11"
-short_title: "Подарочная коробка 240x200x65 мм МГК Т−11E белый"
-modified_at: DateTimeImmutable @1741855095 {#5400 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/podarochnaya-korobka-240-200-65-mgk-t11"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2266 …65}
-childrens: Doctrine\ORM\PersistentCollection {#5409 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#5411 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#5413 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#5415 …9}
-bitrix_id: 55008
-keywords: "Подарочная коробка 240x200x65 мм МГК Т−11E белый купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#5417 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#5419 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#5421 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#5423 …9}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: "240x200x65"
-vote_count: 13
-vote_sum: 559
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#5450 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#5425 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#5427 …9}
-categories: Doctrine\ORM\PersistentCollection {#5429 …9}
-products: Doctrine\ORM\PersistentCollection {#5431 …9}
-constructions: Doctrine\ORM\PersistentCollection {#5433 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#5435 …9}
-options: Doctrine\ORM\PersistentCollection {#5437 …9}
-segments: Doctrine\ORM\PersistentCollection {#5439 …9}
-workers: Doctrine\ORM\PersistentCollection {#5441 …9}
-extras: Doctrine\ORM\PersistentCollection {#5443 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: true
-og_title: "Подарочная коробка 240x200x65 мм МГК Т−11E белый в Москве: цена, купить картонные коробки - описание, характеристики"
-og_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. Каталог готовой продукции. Подарочная коробка 240x200x65 мм МГК Т−11E белый."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681702 {#5401 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#5445 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#5447 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
3 => Shared\Entity\Main\Seo\SeoContent {#8168
-id: 294
-meta_title: "Коробка-тубус с крышкой 50x50x700 мм МГК Т−24Е бурый в Москве: цена, купить картонные коробки - описание, характеристики"
-meta_description: "➤ Коробка-тубус с крышкой 50x50x700 мм МГК Т−24Е бурый от компании Антэк. Свой магазин и производство. Картонные коробки – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#8169 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#8215 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#8171 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#8173 …9}
-title: "50x50x700 Коробка с 3-х клапанными крышками на обеих сторонах, гофрокартон бурый Т−24Е, размеры внутренние"
-description: "<div></div>"
-slug: "korobka-50-50-700-t24"
-short_title: "Коробка-тубус с крышкой 50x50x700 мм МГК Т−24Е бурый"
-modified_at: DateTimeImmutable @1742226328 {#8166 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/korobka-50-50-700-t24"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2266 …65}
-childrens: Doctrine\ORM\PersistentCollection {#8175 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#8177 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#8179 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#8181 …9}
-bitrix_id: 55046
-keywords: "Коробка-тубус с крышкой 50x50x700 мм МГК Т−24Е бурый купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#8183 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#8185 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#8187 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#8189 …9}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: "50x50x700"
-vote_count: 2
-vote_sum: 80
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#8216 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1750}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#8191 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#8193 …9}
-categories: Doctrine\ORM\PersistentCollection {#8195 …9}
-products: Doctrine\ORM\PersistentCollection {#8197 …9}
-constructions: Doctrine\ORM\PersistentCollection {#8199 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#8201 …9}
-options: Doctrine\ORM\PersistentCollection {#8203 …9}
-segments: Doctrine\ORM\PersistentCollection {#8205 …9}
-workers: Doctrine\ORM\PersistentCollection {#8207 …9}
-extras: Doctrine\ORM\PersistentCollection {#8209 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: true
-og_title: "Коробка-тубус с крышкой 50x50x700 мм МГК Т−24Е бурый в Москве: цена, купить картонные коробки - описание, характеристики"
-og_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. Каталог готовой продукции. Коробка-тубус с крышкой 50x50x700 мм МГК Т−24Е бурый."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681704 {#8167 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#8211 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#8213 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
4 => Shared\Entity\Main\Seo\SeoContent {#8876
-id: 296
-meta_title: "Коробка-тубус с крышкой 65x65x220 мм МГК Т−24Е бурый в Москве: цена, купить картонные коробки - описание, характеристики"
-meta_description: "➤ Коробка-тубус с крышкой 65x65x220 мм МГК Т−24Е бурый от компании Антэк. Свой магазин и производство. Картонные коробки – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#8877 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#8923 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#8879 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#8881 …9}
-title: "65x65x220 Коробка с 3-х клапанными крышками на обеих сторонах, гофрокартон бурый МГК Т−24Е, размеры внутренние"
-description: "<div></div>"
-slug: "korobka-65-65-220-t24"
-short_title: "Коробка-тубус с крышкой 65x65x220 мм МГК Т−24Е бурый"
-modified_at: DateTimeImmutable @1742226152 {#8874 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/korobka-65-65-220-t24"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2266 …65}
-childrens: Doctrine\ORM\PersistentCollection {#8883 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#8885 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#8887 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#8889 …9}
-bitrix_id: 55054
-keywords: "Коробка-тубус с крышкой 65x65x220 мм МГК Т−24Е бурый купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#8891 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#8893 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#8895 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#8897 …9}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: "65x65x220"
-vote_count: 6
-vote_sum: 258
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#8924 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1750}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#8899 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#8901 …9}
-categories: Doctrine\ORM\PersistentCollection {#8903 …9}
-products: Doctrine\ORM\PersistentCollection {#8905 …9}
-constructions: Doctrine\ORM\PersistentCollection {#8907 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#8909 …9}
-options: Doctrine\ORM\PersistentCollection {#8911 …9}
-segments: Doctrine\ORM\PersistentCollection {#8913 …9}
-workers: Doctrine\ORM\PersistentCollection {#8915 …9}
-extras: Doctrine\ORM\PersistentCollection {#8917 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: true
-og_title: "Коробка-тубус с крышкой 65x65x220 мм МГК Т−24Е бурый в Москве: цена, купить картонные коробки - описание, характеристики"
-og_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. Каталог готовой продукции. Коробка-тубус с крышкой 65x65x220 мм МГК Т−24Е бурый."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681705 {#8875 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#8919 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#8921 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
5 => Shared\Entity\Main\Seo\SeoContent {#9938
-id: 352
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#9939 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#9985 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#9941 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#9943 …9}
-title: "95 (Д) 60 (Ш) 60 (В) Коробка с 3-х клапанными крышками на обеих сторонах, гофрокартон бурый МГК Т−24Е, размеры внутренние, упаковка 10 шт"
-description: "<p></p>"
-slug: "95-d-60-sh-60-v-korobka-s-3-kh-klapannymi-kryshkami-na-obeikh-storonakh"
-short_title: "Коробка с крышкой 95 x 60 x 60 МГК Т−24Е бурый"
-modified_at: DateTimeImmutable @1729140946 {#9936 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/95-d-60-sh-60-v-korobka-s-3-kh-klapannymi-kryshkami-na-obeikh-storonakh"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2266 …65}
-childrens: Doctrine\ORM\PersistentCollection {#9945 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#9947 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#9949 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#9951 …9}
-bitrix_id: 60697
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#9953 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#9955 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#9957 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#9959 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, мусор в адресе: d sh v kh, содержание меньше 500 символов"
-search_string: "95x60x60"
-vote_count: 1
-vote_sum: 43
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#9986 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#9961 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#9963 …9}
-categories: Doctrine\ORM\PersistentCollection {#9965 …9}
-products: Doctrine\ORM\PersistentCollection {#9967 …9}
-constructions: Doctrine\ORM\PersistentCollection {#9969 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#9971 …9}
-options: Doctrine\ORM\PersistentCollection {#9973 …9}
-segments: Doctrine\ORM\PersistentCollection {#9975 …9}
-workers: Doctrine\ORM\PersistentCollection {#9977 …9}
-extras: Doctrine\ORM\PersistentCollection {#9979 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1538083164 {#9937 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#9981 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#9983 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
6 => Shared\Entity\Main\Seo\SeoContent {#9879
-id: 353
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#9880 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#9926 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#9882 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#9884 …9}
-title: "95 (Д) 60 (Ш) 60 (В) Коробка с 3-х клапанными крышками на обеих сторонах, гофрокартон бурый МГК Т−24Е, размеры внутренние, упаковка 10 шт"
-description: "<p></p>"
-slug: "95-d-60-sh-60-v-korobka-s-3-kh-klapannymi-kryshkami-na-obeikh-storonakh-gofrokarton-buryy-mgk-t-24e-"
-short_title: "Коробка с крышкой 95 x 60 x 60 МГК Т−24Е бурый"
-modified_at: DateTimeImmutable @1729140946 {#9877 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/95-d-60-sh-60-v-korobka-s-3-kh-klapannymi-kryshkami-na-obeikh-storonakh-gofrokarton-buryy-mgk-t-24e-"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2266 …65}
-childrens: Doctrine\ORM\PersistentCollection {#9886 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#9888 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#9890 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#9892 …9}
-bitrix_id: 60698
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#9894 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#9896 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#9898 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#9900 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, нет изображений, мусор в адресе: d sh v kh, содержание меньше 500 символов"
-search_string: "95x60x60"
-vote_count: 3
-vote_sum: 150
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#9927 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#9902 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#9904 …9}
-categories: Doctrine\ORM\PersistentCollection {#9906 …9}
-products: Doctrine\ORM\PersistentCollection {#9908 …9}
-constructions: Doctrine\ORM\PersistentCollection {#9910 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#9912 …9}
-options: Doctrine\ORM\PersistentCollection {#9914 …9}
-segments: Doctrine\ORM\PersistentCollection {#9916 …9}
-workers: Doctrine\ORM\PersistentCollection {#9918 …9}
-extras: Doctrine\ORM\PersistentCollection {#9920 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1538083624 {#9878 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#9922 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#9924 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
7 => Shared\Entity\Main\Seo\SeoContent {#3098
-id: 354
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#3099 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#3145 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#3101 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#3103 …9}
-title: "110 (Д) 95 (Ш) 60 (В) Коробка с 3-х клапанными крышками на обеих сторонах, гофрокартон бурый МГК Т−24Е, размеры внутренние, упаковка 10 шт"
-description: "<p></p>"
-slug: "110-d-95-sh-60-v-korobka-s-3-kh-klapannymi-kryshkami"
-short_title: "Коробка с крышкой 110 x 95 x 60 МГК Т−24Е бурый"
-modified_at: DateTimeImmutable @1729140947 {#3096 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/110-d-95-sh-60-v-korobka-s-3-kh-klapannymi-kryshkami"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2266 …65}
-childrens: Doctrine\ORM\PersistentCollection {#3105 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#3107 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#3109 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#3111 …9}
-bitrix_id: 60699
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#3113 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#3115 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#3117 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#3119 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, мусор в адресе: d sh v kh, содержание меньше 500 символов"
-search_string: "110x95x60"
-vote_count: 3
-vote_sum: 126
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#3146 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#3121 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#3123 …9}
-categories: Doctrine\ORM\PersistentCollection {#3125 …9}
-products: Doctrine\ORM\PersistentCollection {#3127 …9}
-constructions: Doctrine\ORM\PersistentCollection {#3129 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#3131 …9}
-options: Doctrine\ORM\PersistentCollection {#3133 …9}
-segments: Doctrine\ORM\PersistentCollection {#3135 …9}
-workers: Doctrine\ORM\PersistentCollection {#3137 …9}
-extras: Doctrine\ORM\PersistentCollection {#3139 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1538083633 {#3097 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#3141 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#3143 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
8 => Shared\Entity\Main\Seo\SeoContent {#24169
-id: 519
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#24170 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#24216 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#24172 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#24174 …9}
-title: "Крафт-бумага"
-description: """
<p>\r\n
\tБумага крафтового типа отличается от\u{A0}аналогов необычной текстурой и\u{A0}повышенной плотностью. Плюсом такой целлюлозы является сопротивляемость к\u{A0}раздиранию и\u{A0}хорошая проницаемость для воздуха. Продукт устойчив к\u{A0}температурным градиентам и\u{A0}достаточно влагостойкий. Широко применяется при транспортировке и\u{A0}хранении. Часто ей\u{A0}оборачивается хрупкая продукция для транспортировки, так как она создает дополнительную амортизацию при таком способе использования.\r\n
</p>
"""
-slug: "--kraft-bumaga"
-short_title: "Крафт-бумага"
-modified_at: DateTimeImmutable @1729141050 {#24167 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/--kraft-bumaga"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2119 …65}
-childrens: Doctrine\ORM\PersistentCollection {#24176 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#24178 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#24180 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#24182 …9}
-bitrix_id: 43107
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#24184 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#24186 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#24188 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#24190 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, содержание меньше 500 символов"
-search_string: null
-vote_count: 11
-vote_sum: 440
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#24217 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#24192 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#24194 …9}
-categories: Doctrine\ORM\PersistentCollection {#24196 …9}
-products: Doctrine\ORM\PersistentCollection {#24198 …9}
-constructions: Doctrine\ORM\PersistentCollection {#24200 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#24202 …9}
-options: Doctrine\ORM\PersistentCollection {#24204 …9}
-segments: Doctrine\ORM\PersistentCollection {#24206 …9}
-workers: Doctrine\ORM\PersistentCollection {#24208 …9}
-extras: Doctrine\ORM\PersistentCollection {#24210 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505488841 {#24168 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#24212 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#24214 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
9 => Shared\Entity\Main\Seo\SeoContent {#26499
-id: 543
-meta_title: "Крафт-бумага, рулон 840ммх25м (38гр/м) в Москве: цена, купить в Антэк"
-meta_description: "➤ Упаковочная крафт-бумага, рулон 840 мм х 25 м (38гр/м) от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#26500 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#26546 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#26502 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#26504 …9}
-title: "Упаковочная крафт-бумага, рулон 840 мм х 25 м (38гр/м)"
-description: "<div></div>"
-slug: "upakovochnaya-kraft-bumaga-rulon-840-25"
-short_title: "Крафт-бумага, рулон 840ммх25м (38гр/м)"
-modified_at: DateTimeImmutable @1741971106 {#26497 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnaya-kraft-bumaga-rulon-840-25"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2119 …65}
-childrens: Doctrine\ORM\PersistentCollection {#26506 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#26508 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#26510 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#26512 …9}
-bitrix_id: 54620
-keywords: "Упаковочная крафт-бумага, рулон 840 мм х 25 м (38гр/м) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#26514 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#26516 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#26518 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#26520 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: "25x840"
-vote_count: 13
-vote_sum: 637
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#26547 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#26522 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#26524 …9}
-categories: Doctrine\ORM\PersistentCollection {#26526 …9}
-products: Doctrine\ORM\PersistentCollection {#26528 …9}
-constructions: Doctrine\ORM\PersistentCollection {#26530 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#26532 …9}
-options: Doctrine\ORM\PersistentCollection {#26534 …9}
-segments: Doctrine\ORM\PersistentCollection {#26536 …9}
-workers: Doctrine\ORM\PersistentCollection {#26538 …9}
-extras: Doctrine\ORM\PersistentCollection {#26540 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Крафт-бумага, рулон 840ммх25м (38гр/м) в Москве: цена, купить в Антэк"
-og_description: "➤ Упаковочная крафт-бумага, рулон 840 мм х 25 м (38гр/м) от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681676 {#26498 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#26542 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#26544 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
10 => Shared\Entity\Main\Seo\SeoContent {#23373
-id: 552
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23374 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23420 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23376 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23378 …9}
-title: "Бумажный наполнитель. Цвет: Натуральный/1кг"
-description: "<p></p>"
-slug: "bumazhnyy-napolnitel-tsvet-naturalnyy-1kg"
-short_title: "Бумажный наполнитель. Цвет: Натуральный/1кг"
-modified_at: DateTimeImmutable @1729141071 {#23371 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/bumazhnyy-napolnitel-tsvet-naturalnyy-1kg"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2119 …65}
-childrens: Doctrine\ORM\PersistentCollection {#23380 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23382 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23384 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23386 …9}
-bitrix_id: 54684
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23388 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23390 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23392 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23394 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: null
-vote_count: 6
-vote_sum: 264
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23421 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23396 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23398 …9}
-categories: Doctrine\ORM\PersistentCollection {#23400 …9}
-products: Doctrine\ORM\PersistentCollection {#23402 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23404 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23406 …9}
-options: Doctrine\ORM\PersistentCollection {#23408 …9}
-segments: Doctrine\ORM\PersistentCollection {#23410 …9}
-workers: Doctrine\ORM\PersistentCollection {#23412 …9}
-extras: Doctrine\ORM\PersistentCollection {#23414 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681686 {#23372 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23416 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23418 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
11 => Shared\Entity\Main\Seo\SeoContent {#32366
-id: 589
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#32367 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32413 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32369 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32371 …9}
-title: "200 (Д) 110 (Ш) 100 (В) Подарочная коробка со съемной крышкой 8 марта Дизайн 2019, гофрокартон бурый МГК Т−24E, размеры внутренние"
-description: "<p></p>"
-slug: "200x110x100-8-marta-dizayn-2019"
-short_title: "Коробка с крышкой 8 марта 200*110*100 МГК Т−24E бурый Дизайн 2019"
-modified_at: DateTimeImmutable @1729141094 {#32365 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/malenkie/200x110x100-8-marta-dizayn-2019"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#18348 …65}
-childrens: Doctrine\ORM\PersistentCollection {#32373 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32375 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#32377 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32379 …9}
-bitrix_id: 62821
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32381 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32383 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32385 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32387 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: "200x110x100"
-vote_count: 11
-vote_sum: 550
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32414 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32389 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32391 …9}
-categories: Doctrine\ORM\PersistentCollection {#32393 …9}
-products: Doctrine\ORM\PersistentCollection {#32395 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32397 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32399 …9}
-options: Doctrine\ORM\PersistentCollection {#32401 …9}
-segments: Doctrine\ORM\PersistentCollection {#32403 …9}
-workers: Doctrine\ORM\PersistentCollection {#32405 …9}
-extras: Doctrine\ORM\PersistentCollection {#32407 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1549052087 {#32364 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32409 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32411 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
12 => Shared\Entity\Main\Seo\SeoContent {#30155}
13 => Shared\Entity\Main\Seo\SeoContent {#29929}
14 => Shared\Entity\Main\Seo\SeoContent {#30096}
15 => Shared\Entity\Main\Seo\SeoContent {#30322}
16 => Shared\Entity\Main\Seo\SeoContent {#32425
-id: 622
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#32426 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32472 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32428 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32430 …9}
-title: "Подарочная коробка крышка-дно "Звезды""
-description: "<p>Подарочная коробка «Звезды» лаконичной квадратной формы имеет две составные части. Это дно из\u{A0}бурого картона и\u{A0}белая крышка, в\u{A0}одной из\u{A0}граней которой прорезан рисунок в\u{A0}виде пяти звезд разного размера. Дно с\u{A0}крышкой не\u{A0}прикреплены друг к\u{A0}другу, крышка надевается на\u{A0}дно сверху, практически целиком его перекрывая. В\u{A0}такую оригинальную коробку кладут подарки небольшого размера, от\u{A0}сладостей до\u{A0}негабаритных гаджетов. Также это хороший вариант для корпоративных презентов. Коробка изготовлена из\u{A0}листа, сформированного по\u{A0}местам сгиба и\u{A0}закрепленного в\u{A0}виде конструкции с\u{A0}помощью специальных вырезов. Такая упаковка держит объем даже без клеящих составов.</p>"
-slug: "--podarochnaya-korobka-kryshka-dno-zvezdy"
-short_title: "Подарочная коробка крышка-дно "Звезды""
-modified_at: DateTimeImmutable @1729141115 {#32423 …1}
-priority: 8
-url: "/catalog/podarochnaya-upakovka/novogodnyaya-podarochnaya-korobka/--podarochnaya-korobka-kryshka-dno-zvezdy"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#29987 …65}
-childrens: Doctrine\ORM\PersistentCollection {#32432 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32434 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#32436 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32438 …9}
-bitrix_id: 47543
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32440 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32442 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32444 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32446 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: null
-vote_count: 10
-vote_sum: 400
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32473 …39}
-meta_ok: true
-notice_field: "дубли в адресе: podarochnaya korobka"
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32448 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32450 …9}
-categories: Doctrine\ORM\PersistentCollection {#32452 …9}
-products: Doctrine\ORM\PersistentCollection {#32454 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32456 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32458 …9}
-options: Doctrine\ORM\PersistentCollection {#32460 …9}
-segments: Doctrine\ORM\PersistentCollection {#32462 …9}
-workers: Doctrine\ORM\PersistentCollection {#32464 …9}
-extras: Doctrine\ORM\PersistentCollection {#32466 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1513716738 {#32424 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32468 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32470 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
17 => Shared\Entity\Main\Seo\SeoContent {#32484
-id: 672
-meta_title: "Подарочная коробка "8 Марта" 220x100x320 мм Т−24B бурый в Москве: цена, купить самосборные коробки - описание, характеристики"
-meta_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. Каталог готовой продукции. Подарочная коробка "8 Марта" 220x100x320 мм Т−24B бурый."
-seoImages: Doctrine\ORM\PersistentCollection {#32485 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32534 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32487 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32489 …9}
-title: "Подарочная коробка "8 Марта" 220x100x320 мм Т−24B бурый"
-description: "<div></div>"
-slug: "220-100-320-podarochnaya-korobka-8-marta"
-short_title: "Подарочная коробка "8 Марта" 220x100x320 мм Т−24B бурый"
-modified_at: DateTimeImmutable @1741870565 {#32482 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/samosbornye/220-100-320-podarochnaya-korobka-8-marta"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#19747 …65}
-childrens: Doctrine\ORM\PersistentCollection {#32491 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32493 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32495 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32497 …9}
-bitrix_id: 55050
-keywords: "Подарочная коробка "8 Марта" 220x100x320 мм Т−24B бурый купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32499 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32501 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32503 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32505 …9}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: "220x100x320"
-vote_count: 3
-vote_sum: 135
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32535 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок, длинное мета описание"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#32508 …12}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32510 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32512 …9}
-categories: Doctrine\ORM\PersistentCollection {#32514 …9}
-products: Doctrine\ORM\PersistentCollection {#32516 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32518 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32520 …9}
-options: Doctrine\ORM\PersistentCollection {#32522 …9}
-segments: Doctrine\ORM\PersistentCollection {#32524 …9}
-workers: Doctrine\ORM\PersistentCollection {#32526 …9}
-extras: Doctrine\ORM\PersistentCollection {#32528 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: true
-og_title: "Подарочная коробка "8 Марта" 220x100x320 мм Т−24B бурый в Москве: цена, купить самосборные коробки - описание, характеристики"
-og_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. Каталог готовой продукции. Подарочная коробка "8 Марта" 220x100x320 мм Т−24B бурый."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681704 {#32483 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32530 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32532 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
18 => Shared\Entity\Main\Seo\SeoContent {#32546
-id: 676
-meta_title: "Шестигранная коробка 380x380x105 мм МГК бурый в Москве: цена, купить самосборные коробки - описание, характеристики"
-meta_description: "➤ Шестигранная коробка 380x380x105 мм МГК бурый от компании Антэк. Свой магазин и производство. Самосборные коробки – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32547 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32593 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32549 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32551 …9}
-title: "Шестигранная коробка 380x380x105 мм МГК бурый"
-description: "<div></div>"
-slug: "380-380-105-samosbornaya-shestigrannaya-korobka-mgk"
-short_title: "Шестигранная коробка 380x380x105 мм МГК бурый"
-modified_at: DateTimeImmutable @1741804554 {#32544 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/samosbornye/380-380-105-samosbornaya-shestigrannaya-korobka-mgk"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#19747 …65}
-childrens: Doctrine\ORM\PersistentCollection {#32553 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32555 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32557 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32559 …9}
-bitrix_id: 75230
-keywords: "Шестигранная коробка 380x380x105 мм МГК бурый купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32561 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32563 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32565 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32567 …9}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: "380x380x105"
-vote_count: 6
-vote_sum: 252
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32594 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1750}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32569 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32571 …9}
-categories: Doctrine\ORM\PersistentCollection {#32573 …9}
-products: Doctrine\ORM\PersistentCollection {#32575 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32577 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32579 …9}
-options: Doctrine\ORM\PersistentCollection {#32581 …9}
-segments: Doctrine\ORM\PersistentCollection {#32583 …9}
-workers: Doctrine\ORM\PersistentCollection {#32585 …9}
-extras: Doctrine\ORM\PersistentCollection {#32587 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: true
-og_title: "Шестигранная коробка 380x380x105 мм МГК бурый в Москве: цена, купить самосборные коробки - описание, характеристики"
-og_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. 24 года на рынке. Каталог готовой продукции. Шестигранная коробка 380x380x105 мм МГК бурый"
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1640110350 {#32545 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32589 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32591 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
19 => Shared\Entity\Main\Seo\SeoContent {#32605
-id: 795
-meta_title: "Архивная папка классическая: цена, описание, характеристики, опции, примеры, купить в Москве в компании Антэк"
-meta_description: "➤ Архивная папка классическая от компании Антэк. Свой магазин и производство. Большой выбор. Высокое качество. Доставка и самовывоз. ☎ 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32606 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32658 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32608 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32610 …9}
-title: "Архивная папка классическая"
-description: null
-slug: "arkhivnaya-papka-klassicheskaya"
-short_title: "Архивная папка классическая"
-modified_at: DateTimeImmutable @1739974902 {#32603 …1}
-priority: 7
-url: "/kartonnye-korobki-na-zakaz/arkhivnaya-papka-klassicheskaya"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#32613 …16}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#32616 …66}
-childrens: Doctrine\ORM\PersistentCollection {#32618 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32620 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32622 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32624 …9}
-bitrix_id: 54321
-keywords: "Архивная папка классическая купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32626 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32628 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32630 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32632 …9}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: null
-vote_count: null
-vote_sum: null
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32659 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32634 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32636 …9}
-categories: Doctrine\ORM\PersistentCollection {#32638 …9}
-products: Doctrine\ORM\PersistentCollection {#32640 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32642 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32644 …9}
-options: Doctrine\ORM\PersistentCollection {#32646 …9}
-segments: Doctrine\ORM\PersistentCollection {#32648 …9}
-workers: Doctrine\ORM\PersistentCollection {#32650 …9}
-extras: Doctrine\ORM\PersistentCollection {#32652 …9}
-seoPortfolio: null
-is_ready_pm: true
-is_ready_cm: false
-og_title: "Архивная папка классическая: цена, описание, характеристики, опции, примеры, купить в Москве в компании Антэк"
-og_description: "➤ Архивная папка классическая от компании Антэк. Свой магазин и производство. Большой выбор. Высокое качество. Доставка и самовывоз. ☎ 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531514398 {#32604 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32654 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32656 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
20 => Shared\Entity\Main\Seo\SeoContent {#32670
-id: 798
-meta_title: "Самосборная коробка типа «самолет» 0427 FEFCO: цена, описание, характеристики, опции, примеры, купить в Москве в компании Антэк"
-meta_description: "➤ Самосборная коробка типа «самолет» 0427 FEFCO от компании Антэк. Свой магазин и производство. Большой выбор. Высокое качество. Доставка и самовывоз. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32671 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32720 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32673 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32675 …9}
-title: "Самосборная коробка типа «самолет» 0427 FEFCO"
-description: null
-slug: "samosbornaya-korobka-tipa-samolet-0427-fefco"
-short_title: "Самосборная "Самолет""
-modified_at: DateTimeImmutable @1741646486 {#32668 …1}
-priority: 7
-url: "/kartonnye-korobki-na-zakaz/samosbornaya-korobka-tipa-samolet-0427-fefco"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#32613 …16}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#32678 …66}
-childrens: Doctrine\ORM\PersistentCollection {#32680 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32682 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32684 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32686 …9}
-bitrix_id: 54324
-keywords: "Самосборная коробка типа «самолет» 0427 FEFCO купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32688 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32690 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32692 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32694 …9}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: null
-vote_count: null
-vote_sum: null
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32721 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1750}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32696 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32698 …9}
-categories: Doctrine\ORM\PersistentCollection {#32700 …9}
-products: Doctrine\ORM\PersistentCollection {#32702 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32704 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32706 …9}
-options: Doctrine\ORM\PersistentCollection {#32708 …9}
-segments: Doctrine\ORM\PersistentCollection {#32710 …9}
-workers: Doctrine\ORM\PersistentCollection {#32712 …9}
-extras: Doctrine\ORM\PersistentCollection {#32714 …9}
-seoPortfolio: null
-is_ready_pm: true
-is_ready_cm: false
-og_title: "Самосборная коробка типа «самолет» 0427 FEFCO: цена, описание, характеристики, опции, примеры, купить в Москве в компании Антэк"
-og_description: "➤ Самосборная коробка типа «самолет» 0427 FEFCO от компании Антэк. Свой магазин и производство. Большой выбор. Высокое качество. Доставка и самовывоз. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531514400 {#32669 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32716 …9}
…6
}
21 => Shared\Entity\Main\Seo\SeoContent {#32732 …65}
22 => Shared\Entity\Main\Seo\SeoContent {#32791 …65}
23 => Shared\Entity\Main\Seo\SeoContent {#32850 …65}
24 => Shared\Entity\Main\Seo\SeoContent {#32909 …65}
25 => Shared\Entity\Main\Seo\SeoContent {#32968 …65}
26 => Shared\Entity\Main\Seo\SeoContent {#33027 …65}
27 => Shared\Entity\Main\Seo\SeoContent {#33086 …65}
]
}
#initialized: true
-snapshot: array:28 [ …28]
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1558
#collection: Doctrine\Common\Collections\ArrayCollection {#1559
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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: false
-problems_string: ""
-search_string: null
-vote_count: 5
-vote_sum: 215
-seoProduct: null
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#1588
#collection: Doctrine\Common\Collections\ArrayCollection {#1590
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#933 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1585 …}
}
-seoTags: Doctrine\ORM\PersistentCollection {#1626
#collection: Doctrine\Common\Collections\ArrayCollection {#1612
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyInverseSideMapping {#935 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1591 …}
}
-categories: Doctrine\ORM\PersistentCollection {#1615
#collection: Doctrine\Common\Collections\ArrayCollection {#1627
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1628
#collection: Doctrine\Common\Collections\ArrayCollection {#1629
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1630
#collection: Doctrine\Common\Collections\ArrayCollection {#1631
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1632
#collection: Doctrine\Common\Collections\ArrayCollection {#1633
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1634
#collection: Doctrine\Common\Collections\ArrayCollection {#1635
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1636
#collection: Doctrine\Common\Collections\ArrayCollection {#1637
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1638
#collection: Doctrine\Common\Collections\ArrayCollection {#1639
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1640
#collection: Doctrine\Common\Collections\ArrayCollection {#1641
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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: "Подарочная упаковка к 8 марта: купить в Москве от производителя"
-og_description: "➤ Подарочная упаковка к 8 марта от компании Антэк в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: null
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#1642
#collection: Doctrine\Common\Collections\ArrayCollection {#1643
-elements: []
}
#initialized: true
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1644
#collection: Doctrine\Common\Collections\ArrayCollection {#1645
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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: true
-not_menu: false
-sort_order: null
}
-seoLinks: Doctrine\ORM\PersistentCollection {#33192
#collection: Doctrine\Common\Collections\ArrayCollection {#33193
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#33188}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1363 …}
-backRefFieldName: "paragraph"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1517 …}
}
-raw_value: null
-bitrix_id: null
-sort_order: 100
}
1 => Shared\Entity\Main\Seo\SeoParagraph {#33194}
]
In
TwigChildren.php
line 100:
public function get_childrens($content_id, $type_name, $recursive = false)
{
dump('GC: ' . $content_id . ' / ' . $type_name . ' / ' . $recursive);
//$sort_root = false;
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->chidrens)) return $this->chidrens[$pseudo_id];
"GC: 5 / product_category / "
In
TwigChildren.php
line 100:
public function get_childrens($content_id, $type_name, $recursive = false)
{
dump('GC: ' . $content_id . ' / ' . $type_name . ' / ' . $recursive);
//$sort_root = false;
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->chidrens)) return $this->chidrens[$pseudo_id];
"GC: 7 / product_category / "
In
TwigChildren.php
line 100:
public function get_childrens($content_id, $type_name, $recursive = false)
{
dump('GC: ' . $content_id . ' / ' . $type_name . ' / ' . $recursive);
//$sort_root = false;
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->chidrens)) return $this->chidrens[$pseudo_id];
"GC: 8 / product_category / "
In
TwigChildren.php
line 100:
public function get_childrens($content_id, $type_name, $recursive = false)
{
dump('GC: ' . $content_id . ' / ' . $type_name . ' / ' . $recursive);
//$sort_root = false;
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->chidrens)) return $this->chidrens[$pseudo_id];
"GC: 6 / product_category / "
In
TwigChildren.php
line 100:
public function get_childrens($content_id, $type_name, $recursive = false)
{
dump('GC: ' . $content_id . ' / ' . $type_name . ' / ' . $recursive);
//$sort_root = false;
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->chidrens)) return $this->chidrens[$pseudo_id];
"GC: 11 / product_category / "
In
TwigChildren.php
line 100:
public function get_childrens($content_id, $type_name, $recursive = false)
{
dump('GC: ' . $content_id . ' / ' . $type_name . ' / ' . $recursive);
//$sort_root = false;
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->chidrens)) return $this->chidrens[$pseudo_id];
"GC: 10 / product_category / "
In
TwigChildren.php
line 100:
public function get_childrens($content_id, $type_name, $recursive = false)
{
dump('GC: ' . $content_id . ' / ' . $type_name . ' / ' . $recursive);
//$sort_root = false;
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->chidrens)) return $this->chidrens[$pseudo_id];
"GC: 14 / product_category / "
In
TwigChildren.php
line 100:
public function get_childrens($content_id, $type_name, $recursive = false)
{
dump('GC: ' . $content_id . ' / ' . $type_name . ' / ' . $recursive);
//$sort_root = false;
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->chidrens)) return $this->chidrens[$pseudo_id];
"GC: 5 / product_category / "
In
TwigChildren.php
line 100:
public function get_childrens($content_id, $type_name, $recursive = false)
{
dump('GC: ' . $content_id . ' / ' . $type_name . ' / ' . $recursive);
//$sort_root = false;
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->chidrens)) return $this->chidrens[$pseudo_id];
"GC: 7 / product_category / "
In
TwigChildren.php
line 100:
public function get_childrens($content_id, $type_name, $recursive = false)
{
dump('GC: ' . $content_id . ' / ' . $type_name . ' / ' . $recursive);
//$sort_root = false;
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->chidrens)) return $this->chidrens[$pseudo_id];
"GC: 8 / product_category / "
In
TwigChildren.php
line 100:
public function get_childrens($content_id, $type_name, $recursive = false)
{
dump('GC: ' . $content_id . ' / ' . $type_name . ' / ' . $recursive);
//$sort_root = false;
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->chidrens)) return $this->chidrens[$pseudo_id];
"GC: 6 / product_category / "
In
TwigChildren.php
line 100:
public function get_childrens($content_id, $type_name, $recursive = false)
{
dump('GC: ' . $content_id . ' / ' . $type_name . ' / ' . $recursive);
//$sort_root = false;
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->chidrens)) return $this->chidrens[$pseudo_id];
"GC: 11 / product_category / "
In
TwigChildren.php
line 100:
public function get_childrens($content_id, $type_name, $recursive = false)
{
dump('GC: ' . $content_id . ' / ' . $type_name . ' / ' . $recursive);
//$sort_root = false;
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->chidrens)) return $this->chidrens[$pseudo_id];
"GC: 10 / product_category / "
In
TwigChildren.php
line 100:
public function get_childrens($content_id, $type_name, $recursive = false)
{
dump('GC: ' . $content_id . ' / ' . $type_name . ' / ' . $recursive);
//$sort_root = false;
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->chidrens)) return $this->chidrens[$pseudo_id];
"GC: 14 / product_category / "
In
SeoContent.php
line 457:
}
);
dump($p);
return $p;
array:2 [
0 => Shared\Entity\Main\Seo\SeoParagraph {#33188
-id: 508
-seoImages: Doctrine\ORM\PersistentCollection {#33190
#collection: Doctrine\Common\Collections\ArrayCollection {#33191
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#33188}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1362 …}
-backRefFieldName: "paragraph"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1278 …}
}
-title: "Описание"
-description: null
-text: "<div>8 марта — любимый весенний праздник. Все ждут его с нетерпением. Ведь это прекрасный повод сделать приятное своим близким, коллегам и партнерам. Эффектная упаковка может рассказать о вашем отношении не меньше, чем сам подарок.<br><br>В эстетичной подарочной упаковке из гофрокартона можно преподнести любой предмет: духи, косметику, аксессуары, посуду, текстиль, кондитерские изделия и многое другое. Коробка убережет содержимое от пыли и повреждений.<br><br>Пользоваться картонными коробками удобно. Конструкции хранятся в плоском виде и практически не занимаю места. А собираются они в два счета. Вам не потребуются пакеты или ленты, чтобы украсить гофроупаковку. На картон можно наносить цветную печать. Логотип фирмы или тематический орнамент послужат нарядным оформление упаковки.<br><br>После праздника в аккуратные коробочки из картона можно сложить личные вещи. Это будет напоминать пользователю о том, кто сделал ему такой приятный подарок. Если гофроупаковка со временем придет в негодность, ее можно сдать в переработку.</div>\n"
-content: Shared\Entity\Main\Seo\SeoContent {#1276
-id: 85
-meta_title: "Подарочная упаковка к 8 марта: купить в Москве от производителя"
-meta_description: "➤ Подарочная упаковка к 8 марта от компании Антэк в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#1281
#collection: Doctrine\Common\Collections\ArrayCollection {#1283
-elements: array:2 [
0 => Shared\Entity\Main\Seo\SeoImage {#33451
-id: 144
-seo_name: "podarochnaia-upakovka-k-8-marta"
-alt_text: "подарочная упаковка к 8 марта"
-sort_order: null
-is_page_preview: true
-raw_name: "049f3b36-d1fc-42a8-a273-e29ebb7737d1.jpg"
-old_path: "/upload/medialibrary/723/63iqmob7010qgqjc54d5t4w9ogg7vbnj/Business_box_8march_index.jpg"
-paragraph: Shared\Entity\Main\Seo\SeoParagraph {#33188}
-content: Shared\Entity\Main\Seo\SeoContent {#1276}
-default_alt_text: "Подарочная упаковка к 8 марта"
-width: 1000
-height: 1000
-reprepare: false
}
1 => Shared\Entity\Main\Seo\SeoImage {#33443
-id: 146
-seo_name: "korobki-podarochnye-iz-gofrokartona-8-marta"
-alt_text: "коробки подарочные из гофрокартона 8 марта"
-sort_order: null
-is_page_preview: false
-raw_name: "a6e0d546-a5f4-455b-bd5b-2fa1ce4666f4.jpg"
-old_path: "/upload/medialibrary/057/6py3jlbm5z4jb7kd0p93ml0vfz2nccdt/march_2019_4.jpg"
-paragraph: Shared\Entity\Main\Seo\SeoParagraph {#33194
-id: 509
-seoImages: Doctrine\ORM\PersistentCollection {#33195
#collection: Doctrine\Common\Collections\ArrayCollection {#33196
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#33194}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1362 …}
-backRefFieldName: "paragraph"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1278 …}
}
-title: "Картонные коробки для подарков на 8 марта в наличии"
-description: null
-text: "<div>В нашем интернет-магазине представлены различные виды коробок и материалов, актуальных для упаковки подарков к Международному женскому дню:</div><ul><li>Бизнес-боксы. Если вы делаете ставку на практичность. Благодаря пластиковой ручке, их удобно переносить в руке.</li><li>Оригинальных форм. Если вам нравится удивлять. Треугольные, в форме сердца, шести- и восьмигранные.</li><li>Стандартные самосборные. Для приверженцев нестареющей классики.</li><li>Крафт-бумага и бумажный наполнитель. Чтобы довести подарок до идеала. Придадут дополнительную защиту и помогут украсить внутреннее убранство коробки.</li></ul><div>У нас вы можете купить коробки к 8 марта оптом и в розницу с доставкой по Москве, МО и регионам России.<br><br>Позвоните нам по номеру 8 (800) 555-55-70 — наши менеджеры помогут вам подобрать правильное упаковочное решение!</div>\n"
-content: Shared\Entity\Main\Seo\SeoContent {#1276}
-seoLinks: Doctrine\ORM\PersistentCollection {#33197
#collection: Doctrine\Common\Collections\ArrayCollection {#33198
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#33194}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1363 …}
-backRefFieldName: "paragraph"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1517 …}
}
-raw_value: null
-bitrix_id: null
-sort_order: 100
}
-content: Shared\Entity\Main\Seo\SeoContent {#1276}
-default_alt_text: "Подарочная упаковка к 8 марта"
-width: 1000
-height: 1000
-reprepare: false
}
]
}
#initialized: true
-snapshot: array:2 [ …2]
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#885 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1278 …}
}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#1647
-id: 92
-value: """
<p>\r\n
\t 8\u{A0}марта\u{A0}— любимый весенний праздник. Все ждут его с\u{A0}нетерпением. Ведь это прекрасный повод сделать приятное своим близким, коллегам и\u{A0}партнерам. Эффектная упаковка может рассказать о\u{A0}вашем отношении не\u{A0}меньше, чем сам подарок.\r\n
<p>\r\n
\t В\u{A0}эстетичной подарочной упаковке из\u{A0}гофрокартона можно преподнести любой предмет: духи, косметику, аксессуары, посуду, текстиль, кондитерские изделия и\u{A0}многое другое.\r\n
</p><div class="row">\r\n
<div class="col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">\r\n
\r\n
\t<img alt="подарочная упаковка к 8 марта" class="lazy img-responsive" loading="lazy" src="/content/img/base/049f3b36-d1fc-42a8-a273-e29ebb7737d1.jpg"></img></div>\r\n
</div><p>\r\n
\t Коробка убережет содержимое от\u{A0}пыли и\u{A0}повреждений.\r\n
</p><p>\r\n
\t Пользоваться картонными коробками удобно. Конструкции хранятся в\u{A0}плоском виде и\u{A0}практически не\u{A0}занимаю места. А\u{A0}собираются они в\u{A0}два счета.\r\n
</p><p>\r\n
\t Вам не\u{A0}потребуются пакеты или ленты, чтобы украсить гофроупаковку. На\u{A0}картон можно наносить цветную печать. Логотип фирмы или тематический орнамент послужат нарядным оформление упаковки.\r\n
</p><div class="row">\r\n
<div class="col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">\r\n
\r\n
\t<img alt="коробки картонные к 8 марта" class="lazy img-responsive" loading="lazy" src="/content/img/base/4107b0ce-d779-4e53-bd25-54c650eb5360.jpg"></img></div>\r\n
</div><p>\r\n
\t После праздника в\u{A0}аккуратные коробочки из\u{A0}картона можно сложить личные вещи. Это будет напоминать пользователю о\u{A0}том, кто сделал ему такой приятный подарок. Если гофроупаковка со\u{A0}временем придет в\u{A0}негодность, ее\u{A0}можно сдать в\u{A0}переработку.\r\n
</p><h2>Картонные коробки для подарков на\u{A0}8\u{A0}марта в\u{A0}наличии</h2><p>\r\n
\t В\u{A0}нашем интернет-магазине представлены различные виды коробок и\u{A0}материалов, актуальных для упаковки подарков к\u{A0}Международному женскому дню:\r\n
</p><div class="row">\r\n
\r\n
<div class="col-sm-4"><img alt="коробки подарочные из гофрокартона 8 марта" class="lazy img-responsive" loading="lazy" src="/content/img/base/a6e0d546-a5f4-455b-bd5b-2fa1ce4666f4.jpg"></img></div> <div class="col-sm-8">\r\n
\r\n
<ul>\r\n
\t<li><i>Бизнес-боксы</i><br></br>\r\n
\t Если вы\u{A0}делаете ставку на\u{A0}практичность. <br></br>\r\n
\tБлагодаря пластиковой ручке, их\u{A0}удобно переносить в\u{A0}руке.</li>\r\n
\t<li><i>Оригинальных форм</i><br></br>\r\n
\t Если вам нравится удивлять. <br></br>\r\n
\tТреугольные, в\u{A0}форме сердца, шести- и\u{A0}восьмигранные.</li>\r\n
\t<li><i>Стандартные самосборные</i><br></br>\r\n
\t Для приверженцев нестареющей классики.</li>\r\n
\t<li><i>Крафт-бумага и\u{A0}бумажный наполнитель </i><br></br>\r\n
\tЧтобы довести подарок до\u{A0}идеала.<br></br>\r\n
\t Придадут дополнительную защиту и\u{A0}помогут украсить внутреннее убранство коробки.</li>\r\n
</ul>\r\n
</div></div><p>\r\n
\t У\u{A0}нас вы\u{A0}можете купить коробки к\u{A0}8\u{A0}марта оптом и\u{A0}в\u{A0}розницу с\u{A0}доставкой по\u{A0}Москве, МО\u{A0}и\u{A0}регионам России. <br></br>\r\n
\t Позвоните нам по\u{A0}номеру\u{A0}8 (800) 555-55-70\u{A0}— наши менеджеры помогут вам подобрать правильное упаковочное решение!\r\n
</p></p>
"""
-content: Shared\Entity\Main\Seo\SeoContent {#1276}
}
-seoVideos: Doctrine\ORM\PersistentCollection {#1343
#collection: Doctrine\Common\Collections\ArrayCollection {#1315
-elements: []
}
#initialized: true
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#888 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1284 …}
}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#1370
#collection: Doctrine\Common\Collections\ArrayCollection {#1346
-elements: array:2 [
0 => Shared\Entity\Main\Seo\SeoParagraph {#33188}
1 => Shared\Entity\Main\Seo\SeoParagraph {#33194}
]
}
#initialized: true
-snapshot: array:2 [ …2]
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#894 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1317 …}
}
-title: "Подарочная упаковка к 8 марта"
-description: null
-slug: "k-8-marta"
-short_title: null
-modified_at: DateTimeImmutable @1741772895 {#1274
date: 2025-03-12 04:48:15.0 America/Chicago (-05:00)
}
-priority: 9
-url: "/catalog/podarochnaya-upakovka/k-8-marta"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407
-id: 1
-name: "product_category"
-title: "Категория товаров"
-seoContents: Doctrine\ORM\PersistentCollection {#1660
#collection: Doctrine\Common\Collections\ArrayCollection {#1661
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1025 …}
-backRefFieldName: "seo_type"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-base_path: "catalog"
-short_title: "категория товаров"
-site: Doctrine\ORM\PersistentCollection {#1678
#collection: Doctrine\Common\Collections\ArrayCollection {#1665
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#1030 …}
-backRefFieldName: "seoTypes"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1662 …}
}
-is_list: false
-child_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677
-id: 4
-name: "product"
-title: "Товар"
-seoContents: Doctrine\ORM\PersistentCollection {#33145
#collection: Doctrine\Common\Collections\ArrayCollection {#33146
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1025 …}
-backRefFieldName: "seo_type"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-base_path: "product"
-short_title: "Товар"
-site: Doctrine\ORM\PersistentCollection {#33147
#collection: Doctrine\Common\Collections\ArrayCollection {#33148
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#1030 …}
-backRefFieldName: "seoTypes"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1662 …}
}
-is_list: false
-child_type: null
-parent_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-mergedContents: Doctrine\ORM\PersistentCollection {#33149
#collection: Doctrine\Common\Collections\ArrayCollection {#33150
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1036 …}
-backRefFieldName: "real_type"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-root_content: null
-is_search: true
-is_cart: true
-sort_order: 10
-lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#1680
+status: INITIALIZED_FULL
+realInstance: ? object
…2
}
}
-parent_type: null
-mergedContents: Doctrine\ORM\PersistentCollection {#1681
#collection: Doctrine\Common\Collections\ArrayCollection {#1682
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-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 {#1684
-id: 1125
-meta_title: "Упаковочная тара | Магазин готовой тары и упаковки в Москве"
-meta_description: "➤ Купить упаковочную тару в интернет-магазине Антэк. 200+ готовых упаковочных решений, созданных с учетом требований разных сфер. Продажа от 1 шт. Возможна срочная доставка от 2-х часов по Москве и области! Собственное производство упаковки."
-seoImages: Doctrine\ORM\PersistentCollection {#1724
#collection: Doctrine\Common\Collections\ArrayCollection {#1725
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#885 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1278 …}
}
-seoRaw: null
-seoVideos: Doctrine\ORM\PersistentCollection {#1726
#collection: Doctrine\Common\Collections\ArrayCollection {#1727
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#888 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1284 …}
}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#1728
#collection: Doctrine\Common\Collections\ArrayCollection {#1729
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#894 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1317 …}
}
-title: "Каталог готовой упаковки"
-description: null
-slug: "catalog"
-short_title: "Каталог"
-modified_at: DateTimeImmutable @1741644903 {#1723
date: 2025-03-10 17:15:03.0 America/Chicago (-05:00)
}
-priority: 10
-url: "/catalog"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1731
-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 {#1732
+status: UNINITIALIZED_FULL
+realInstance: ? object
…2
}
}
-parent: null
-childrens: Doctrine\ORM\PersistentCollection {#1733
#collection: Doctrine\Common\Collections\ArrayCollection {#1734
-elements: []
}
#initialized: true
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1735
#collection: Doctrine\Common\Collections\ArrayCollection {#1736
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#901 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1486 …}
}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#1737
#collection: Doctrine\Common\Collections\ArrayCollection {#1738
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#904 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1490 …}
}
-seoFiles: Doctrine\ORM\PersistentCollection {#1739
#collection: Doctrine\Common\Collections\ArrayCollection {#1740
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#912 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1503 …}
}
-bitrix_id: null
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#1741
#collection: Doctrine\Common\Collections\ArrayCollection {#1742
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#915 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1517 …}
}
-inboundLinks: Doctrine\ORM\PersistentCollection {#1743
#collection: Doctrine\Common\Collections\ArrayCollection {#1744
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#916 …}
-backRefFieldName: "target_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1517 …}
}
-attached_content: Doctrine\ORM\PersistentCollection {#1745
#collection: Doctrine\Common\Collections\ArrayCollection {#1746
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1747
#collection: Doctrine\Common\Collections\ArrayCollection {#1748
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1750
-id: 34
-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 {#1751
+status: UNINITIALIZED_FULL
+realInstance: ? object
…2
}
}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#1752
#collection: Doctrine\Common\Collections\ArrayCollection {#1753
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#933 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1585 …}
}
-seoTags: Doctrine\ORM\PersistentCollection {#1754
#collection: Doctrine\Common\Collections\ArrayCollection {#1755
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\ManyToManyInverseSideMapping {#935 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1591 …}
}
-categories: Doctrine\ORM\PersistentCollection {#1756
#collection: Doctrine\Common\Collections\ArrayCollection {#1757
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1758
#collection: Doctrine\Common\Collections\ArrayCollection {#1759
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1760
#collection: Doctrine\Common\Collections\ArrayCollection {#1761
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1762
#collection: Doctrine\Common\Collections\ArrayCollection {#1763
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1764
#collection: Doctrine\Common\Collections\ArrayCollection {#1765
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1766
#collection: Doctrine\Common\Collections\ArrayCollection {#1767
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1768
#collection: Doctrine\Common\Collections\ArrayCollection {#1769
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1770
#collection: Doctrine\Common\Collections\ArrayCollection {#1771
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1772
#collection: Doctrine\Common\Collections\ArrayCollection {#1773
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1407}
-children_types: Doctrine\ORM\PersistentCollection {#1774
#collection: Doctrine\Common\Collections\ArrayCollection {#1775
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1685
+status: INITIALIZED_FULL
+realInstance: ? object
…2
}
}
-is_search: true
-is_cart: false
-sort_order: 60
-lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#1408
+status: INITIALIZED_FULL
+realInstance: ? object
…2
}
}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480
-id: 10
-meta_title: "Подарочная упаковка: купить в Москве от производителя"
-meta_description: "➤ Подарочная упаковка от компании Антэк в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#1777
#collection: Doctrine\Common\Collections\ArrayCollection {#1778
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#885 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1278 …}
}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#1823
-id: 17
-value: """
<h2>Зачем нужна картонная упаковка для подарков?<p>\r\n
\t Коробки из\u{A0}гофрокартона нужны, чтобы уберечь содержимое от\u{A0}пыли и\u{A0}повреждений.\r\n
</p><p>\r\n
\t Но\u{A0}у\u{A0}<span class="bold color-primary">подарочных коробок</span> есть своя особенная миссия. Они помогают выразить ваше отношение к\u{A0}человеку, которому вы\u{A0}делаете подарок. А\u{A0}тематический принт, краткое пожелание или оригинальная форма задают настроение праздника.\r\n
</p><div class="row">\r\n
<div class="col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">\r\n
\t<img alt="подарочные коробки из картона" class="lazy img-responsive" loading="lazy" src="/content/img/base/ffb41c40-7aa7-48a4-bf4a-5b230a6a439b.jpg"></img></div>\r\n
</div><h2>Какие бывают подарочные коробки из\u{A0}картона?</h2><p>\r\n
\t Упаковка подарков\u{A0}— дело приятное, но\u{A0}хлопотное. Как красиво и\u{A0}со\u{A0}вкусом оформить сюрприз? Наши дизайнеры позаботились о\u{A0}вас и\u{A0}разработали готовые упаковочные решения:\r\n
</p><p>\r\n
</p><ul>\r\n
\t<li>нестандартной формы (пяти- и\u{A0}шестигранные, треугольные);</li>\r\n
\t<li>эстетичные самосборные конструкции;</li>\r\n
\t<li>стандартные коробки с\u{A0}печатью (новогодние, к\u{A0}8\u{A0}марта и\u{A0}23\u{A0}февраля).</li>\r\n
</ul><p>\r\n
</p><div class="row">\r\n
<div class="col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">\r\n
\t<img alt="картонные подарочные коробки" class="lazy img-responsive" loading="lazy" src="/content/img/base/d59bd124-dfd6-4ffa-9866-fe0e472a121d.jpg"></img></div>\r\n
</div><p>\r\n
\t Ручки, замочки и\u{A0}праздничный орнамент делают упаковку самодостаточной. Для нее не\u{A0}нужны дополнительные пакеты или оберточная бумага. Цветной наполнитель не\u{A0}даст предметам внутри перемещаться. А\u{A0}еще он\u{A0}послужит красивым ложементом для подарков.\r\n
</p><div class="text-sovet">\r\n
\t<p>\r\n
\t\t Кстати!\r\n
\t</p>\r\n
\t<p>\r\n
\t\t Тренд сегодняшнего дня\u{A0}— натуральность. Простой бурый картон отлично сочетается с\u{A0}разными декоративными элементами. Несколько атласных лент или даже небольшой бантик из\u{A0}цветной бумаги превратят обычную коробку в\u{A0}красивую праздничную\u{A0}и, при этом, экологичную упаковку. Скромность\u{A0}— украшает!\r\n
\t</p>\r\n
</div><p>\r\n
\tУ\u{A0}нас вы\u{A0}можете купить подарочную упаковку со\u{A0}склада оптом и\u{A0}в\u{A0}розницу с\u{A0}доставкой по\u{A0}Москве, МО\u{A0}и\u{A0}регионам России.\r\n
\r\n
Не\u{A0}нашли нужные форму и\u{A0}размер? Мы\u{A0}изготовим на\u{A0}заказ коробки под ваши задачи.\r\n
\r\n
Позвоните нам по\u{A0}номеру\u{A0}8 (800) 555-55-70\u{A0}— наши менеджеры помогут вам подобрать упаковку!</p><p> </p></h2>
"""
-content: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
}
-seoVideos: Doctrine\ORM\PersistentCollection {#1779
#collection: Doctrine\Common\Collections\ArrayCollection {#1780
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#888 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1284 …}
}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#1781
#collection: Doctrine\Common\Collections\ArrayCollection {#1782
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#894 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1317 …}
}
-title: "Подарочная упаковка"
-description: null
-slug: "podarochnaya-upakovka"
-short_title: "Подарочные коробки"
-modified_at: DateTimeImmutable @1741777293 {#1776
date: 2025-03-12 06:01:33.0 America/Chicago (-05:00)
}
-priority: 9
-url: "/catalog/podarochnaya-upakovka"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-parent: null
-childrens: Doctrine\ORM\PersistentCollection {#1783
#collection: Doctrine\Common\Collections\ArrayCollection {#1784
-elements: array:9 [
0 => Shared\Entity\Main\Seo\SeoContent {#29929
-id: 600
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#29930 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#29976 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#29932 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#29934 …9}
-title: "Наполнитель бумажный"
-description: """
<p>Бумажный наполнитель добавляется в\u{A0}гофрокороба для обеспечения целостности содержимого.<br></br>\r\n
Изделием заполняют дно подарочных коробок, чтобы сделать содержимое более привлекательным. В\u{A0}нашем каталоге есть модификации в\u{A0}разных цветовых исполнениях. Кроме того, подобная стружка эффективно смягчает удары от\u{A0}внешних воздействий, поэтому её\u{A0}часто применяют при перевозке хрупких предметов. Особенно красиво смотрится наполнитель в\u{A0}гофроупаковке с\u{A0}пластиковым окошком.</p>
"""
-slug: "--napolnitel-bumazhnyy"
-short_title: "Наполнитель бумажный"
-modified_at: DateTimeImmutable @1729141101 {#29927 …1}
-priority: 8
-url: "/catalog/podarochnaya-upakovka/--napolnitel-bumazhnyy"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#29936 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#29938 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#29940 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#29942 …9}
-bitrix_id: 43117
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#29944 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#29946 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#29948 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#29950 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, содержание меньше 500 символов"
-search_string: null
-vote_count: 2
-vote_sum: 94
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#29977 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#29952 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#29954 …9}
-categories: Doctrine\ORM\PersistentCollection {#29956 …9}
-products: Doctrine\ORM\PersistentCollection {#29958 …9}
-constructions: Doctrine\ORM\PersistentCollection {#29960 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#29962 …9}
-options: Doctrine\ORM\PersistentCollection {#29964 …9}
-segments: Doctrine\ORM\PersistentCollection {#29966 …9}
-workers: Doctrine\ORM\PersistentCollection {#29968 …9}
-extras: Doctrine\ORM\PersistentCollection {#29970 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489004 {#29928 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#29972 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#29974 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
1 => Shared\Entity\Main\Seo\SeoContent {#29987 …65}
2 => Shared\Entity\Main\Seo\SeoContent {#30037 …65}
3 => Shared\Entity\Main\Seo\SeoContent {#30096
-id: 602
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#30097 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#30143 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#30099 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#30101 …9}
-title: "Подарочная коробка "Вдохновение""
-description: "<p>Универсальная подарочная коробка «Вдохновение» отличается треугольной остроконечной формой и\u{A0}округлыми лепестками в\u{A0}месте закрытия. Две столь разные характеристики очень удачно отражены в\u{A0}одном изделии. Коробка популярна для упаковки конфет, трикотажной одежды, сувениров, корпоративных подарков. При желании мы\u{A0}можем нанести на\u{A0}нее вашу печать или разработать дизайн с\u{A0}нуля. Изготавливаться на\u{A0}заказ может любых размеров.</p>"
-slug: "--podarochnaya-korobka-vdokhnovenie"
-short_title: "Подарочная коробка "Вдохновение""
-modified_at: DateTimeImmutable @1729141103 {#30094 …1}
-priority: 8
-url: "/catalog/podarochnaya-upakovka/--podarochnaya-korobka-vdokhnovenie"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#30103 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#30105 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#30107 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#30109 …9}
-bitrix_id: 44518
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#30111 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#30113 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#30115 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#30117 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, содержание меньше 500 символов"
-search_string: null
-vote_count: 12
-vote_sum: 564
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#30144 …39}
-meta_ok: true
-notice_field: "дубли в адресе: podarochnaya"
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#30119 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#30121 …9}
-categories: Doctrine\ORM\PersistentCollection {#30123 …9}
-products: Doctrine\ORM\PersistentCollection {#30125 …9}
-constructions: Doctrine\ORM\PersistentCollection {#30127 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#30129 …9}
-options: Doctrine\ORM\PersistentCollection {#30131 …9}
-segments: Doctrine\ORM\PersistentCollection {#30133 …9}
-workers: Doctrine\ORM\PersistentCollection {#30135 …9}
-extras: Doctrine\ORM\PersistentCollection {#30137 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1507651990 {#30095 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#30139 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#30141 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
4 => Shared\Entity\Main\Seo\SeoContent {#30155
-id: 599
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#30156 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#30202 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#30158 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#30160 …9}
-title: "Подарочная коробка "Сердце""
-description: "<p>Подарочная коробка «Сердце»\u{A0}— оригинальная упаковка для любого подарка! В\u{A0}нее можно положить текстиль, конфеты, подарочные наборы, сувениры и\u{A0}многое другое. Особенной популярностью она пользуется, конечно, на\u{A0}праздник Дня Всех Влюбленных (14\u{A0}февраля)! Не\u{A0}будет никаких сомнений, что подарок от\u{A0}всего сердца, форма сама говорит за\u{A0}себя. На\u{A0}нее вы\u{A0}можете нанести свое изображение или мы\u{A0}разработаем дизайн под все ваши пожелания. Вы\u{A0}можете ее\u{A0}заказать в\u{A0}другом размере и\u{A0}цвете. Дарите подарки в\u{A0}особенной упаковке!</p>"
-slug: "--podarochnye-korobki-serdtse"
-short_title: "Подарочная коробка "Сердце""
-modified_at: DateTimeImmutable @1729141101 {#30153 …1}
-priority: 8
-url: "/catalog/podarochnaya-upakovka/--podarochnye-korobki-serdtse"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#30162 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#30164 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#30166 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#30168 …9}
-bitrix_id: 42994
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#30170 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#30172 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#30174 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#30176 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, содержание меньше 500 символов"
-search_string: null
-vote_count: 12
-vote_sum: 504
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#30203 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#30178 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#30180 …9}
-categories: Doctrine\ORM\PersistentCollection {#30182 …9}
-products: Doctrine\ORM\PersistentCollection {#30184 …9}
-constructions: Doctrine\ORM\PersistentCollection {#30186 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#30188 …9}
-options: Doctrine\ORM\PersistentCollection {#30190 …9}
-segments: Doctrine\ORM\PersistentCollection {#30192 …9}
-workers: Doctrine\ORM\PersistentCollection {#30194 …9}
-extras: Doctrine\ORM\PersistentCollection {#30196 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505487254 {#30154 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#30198 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#30200 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
5 => Shared\Entity\Main\Seo\SeoContent {#30213 …65}
6 => Shared\Entity\Main\Seo\SeoContent {#1276}
7 => Shared\Entity\Main\Seo\SeoContent {#30263 …65}
8 => Shared\Entity\Main\Seo\SeoContent {#30322
-id: 603
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#30323 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#30369 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#30325 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#30327 …9}
-title: "Чемодан с пластиковой ручкой "8 марта""
-description: "<p></p>"
-slug: "--chemodan-s-plastikovoy-ruchkoy-8-marta"
-short_title: "Чемодан с пластиковой ручкой "8 марта""
-modified_at: DateTimeImmutable @1729141103 {#30320 …1}
-priority: 8
-url: "/catalog/podarochnaya-upakovka/--chemodan-s-plastikovoy-ruchkoy-8-marta"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#30329 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#30331 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#30333 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#30335 …9}
-bitrix_id: 50510
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#30337 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#30339 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#30341 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#30343 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, содержание меньше 500 символов"
-search_string: null
-vote_count: 11
-vote_sum: 473
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#30370 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#30345 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#30347 …9}
-categories: Doctrine\ORM\PersistentCollection {#30349 …9}
-products: Doctrine\ORM\PersistentCollection {#30351 …9}
-constructions: Doctrine\ORM\PersistentCollection {#30353 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#30355 …9}
-options: Doctrine\ORM\PersistentCollection {#30357 …9}
-segments: Doctrine\ORM\PersistentCollection {#30359 …9}
-workers: Doctrine\ORM\PersistentCollection {#30361 …9}
-extras: Doctrine\ORM\PersistentCollection {#30363 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1517944162 {#30321 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#30365 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#30367 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
]
}
#initialized: true
-snapshot: array:9 [ …9]
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1785
#collection: Doctrine\Common\Collections\ArrayCollection {#1786
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#901 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1486 …}
}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#1787
#collection: Doctrine\Common\Collections\ArrayCollection {#1788
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#904 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1490 …}
}
-seoFiles: Doctrine\ORM\PersistentCollection {#1789
#collection: Doctrine\Common\Collections\ArrayCollection {#1790
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#912 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1503 …}
}
-bitrix_id: 5576
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#1791
#collection: Doctrine\Common\Collections\ArrayCollection {#1792
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#915 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1517 …}
}
-inboundLinks: Doctrine\ORM\PersistentCollection {#1793
#collection: Doctrine\Common\Collections\ArrayCollection {#1794
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#916 …}
-backRefFieldName: "target_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1517 …}
}
-attached_content: Doctrine\ORM\PersistentCollection {#1795
#collection: Doctrine\Common\Collections\ArrayCollection {#1796
-elements: array:72 [
0 => Shared\Entity\Main\Seo\SeoContent {#9761 …65}
1 => Shared\Entity\Main\Seo\SeoContent {#3573 …65}
2 => Shared\Entity\Main\Seo\SeoContent {#4163 …65}
3 => Shared\Entity\Main\Seo\SeoContent {#4399
-id: 284
-meta_title: "Шляпная коробка 185x185x185 мм МГК Т−24E бурый в Москве: цена, купить картонные коробки - описание, характеристики"
-meta_description: "➤ Шляпная коробка 185x185x185 мм МГК Т−24E бурый от компании Антэк. Свой магазин и производство. 🚚 Картонные коробки – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#4400 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#4446 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#4402 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#4404 …9}
-title: "185 (Д) 185 (Ш) 185 (В) Шляпная коробка из гофрокартона, гофрокартон бурый МГК Т−24E, размеры внешние"
-description: "<div></div>"
-slug: "shlyapnaya-korobka-185-185-185-t24"
-short_title: "Шляпная коробка 185x185x185 мм МГК Т−24E бурый"
-modified_at: DateTimeImmutable @1741855337 {#4397 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/shlyapnaya-korobka-185-185-185-t24"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2266 …65}
-childrens: Doctrine\ORM\PersistentCollection {#4406 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#4408 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#4410 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#4412 …9}
-bitrix_id: 55004
-keywords: "Шляпная коробка 185x185x185 мм МГК Т−24E бурый купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#4414 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#4416 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#4418 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#4420 …9}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: "185x185x185"
-vote_count: 4
-vote_sum: 196
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#4447 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581
-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 {#1582
+status: UNINITIALIZED_FULL
+realInstance: ? object
…2
}
}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#4422 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#4424 …9}
-categories: Doctrine\ORM\PersistentCollection {#4426 …9}
-products: Doctrine\ORM\PersistentCollection {#4428 …9}
-constructions: Doctrine\ORM\PersistentCollection {#4430 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#4432 …9}
-options: Doctrine\ORM\PersistentCollection {#4434 …9}
-segments: Doctrine\ORM\PersistentCollection {#4436 …9}
-workers: Doctrine\ORM\PersistentCollection {#4438 …9}
-extras: Doctrine\ORM\PersistentCollection {#4440 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: true
-og_title: "Шляпная коробка 185x185x185 мм МГК Т−24E бурый в Москве: цена, купить картонные коробки - описание, характеристики"
-og_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. Каталог готовой продукции. Шляпная коробка 185x185x185 мм МГК Т−24E бурый."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681702 {#4398 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#4442 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#4444 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
4 => Shared\Entity\Main\Seo\SeoContent {#4576
-id: 285
-meta_title: "Подарочная коробка 200x230x60 мм МГК Т−24E бурый в Москве: цена, купить картонные коробки - описание, характеристики"
-meta_description: "➤ Подарочная коробка 200x230x60 мм МГК Т−24E бурый от компании Антэк. Свой магазин и производство. Картонные коробки – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#4577 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#4623 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#4579 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#4581 …9}
-title: "200 (Д) 230 (Ш) 60 (В) Подарочная коробка "Вдохновение", гофрокартон бурый МГК Т−24E, размеры внешние"
-description: "<div></div>"
-slug: "podarochnaya-korobka-200-230-60-mgk-t24"
-short_title: "Подарочная коробка 200x230x60 мм МГК Т−24E бурый"
-modified_at: DateTimeImmutable @1741855272 {#4574 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/podarochnaya-korobka-200-230-60-mgk-t24"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2266 …65}
-childrens: Doctrine\ORM\PersistentCollection {#4583 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#4585 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#4587 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#4589 …9}
-bitrix_id: 55006
-keywords: "Подарочная коробка 200x230x60 мм МГК Т−24E бурый купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#4591 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#4593 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#4595 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#4597 …9}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: "240x200x65"
-vote_count: 14
-vote_sum: 602
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#4624 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#4599 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#4601 …9}
-categories: Doctrine\ORM\PersistentCollection {#4603 …9}
-products: Doctrine\ORM\PersistentCollection {#4605 …9}
-constructions: Doctrine\ORM\PersistentCollection {#4607 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#4609 …9}
-options: Doctrine\ORM\PersistentCollection {#4611 …9}
-segments: Doctrine\ORM\PersistentCollection {#4613 …9}
-workers: Doctrine\ORM\PersistentCollection {#4615 …9}
-extras: Doctrine\ORM\PersistentCollection {#4617 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: true
-og_title: "Подарочная коробка 200x230x60 мм МГК Т−24E бурый в Москве: цена, купить картонные коробки - описание, характеристики"
-og_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. Каталог готовой продукции. Подарочная коробка 200x230x60 мм МГК Т−24E бурый."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681702 {#4575 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#4619 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#4621 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
5 => Shared\Entity\Main\Seo\SeoContent {#5402
-id: 286
-meta_title: "Подарочная коробка 240x200x65 мм МГК Т−11E белый в Москве: цена, купить картонные коробки - описание, характеристики"
-meta_description: "➤ Подарочная коробка 240x200x65 мм МГК Т−11E белый от компании Антэк. Свой магазин и производство. Картонные коробки – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#5403 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#5449 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#5405 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#5407 …9}
-title: "240 (Д) 200 (Ш) 65 (В) Подарочная коробка "Сердце", гофрокартон белый МГК Т−11E, размеры внешние"
-description: "<div></div>"
-slug: "podarochnaya-korobka-240-200-65-mgk-t11"
-short_title: "Подарочная коробка 240x200x65 мм МГК Т−11E белый"
-modified_at: DateTimeImmutable @1741855095 {#5400 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/podarochnaya-korobka-240-200-65-mgk-t11"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2266 …65}
-childrens: Doctrine\ORM\PersistentCollection {#5409 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#5411 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#5413 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#5415 …9}
-bitrix_id: 55008
-keywords: "Подарочная коробка 240x200x65 мм МГК Т−11E белый купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#5417 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#5419 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#5421 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#5423 …9}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: "240x200x65"
-vote_count: 13
-vote_sum: 559
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#5450 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#5425 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#5427 …9}
-categories: Doctrine\ORM\PersistentCollection {#5429 …9}
-products: Doctrine\ORM\PersistentCollection {#5431 …9}
-constructions: Doctrine\ORM\PersistentCollection {#5433 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#5435 …9}
-options: Doctrine\ORM\PersistentCollection {#5437 …9}
-segments: Doctrine\ORM\PersistentCollection {#5439 …9}
-workers: Doctrine\ORM\PersistentCollection {#5441 …9}
-extras: Doctrine\ORM\PersistentCollection {#5443 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: true
-og_title: "Подарочная коробка 240x200x65 мм МГК Т−11E белый в Москве: цена, купить картонные коробки - описание, характеристики"
-og_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. Каталог готовой продукции. Подарочная коробка 240x200x65 мм МГК Т−11E белый."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681702 {#5401 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#5445 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#5447 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
6 => Shared\Entity\Main\Seo\SeoContent {#8345 …65}
7 => Shared\Entity\Main\Seo\SeoContent {#8168
-id: 294
-meta_title: "Коробка-тубус с крышкой 50x50x700 мм МГК Т−24Е бурый в Москве: цена, купить картонные коробки - описание, характеристики"
-meta_description: "➤ Коробка-тубус с крышкой 50x50x700 мм МГК Т−24Е бурый от компании Антэк. Свой магазин и производство. Картонные коробки – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#8169 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#8215 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#8171 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#8173 …9}
-title: "50x50x700 Коробка с 3-х клапанными крышками на обеих сторонах, гофрокартон бурый Т−24Е, размеры внутренние"
-description: "<div></div>"
-slug: "korobka-50-50-700-t24"
-short_title: "Коробка-тубус с крышкой 50x50x700 мм МГК Т−24Е бурый"
-modified_at: DateTimeImmutable @1742226328 {#8166 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/korobka-50-50-700-t24"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2266 …65}
-childrens: Doctrine\ORM\PersistentCollection {#8175 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#8177 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#8179 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#8181 …9}
-bitrix_id: 55046
-keywords: "Коробка-тубус с крышкой 50x50x700 мм МГК Т−24Е бурый купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#8183 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#8185 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#8187 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#8189 …9}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: "50x50x700"
-vote_count: 2
-vote_sum: 80
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#8216 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1750}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#8191 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#8193 …9}
-categories: Doctrine\ORM\PersistentCollection {#8195 …9}
-products: Doctrine\ORM\PersistentCollection {#8197 …9}
-constructions: Doctrine\ORM\PersistentCollection {#8199 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#8201 …9}
-options: Doctrine\ORM\PersistentCollection {#8203 …9}
-segments: Doctrine\ORM\PersistentCollection {#8205 …9}
-workers: Doctrine\ORM\PersistentCollection {#8207 …9}
-extras: Doctrine\ORM\PersistentCollection {#8209 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: true
-og_title: "Коробка-тубус с крышкой 50x50x700 мм МГК Т−24Е бурый в Москве: цена, купить картонные коробки - описание, характеристики"
-og_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. Каталог готовой продукции. Коробка-тубус с крышкой 50x50x700 мм МГК Т−24Е бурый."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681704 {#8167 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#8211 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#8213 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
8 => Shared\Entity\Main\Seo\SeoContent {#3750 …65}
9 => Shared\Entity\Main\Seo\SeoContent {#8876
-id: 296
-meta_title: "Коробка-тубус с крышкой 65x65x220 мм МГК Т−24Е бурый в Москве: цена, купить картонные коробки - описание, характеристики"
-meta_description: "➤ Коробка-тубус с крышкой 65x65x220 мм МГК Т−24Е бурый от компании Антэк. Свой магазин и производство. Картонные коробки – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#8877 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#8923 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#8879 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#8881 …9}
-title: "65x65x220 Коробка с 3-х клапанными крышками на обеих сторонах, гофрокартон бурый МГК Т−24Е, размеры внутренние"
-description: "<div></div>"
-slug: "korobka-65-65-220-t24"
-short_title: "Коробка-тубус с крышкой 65x65x220 мм МГК Т−24Е бурый"
-modified_at: DateTimeImmutable @1742226152 {#8874 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/korobka-65-65-220-t24"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2266 …65}
-childrens: Doctrine\ORM\PersistentCollection {#8883 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#8885 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#8887 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#8889 …9}
-bitrix_id: 55054
-keywords: "Коробка-тубус с крышкой 65x65x220 мм МГК Т−24Е бурый купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#8891 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#8893 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#8895 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#8897 …9}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: "65x65x220"
-vote_count: 6
-vote_sum: 258
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#8924 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1750}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#8899 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#8901 …9}
-categories: Doctrine\ORM\PersistentCollection {#8903 …9}
-products: Doctrine\ORM\PersistentCollection {#8905 …9}
-constructions: Doctrine\ORM\PersistentCollection {#8907 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#8909 …9}
-options: Doctrine\ORM\PersistentCollection {#8911 …9}
-segments: Doctrine\ORM\PersistentCollection {#8913 …9}
-workers: Doctrine\ORM\PersistentCollection {#8915 …9}
-extras: Doctrine\ORM\PersistentCollection {#8917 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: true
-og_title: "Коробка-тубус с крышкой 65x65x220 мм МГК Т−24Е бурый в Москве: цена, купить картонные коробки - описание, характеристики"
-og_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. Каталог готовой продукции. Коробка-тубус с крышкой 65x65x220 мм МГК Т−24Е бурый."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681705 {#8875 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#8919 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#8921 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
10 => Shared\Entity\Main\Seo\SeoContent {#2921 …65}
11 => Shared\Entity\Main\Seo\SeoContent {#2741 …65}
12 => Shared\Entity\Main\Seo\SeoContent {#14725 …65}
13 => Shared\Entity\Main\Seo\SeoContent {#14666 …65}
14 => Shared\Entity\Main\Seo\SeoContent {#8758 …65}
15 => Shared\Entity\Main\Seo\SeoContent {#12959 …65}
16 => Shared\Entity\Main\Seo\SeoContent {#16690 …65}
17 => Shared\Entity\Main\Seo\SeoContent {#16749 …65}
18 => Shared\Entity\Main\Seo\SeoContent {#17152 …65}
19 => Shared\Entity\Main\Seo\SeoContent {#9938
-id: 352
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#9939 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#9985 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#9941 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#9943 …9}
-title: "95 (Д) 60 (Ш) 60 (В) Коробка с 3-х клапанными крышками на обеих сторонах, гофрокартон бурый МГК Т−24Е, размеры внутренние, упаковка 10 шт"
-description: "<p></p>"
-slug: "95-d-60-sh-60-v-korobka-s-3-kh-klapannymi-kryshkami-na-obeikh-storonakh"
-short_title: "Коробка с крышкой 95 x 60 x 60 МГК Т−24Е бурый"
-modified_at: DateTimeImmutable @1729140946 {#9936 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/95-d-60-sh-60-v-korobka-s-3-kh-klapannymi-kryshkami-na-obeikh-storonakh"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2266 …65}
-childrens: Doctrine\ORM\PersistentCollection {#9945 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#9947 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#9949 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#9951 …9}
-bitrix_id: 60697
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#9953 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#9955 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#9957 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#9959 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, мусор в адресе: d sh v kh, содержание меньше 500 символов"
-search_string: "95x60x60"
-vote_count: 1
-vote_sum: 43
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#9986 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#9961 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#9963 …9}
-categories: Doctrine\ORM\PersistentCollection {#9965 …9}
-products: Doctrine\ORM\PersistentCollection {#9967 …9}
-constructions: Doctrine\ORM\PersistentCollection {#9969 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#9971 …9}
-options: Doctrine\ORM\PersistentCollection {#9973 …9}
-segments: Doctrine\ORM\PersistentCollection {#9975 …9}
-workers: Doctrine\ORM\PersistentCollection {#9977 …9}
-extras: Doctrine\ORM\PersistentCollection {#9979 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1538083164 {#9937 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#9981 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#9983 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
20 => Shared\Entity\Main\Seo\SeoContent {#9879
-id: 353
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#9880 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#9926 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#9882 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#9884 …9}
-title: "95 (Д) 60 (Ш) 60 (В) Коробка с 3-х клапанными крышками на обеих сторонах, гофрокартон бурый МГК Т−24Е, размеры внутренние, упаковка 10 шт"
-description: "<p></p>"
-slug: "95-d-60-sh-60-v-korobka-s-3-kh-klapannymi-kryshkami-na-obeikh-storonakh-gofrokarton-buryy-mgk-t-24e-"
-short_title: "Коробка с крышкой 95 x 60 x 60 МГК Т−24Е бурый"
-modified_at: DateTimeImmutable @1729140946 {#9877 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/95-d-60-sh-60-v-korobka-s-3-kh-klapannymi-kryshkami-na-obeikh-storonakh-gofrokarton-buryy-mgk-t-24e-"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2266 …65}
-childrens: Doctrine\ORM\PersistentCollection {#9886 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#9888 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#9890 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#9892 …9}
-bitrix_id: 60698
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#9894 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#9896 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#9898 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#9900 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, нет изображений, мусор в адресе: d sh v kh, содержание меньше 500 символов"
-search_string: "95x60x60"
-vote_count: 3
-vote_sum: 150
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#9927 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#9902 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#9904 …9}
-categories: Doctrine\ORM\PersistentCollection {#9906 …9}
-products: Doctrine\ORM\PersistentCollection {#9908 …9}
-constructions: Doctrine\ORM\PersistentCollection {#9910 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#9912 …9}
-options: Doctrine\ORM\PersistentCollection {#9914 …9}
-segments: Doctrine\ORM\PersistentCollection {#9916 …9}
-workers: Doctrine\ORM\PersistentCollection {#9918 …9}
-extras: Doctrine\ORM\PersistentCollection {#9920 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1538083624 {#9878 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#9922 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#9924 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
21 => Shared\Entity\Main\Seo\SeoContent {#3098
-id: 354
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#3099 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#3145 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#3101 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#3103 …9}
-title: "110 (Д) 95 (Ш) 60 (В) Коробка с 3-х клапанными крышками на обеих сторонах, гофрокартон бурый МГК Т−24Е, размеры внутренние, упаковка 10 шт"
-description: "<p></p>"
-slug: "110-d-95-sh-60-v-korobka-s-3-kh-klapannymi-kryshkami"
-short_title: "Коробка с крышкой 110 x 95 x 60 МГК Т−24Е бурый"
-modified_at: DateTimeImmutable @1729140947 {#3096 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/110-d-95-sh-60-v-korobka-s-3-kh-klapannymi-kryshkami"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2266 …65}
-childrens: Doctrine\ORM\PersistentCollection {#3105 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#3107 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#3109 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#3111 …9}
-bitrix_id: 60699
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#3113 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#3115 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#3117 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#3119 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, мусор в адресе: d sh v kh, содержание меньше 500 символов"
-search_string: "110x95x60"
-vote_count: 3
-vote_sum: 126
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#3146 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#3121 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#3123 …9}
-categories: Doctrine\ORM\PersistentCollection {#3125 …9}
-products: Doctrine\ORM\PersistentCollection {#3127 …9}
-constructions: Doctrine\ORM\PersistentCollection {#3129 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#3131 …9}
-options: Doctrine\ORM\PersistentCollection {#3133 …9}
-segments: Doctrine\ORM\PersistentCollection {#3135 …9}
-workers: Doctrine\ORM\PersistentCollection {#3137 …9}
-extras: Doctrine\ORM\PersistentCollection {#3139 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1538083633 {#3097 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#3141 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#3143 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
22 => Shared\Entity\Main\Seo\SeoContent {#27305 …65}
23 => Shared\Entity\Main\Seo\SeoContent {#28433 …65}
24 => Shared\Entity\Main\Seo\SeoContent {#28659 …65}
25 => Shared\Entity\Main\Seo\SeoContent {#24169
-id: 519
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#24170 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#24216 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#24172 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#24174 …9}
-title: "Крафт-бумага"
-description: """
<p>\r\n
\tБумага крафтового типа отличается от\u{A0}аналогов необычной текстурой и\u{A0}повышенной плотностью. Плюсом такой целлюлозы является сопротивляемость к\u{A0}раздиранию и\u{A0}хорошая проницаемость для воздуха. Продукт устойчив к\u{A0}температурным градиентам и\u{A0}достаточно влагостойкий. Широко применяется при транспортировке и\u{A0}хранении. Часто ей\u{A0}оборачивается хрупкая продукция для транспортировки, так как она создает дополнительную амортизацию при таком способе использования.\r\n
</p>
"""
-slug: "--kraft-bumaga"
-short_title: "Крафт-бумага"
-modified_at: DateTimeImmutable @1729141050 {#24167 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/--kraft-bumaga"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2119 …65}
-childrens: Doctrine\ORM\PersistentCollection {#24176 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#24178 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#24180 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#24182 …9}
-bitrix_id: 43107
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#24184 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#24186 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#24188 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#24190 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, содержание меньше 500 символов"
-search_string: null
-vote_count: 11
-vote_sum: 440
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#24217 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#24192 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#24194 …9}
-categories: Doctrine\ORM\PersistentCollection {#24196 …9}
-products: Doctrine\ORM\PersistentCollection {#24198 …9}
-constructions: Doctrine\ORM\PersistentCollection {#24200 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#24202 …9}
-options: Doctrine\ORM\PersistentCollection {#24204 …9}
-segments: Doctrine\ORM\PersistentCollection {#24206 …9}
-workers: Doctrine\ORM\PersistentCollection {#24208 …9}
-extras: Doctrine\ORM\PersistentCollection {#24210 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505488841 {#24168 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#24212 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#24214 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
26 => Shared\Entity\Main\Seo\SeoContent {#26499
-id: 543
-meta_title: "Крафт-бумага, рулон 840ммх25м (38гр/м) в Москве: цена, купить в Антэк"
-meta_description: "➤ Упаковочная крафт-бумага, рулон 840 мм х 25 м (38гр/м) от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#26500 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#26546 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#26502 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#26504 …9}
-title: "Упаковочная крафт-бумага, рулон 840 мм х 25 м (38гр/м)"
-description: "<div></div>"
-slug: "upakovochnaya-kraft-bumaga-rulon-840-25"
-short_title: "Крафт-бумага, рулон 840ммх25м (38гр/м)"
-modified_at: DateTimeImmutable @1741971106 {#26497 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnaya-kraft-bumaga-rulon-840-25"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2119 …65}
-childrens: Doctrine\ORM\PersistentCollection {#26506 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#26508 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#26510 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#26512 …9}
-bitrix_id: 54620
-keywords: "Упаковочная крафт-бумага, рулон 840 мм х 25 м (38гр/м) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#26514 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#26516 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#26518 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#26520 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: "25x840"
-vote_count: 13
-vote_sum: 637
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#26547 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#26522 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#26524 …9}
-categories: Doctrine\ORM\PersistentCollection {#26526 …9}
-products: Doctrine\ORM\PersistentCollection {#26528 …9}
-constructions: Doctrine\ORM\PersistentCollection {#26530 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#26532 …9}
-options: Doctrine\ORM\PersistentCollection {#26534 …9}
-segments: Doctrine\ORM\PersistentCollection {#26536 …9}
-workers: Doctrine\ORM\PersistentCollection {#26538 …9}
-extras: Doctrine\ORM\PersistentCollection {#26540 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Крафт-бумага, рулон 840ммх25м (38гр/м) в Москве: цена, купить в Антэк"
-og_description: "➤ Упаковочная крафт-бумага, рулон 840 мм х 25 м (38гр/м) от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681676 {#26498 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#26542 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#26544 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
27 => Shared\Entity\Main\Seo\SeoContent {#23373
-id: 552
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23374 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23420 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23376 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23378 …9}
-title: "Бумажный наполнитель. Цвет: Натуральный/1кг"
-description: "<p></p>"
-slug: "bumazhnyy-napolnitel-tsvet-naturalnyy-1kg"
-short_title: "Бумажный наполнитель. Цвет: Натуральный/1кг"
-modified_at: DateTimeImmutable @1729141071 {#23371 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/bumazhnyy-napolnitel-tsvet-naturalnyy-1kg"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2119 …65}
-childrens: Doctrine\ORM\PersistentCollection {#23380 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23382 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23384 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23386 …9}
-bitrix_id: 54684
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23388 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23390 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23392 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23394 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: null
-vote_count: 6
-vote_sum: 264
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23421 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23396 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23398 …9}
-categories: Doctrine\ORM\PersistentCollection {#23400 …9}
-products: Doctrine\ORM\PersistentCollection {#23402 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23404 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23406 …9}
-options: Doctrine\ORM\PersistentCollection {#23408 …9}
-segments: Doctrine\ORM\PersistentCollection {#23410 …9}
-workers: Doctrine\ORM\PersistentCollection {#23412 …9}
-extras: Doctrine\ORM\PersistentCollection {#23414 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681686 {#23372 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23416 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23418 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
28 => Shared\Entity\Main\Seo\SeoContent {#32366
-id: 589
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#32367 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32413 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32369 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32371 …9}
-title: "200 (Д) 110 (Ш) 100 (В) Подарочная коробка со съемной крышкой 8 марта Дизайн 2019, гофрокартон бурый МГК Т−24E, размеры внутренние"
-description: "<p></p>"
-slug: "200x110x100-8-marta-dizayn-2019"
-short_title: "Коробка с крышкой 8 марта 200*110*100 МГК Т−24E бурый Дизайн 2019"
-modified_at: DateTimeImmutable @1729141094 {#32365 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/malenkie/200x110x100-8-marta-dizayn-2019"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#18348 …65}
-childrens: Doctrine\ORM\PersistentCollection {#32373 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32375 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#32377 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32379 …9}
-bitrix_id: 62821
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32381 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32383 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32385 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32387 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: "200x110x100"
-vote_count: 11
-vote_sum: 550
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32414 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32389 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32391 …9}
-categories: Doctrine\ORM\PersistentCollection {#32393 …9}
-products: Doctrine\ORM\PersistentCollection {#32395 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32397 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32399 …9}
-options: Doctrine\ORM\PersistentCollection {#32401 …9}
-segments: Doctrine\ORM\PersistentCollection {#32403 …9}
-workers: Doctrine\ORM\PersistentCollection {#32405 …9}
-extras: Doctrine\ORM\PersistentCollection {#32407 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1549052087 {#32364 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32409 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32411 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
29 => Shared\Entity\Main\Seo\SeoContent {#40679 …65}
30 => Shared\Entity\Main\Seo\SeoContent {#40974 …65}
31 => Shared\Entity\Main\Seo\SeoContent {#41033 …65}
32 => Shared\Entity\Main\Seo\SeoContent {#40797 …65}
33 => Shared\Entity\Main\Seo\SeoContent {#30155}
34 => Shared\Entity\Main\Seo\SeoContent {#29929}
35 => Shared\Entity\Main\Seo\SeoContent {#30037 …65}
36 => Shared\Entity\Main\Seo\SeoContent {#30096}
37 => Shared\Entity\Main\Seo\SeoContent {#30322}
38 => Shared\Entity\Main\Seo\SeoContent {#30263 …65}
39 => Shared\Entity\Main\Seo\SeoContent {#34820 …65}
40 => Shared\Entity\Main\Seo\SeoContent {#34879 …65}
41 => Shared\Entity\Main\Seo\SeoContent {#34938 …65}
42 => Shared\Entity\Main\Seo\SeoContent {#32425
-id: 622
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#32426 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32472 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32428 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32430 …9}
-title: "Подарочная коробка крышка-дно "Звезды""
-description: "<p>Подарочная коробка «Звезды» лаконичной квадратной формы имеет две составные части. Это дно из\u{A0}бурого картона и\u{A0}белая крышка, в\u{A0}одной из\u{A0}граней которой прорезан рисунок в\u{A0}виде пяти звезд разного размера. Дно с\u{A0}крышкой не\u{A0}прикреплены друг к\u{A0}другу, крышка надевается на\u{A0}дно сверху, практически целиком его перекрывая. В\u{A0}такую оригинальную коробку кладут подарки небольшого размера, от\u{A0}сладостей до\u{A0}негабаритных гаджетов. Также это хороший вариант для корпоративных презентов. Коробка изготовлена из\u{A0}листа, сформированного по\u{A0}местам сгиба и\u{A0}закрепленного в\u{A0}виде конструкции с\u{A0}помощью специальных вырезов. Такая упаковка держит объем даже без клеящих составов.</p>"
-slug: "--podarochnaya-korobka-kryshka-dno-zvezdy"
-short_title: "Подарочная коробка крышка-дно "Звезды""
-modified_at: DateTimeImmutable @1729141115 {#32423 …1}
-priority: 8
-url: "/catalog/podarochnaya-upakovka/novogodnyaya-podarochnaya-korobka/--podarochnaya-korobka-kryshka-dno-zvezdy"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#29987 …65}
-childrens: Doctrine\ORM\PersistentCollection {#32432 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32434 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#32436 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32438 …9}
-bitrix_id: 47543
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32440 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32442 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32444 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32446 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: null
-vote_count: 10
-vote_sum: 400
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32473 …39}
-meta_ok: true
-notice_field: "дубли в адресе: podarochnaya korobka"
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32448 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32450 …9}
-categories: Doctrine\ORM\PersistentCollection {#32452 …9}
-products: Doctrine\ORM\PersistentCollection {#32454 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32456 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32458 …9}
-options: Doctrine\ORM\PersistentCollection {#32460 …9}
-segments: Doctrine\ORM\PersistentCollection {#32462 …9}
-workers: Doctrine\ORM\PersistentCollection {#32464 …9}
-extras: Doctrine\ORM\PersistentCollection {#32466 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1513716738 {#32424 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32468 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32470 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
43 => Shared\Entity\Main\Seo\SeoContent {#48411 …65}
44 => Shared\Entity\Main\Seo\SeoContent {#48470 …65}
45 => Shared\Entity\Main\Seo\SeoContent {#39314 …65}
46 => Shared\Entity\Main\Seo\SeoContent {#39373 …65}
47 => Shared\Entity\Main\Seo\SeoContent {#39196 …65}
48 => Shared\Entity\Main\Seo\SeoContent {#39137 …65}
49 => Shared\Entity\Main\Seo\SeoContent {#39255 …65}
50 => Shared\Entity\Main\Seo\SeoContent {#39668 …65}
51 => Shared\Entity\Main\Seo\SeoContent {#39019 …65}
52 => Shared\Entity\Main\Seo\SeoContent {#39786 …65}
53 => Shared\Entity\Main\Seo\SeoContent {#39727 …65}
54 => Shared\Entity\Main\Seo\SeoContent {#32484
-id: 672
-meta_title: "Подарочная коробка "8 Марта" 220x100x320 мм Т−24B бурый в Москве: цена, купить самосборные коробки - описание, характеристики"
-meta_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. Каталог готовой продукции. Подарочная коробка "8 Марта" 220x100x320 мм Т−24B бурый."
-seoImages: Doctrine\ORM\PersistentCollection {#32485 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32534 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32487 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32489 …9}
-title: "Подарочная коробка "8 Марта" 220x100x320 мм Т−24B бурый"
-description: "<div></div>"
-slug: "220-100-320-podarochnaya-korobka-8-marta"
-short_title: "Подарочная коробка "8 Марта" 220x100x320 мм Т−24B бурый"
-modified_at: DateTimeImmutable @1741870565 {#32482 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/samosbornye/220-100-320-podarochnaya-korobka-8-marta"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#19747 …65}
-childrens: Doctrine\ORM\PersistentCollection {#32491 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32493 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32495 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32497 …9}
-bitrix_id: 55050
-keywords: "Подарочная коробка "8 Марта" 220x100x320 мм Т−24B бурый купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32499 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32501 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32503 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32505 …9}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: "220x100x320"
-vote_count: 3
-vote_sum: 135
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32535 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок, длинное мета описание"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#32508 …12}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32510 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32512 …9}
-categories: Doctrine\ORM\PersistentCollection {#32514 …9}
-products: Doctrine\ORM\PersistentCollection {#32516 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32518 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32520 …9}
-options: Doctrine\ORM\PersistentCollection {#32522 …9}
-segments: Doctrine\ORM\PersistentCollection {#32524 …9}
-workers: Doctrine\ORM\PersistentCollection {#32526 …9}
-extras: Doctrine\ORM\PersistentCollection {#32528 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: true
-og_title: "Подарочная коробка "8 Марта" 220x100x320 мм Т−24B бурый в Москве: цена, купить самосборные коробки - описание, характеристики"
-og_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. Каталог готовой продукции. Подарочная коробка "8 Марта" 220x100x320 мм Т−24B бурый."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681704 {#32483 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32530 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32532 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
55 => Shared\Entity\Main\Seo\SeoContent {#39845 …65}
56 => Shared\Entity\Main\Seo\SeoContent {#32546
-id: 676
-meta_title: "Шестигранная коробка 380x380x105 мм МГК бурый в Москве: цена, купить самосборные коробки - описание, характеристики"
-meta_description: "➤ Шестигранная коробка 380x380x105 мм МГК бурый от компании Антэк. Свой магазин и производство. Самосборные коробки – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32547 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32593 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32549 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32551 …9}
-title: "Шестигранная коробка 380x380x105 мм МГК бурый"
-description: "<div></div>"
-slug: "380-380-105-samosbornaya-shestigrannaya-korobka-mgk"
-short_title: "Шестигранная коробка 380x380x105 мм МГК бурый"
-modified_at: DateTimeImmutable @1741804554 {#32544 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/samosbornye/380-380-105-samosbornaya-shestigrannaya-korobka-mgk"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#19747 …65}
-childrens: Doctrine\ORM\PersistentCollection {#32553 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32555 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32557 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32559 …9}
-bitrix_id: 75230
-keywords: "Шестигранная коробка 380x380x105 мм МГК бурый купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32561 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32563 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32565 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32567 …9}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: "380x380x105"
-vote_count: 6
-vote_sum: 252
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32594 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1750}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32569 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32571 …9}
-categories: Doctrine\ORM\PersistentCollection {#32573 …9}
-products: Doctrine\ORM\PersistentCollection {#32575 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32577 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32579 …9}
-options: Doctrine\ORM\PersistentCollection {#32581 …9}
-segments: Doctrine\ORM\PersistentCollection {#32583 …9}
-workers: Doctrine\ORM\PersistentCollection {#32585 …9}
-extras: Doctrine\ORM\PersistentCollection {#32587 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: true
-og_title: "Шестигранная коробка 380x380x105 мм МГК бурый в Москве: цена, купить самосборные коробки - описание, характеристики"
-og_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. 24 года на рынке. Каталог готовой продукции. Шестигранная коробка 380x380x105 мм МГК бурый"
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1640110350 {#32545 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32589 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32591 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
57 => Shared\Entity\Main\Seo\SeoContent {#32605
-id: 795
-meta_title: "Архивная папка классическая: цена, описание, характеристики, опции, примеры, купить в Москве в компании Антэк"
-meta_description: "➤ Архивная папка классическая от компании Антэк. Свой магазин и производство. Большой выбор. Высокое качество. Доставка и самовывоз. ☎ 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32606 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32658 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32608 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32610 …9}
-title: "Архивная папка классическая"
-description: null
-slug: "arkhivnaya-papka-klassicheskaya"
-short_title: "Архивная папка классическая"
-modified_at: DateTimeImmutable @1739974902 {#32603 …1}
-priority: 7
-url: "/kartonnye-korobki-na-zakaz/arkhivnaya-papka-klassicheskaya"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#32613 …16}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#32616 …66}
-childrens: Doctrine\ORM\PersistentCollection {#32618 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32620 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32622 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32624 …9}
-bitrix_id: 54321
-keywords: "Архивная папка классическая купить в Москве"
-menu_title: null
…41
}
58 => Shared\Entity\Main\Seo\SeoContent {#32670 …65}
59 => Shared\Entity\Main\Seo\SeoContent {#32732 …65}
60 => Shared\Entity\Main\Seo\SeoContent {#32791 …65}
61 => Shared\Entity\Main\Seo\SeoContent {#32850 …65}
62 => Shared\Entity\Main\Seo\SeoContent {#32909 …65}
63 => Shared\Entity\Main\Seo\SeoContent {#48529 …65}
64 => Shared\Entity\Main\Seo\SeoContent {#48588 …65}
65 => Shared\Entity\Main\Seo\SeoContent {#48647 …65}
66 => Shared\Entity\Main\Seo\SeoContent {#48706 …65}
67 => Shared\Entity\Main\Seo\SeoContent {#48765 …65}
68 => Shared\Entity\Main\Seo\SeoContent {#48824 …65}
69 => Shared\Entity\Main\Seo\SeoContent {#32968 …65}
70 => Shared\Entity\Main\Seo\SeoContent {#33027 …65}
71 => Shared\Entity\Main\Seo\SeoContent {#33086 …65}
]
}
#initialized: true
-snapshot: array:72 [ …72]
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1797
#collection: Doctrine\Common\Collections\ArrayCollection {#1798
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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: false
-problems_string: ""
-search_string: null
-vote_count: 1
-vote_sum: 46
-seoProduct: null
-meta_ok: false
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#1799
#collection: Doctrine\Common\Collections\ArrayCollection {#1800
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#933 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1585 …}
}
-seoTags: Doctrine\ORM\PersistentCollection {#1801
#collection: Doctrine\Common\Collections\ArrayCollection {#1802
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\ManyToManyInverseSideMapping {#935 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1591 …}
}
-categories: Doctrine\ORM\PersistentCollection {#1803
#collection: Doctrine\Common\Collections\ArrayCollection {#1804
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1805
#collection: Doctrine\Common\Collections\ArrayCollection {#1806
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1807
#collection: Doctrine\Common\Collections\ArrayCollection {#1808
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1809
#collection: Doctrine\Common\Collections\ArrayCollection {#1810
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1811
#collection: Doctrine\Common\Collections\ArrayCollection {#1812
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1813
#collection: Doctrine\Common\Collections\ArrayCollection {#1814
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1815
#collection: Doctrine\Common\Collections\ArrayCollection {#1816
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1817
#collection: Doctrine\Common\Collections\ArrayCollection {#1818
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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: "Подарочная упаковка: купить в Москве от производителя"
-og_description: "➤ Антэк: заказать подарочные коробки из гофрокартона в Москве. Продажа коробок для подарков оптом и в розницу. Сделайте заказ по телефону +7 (495) 287-45-70 и на сайте онлайн."
-short_code: null
-source_link: null
-created_at: null
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#1819
#collection: Doctrine\Common\Collections\ArrayCollection {#1820
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1821
#collection: Doctrine\Common\Collections\ArrayCollection {#1822
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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: true
-not_menu: false
-sort_order: 14
-lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#1481
+status: INITIALIZED_FULL
+realInstance: ? object
…2
}
}
-childrens: Doctrine\ORM\PersistentCollection {#1484
#collection: Doctrine\Common\Collections\ArrayCollection {#1485
-elements: []
}
#initialized: true
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1489
#collection: Doctrine\Common\Collections\ArrayCollection {#1491
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#901 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1486 …}
}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#1496
#collection: Doctrine\Common\Collections\ArrayCollection {#1504
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#904 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1490 …}
}
-seoFiles: Doctrine\ORM\PersistentCollection {#1528
#collection: Doctrine\Common\Collections\ArrayCollection {#1509
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#912 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1503 …}
}
-bitrix_id: 5715
-keywords: null
-menu_title: "8 марта"
-seoLinks: Doctrine\ORM\PersistentCollection {#1554
#collection: Doctrine\Common\Collections\ArrayCollection {#1534
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#915 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1517 …}
}
-inboundLinks: Doctrine\ORM\PersistentCollection {#1536
#collection: Doctrine\Common\Collections\ArrayCollection {#1555
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#916 …}
-backRefFieldName: "target_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1517 …}
}
-attached_content: Doctrine\ORM\PersistentCollection {#1556
#collection: Doctrine\Common\Collections\ArrayCollection {#1557
-elements: array:28 [
0 => Shared\Entity\Main\Seo\SeoContent {#4399}
1 => Shared\Entity\Main\Seo\SeoContent {#4576}
2 => Shared\Entity\Main\Seo\SeoContent {#5402}
3 => Shared\Entity\Main\Seo\SeoContent {#8168}
4 => Shared\Entity\Main\Seo\SeoContent {#8876}
5 => Shared\Entity\Main\Seo\SeoContent {#9938}
6 => Shared\Entity\Main\Seo\SeoContent {#9879}
7 => Shared\Entity\Main\Seo\SeoContent {#3098}
8 => Shared\Entity\Main\Seo\SeoContent {#24169}
9 => Shared\Entity\Main\Seo\SeoContent {#26499}
10 => Shared\Entity\Main\Seo\SeoContent {#23373}
11 => Shared\Entity\Main\Seo\SeoContent {#32366}
12 => Shared\Entity\Main\Seo\SeoContent {#30155}
13 => Shared\Entity\Main\Seo\SeoContent {#29929}
14 => Shared\Entity\Main\Seo\SeoContent {#30096}
15 => Shared\Entity\Main\Seo\SeoContent {#30322}
16 => Shared\Entity\Main\Seo\SeoContent {#32425}
17 => Shared\Entity\Main\Seo\SeoContent {#32484}
18 => Shared\Entity\Main\Seo\SeoContent {#32546}
19 => Shared\Entity\Main\Seo\SeoContent {#32605 …41}
20 => Shared\Entity\Main\Seo\SeoContent {#32670 …65}
21 => Shared\Entity\Main\Seo\SeoContent {#32732 …65}
22 => Shared\Entity\Main\Seo\SeoContent {#32791 …65}
23 => Shared\Entity\Main\Seo\SeoContent {#32850 …65}
24 => Shared\Entity\Main\Seo\SeoContent {#32909 …65}
25 => Shared\Entity\Main\Seo\SeoContent {#32968 …65}
26 => Shared\Entity\Main\Seo\SeoContent {#33027 …65}
27 => Shared\Entity\Main\Seo\SeoContent {#33086 …65}
]
}
#initialized: true
-snapshot: array:28 [ …28]
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1558
#collection: Doctrine\Common\Collections\ArrayCollection {#1559
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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: false
-problems_string: ""
-search_string: null
-vote_count: 5
-vote_sum: 215
-seoProduct: null
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#1588
#collection: Doctrine\Common\Collections\ArrayCollection {#1590
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#933 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1585 …}
}
-seoTags: Doctrine\ORM\PersistentCollection {#1626
#collection: Doctrine\Common\Collections\ArrayCollection {#1612
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyInverseSideMapping {#935 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1591 …}
}
-categories: Doctrine\ORM\PersistentCollection {#1615
#collection: Doctrine\Common\Collections\ArrayCollection {#1627
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1628
#collection: Doctrine\Common\Collections\ArrayCollection {#1629
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1630
#collection: Doctrine\Common\Collections\ArrayCollection {#1631
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1632
#collection: Doctrine\Common\Collections\ArrayCollection {#1633
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1634
#collection: Doctrine\Common\Collections\ArrayCollection {#1635
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1636
#collection: Doctrine\Common\Collections\ArrayCollection {#1637
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1638
#collection: Doctrine\Common\Collections\ArrayCollection {#1639
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1640
#collection: Doctrine\Common\Collections\ArrayCollection {#1641
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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: "Подарочная упаковка к 8 марта: купить в Москве от производителя"
-og_description: "➤ Подарочная упаковка к 8 марта от компании Антэк в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: null
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#1642
#collection: Doctrine\Common\Collections\ArrayCollection {#1643
-elements: []
}
#initialized: true
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1644
#collection: Doctrine\Common\Collections\ArrayCollection {#1645
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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: true
-not_menu: false
-sort_order: null
}
-seoLinks: Doctrine\ORM\PersistentCollection {#33192
#collection: Doctrine\Common\Collections\ArrayCollection {#33193
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#33188}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1363 …}
-backRefFieldName: "paragraph"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1517 …}
}
-raw_value: null
-bitrix_id: null
-sort_order: 100
}
1 => Shared\Entity\Main\Seo\SeoParagraph {#33194}
]
In
SeoContent.php
line 457:
}
);
dump($p);
return $p;
array:2 [
0 => Shared\Entity\Main\Seo\SeoParagraph {#33188
-id: 508
-seoImages: Doctrine\ORM\PersistentCollection {#33190
#collection: Doctrine\Common\Collections\ArrayCollection {#33191
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#33188}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1362 …}
-backRefFieldName: "paragraph"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1278 …}
}
-title: "Описание"
-description: null
-text: "<div>8 марта — любимый весенний праздник. Все ждут его с нетерпением. Ведь это прекрасный повод сделать приятное своим близким, коллегам и партнерам. Эффектная упаковка может рассказать о вашем отношении не меньше, чем сам подарок.<br><br>В эстетичной подарочной упаковке из гофрокартона можно преподнести любой предмет: духи, косметику, аксессуары, посуду, текстиль, кондитерские изделия и многое другое. Коробка убережет содержимое от пыли и повреждений.<br><br>Пользоваться картонными коробками удобно. Конструкции хранятся в плоском виде и практически не занимаю места. А собираются они в два счета. Вам не потребуются пакеты или ленты, чтобы украсить гофроупаковку. На картон можно наносить цветную печать. Логотип фирмы или тематический орнамент послужат нарядным оформление упаковки.<br><br>После праздника в аккуратные коробочки из картона можно сложить личные вещи. Это будет напоминать пользователю о том, кто сделал ему такой приятный подарок. Если гофроупаковка со временем придет в негодность, ее можно сдать в переработку.</div>\n"
-content: Shared\Entity\Main\Seo\SeoContent {#1276
-id: 85
-meta_title: "Подарочная упаковка к 8 марта: купить в Москве от производителя"
-meta_description: "➤ Подарочная упаковка к 8 марта от компании Антэк в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#1281
#collection: Doctrine\Common\Collections\ArrayCollection {#1283
-elements: array:2 [
0 => Shared\Entity\Main\Seo\SeoImage {#33451
-id: 144
-seo_name: "podarochnaia-upakovka-k-8-marta"
-alt_text: "подарочная упаковка к 8 марта"
-sort_order: null
-is_page_preview: true
-raw_name: "049f3b36-d1fc-42a8-a273-e29ebb7737d1.jpg"
-old_path: "/upload/medialibrary/723/63iqmob7010qgqjc54d5t4w9ogg7vbnj/Business_box_8march_index.jpg"
-paragraph: Shared\Entity\Main\Seo\SeoParagraph {#33188}
-content: Shared\Entity\Main\Seo\SeoContent {#1276}
-default_alt_text: "Подарочная упаковка к 8 марта"
-width: 1000
-height: 1000
-reprepare: false
}
1 => Shared\Entity\Main\Seo\SeoImage {#33443
-id: 146
-seo_name: "korobki-podarochnye-iz-gofrokartona-8-marta"
-alt_text: "коробки подарочные из гофрокартона 8 марта"
-sort_order: null
-is_page_preview: false
-raw_name: "a6e0d546-a5f4-455b-bd5b-2fa1ce4666f4.jpg"
-old_path: "/upload/medialibrary/057/6py3jlbm5z4jb7kd0p93ml0vfz2nccdt/march_2019_4.jpg"
-paragraph: Shared\Entity\Main\Seo\SeoParagraph {#33194
-id: 509
-seoImages: Doctrine\ORM\PersistentCollection {#33195
#collection: Doctrine\Common\Collections\ArrayCollection {#33196
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#33194}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1362 …}
-backRefFieldName: "paragraph"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1278 …}
}
-title: "Картонные коробки для подарков на 8 марта в наличии"
-description: null
-text: "<div>В нашем интернет-магазине представлены различные виды коробок и материалов, актуальных для упаковки подарков к Международному женскому дню:</div><ul><li>Бизнес-боксы. Если вы делаете ставку на практичность. Благодаря пластиковой ручке, их удобно переносить в руке.</li><li>Оригинальных форм. Если вам нравится удивлять. Треугольные, в форме сердца, шести- и восьмигранные.</li><li>Стандартные самосборные. Для приверженцев нестареющей классики.</li><li>Крафт-бумага и бумажный наполнитель. Чтобы довести подарок до идеала. Придадут дополнительную защиту и помогут украсить внутреннее убранство коробки.</li></ul><div>У нас вы можете купить коробки к 8 марта оптом и в розницу с доставкой по Москве, МО и регионам России.<br><br>Позвоните нам по номеру 8 (800) 555-55-70 — наши менеджеры помогут вам подобрать правильное упаковочное решение!</div>\n"
-content: Shared\Entity\Main\Seo\SeoContent {#1276}
-seoLinks: Doctrine\ORM\PersistentCollection {#33197
#collection: Doctrine\Common\Collections\ArrayCollection {#33198
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#33194}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1363 …}
-backRefFieldName: "paragraph"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1517 …}
}
-raw_value: null
-bitrix_id: null
-sort_order: 100
}
-content: Shared\Entity\Main\Seo\SeoContent {#1276}
-default_alt_text: "Подарочная упаковка к 8 марта"
-width: 1000
-height: 1000
-reprepare: false
}
]
}
#initialized: true
-snapshot: array:2 [ …2]
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#885 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1278 …}
}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#1647
-id: 92
-value: """
<p>\r\n
\t 8\u{A0}марта\u{A0}— любимый весенний праздник. Все ждут его с\u{A0}нетерпением. Ведь это прекрасный повод сделать приятное своим близким, коллегам и\u{A0}партнерам. Эффектная упаковка может рассказать о\u{A0}вашем отношении не\u{A0}меньше, чем сам подарок.\r\n
<p>\r\n
\t В\u{A0}эстетичной подарочной упаковке из\u{A0}гофрокартона можно преподнести любой предмет: духи, косметику, аксессуары, посуду, текстиль, кондитерские изделия и\u{A0}многое другое.\r\n
</p><div class="row">\r\n
<div class="col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">\r\n
\r\n
\t<img alt="подарочная упаковка к 8 марта" class="lazy img-responsive" loading="lazy" src="/content/img/base/049f3b36-d1fc-42a8-a273-e29ebb7737d1.jpg"></img></div>\r\n
</div><p>\r\n
\t Коробка убережет содержимое от\u{A0}пыли и\u{A0}повреждений.\r\n
</p><p>\r\n
\t Пользоваться картонными коробками удобно. Конструкции хранятся в\u{A0}плоском виде и\u{A0}практически не\u{A0}занимаю места. А\u{A0}собираются они в\u{A0}два счета.\r\n
</p><p>\r\n
\t Вам не\u{A0}потребуются пакеты или ленты, чтобы украсить гофроупаковку. На\u{A0}картон можно наносить цветную печать. Логотип фирмы или тематический орнамент послужат нарядным оформление упаковки.\r\n
</p><div class="row">\r\n
<div class="col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">\r\n
\r\n
\t<img alt="коробки картонные к 8 марта" class="lazy img-responsive" loading="lazy" src="/content/img/base/4107b0ce-d779-4e53-bd25-54c650eb5360.jpg"></img></div>\r\n
</div><p>\r\n
\t После праздника в\u{A0}аккуратные коробочки из\u{A0}картона можно сложить личные вещи. Это будет напоминать пользователю о\u{A0}том, кто сделал ему такой приятный подарок. Если гофроупаковка со\u{A0}временем придет в\u{A0}негодность, ее\u{A0}можно сдать в\u{A0}переработку.\r\n
</p><h2>Картонные коробки для подарков на\u{A0}8\u{A0}марта в\u{A0}наличии</h2><p>\r\n
\t В\u{A0}нашем интернет-магазине представлены различные виды коробок и\u{A0}материалов, актуальных для упаковки подарков к\u{A0}Международному женскому дню:\r\n
</p><div class="row">\r\n
\r\n
<div class="col-sm-4"><img alt="коробки подарочные из гофрокартона 8 марта" class="lazy img-responsive" loading="lazy" src="/content/img/base/a6e0d546-a5f4-455b-bd5b-2fa1ce4666f4.jpg"></img></div> <div class="col-sm-8">\r\n
\r\n
<ul>\r\n
\t<li><i>Бизнес-боксы</i><br></br>\r\n
\t Если вы\u{A0}делаете ставку на\u{A0}практичность. <br></br>\r\n
\tБлагодаря пластиковой ручке, их\u{A0}удобно переносить в\u{A0}руке.</li>\r\n
\t<li><i>Оригинальных форм</i><br></br>\r\n
\t Если вам нравится удивлять. <br></br>\r\n
\tТреугольные, в\u{A0}форме сердца, шести- и\u{A0}восьмигранные.</li>\r\n
\t<li><i>Стандартные самосборные</i><br></br>\r\n
\t Для приверженцев нестареющей классики.</li>\r\n
\t<li><i>Крафт-бумага и\u{A0}бумажный наполнитель </i><br></br>\r\n
\tЧтобы довести подарок до\u{A0}идеала.<br></br>\r\n
\t Придадут дополнительную защиту и\u{A0}помогут украсить внутреннее убранство коробки.</li>\r\n
</ul>\r\n
</div></div><p>\r\n
\t У\u{A0}нас вы\u{A0}можете купить коробки к\u{A0}8\u{A0}марта оптом и\u{A0}в\u{A0}розницу с\u{A0}доставкой по\u{A0}Москве, МО\u{A0}и\u{A0}регионам России. <br></br>\r\n
\t Позвоните нам по\u{A0}номеру\u{A0}8 (800) 555-55-70\u{A0}— наши менеджеры помогут вам подобрать правильное упаковочное решение!\r\n
</p></p>
"""
-content: Shared\Entity\Main\Seo\SeoContent {#1276}
}
-seoVideos: Doctrine\ORM\PersistentCollection {#1343
#collection: Doctrine\Common\Collections\ArrayCollection {#1315
-elements: []
}
#initialized: true
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#888 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1284 …}
}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#1370
#collection: Doctrine\Common\Collections\ArrayCollection {#1346
-elements: array:2 [
0 => Shared\Entity\Main\Seo\SeoParagraph {#33188}
1 => Shared\Entity\Main\Seo\SeoParagraph {#33194}
]
}
#initialized: true
-snapshot: array:2 [ …2]
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#894 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1317 …}
}
-title: "Подарочная упаковка к 8 марта"
-description: null
-slug: "k-8-marta"
-short_title: null
-modified_at: DateTimeImmutable @1741772895 {#1274
date: 2025-03-12 04:48:15.0 America/Chicago (-05:00)
}
-priority: 9
-url: "/catalog/podarochnaya-upakovka/k-8-marta"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407
-id: 1
-name: "product_category"
-title: "Категория товаров"
-seoContents: Doctrine\ORM\PersistentCollection {#1660
#collection: Doctrine\Common\Collections\ArrayCollection {#1661
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1025 …}
-backRefFieldName: "seo_type"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-base_path: "catalog"
-short_title: "категория товаров"
-site: Doctrine\ORM\PersistentCollection {#1678
#collection: Doctrine\Common\Collections\ArrayCollection {#1665
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#1030 …}
-backRefFieldName: "seoTypes"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1662 …}
}
-is_list: false
-child_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677
-id: 4
-name: "product"
-title: "Товар"
-seoContents: Doctrine\ORM\PersistentCollection {#33145
#collection: Doctrine\Common\Collections\ArrayCollection {#33146
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1025 …}
-backRefFieldName: "seo_type"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-base_path: "product"
-short_title: "Товар"
-site: Doctrine\ORM\PersistentCollection {#33147
#collection: Doctrine\Common\Collections\ArrayCollection {#33148
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#1030 …}
-backRefFieldName: "seoTypes"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1662 …}
}
-is_list: false
-child_type: null
-parent_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-mergedContents: Doctrine\ORM\PersistentCollection {#33149
#collection: Doctrine\Common\Collections\ArrayCollection {#33150
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1036 …}
-backRefFieldName: "real_type"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-root_content: null
-is_search: true
-is_cart: true
-sort_order: 10
-lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#1680
+status: INITIALIZED_FULL
+realInstance: ? object
…2
}
}
-parent_type: null
-mergedContents: Doctrine\ORM\PersistentCollection {#1681
#collection: Doctrine\Common\Collections\ArrayCollection {#1682
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-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 {#1684
-id: 1125
-meta_title: "Упаковочная тара | Магазин готовой тары и упаковки в Москве"
-meta_description: "➤ Купить упаковочную тару в интернет-магазине Антэк. 200+ готовых упаковочных решений, созданных с учетом требований разных сфер. Продажа от 1 шт. Возможна срочная доставка от 2-х часов по Москве и области! Собственное производство упаковки."
-seoImages: Doctrine\ORM\PersistentCollection {#1724
#collection: Doctrine\Common\Collections\ArrayCollection {#1725
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#885 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1278 …}
}
-seoRaw: null
-seoVideos: Doctrine\ORM\PersistentCollection {#1726
#collection: Doctrine\Common\Collections\ArrayCollection {#1727
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#888 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1284 …}
}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#1728
#collection: Doctrine\Common\Collections\ArrayCollection {#1729
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#894 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1317 …}
}
-title: "Каталог готовой упаковки"
-description: null
-slug: "catalog"
-short_title: "Каталог"
-modified_at: DateTimeImmutable @1741644903 {#1723
date: 2025-03-10 17:15:03.0 America/Chicago (-05:00)
}
-priority: 10
-url: "/catalog"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1731
-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 {#1732
+status: UNINITIALIZED_FULL
+realInstance: ? object
…2
}
}
-parent: null
-childrens: Doctrine\ORM\PersistentCollection {#1733
#collection: Doctrine\Common\Collections\ArrayCollection {#1734
-elements: []
}
#initialized: true
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1735
#collection: Doctrine\Common\Collections\ArrayCollection {#1736
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#901 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1486 …}
}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#1737
#collection: Doctrine\Common\Collections\ArrayCollection {#1738
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#904 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1490 …}
}
-seoFiles: Doctrine\ORM\PersistentCollection {#1739
#collection: Doctrine\Common\Collections\ArrayCollection {#1740
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#912 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1503 …}
}
-bitrix_id: null
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#1741
#collection: Doctrine\Common\Collections\ArrayCollection {#1742
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#915 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1517 …}
}
-inboundLinks: Doctrine\ORM\PersistentCollection {#1743
#collection: Doctrine\Common\Collections\ArrayCollection {#1744
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#916 …}
-backRefFieldName: "target_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1517 …}
}
-attached_content: Doctrine\ORM\PersistentCollection {#1745
#collection: Doctrine\Common\Collections\ArrayCollection {#1746
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1747
#collection: Doctrine\Common\Collections\ArrayCollection {#1748
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1750
-id: 34
-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 {#1751
+status: UNINITIALIZED_FULL
+realInstance: ? object
…2
}
}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#1752
#collection: Doctrine\Common\Collections\ArrayCollection {#1753
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#933 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1585 …}
}
-seoTags: Doctrine\ORM\PersistentCollection {#1754
#collection: Doctrine\Common\Collections\ArrayCollection {#1755
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-association: Doctrine\ORM\Mapping\ManyToManyInverseSideMapping {#935 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1591 …}
}
-categories: Doctrine\ORM\PersistentCollection {#1756
#collection: Doctrine\Common\Collections\ArrayCollection {#1757
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1758
#collection: Doctrine\Common\Collections\ArrayCollection {#1759
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1760
#collection: Doctrine\Common\Collections\ArrayCollection {#1761
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1762
#collection: Doctrine\Common\Collections\ArrayCollection {#1763
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1764
#collection: Doctrine\Common\Collections\ArrayCollection {#1765
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1766
#collection: Doctrine\Common\Collections\ArrayCollection {#1767
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1768
#collection: Doctrine\Common\Collections\ArrayCollection {#1769
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1770
#collection: Doctrine\Common\Collections\ArrayCollection {#1771
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1772
#collection: Doctrine\Common\Collections\ArrayCollection {#1773
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1407}
-children_types: Doctrine\ORM\PersistentCollection {#1774
#collection: Doctrine\Common\Collections\ArrayCollection {#1775
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1684}
-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 {#1685
+status: INITIALIZED_FULL
+realInstance: ? object
…2
}
}
-is_search: true
-is_cart: false
-sort_order: 60
-lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#1408
+status: INITIALIZED_FULL
+realInstance: ? object
…2
}
}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480
-id: 10
-meta_title: "Подарочная упаковка: купить в Москве от производителя"
-meta_description: "➤ Подарочная упаковка от компании Антэк в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#1777
#collection: Doctrine\Common\Collections\ArrayCollection {#1778
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#885 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1278 …}
}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#1823
-id: 17
-value: """
<h2>Зачем нужна картонная упаковка для подарков?<p>\r\n
\t Коробки из\u{A0}гофрокартона нужны, чтобы уберечь содержимое от\u{A0}пыли и\u{A0}повреждений.\r\n
</p><p>\r\n
\t Но\u{A0}у\u{A0}<span class="bold color-primary">подарочных коробок</span> есть своя особенная миссия. Они помогают выразить ваше отношение к\u{A0}человеку, которому вы\u{A0}делаете подарок. А\u{A0}тематический принт, краткое пожелание или оригинальная форма задают настроение праздника.\r\n
</p><div class="row">\r\n
<div class="col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">\r\n
\t<img alt="подарочные коробки из картона" class="lazy img-responsive" loading="lazy" src="/content/img/base/ffb41c40-7aa7-48a4-bf4a-5b230a6a439b.jpg"></img></div>\r\n
</div><h2>Какие бывают подарочные коробки из\u{A0}картона?</h2><p>\r\n
\t Упаковка подарков\u{A0}— дело приятное, но\u{A0}хлопотное. Как красиво и\u{A0}со\u{A0}вкусом оформить сюрприз? Наши дизайнеры позаботились о\u{A0}вас и\u{A0}разработали готовые упаковочные решения:\r\n
</p><p>\r\n
</p><ul>\r\n
\t<li>нестандартной формы (пяти- и\u{A0}шестигранные, треугольные);</li>\r\n
\t<li>эстетичные самосборные конструкции;</li>\r\n
\t<li>стандартные коробки с\u{A0}печатью (новогодние, к\u{A0}8\u{A0}марта и\u{A0}23\u{A0}февраля).</li>\r\n
</ul><p>\r\n
</p><div class="row">\r\n
<div class="col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">\r\n
\t<img alt="картонные подарочные коробки" class="lazy img-responsive" loading="lazy" src="/content/img/base/d59bd124-dfd6-4ffa-9866-fe0e472a121d.jpg"></img></div>\r\n
</div><p>\r\n
\t Ручки, замочки и\u{A0}праздничный орнамент делают упаковку самодостаточной. Для нее не\u{A0}нужны дополнительные пакеты или оберточная бумага. Цветной наполнитель не\u{A0}даст предметам внутри перемещаться. А\u{A0}еще он\u{A0}послужит красивым ложементом для подарков.\r\n
</p><div class="text-sovet">\r\n
\t<p>\r\n
\t\t Кстати!\r\n
\t</p>\r\n
\t<p>\r\n
\t\t Тренд сегодняшнего дня\u{A0}— натуральность. Простой бурый картон отлично сочетается с\u{A0}разными декоративными элементами. Несколько атласных лент или даже небольшой бантик из\u{A0}цветной бумаги превратят обычную коробку в\u{A0}красивую праздничную\u{A0}и, при этом, экологичную упаковку. Скромность\u{A0}— украшает!\r\n
\t</p>\r\n
</div><p>\r\n
\tУ\u{A0}нас вы\u{A0}можете купить подарочную упаковку со\u{A0}склада оптом и\u{A0}в\u{A0}розницу с\u{A0}доставкой по\u{A0}Москве, МО\u{A0}и\u{A0}регионам России.\r\n
\r\n
Не\u{A0}нашли нужные форму и\u{A0}размер? Мы\u{A0}изготовим на\u{A0}заказ коробки под ваши задачи.\r\n
\r\n
Позвоните нам по\u{A0}номеру\u{A0}8 (800) 555-55-70\u{A0}— наши менеджеры помогут вам подобрать упаковку!</p><p> </p></h2>
"""
-content: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
}
-seoVideos: Doctrine\ORM\PersistentCollection {#1779
#collection: Doctrine\Common\Collections\ArrayCollection {#1780
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#888 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1284 …}
}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#1781
#collection: Doctrine\Common\Collections\ArrayCollection {#1782
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#894 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1317 …}
}
-title: "Подарочная упаковка"
-description: null
-slug: "podarochnaya-upakovka"
-short_title: "Подарочные коробки"
-modified_at: DateTimeImmutable @1741777293 {#1776
date: 2025-03-12 06:01:33.0 America/Chicago (-05:00)
}
-priority: 9
-url: "/catalog/podarochnaya-upakovka"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-parent: null
-childrens: Doctrine\ORM\PersistentCollection {#1783
#collection: Doctrine\Common\Collections\ArrayCollection {#1784
-elements: array:9 [
0 => Shared\Entity\Main\Seo\SeoContent {#29929
-id: 600
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#29930 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#29976 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#29932 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#29934 …9}
-title: "Наполнитель бумажный"
-description: """
<p>Бумажный наполнитель добавляется в\u{A0}гофрокороба для обеспечения целостности содержимого.<br></br>\r\n
Изделием заполняют дно подарочных коробок, чтобы сделать содержимое более привлекательным. В\u{A0}нашем каталоге есть модификации в\u{A0}разных цветовых исполнениях. Кроме того, подобная стружка эффективно смягчает удары от\u{A0}внешних воздействий, поэтому её\u{A0}часто применяют при перевозке хрупких предметов. Особенно красиво смотрится наполнитель в\u{A0}гофроупаковке с\u{A0}пластиковым окошком.</p>
"""
-slug: "--napolnitel-bumazhnyy"
-short_title: "Наполнитель бумажный"
-modified_at: DateTimeImmutable @1729141101 {#29927 …1}
-priority: 8
-url: "/catalog/podarochnaya-upakovka/--napolnitel-bumazhnyy"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#29936 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#29938 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#29940 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#29942 …9}
-bitrix_id: 43117
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#29944 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#29946 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#29948 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#29950 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, содержание меньше 500 символов"
-search_string: null
-vote_count: 2
-vote_sum: 94
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#29977 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#29952 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#29954 …9}
-categories: Doctrine\ORM\PersistentCollection {#29956 …9}
-products: Doctrine\ORM\PersistentCollection {#29958 …9}
-constructions: Doctrine\ORM\PersistentCollection {#29960 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#29962 …9}
-options: Doctrine\ORM\PersistentCollection {#29964 …9}
-segments: Doctrine\ORM\PersistentCollection {#29966 …9}
-workers: Doctrine\ORM\PersistentCollection {#29968 …9}
-extras: Doctrine\ORM\PersistentCollection {#29970 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489004 {#29928 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#29972 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#29974 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
1 => Shared\Entity\Main\Seo\SeoContent {#29987 …65}
2 => Shared\Entity\Main\Seo\SeoContent {#30037 …65}
3 => Shared\Entity\Main\Seo\SeoContent {#30096
-id: 602
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#30097 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#30143 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#30099 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#30101 …9}
-title: "Подарочная коробка "Вдохновение""
-description: "<p>Универсальная подарочная коробка «Вдохновение» отличается треугольной остроконечной формой и\u{A0}округлыми лепестками в\u{A0}месте закрытия. Две столь разные характеристики очень удачно отражены в\u{A0}одном изделии. Коробка популярна для упаковки конфет, трикотажной одежды, сувениров, корпоративных подарков. При желании мы\u{A0}можем нанести на\u{A0}нее вашу печать или разработать дизайн с\u{A0}нуля. Изготавливаться на\u{A0}заказ может любых размеров.</p>"
-slug: "--podarochnaya-korobka-vdokhnovenie"
-short_title: "Подарочная коробка "Вдохновение""
-modified_at: DateTimeImmutable @1729141103 {#30094 …1}
-priority: 8
-url: "/catalog/podarochnaya-upakovka/--podarochnaya-korobka-vdokhnovenie"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#30103 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#30105 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#30107 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#30109 …9}
-bitrix_id: 44518
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#30111 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#30113 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#30115 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#30117 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, содержание меньше 500 символов"
-search_string: null
-vote_count: 12
-vote_sum: 564
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#30144 …39}
-meta_ok: true
-notice_field: "дубли в адресе: podarochnaya"
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#30119 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#30121 …9}
-categories: Doctrine\ORM\PersistentCollection {#30123 …9}
-products: Doctrine\ORM\PersistentCollection {#30125 …9}
-constructions: Doctrine\ORM\PersistentCollection {#30127 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#30129 …9}
-options: Doctrine\ORM\PersistentCollection {#30131 …9}
-segments: Doctrine\ORM\PersistentCollection {#30133 …9}
-workers: Doctrine\ORM\PersistentCollection {#30135 …9}
-extras: Doctrine\ORM\PersistentCollection {#30137 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1507651990 {#30095 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#30139 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#30141 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
4 => Shared\Entity\Main\Seo\SeoContent {#30155
-id: 599
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#30156 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#30202 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#30158 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#30160 …9}
-title: "Подарочная коробка "Сердце""
-description: "<p>Подарочная коробка «Сердце»\u{A0}— оригинальная упаковка для любого подарка! В\u{A0}нее можно положить текстиль, конфеты, подарочные наборы, сувениры и\u{A0}многое другое. Особенной популярностью она пользуется, конечно, на\u{A0}праздник Дня Всех Влюбленных (14\u{A0}февраля)! Не\u{A0}будет никаких сомнений, что подарок от\u{A0}всего сердца, форма сама говорит за\u{A0}себя. На\u{A0}нее вы\u{A0}можете нанести свое изображение или мы\u{A0}разработаем дизайн под все ваши пожелания. Вы\u{A0}можете ее\u{A0}заказать в\u{A0}другом размере и\u{A0}цвете. Дарите подарки в\u{A0}особенной упаковке!</p>"
-slug: "--podarochnye-korobki-serdtse"
-short_title: "Подарочная коробка "Сердце""
-modified_at: DateTimeImmutable @1729141101 {#30153 …1}
-priority: 8
-url: "/catalog/podarochnaya-upakovka/--podarochnye-korobki-serdtse"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#30162 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#30164 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#30166 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#30168 …9}
-bitrix_id: 42994
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#30170 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#30172 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#30174 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#30176 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, содержание меньше 500 символов"
-search_string: null
-vote_count: 12
-vote_sum: 504
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#30203 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#30178 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#30180 …9}
-categories: Doctrine\ORM\PersistentCollection {#30182 …9}
-products: Doctrine\ORM\PersistentCollection {#30184 …9}
-constructions: Doctrine\ORM\PersistentCollection {#30186 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#30188 …9}
-options: Doctrine\ORM\PersistentCollection {#30190 …9}
-segments: Doctrine\ORM\PersistentCollection {#30192 …9}
-workers: Doctrine\ORM\PersistentCollection {#30194 …9}
-extras: Doctrine\ORM\PersistentCollection {#30196 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505487254 {#30154 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#30198 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#30200 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
5 => Shared\Entity\Main\Seo\SeoContent {#30213 …65}
6 => Shared\Entity\Main\Seo\SeoContent {#1276}
7 => Shared\Entity\Main\Seo\SeoContent {#30263 …65}
8 => Shared\Entity\Main\Seo\SeoContent {#30322
-id: 603
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#30323 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#30369 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#30325 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#30327 …9}
-title: "Чемодан с пластиковой ручкой "8 марта""
-description: "<p></p>"
-slug: "--chemodan-s-plastikovoy-ruchkoy-8-marta"
-short_title: "Чемодан с пластиковой ручкой "8 марта""
-modified_at: DateTimeImmutable @1729141103 {#30320 …1}
-priority: 8
-url: "/catalog/podarochnaya-upakovka/--chemodan-s-plastikovoy-ruchkoy-8-marta"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#30329 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#30331 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#30333 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#30335 …9}
-bitrix_id: 50510
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#30337 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#30339 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#30341 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#30343 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, содержание меньше 500 символов"
-search_string: null
-vote_count: 11
-vote_sum: 473
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#30370 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#30345 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#30347 …9}
-categories: Doctrine\ORM\PersistentCollection {#30349 …9}
-products: Doctrine\ORM\PersistentCollection {#30351 …9}
-constructions: Doctrine\ORM\PersistentCollection {#30353 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#30355 …9}
-options: Doctrine\ORM\PersistentCollection {#30357 …9}
-segments: Doctrine\ORM\PersistentCollection {#30359 …9}
-workers: Doctrine\ORM\PersistentCollection {#30361 …9}
-extras: Doctrine\ORM\PersistentCollection {#30363 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1517944162 {#30321 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#30365 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#30367 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
]
}
#initialized: true
-snapshot: array:9 [ …9]
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1785
#collection: Doctrine\Common\Collections\ArrayCollection {#1786
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#901 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1486 …}
}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#1787
#collection: Doctrine\Common\Collections\ArrayCollection {#1788
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#904 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1490 …}
}
-seoFiles: Doctrine\ORM\PersistentCollection {#1789
#collection: Doctrine\Common\Collections\ArrayCollection {#1790
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#912 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1503 …}
}
-bitrix_id: 5576
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#1791
#collection: Doctrine\Common\Collections\ArrayCollection {#1792
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#915 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1517 …}
}
-inboundLinks: Doctrine\ORM\PersistentCollection {#1793
#collection: Doctrine\Common\Collections\ArrayCollection {#1794
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#916 …}
-backRefFieldName: "target_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1517 …}
}
-attached_content: Doctrine\ORM\PersistentCollection {#1795
#collection: Doctrine\Common\Collections\ArrayCollection {#1796
-elements: array:72 [
0 => Shared\Entity\Main\Seo\SeoContent {#9761 …65}
1 => Shared\Entity\Main\Seo\SeoContent {#3573 …65}
2 => Shared\Entity\Main\Seo\SeoContent {#4163 …65}
3 => Shared\Entity\Main\Seo\SeoContent {#4399
-id: 284
-meta_title: "Шляпная коробка 185x185x185 мм МГК Т−24E бурый в Москве: цена, купить картонные коробки - описание, характеристики"
-meta_description: "➤ Шляпная коробка 185x185x185 мм МГК Т−24E бурый от компании Антэк. Свой магазин и производство. 🚚 Картонные коробки – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#4400 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#4446 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#4402 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#4404 …9}
-title: "185 (Д) 185 (Ш) 185 (В) Шляпная коробка из гофрокартона, гофрокартон бурый МГК Т−24E, размеры внешние"
-description: "<div></div>"
-slug: "shlyapnaya-korobka-185-185-185-t24"
-short_title: "Шляпная коробка 185x185x185 мм МГК Т−24E бурый"
-modified_at: DateTimeImmutable @1741855337 {#4397 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/shlyapnaya-korobka-185-185-185-t24"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2266 …65}
-childrens: Doctrine\ORM\PersistentCollection {#4406 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#4408 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#4410 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#4412 …9}
-bitrix_id: 55004
-keywords: "Шляпная коробка 185x185x185 мм МГК Т−24E бурый купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#4414 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#4416 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#4418 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#4420 …9}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: "185x185x185"
-vote_count: 4
-vote_sum: 196
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#4447 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581
-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 {#1582
+status: UNINITIALIZED_FULL
+realInstance: ? object
…2
}
}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#4422 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#4424 …9}
-categories: Doctrine\ORM\PersistentCollection {#4426 …9}
-products: Doctrine\ORM\PersistentCollection {#4428 …9}
-constructions: Doctrine\ORM\PersistentCollection {#4430 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#4432 …9}
-options: Doctrine\ORM\PersistentCollection {#4434 …9}
-segments: Doctrine\ORM\PersistentCollection {#4436 …9}
-workers: Doctrine\ORM\PersistentCollection {#4438 …9}
-extras: Doctrine\ORM\PersistentCollection {#4440 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: true
-og_title: "Шляпная коробка 185x185x185 мм МГК Т−24E бурый в Москве: цена, купить картонные коробки - описание, характеристики"
-og_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. Каталог готовой продукции. Шляпная коробка 185x185x185 мм МГК Т−24E бурый."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681702 {#4398 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#4442 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#4444 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
4 => Shared\Entity\Main\Seo\SeoContent {#4576
-id: 285
-meta_title: "Подарочная коробка 200x230x60 мм МГК Т−24E бурый в Москве: цена, купить картонные коробки - описание, характеристики"
-meta_description: "➤ Подарочная коробка 200x230x60 мм МГК Т−24E бурый от компании Антэк. Свой магазин и производство. Картонные коробки – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#4577 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#4623 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#4579 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#4581 …9}
-title: "200 (Д) 230 (Ш) 60 (В) Подарочная коробка "Вдохновение", гофрокартон бурый МГК Т−24E, размеры внешние"
-description: "<div></div>"
-slug: "podarochnaya-korobka-200-230-60-mgk-t24"
-short_title: "Подарочная коробка 200x230x60 мм МГК Т−24E бурый"
-modified_at: DateTimeImmutable @1741855272 {#4574 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/podarochnaya-korobka-200-230-60-mgk-t24"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2266 …65}
-childrens: Doctrine\ORM\PersistentCollection {#4583 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#4585 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#4587 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#4589 …9}
-bitrix_id: 55006
-keywords: "Подарочная коробка 200x230x60 мм МГК Т−24E бурый купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#4591 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#4593 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#4595 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#4597 …9}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: "240x200x65"
-vote_count: 14
-vote_sum: 602
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#4624 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#4599 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#4601 …9}
-categories: Doctrine\ORM\PersistentCollection {#4603 …9}
-products: Doctrine\ORM\PersistentCollection {#4605 …9}
-constructions: Doctrine\ORM\PersistentCollection {#4607 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#4609 …9}
-options: Doctrine\ORM\PersistentCollection {#4611 …9}
-segments: Doctrine\ORM\PersistentCollection {#4613 …9}
-workers: Doctrine\ORM\PersistentCollection {#4615 …9}
-extras: Doctrine\ORM\PersistentCollection {#4617 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: true
-og_title: "Подарочная коробка 200x230x60 мм МГК Т−24E бурый в Москве: цена, купить картонные коробки - описание, характеристики"
-og_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. Каталог готовой продукции. Подарочная коробка 200x230x60 мм МГК Т−24E бурый."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681702 {#4575 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#4619 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#4621 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
5 => Shared\Entity\Main\Seo\SeoContent {#5402
-id: 286
-meta_title: "Подарочная коробка 240x200x65 мм МГК Т−11E белый в Москве: цена, купить картонные коробки - описание, характеристики"
-meta_description: "➤ Подарочная коробка 240x200x65 мм МГК Т−11E белый от компании Антэк. Свой магазин и производство. Картонные коробки – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#5403 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#5449 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#5405 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#5407 …9}
-title: "240 (Д) 200 (Ш) 65 (В) Подарочная коробка "Сердце", гофрокартон белый МГК Т−11E, размеры внешние"
-description: "<div></div>"
-slug: "podarochnaya-korobka-240-200-65-mgk-t11"
-short_title: "Подарочная коробка 240x200x65 мм МГК Т−11E белый"
-modified_at: DateTimeImmutable @1741855095 {#5400 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/podarochnaya-korobka-240-200-65-mgk-t11"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2266 …65}
-childrens: Doctrine\ORM\PersistentCollection {#5409 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#5411 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#5413 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#5415 …9}
-bitrix_id: 55008
-keywords: "Подарочная коробка 240x200x65 мм МГК Т−11E белый купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#5417 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#5419 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#5421 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#5423 …9}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: "240x200x65"
-vote_count: 13
-vote_sum: 559
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#5450 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#5425 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#5427 …9}
-categories: Doctrine\ORM\PersistentCollection {#5429 …9}
-products: Doctrine\ORM\PersistentCollection {#5431 …9}
-constructions: Doctrine\ORM\PersistentCollection {#5433 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#5435 …9}
-options: Doctrine\ORM\PersistentCollection {#5437 …9}
-segments: Doctrine\ORM\PersistentCollection {#5439 …9}
-workers: Doctrine\ORM\PersistentCollection {#5441 …9}
-extras: Doctrine\ORM\PersistentCollection {#5443 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: true
-og_title: "Подарочная коробка 240x200x65 мм МГК Т−11E белый в Москве: цена, купить картонные коробки - описание, характеристики"
-og_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. Каталог готовой продукции. Подарочная коробка 240x200x65 мм МГК Т−11E белый."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681702 {#5401 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#5445 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#5447 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
6 => Shared\Entity\Main\Seo\SeoContent {#8345 …65}
7 => Shared\Entity\Main\Seo\SeoContent {#8168
-id: 294
-meta_title: "Коробка-тубус с крышкой 50x50x700 мм МГК Т−24Е бурый в Москве: цена, купить картонные коробки - описание, характеристики"
-meta_description: "➤ Коробка-тубус с крышкой 50x50x700 мм МГК Т−24Е бурый от компании Антэк. Свой магазин и производство. Картонные коробки – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#8169 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#8215 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#8171 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#8173 …9}
-title: "50x50x700 Коробка с 3-х клапанными крышками на обеих сторонах, гофрокартон бурый Т−24Е, размеры внутренние"
-description: "<div></div>"
-slug: "korobka-50-50-700-t24"
-short_title: "Коробка-тубус с крышкой 50x50x700 мм МГК Т−24Е бурый"
-modified_at: DateTimeImmutable @1742226328 {#8166 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/korobka-50-50-700-t24"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2266 …65}
-childrens: Doctrine\ORM\PersistentCollection {#8175 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#8177 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#8179 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#8181 …9}
-bitrix_id: 55046
-keywords: "Коробка-тубус с крышкой 50x50x700 мм МГК Т−24Е бурый купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#8183 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#8185 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#8187 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#8189 …9}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: "50x50x700"
-vote_count: 2
-vote_sum: 80
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#8216 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1750}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#8191 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#8193 …9}
-categories: Doctrine\ORM\PersistentCollection {#8195 …9}
-products: Doctrine\ORM\PersistentCollection {#8197 …9}
-constructions: Doctrine\ORM\PersistentCollection {#8199 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#8201 …9}
-options: Doctrine\ORM\PersistentCollection {#8203 …9}
-segments: Doctrine\ORM\PersistentCollection {#8205 …9}
-workers: Doctrine\ORM\PersistentCollection {#8207 …9}
-extras: Doctrine\ORM\PersistentCollection {#8209 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: true
-og_title: "Коробка-тубус с крышкой 50x50x700 мм МГК Т−24Е бурый в Москве: цена, купить картонные коробки - описание, характеристики"
-og_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. Каталог готовой продукции. Коробка-тубус с крышкой 50x50x700 мм МГК Т−24Е бурый."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681704 {#8167 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#8211 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#8213 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
8 => Shared\Entity\Main\Seo\SeoContent {#3750 …65}
9 => Shared\Entity\Main\Seo\SeoContent {#8876
-id: 296
-meta_title: "Коробка-тубус с крышкой 65x65x220 мм МГК Т−24Е бурый в Москве: цена, купить картонные коробки - описание, характеристики"
-meta_description: "➤ Коробка-тубус с крышкой 65x65x220 мм МГК Т−24Е бурый от компании Антэк. Свой магазин и производство. Картонные коробки – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#8877 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#8923 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#8879 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#8881 …9}
-title: "65x65x220 Коробка с 3-х клапанными крышками на обеих сторонах, гофрокартон бурый МГК Т−24Е, размеры внутренние"
-description: "<div></div>"
-slug: "korobka-65-65-220-t24"
-short_title: "Коробка-тубус с крышкой 65x65x220 мм МГК Т−24Е бурый"
-modified_at: DateTimeImmutable @1742226152 {#8874 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/korobka-65-65-220-t24"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2266 …65}
-childrens: Doctrine\ORM\PersistentCollection {#8883 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#8885 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#8887 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#8889 …9}
-bitrix_id: 55054
-keywords: "Коробка-тубус с крышкой 65x65x220 мм МГК Т−24Е бурый купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#8891 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#8893 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#8895 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#8897 …9}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: "65x65x220"
-vote_count: 6
-vote_sum: 258
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#8924 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1750}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#8899 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#8901 …9}
-categories: Doctrine\ORM\PersistentCollection {#8903 …9}
-products: Doctrine\ORM\PersistentCollection {#8905 …9}
-constructions: Doctrine\ORM\PersistentCollection {#8907 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#8909 …9}
-options: Doctrine\ORM\PersistentCollection {#8911 …9}
-segments: Doctrine\ORM\PersistentCollection {#8913 …9}
-workers: Doctrine\ORM\PersistentCollection {#8915 …9}
-extras: Doctrine\ORM\PersistentCollection {#8917 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: true
-og_title: "Коробка-тубус с крышкой 65x65x220 мм МГК Т−24Е бурый в Москве: цена, купить картонные коробки - описание, характеристики"
-og_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. Каталог готовой продукции. Коробка-тубус с крышкой 65x65x220 мм МГК Т−24Е бурый."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681705 {#8875 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#8919 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#8921 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
10 => Shared\Entity\Main\Seo\SeoContent {#2921 …65}
11 => Shared\Entity\Main\Seo\SeoContent {#2741 …65}
12 => Shared\Entity\Main\Seo\SeoContent {#14725 …65}
13 => Shared\Entity\Main\Seo\SeoContent {#14666 …65}
14 => Shared\Entity\Main\Seo\SeoContent {#8758 …65}
15 => Shared\Entity\Main\Seo\SeoContent {#12959 …65}
16 => Shared\Entity\Main\Seo\SeoContent {#16690 …65}
17 => Shared\Entity\Main\Seo\SeoContent {#16749 …65}
18 => Shared\Entity\Main\Seo\SeoContent {#17152 …65}
19 => Shared\Entity\Main\Seo\SeoContent {#9938
-id: 352
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#9939 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#9985 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#9941 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#9943 …9}
-title: "95 (Д) 60 (Ш) 60 (В) Коробка с 3-х клапанными крышками на обеих сторонах, гофрокартон бурый МГК Т−24Е, размеры внутренние, упаковка 10 шт"
-description: "<p></p>"
-slug: "95-d-60-sh-60-v-korobka-s-3-kh-klapannymi-kryshkami-na-obeikh-storonakh"
-short_title: "Коробка с крышкой 95 x 60 x 60 МГК Т−24Е бурый"
-modified_at: DateTimeImmutable @1729140946 {#9936 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/95-d-60-sh-60-v-korobka-s-3-kh-klapannymi-kryshkami-na-obeikh-storonakh"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2266 …65}
-childrens: Doctrine\ORM\PersistentCollection {#9945 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#9947 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#9949 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#9951 …9}
-bitrix_id: 60697
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#9953 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#9955 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#9957 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#9959 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, мусор в адресе: d sh v kh, содержание меньше 500 символов"
-search_string: "95x60x60"
-vote_count: 1
-vote_sum: 43
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#9986 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#9961 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#9963 …9}
-categories: Doctrine\ORM\PersistentCollection {#9965 …9}
-products: Doctrine\ORM\PersistentCollection {#9967 …9}
-constructions: Doctrine\ORM\PersistentCollection {#9969 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#9971 …9}
-options: Doctrine\ORM\PersistentCollection {#9973 …9}
-segments: Doctrine\ORM\PersistentCollection {#9975 …9}
-workers: Doctrine\ORM\PersistentCollection {#9977 …9}
-extras: Doctrine\ORM\PersistentCollection {#9979 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1538083164 {#9937 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#9981 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#9983 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
20 => Shared\Entity\Main\Seo\SeoContent {#9879
-id: 353
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#9880 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#9926 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#9882 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#9884 …9}
-title: "95 (Д) 60 (Ш) 60 (В) Коробка с 3-х клапанными крышками на обеих сторонах, гофрокартон бурый МГК Т−24Е, размеры внутренние, упаковка 10 шт"
-description: "<p></p>"
-slug: "95-d-60-sh-60-v-korobka-s-3-kh-klapannymi-kryshkami-na-obeikh-storonakh-gofrokarton-buryy-mgk-t-24e-"
-short_title: "Коробка с крышкой 95 x 60 x 60 МГК Т−24Е бурый"
-modified_at: DateTimeImmutable @1729140946 {#9877 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/95-d-60-sh-60-v-korobka-s-3-kh-klapannymi-kryshkami-na-obeikh-storonakh-gofrokarton-buryy-mgk-t-24e-"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2266 …65}
-childrens: Doctrine\ORM\PersistentCollection {#9886 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#9888 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#9890 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#9892 …9}
-bitrix_id: 60698
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#9894 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#9896 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#9898 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#9900 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, нет изображений, мусор в адресе: d sh v kh, содержание меньше 500 символов"
-search_string: "95x60x60"
-vote_count: 3
-vote_sum: 150
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#9927 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#9902 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#9904 …9}
-categories: Doctrine\ORM\PersistentCollection {#9906 …9}
-products: Doctrine\ORM\PersistentCollection {#9908 …9}
-constructions: Doctrine\ORM\PersistentCollection {#9910 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#9912 …9}
-options: Doctrine\ORM\PersistentCollection {#9914 …9}
-segments: Doctrine\ORM\PersistentCollection {#9916 …9}
-workers: Doctrine\ORM\PersistentCollection {#9918 …9}
-extras: Doctrine\ORM\PersistentCollection {#9920 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1538083624 {#9878 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#9922 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#9924 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
21 => Shared\Entity\Main\Seo\SeoContent {#3098
-id: 354
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#3099 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#3145 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#3101 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#3103 …9}
-title: "110 (Д) 95 (Ш) 60 (В) Коробка с 3-х клапанными крышками на обеих сторонах, гофрокартон бурый МГК Т−24Е, размеры внутренние, упаковка 10 шт"
-description: "<p></p>"
-slug: "110-d-95-sh-60-v-korobka-s-3-kh-klapannymi-kryshkami"
-short_title: "Коробка с крышкой 110 x 95 x 60 МГК Т−24Е бурый"
-modified_at: DateTimeImmutable @1729140947 {#3096 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/110-d-95-sh-60-v-korobka-s-3-kh-klapannymi-kryshkami"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2266 …65}
-childrens: Doctrine\ORM\PersistentCollection {#3105 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#3107 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#3109 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#3111 …9}
-bitrix_id: 60699
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#3113 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#3115 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#3117 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#3119 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, мусор в адресе: d sh v kh, содержание меньше 500 символов"
-search_string: "110x95x60"
-vote_count: 3
-vote_sum: 126
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#3146 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#3121 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#3123 …9}
-categories: Doctrine\ORM\PersistentCollection {#3125 …9}
-products: Doctrine\ORM\PersistentCollection {#3127 …9}
-constructions: Doctrine\ORM\PersistentCollection {#3129 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#3131 …9}
-options: Doctrine\ORM\PersistentCollection {#3133 …9}
-segments: Doctrine\ORM\PersistentCollection {#3135 …9}
-workers: Doctrine\ORM\PersistentCollection {#3137 …9}
-extras: Doctrine\ORM\PersistentCollection {#3139 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1538083633 {#3097 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#3141 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#3143 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
22 => Shared\Entity\Main\Seo\SeoContent {#27305 …65}
23 => Shared\Entity\Main\Seo\SeoContent {#28433 …65}
24 => Shared\Entity\Main\Seo\SeoContent {#28659 …65}
25 => Shared\Entity\Main\Seo\SeoContent {#24169
-id: 519
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#24170 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#24216 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#24172 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#24174 …9}
-title: "Крафт-бумага"
-description: """
<p>\r\n
\tБумага крафтового типа отличается от\u{A0}аналогов необычной текстурой и\u{A0}повышенной плотностью. Плюсом такой целлюлозы является сопротивляемость к\u{A0}раздиранию и\u{A0}хорошая проницаемость для воздуха. Продукт устойчив к\u{A0}температурным градиентам и\u{A0}достаточно влагостойкий. Широко применяется при транспортировке и\u{A0}хранении. Часто ей\u{A0}оборачивается хрупкая продукция для транспортировки, так как она создает дополнительную амортизацию при таком способе использования.\r\n
</p>
"""
-slug: "--kraft-bumaga"
-short_title: "Крафт-бумага"
-modified_at: DateTimeImmutable @1729141050 {#24167 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/--kraft-bumaga"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2119 …65}
-childrens: Doctrine\ORM\PersistentCollection {#24176 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#24178 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#24180 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#24182 …9}
-bitrix_id: 43107
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#24184 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#24186 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#24188 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#24190 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, содержание меньше 500 символов"
-search_string: null
-vote_count: 11
-vote_sum: 440
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#24217 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#24192 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#24194 …9}
-categories: Doctrine\ORM\PersistentCollection {#24196 …9}
-products: Doctrine\ORM\PersistentCollection {#24198 …9}
-constructions: Doctrine\ORM\PersistentCollection {#24200 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#24202 …9}
-options: Doctrine\ORM\PersistentCollection {#24204 …9}
-segments: Doctrine\ORM\PersistentCollection {#24206 …9}
-workers: Doctrine\ORM\PersistentCollection {#24208 …9}
-extras: Doctrine\ORM\PersistentCollection {#24210 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505488841 {#24168 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#24212 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#24214 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
26 => Shared\Entity\Main\Seo\SeoContent {#26499
-id: 543
-meta_title: "Крафт-бумага, рулон 840ммх25м (38гр/м) в Москве: цена, купить в Антэк"
-meta_description: "➤ Упаковочная крафт-бумага, рулон 840 мм х 25 м (38гр/м) от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#26500 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#26546 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#26502 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#26504 …9}
-title: "Упаковочная крафт-бумага, рулон 840 мм х 25 м (38гр/м)"
-description: "<div></div>"
-slug: "upakovochnaya-kraft-bumaga-rulon-840-25"
-short_title: "Крафт-бумага, рулон 840ммх25м (38гр/м)"
-modified_at: DateTimeImmutable @1741971106 {#26497 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnaya-kraft-bumaga-rulon-840-25"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2119 …65}
-childrens: Doctrine\ORM\PersistentCollection {#26506 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#26508 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#26510 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#26512 …9}
-bitrix_id: 54620
-keywords: "Упаковочная крафт-бумага, рулон 840 мм х 25 м (38гр/м) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#26514 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#26516 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#26518 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#26520 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: "25x840"
-vote_count: 13
-vote_sum: 637
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#26547 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#26522 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#26524 …9}
-categories: Doctrine\ORM\PersistentCollection {#26526 …9}
-products: Doctrine\ORM\PersistentCollection {#26528 …9}
-constructions: Doctrine\ORM\PersistentCollection {#26530 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#26532 …9}
-options: Doctrine\ORM\PersistentCollection {#26534 …9}
-segments: Doctrine\ORM\PersistentCollection {#26536 …9}
-workers: Doctrine\ORM\PersistentCollection {#26538 …9}
-extras: Doctrine\ORM\PersistentCollection {#26540 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Крафт-бумага, рулон 840ммх25м (38гр/м) в Москве: цена, купить в Антэк"
-og_description: "➤ Упаковочная крафт-бумага, рулон 840 мм х 25 м (38гр/м) от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681676 {#26498 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#26542 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#26544 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
27 => Shared\Entity\Main\Seo\SeoContent {#23373
-id: 552
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23374 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23420 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23376 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23378 …9}
-title: "Бумажный наполнитель. Цвет: Натуральный/1кг"
-description: "<p></p>"
-slug: "bumazhnyy-napolnitel-tsvet-naturalnyy-1kg"
-short_title: "Бумажный наполнитель. Цвет: Натуральный/1кг"
-modified_at: DateTimeImmutable @1729141071 {#23371 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/bumazhnyy-napolnitel-tsvet-naturalnyy-1kg"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#2119 …65}
-childrens: Doctrine\ORM\PersistentCollection {#23380 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23382 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23384 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23386 …9}
-bitrix_id: 54684
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23388 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23390 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23392 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23394 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: null
-vote_count: 6
-vote_sum: 264
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23421 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23396 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23398 …9}
-categories: Doctrine\ORM\PersistentCollection {#23400 …9}
-products: Doctrine\ORM\PersistentCollection {#23402 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23404 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23406 …9}
-options: Doctrine\ORM\PersistentCollection {#23408 …9}
-segments: Doctrine\ORM\PersistentCollection {#23410 …9}
-workers: Doctrine\ORM\PersistentCollection {#23412 …9}
-extras: Doctrine\ORM\PersistentCollection {#23414 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681686 {#23372 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23416 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23418 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
28 => Shared\Entity\Main\Seo\SeoContent {#32366
-id: 589
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#32367 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32413 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32369 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32371 …9}
-title: "200 (Д) 110 (Ш) 100 (В) Подарочная коробка со съемной крышкой 8 марта Дизайн 2019, гофрокартон бурый МГК Т−24E, размеры внутренние"
-description: "<p></p>"
-slug: "200x110x100-8-marta-dizayn-2019"
-short_title: "Коробка с крышкой 8 марта 200*110*100 МГК Т−24E бурый Дизайн 2019"
-modified_at: DateTimeImmutable @1729141094 {#32365 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/malenkie/200x110x100-8-marta-dizayn-2019"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#18348 …65}
-childrens: Doctrine\ORM\PersistentCollection {#32373 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32375 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#32377 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32379 …9}
-bitrix_id: 62821
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32381 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32383 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32385 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32387 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: "200x110x100"
-vote_count: 11
-vote_sum: 550
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32414 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32389 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32391 …9}
-categories: Doctrine\ORM\PersistentCollection {#32393 …9}
-products: Doctrine\ORM\PersistentCollection {#32395 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32397 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32399 …9}
-options: Doctrine\ORM\PersistentCollection {#32401 …9}
-segments: Doctrine\ORM\PersistentCollection {#32403 …9}
-workers: Doctrine\ORM\PersistentCollection {#32405 …9}
-extras: Doctrine\ORM\PersistentCollection {#32407 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1549052087 {#32364 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32409 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32411 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
29 => Shared\Entity\Main\Seo\SeoContent {#40679 …65}
30 => Shared\Entity\Main\Seo\SeoContent {#40974 …65}
31 => Shared\Entity\Main\Seo\SeoContent {#41033 …65}
32 => Shared\Entity\Main\Seo\SeoContent {#40797 …65}
33 => Shared\Entity\Main\Seo\SeoContent {#30155}
34 => Shared\Entity\Main\Seo\SeoContent {#29929}
35 => Shared\Entity\Main\Seo\SeoContent {#30037 …65}
36 => Shared\Entity\Main\Seo\SeoContent {#30096}
37 => Shared\Entity\Main\Seo\SeoContent {#30322}
38 => Shared\Entity\Main\Seo\SeoContent {#30263 …65}
39 => Shared\Entity\Main\Seo\SeoContent {#34820 …65}
40 => Shared\Entity\Main\Seo\SeoContent {#34879 …65}
41 => Shared\Entity\Main\Seo\SeoContent {#34938 …65}
42 => Shared\Entity\Main\Seo\SeoContent {#32425
-id: 622
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#32426 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32472 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32428 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32430 …9}
-title: "Подарочная коробка крышка-дно "Звезды""
-description: "<p>Подарочная коробка «Звезды» лаконичной квадратной формы имеет две составные части. Это дно из\u{A0}бурого картона и\u{A0}белая крышка, в\u{A0}одной из\u{A0}граней которой прорезан рисунок в\u{A0}виде пяти звезд разного размера. Дно с\u{A0}крышкой не\u{A0}прикреплены друг к\u{A0}другу, крышка надевается на\u{A0}дно сверху, практически целиком его перекрывая. В\u{A0}такую оригинальную коробку кладут подарки небольшого размера, от\u{A0}сладостей до\u{A0}негабаритных гаджетов. Также это хороший вариант для корпоративных презентов. Коробка изготовлена из\u{A0}листа, сформированного по\u{A0}местам сгиба и\u{A0}закрепленного в\u{A0}виде конструкции с\u{A0}помощью специальных вырезов. Такая упаковка держит объем даже без клеящих составов.</p>"
-slug: "--podarochnaya-korobka-kryshka-dno-zvezdy"
-short_title: "Подарочная коробка крышка-дно "Звезды""
-modified_at: DateTimeImmutable @1729141115 {#32423 …1}
-priority: 8
-url: "/catalog/podarochnaya-upakovka/novogodnyaya-podarochnaya-korobka/--podarochnaya-korobka-kryshka-dno-zvezdy"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#29987 …65}
-childrens: Doctrine\ORM\PersistentCollection {#32432 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32434 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#32436 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32438 …9}
-bitrix_id: 47543
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32440 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32442 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32444 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32446 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: null
-vote_count: 10
-vote_sum: 400
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32473 …39}
-meta_ok: true
-notice_field: "дубли в адресе: podarochnaya korobka"
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32448 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32450 …9}
-categories: Doctrine\ORM\PersistentCollection {#32452 …9}
-products: Doctrine\ORM\PersistentCollection {#32454 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32456 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32458 …9}
-options: Doctrine\ORM\PersistentCollection {#32460 …9}
-segments: Doctrine\ORM\PersistentCollection {#32462 …9}
-workers: Doctrine\ORM\PersistentCollection {#32464 …9}
-extras: Doctrine\ORM\PersistentCollection {#32466 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1513716738 {#32424 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32468 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32470 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
43 => Shared\Entity\Main\Seo\SeoContent {#48411 …65}
44 => Shared\Entity\Main\Seo\SeoContent {#48470 …65}
45 => Shared\Entity\Main\Seo\SeoContent {#39314 …65}
46 => Shared\Entity\Main\Seo\SeoContent {#39373 …65}
47 => Shared\Entity\Main\Seo\SeoContent {#39196 …65}
48 => Shared\Entity\Main\Seo\SeoContent {#39137 …65}
49 => Shared\Entity\Main\Seo\SeoContent {#39255 …65}
50 => Shared\Entity\Main\Seo\SeoContent {#39668 …65}
51 => Shared\Entity\Main\Seo\SeoContent {#39019 …65}
52 => Shared\Entity\Main\Seo\SeoContent {#39786 …65}
53 => Shared\Entity\Main\Seo\SeoContent {#39727 …65}
54 => Shared\Entity\Main\Seo\SeoContent {#32484
-id: 672
-meta_title: "Подарочная коробка "8 Марта" 220x100x320 мм Т−24B бурый в Москве: цена, купить самосборные коробки - описание, характеристики"
-meta_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. Каталог готовой продукции. Подарочная коробка "8 Марта" 220x100x320 мм Т−24B бурый."
-seoImages: Doctrine\ORM\PersistentCollection {#32485 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32534 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32487 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32489 …9}
-title: "Подарочная коробка "8 Марта" 220x100x320 мм Т−24B бурый"
-description: "<div></div>"
-slug: "220-100-320-podarochnaya-korobka-8-marta"
-short_title: "Подарочная коробка "8 Марта" 220x100x320 мм Т−24B бурый"
-modified_at: DateTimeImmutable @1741870565 {#32482 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/samosbornye/220-100-320-podarochnaya-korobka-8-marta"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#19747 …65}
-childrens: Doctrine\ORM\PersistentCollection {#32491 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32493 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32495 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32497 …9}
-bitrix_id: 55050
-keywords: "Подарочная коробка "8 Марта" 220x100x320 мм Т−24B бурый купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32499 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32501 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32503 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32505 …9}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: "220x100x320"
-vote_count: 3
-vote_sum: 135
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32535 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок, длинное мета описание"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#32508 …12}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32510 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32512 …9}
-categories: Doctrine\ORM\PersistentCollection {#32514 …9}
-products: Doctrine\ORM\PersistentCollection {#32516 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32518 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32520 …9}
-options: Doctrine\ORM\PersistentCollection {#32522 …9}
-segments: Doctrine\ORM\PersistentCollection {#32524 …9}
-workers: Doctrine\ORM\PersistentCollection {#32526 …9}
-extras: Doctrine\ORM\PersistentCollection {#32528 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: true
-og_title: "Подарочная коробка "8 Марта" 220x100x320 мм Т−24B бурый в Москве: цена, купить самосборные коробки - описание, характеристики"
-og_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. Каталог готовой продукции. Подарочная коробка "8 Марта" 220x100x320 мм Т−24B бурый."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681704 {#32483 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32530 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32532 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
55 => Shared\Entity\Main\Seo\SeoContent {#39845 …65}
56 => Shared\Entity\Main\Seo\SeoContent {#32546
-id: 676
-meta_title: "Шестигранная коробка 380x380x105 мм МГК бурый в Москве: цена, купить самосборные коробки - описание, характеристики"
-meta_description: "➤ Шестигранная коробка 380x380x105 мм МГК бурый от компании Антэк. Свой магазин и производство. Самосборные коробки – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32547 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32593 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32549 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32551 …9}
-title: "Шестигранная коробка 380x380x105 мм МГК бурый"
-description: "<div></div>"
-slug: "380-380-105-samosbornaya-shestigrannaya-korobka-mgk"
-short_title: "Шестигранная коробка 380x380x105 мм МГК бурый"
-modified_at: DateTimeImmutable @1741804554 {#32544 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/samosbornye/380-380-105-samosbornaya-shestigrannaya-korobka-mgk"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#19747 …65}
-childrens: Doctrine\ORM\PersistentCollection {#32553 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32555 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32557 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32559 …9}
-bitrix_id: 75230
-keywords: "Шестигранная коробка 380x380x105 мм МГК бурый купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32561 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32563 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32565 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32567 …9}
-is_problems: false
-is_ready: true
-problems_string: ""
-search_string: "380x380x105"
-vote_count: 6
-vote_sum: 252
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32594 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1750}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32569 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32571 …9}
-categories: Doctrine\ORM\PersistentCollection {#32573 …9}
-products: Doctrine\ORM\PersistentCollection {#32575 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32577 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32579 …9}
-options: Doctrine\ORM\PersistentCollection {#32581 …9}
-segments: Doctrine\ORM\PersistentCollection {#32583 …9}
-workers: Doctrine\ORM\PersistentCollection {#32585 …9}
-extras: Doctrine\ORM\PersistentCollection {#32587 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: true
-og_title: "Шестигранная коробка 380x380x105 мм МГК бурый в Москве: цена, купить самосборные коробки - описание, характеристики"
-og_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. 24 года на рынке. Каталог готовой продукции. Шестигранная коробка 380x380x105 мм МГК бурый"
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1640110350 {#32545 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32589 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32591 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
57 => Shared\Entity\Main\Seo\SeoContent {#32605
-id: 795
-meta_title: "Архивная папка классическая: цена, описание, характеристики, опции, примеры, купить в Москве в компании Антэк"
-meta_description: "➤ Архивная папка классическая от компании Антэк. Свой магазин и производство. Большой выбор. Высокое качество. Доставка и самовывоз. ☎ 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32606 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32658 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32608 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32610 …9}
-title: "Архивная папка классическая"
-description: null
-slug: "arkhivnaya-papka-klassicheskaya"
-short_title: "Архивная папка классическая"
-modified_at: DateTimeImmutable @1739974902 {#32603 …1}
-priority: 7
-url: "/kartonnye-korobki-na-zakaz/arkhivnaya-papka-klassicheskaya"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#32613 …16}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#32616 …66}
-childrens: Doctrine\ORM\PersistentCollection {#32618 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32620 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32622 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32624 …9}
-bitrix_id: 54321
-keywords: "Архивная папка классическая купить в Москве"
-menu_title: null
…41
}
58 => Shared\Entity\Main\Seo\SeoContent {#32670 …65}
59 => Shared\Entity\Main\Seo\SeoContent {#32732 …65}
60 => Shared\Entity\Main\Seo\SeoContent {#32791 …65}
61 => Shared\Entity\Main\Seo\SeoContent {#32850 …65}
62 => Shared\Entity\Main\Seo\SeoContent {#32909 …65}
63 => Shared\Entity\Main\Seo\SeoContent {#48529 …65}
64 => Shared\Entity\Main\Seo\SeoContent {#48588 …65}
65 => Shared\Entity\Main\Seo\SeoContent {#48647 …65}
66 => Shared\Entity\Main\Seo\SeoContent {#48706 …65}
67 => Shared\Entity\Main\Seo\SeoContent {#48765 …65}
68 => Shared\Entity\Main\Seo\SeoContent {#48824 …65}
69 => Shared\Entity\Main\Seo\SeoContent {#32968 …65}
70 => Shared\Entity\Main\Seo\SeoContent {#33027 …65}
71 => Shared\Entity\Main\Seo\SeoContent {#33086 …65}
]
}
#initialized: true
-snapshot: array:72 [ …72]
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1797
#collection: Doctrine\Common\Collections\ArrayCollection {#1798
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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: false
-problems_string: ""
-search_string: null
-vote_count: 1
-vote_sum: 46
-seoProduct: null
-meta_ok: false
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#1799
#collection: Doctrine\Common\Collections\ArrayCollection {#1800
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#933 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1585 …}
}
-seoTags: Doctrine\ORM\PersistentCollection {#1801
#collection: Doctrine\Common\Collections\ArrayCollection {#1802
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-association: Doctrine\ORM\Mapping\ManyToManyInverseSideMapping {#935 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1591 …}
}
-categories: Doctrine\ORM\PersistentCollection {#1803
#collection: Doctrine\Common\Collections\ArrayCollection {#1804
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1805
#collection: Doctrine\Common\Collections\ArrayCollection {#1806
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1807
#collection: Doctrine\Common\Collections\ArrayCollection {#1808
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1809
#collection: Doctrine\Common\Collections\ArrayCollection {#1810
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1811
#collection: Doctrine\Common\Collections\ArrayCollection {#1812
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1813
#collection: Doctrine\Common\Collections\ArrayCollection {#1814
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1815
#collection: Doctrine\Common\Collections\ArrayCollection {#1816
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1817
#collection: Doctrine\Common\Collections\ArrayCollection {#1818
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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: "Подарочная упаковка: купить в Москве от производителя"
-og_description: "➤ Антэк: заказать подарочные коробки из гофрокартона в Москве. Продажа коробок для подарков оптом и в розницу. Сделайте заказ по телефону +7 (495) 287-45-70 и на сайте онлайн."
-short_code: null
-source_link: null
-created_at: null
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#1819
#collection: Doctrine\Common\Collections\ArrayCollection {#1820
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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 {#1821
#collection: Doctrine\Common\Collections\ArrayCollection {#1822
-elements: []
}
#initialized: false
-snapshot: []
-owner: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-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: true
-not_menu: false
-sort_order: 14
-lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#1481
+status: INITIALIZED_FULL
+realInstance: ? object
…2
}
}
-childrens: Doctrine\ORM\PersistentCollection {#1484
#collection: Doctrine\Common\Collections\ArrayCollection {#1485
-elements: []
}
#initialized: true
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1489
#collection: Doctrine\Common\Collections\ArrayCollection {#1491
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#901 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1486 …}
}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#1496
#collection: Doctrine\Common\Collections\ArrayCollection {#1504
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#904 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1490 …}
}
-seoFiles: Doctrine\ORM\PersistentCollection {#1528
#collection: Doctrine\Common\Collections\ArrayCollection {#1509
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#912 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1503 …}
}
-bitrix_id: 5715
-keywords: null
-menu_title: "8 марта"
-seoLinks: Doctrine\ORM\PersistentCollection {#1554
#collection: Doctrine\Common\Collections\ArrayCollection {#1534
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#915 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1517 …}
}
-inboundLinks: Doctrine\ORM\PersistentCollection {#1536
#collection: Doctrine\Common\Collections\ArrayCollection {#1555
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#916 …}
-backRefFieldName: "target_content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1517 …}
}
-attached_content: Doctrine\ORM\PersistentCollection {#1556
#collection: Doctrine\Common\Collections\ArrayCollection {#1557
-elements: array:28 [
0 => Shared\Entity\Main\Seo\SeoContent {#4399}
1 => Shared\Entity\Main\Seo\SeoContent {#4576}
2 => Shared\Entity\Main\Seo\SeoContent {#5402}
3 => Shared\Entity\Main\Seo\SeoContent {#8168}
4 => Shared\Entity\Main\Seo\SeoContent {#8876}
5 => Shared\Entity\Main\Seo\SeoContent {#9938}
6 => Shared\Entity\Main\Seo\SeoContent {#9879}
7 => Shared\Entity\Main\Seo\SeoContent {#3098}
8 => Shared\Entity\Main\Seo\SeoContent {#24169}
9 => Shared\Entity\Main\Seo\SeoContent {#26499}
10 => Shared\Entity\Main\Seo\SeoContent {#23373}
11 => Shared\Entity\Main\Seo\SeoContent {#32366}
12 => Shared\Entity\Main\Seo\SeoContent {#30155}
13 => Shared\Entity\Main\Seo\SeoContent {#29929}
14 => Shared\Entity\Main\Seo\SeoContent {#30096}
15 => Shared\Entity\Main\Seo\SeoContent {#30322}
16 => Shared\Entity\Main\Seo\SeoContent {#32425}
17 => Shared\Entity\Main\Seo\SeoContent {#32484}
18 => Shared\Entity\Main\Seo\SeoContent {#32546}
19 => Shared\Entity\Main\Seo\SeoContent {#32605 …41}
20 => Shared\Entity\Main\Seo\SeoContent {#32670 …65}
21 => Shared\Entity\Main\Seo\SeoContent {#32732 …65}
22 => Shared\Entity\Main\Seo\SeoContent {#32791 …65}
23 => Shared\Entity\Main\Seo\SeoContent {#32850 …65}
24 => Shared\Entity\Main\Seo\SeoContent {#32909 …65}
25 => Shared\Entity\Main\Seo\SeoContent {#32968 …65}
26 => Shared\Entity\Main\Seo\SeoContent {#33027 …65}
27 => Shared\Entity\Main\Seo\SeoContent {#33086 …65}
]
}
#initialized: true
-snapshot: array:28 [ …28]
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1558
#collection: Doctrine\Common\Collections\ArrayCollection {#1559
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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: false
-problems_string: ""
-search_string: null
-vote_count: 5
-vote_sum: 215
-seoProduct: null
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#1588
#collection: Doctrine\Common\Collections\ArrayCollection {#1590
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#933 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1585 …}
}
-seoTags: Doctrine\ORM\PersistentCollection {#1626
#collection: Doctrine\Common\Collections\ArrayCollection {#1612
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyInverseSideMapping {#935 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1591 …}
}
-categories: Doctrine\ORM\PersistentCollection {#1615
#collection: Doctrine\Common\Collections\ArrayCollection {#1627
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1628
#collection: Doctrine\Common\Collections\ArrayCollection {#1629
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1630
#collection: Doctrine\Common\Collections\ArrayCollection {#1631
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1632
#collection: Doctrine\Common\Collections\ArrayCollection {#1633
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1634
#collection: Doctrine\Common\Collections\ArrayCollection {#1635
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1636
#collection: Doctrine\Common\Collections\ArrayCollection {#1637
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1638
#collection: Doctrine\Common\Collections\ArrayCollection {#1639
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1640
#collection: Doctrine\Common\Collections\ArrayCollection {#1641
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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: "Подарочная упаковка к 8 марта: купить в Москве от производителя"
-og_description: "➤ Подарочная упаковка к 8 марта от компании Антэк в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: null
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#1642
#collection: Doctrine\Common\Collections\ArrayCollection {#1643
-elements: []
}
#initialized: true
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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 {#1644
#collection: Doctrine\Common\Collections\ArrayCollection {#1645
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-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: true
-not_menu: false
-sort_order: null
}
-seoLinks: Doctrine\ORM\PersistentCollection {#33192
#collection: Doctrine\Common\Collections\ArrayCollection {#33193
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#33188}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#1363 …}
-backRefFieldName: "paragraph"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1517 …}
}
-raw_value: null
-bitrix_id: null
-sort_order: 100
}
1 => Shared\Entity\Main\Seo\SeoParagraph {#33194}
]