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
"76: Упаковочные инструменты"
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: 76 / 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: 76 / 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:1 [
0 => Shared\Entity\Main\Seo\SeoParagraph {#32971
-id: 514
-seoImages: Doctrine\ORM\PersistentCollection {#32973
#collection: Doctrine\Common\Collections\ArrayCollection {#32974
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#32971}
-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>Продуманная гофроупаковка делает многие процессы удобными. А чтобы сделать фасовку товаров и погрузо-разгрузочные работы проще и быстрее, воспользуйтесь вспомогательными упаковочными инструментами.<br><br>В нашем интернет-магазине представлены различные приспособления для работы с гофротарой и расходными материалами:</div><ul><li>Механический и ручной степлер. Скрепляет коробки металлическими скобами.\u{A0}</li><li>Натяжитель полипропиленовой ленты. Для стяжки гофротары на паллетах.\u{A0}</li><li>Диспенсер для скотча. Быстро фиксирует гофроупаковку от раскрытия.\u{A0}</li><li>Клещи. Для скрепления пп-ленты.</li></ul><div>У нас вы можете купить упаковочные инструменты оптом и в розницу с доставкой по Москве, МО и регионам России.<br><br>Позвоните нам по номеру 8 (800) 555-55-70 — наши менеджеры помогут вам подобрать правильное упаковочное решение!</div>\n"
-content: Shared\Entity\Main\Seo\SeoContent {#1276
-id: 76
-meta_title: "Упаковочные инструменты в Москве на заказ оптом и в розницу"
-meta_description: "➤ Упаковочные инструменты от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 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: 83
-value: """
<p>\r\n
\t Продуманная гофроупаковка делает многие процессы удобными. А\u{A0}чтобы сделать фасовку товаров и\u{A0}погрузо-разгрузочные работы проще и\u{A0}быстрее, воспользуйтесь вспомогательными <span class="bold color-primary">упаковочными инструментами</span>.\r\n
<div class="embed-responsive embed-responsive-16by9">\r\n
\t <iframe allow="autoplay; encrypted-media" allowfullscreen="" class="embed-responsive-item lazy" data-src="https://www.youtube.com/embed/6dPC9XAgRMI"></iframe>\r\n
</div><p>\r\n
\t В\u{A0}нашем интернет-магазине представлены различные приспособления для работы с\u{A0}гофротарой и\u{A0}расходными материалами:\r\n
</p><p>\r\n
</p><ul>\r\n
\t<li><i>Механический и\u{A0}ручной степлер</i><br></br>\r\n
\t Скрепляет коробки металлическими скобами.\u{A0}</li>\r\n
\t<li><i>Натяжитель полипропиленовой ленты</i><br></br>\r\n
\t Для стяжки гофротары на\u{A0}паллетах.\u{A0}</li>\r\n
\t<li><i>Диспенсер для скотча</i><br></br>\r\n
\t Быстро фиксирует гофроупаковку от\u{A0}раскрытия.\u{A0}</li>\r\n
\t<li><i>Клещи </i><br></br>\r\n
\t Для скрепления пп-ленты.</li>\r\n
</ul><p>\r\n
</p><div class="row">\r\n
\r\n
<div class="col-sm-6">\r\n
<div class="embed-responsive embed-responsive-16by9">\r\n
<iframe allow="autoplay; encrypted-media" allowfullscreen="" class="embed-responsive-item lazy" data-src="https://www.youtube.com/embed/0YkXy0hH3fs"></iframe>\r\n
</div>\r\n
</div>\r\n
\r\n
<hr class="col-xs-12 visible-xs"></hr>\r\n
\r\n
<div class="col-sm-6">\r\n
<div class="embed-responsive embed-responsive-16by9">\r\n
<iframe allow="autoplay; encrypted-media" allowfullscreen="" class="embed-responsive-item lazy" data-src="https://www.youtube.com/embed/nfwqHGU44ec"></iframe>\r\n
</div>\r\n
</div>\r\n
\r\n
</div><p>\r\n
\t У\u{A0}нас вы\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:1 [
0 => Shared\Entity\Main\Seo\SeoParagraph {#32971}
]
}
#initialized: true
-snapshot: array:1 [ …1]
-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: "Упаковочные инструменты"
-description: null
-slug: "upakovochnye-instrumenty"
-short_title: "Упаковочные инструменты"
-modified_at: DateTimeImmutable @1741773060 {#1274
date: 2025-03-12 04:51:00.0 America/Chicago (-05:00)
}
-priority: 9
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty"
-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 {#32887
#collection: Doctrine\Common\Collections\ArrayCollection {#32888
-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 {#32889
#collection: Doctrine\Common\Collections\ArrayCollection {#32890
-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 {#32891
#collection: Doctrine\Common\Collections\ArrayCollection {#32892
-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: 8
-meta_title: "Упаковочные материалы купить в Москве | Продажа упаковки оптом и в розницу в интернет-магазине Антэк"
-meta_description: "➤ Купить упаковочные материалы в розницу или оптом. Продажа от 1 шт. Срочная доставка от 2-х часов по Москве и области! Возможен самовывоз упаковки со склада интернет-магазина Антэк"
-seoImages: Doctrine\ORM\PersistentCollection {#2120
#collection: Doctrine\Common\Collections\ArrayCollection {#2121
-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 {#2166
-id: 15
-value: """
<p>Чтобы защитить груз от повреждений и сохранить внешний вид индивидуальной тары, функционала простой картонной коробки бывает недостаточно. В таких случаях применяют дополнительные упаковочные материалы, широко представленные в нашем каталоге. На сайте «Антэк» вы можете оптом и в розницу купить наполнители, пленку, прокладочный гофрокартон, скрепы и другую продукцию. Доставка товаров возможна по Москве и в другие регионы России.<h2>Классификация</h2><img alt="упаковочные материалы воздушный наполнитель" class="lazy img-responsive" loading="lazy" src="/content/img/base/acc10870-b2ff-4934-9445-204e7eb4a6cd.jpg" style="display:block;float:right;width:250px;"></img><p>Вкомплексе с <span class="bold">коробками</span> из гофрокартона используют три вида дополнительных упаковочных материалов:</p><ul>\r\n
\t<li><span class="color-primary">наполнители</span>. Нужны, если в таре остается свободное пространство, которое требуется устранить. Наполнители амортизируют удары, исключают перемещение груза внутри коробки;</li>\r\n
\t<li><span class="color-primary">оберточные материалы</span>. Защищают непосредственно груз или потребительскую, транспортную упаковку от механических повреждений. Нередко применяются для фиксации нескольких коробок в составе одного отправления;</li>\r\n
\t<li><span class="color-primary">дополнительные приспособления</span>. Помогают зафиксировать обертку, защитить углы коробок, стянуть несколько изделий, защитить тару от случайного вскрытия и т. д.</li>\r\n
</ul><p>Некоторые типы материалов могут выступать в качестве самостоятельной упаковки, а другие – только в составе комплексных решений. Нередко для производства такой продукции используют вторичное сырье, что позволяет заказчику снизить логистические затраты, обеспечив сохранность грузов.</p><h2>Ассортимент</h2><p>В «Антэк» продаются наиболее популярные разновидности упаковочных материалов:</p><ul>\r\n
\t<li><span class="color-primary">стретчевая пленка</span>. Устойчива к разрывам, защищает содержимое от пыли и влаги, фиксируется без клея. Используется для обматывания любых предметов – от небольших штучных товаров в потребительской таре до палетов с десятками коробок;</li>\r\n
\t<li><span class="color-primary">листовой гофрокартон</span>. Имеет высокую жесткость и прочность, амортизирующие свойства. Применяется в качестве прокладочного материала, разделителей, усиливающих элементов внутри коробок;</li>\r\n
\t<li><span class="color-primary">воздушно-пузырьковая пленка</span>. Эффективно гасит удары и вибрацию, термоизолирует, защищает от влаги и загрязнений. Используется при транспортировке хрупких и ценных товаров;</li>\r\n
\t<li><span class="color-primary">насыпной наполнитель из картона</span>. Представляет собой небольшие полоски из гофрокартона, имеет невысокую стоимость, экологичен, прост в применении. Предохраняет груз от смещения внутри тары;</li>\r\n
\t<li><span class="color-primary">крафт-бумага</span>. Используется в качестве обертки или наполнителя. Из нее изготавливают крафт-мешки, которые подходят для упаковывания сыпучих грузов;</li>\r\n
\t<li><span class="color-primary">клейкая лента</span>. Надежно скрепляет клапаны коробок или фиксирует обертку. Скотч различается по ширине, плотности, цвету и другим параметрам.</li>\r\n
</ul><p>У нас продаются картонные уголки, скрепы и скобы, стреп-лента и пряжки для нее, а также другие комплектующие. Менеджеры помогут купить набор упаковочных материалов оптом или в розницу для конкретных условий хранения, транспортировки грузов.</p><div class="row">\r\n
\r\n
<div class="col-sm-6">\r\n
<div class="embed-responsive embed-responsive-16by9">\r\n
<iframe allow="autoplay; encrypted-media" allowfullscreen="" class="embed-responsive-item lazy" data-src="https://www.youtube.com/embed/h-ahkEjHm2U"></iframe>\r\n
</div>\r\n
</div>\r\n
\r\n
<hr class="col-xs-12 visible-xs"></hr>\r\n
\r\n
<div class="col-sm-6">\r\n
<div class="embed-responsive embed-responsive-16by9">\r\n
<iframe allow="autoplay; encrypted-media" allowfullscreen="" class="embed-responsive-item lazy" data-src="https://www.youtube.com/embed/kHlVotIWgec"></iframe>\r\n
</div>\r\n
</div>\r\n
\r\n
</div><script type="application/ld+json">\r\n
{\r\n
"@context": "https://schema.org/",\r\n
"@type": "VideoObject",\r\n
"name": "Обзор ассортимента картонных коробок и товаров для упаковки",\r\n
"thumbnailUrl": "img.youtube.com/vi/kHlVotIWgec/sddefault.jpg",\r\n
"uploadDate": "2019-02-12T00:00:00",\r\n
"description": "Обзор ассортимента картонных коробок и товаров для упаковки",\r\n
"hasPart": {\r\n
"@type": "Clip",\r\n
"name": "Обзор ассортимента картонных коробок и товаров для упаковки",\r\n
"url": "https://www.youtube.com/embed/kHlVotIWgec"\r\n
}\r\n
}\r\n
</script><script type="application/ld+json">\r\n
{\r\n
"@context": "https://schema.org/",\r\n
"@type": "VideoObject",\r\n
"name": "Комплексная упаковка. Это что?",\r\n
"thumbnailUrl": "img.youtube.com/vi/h-ahkEjHm2U/sddefault.jpg",\r\n
"uploadDate": "2018-08-22T00:00:00",\r\n
"description": "Комплексная упаковка. Это что?",\r\n
"hasPart": {\r\n
"@type": "Clip",\r\n
"name": "Комплексная упаковка. Это что?",\r\n
"url": "https://www.youtube.com/embed/h-ahkEjHm2U"\r\n
}\r\n
}\r\n
</script></p>
"""
-content: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
}
-seoVideos: Doctrine\ORM\PersistentCollection {#2122
#collection: Doctrine\Common\Collections\ArrayCollection {#2123
-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 {#2124
#collection: Doctrine\Common\Collections\ArrayCollection {#2125
-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: "upakovochnye-materialy"
-short_title: "Упаковочные материалы"
-modified_at: DateTimeImmutable @1741777339 {#2119
date: 2025-03-12 06:02:19.0 America/Chicago (-05:00)
}
-priority: 9
-url: "/catalog/upakovochnye-materialy"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-parent: null
-childrens: Doctrine\ORM\PersistentCollection {#2126
#collection: Doctrine\Common\Collections\ArrayCollection {#2127
-elements: array:61 [
0 => Shared\Entity\Main\Seo\SeoContent {#23253
-id: 521
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23254 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23300 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23256 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23258 …9}
-title: "Бумага для пищевых продуктов"
-description: """
<p>\r\n
\tЭкологичная бумага для пищевых продуктов нашла применение в\u{A0}фасовке гастрономической продукции. Изделие отличается хорошей гигроскопичностью. Модификации используются для обертки выпечки, кексов, пельменей, пиццы и\u{A0}фастфуда . Модель популярна в\u{A0}сфере логистики и\u{A0}в\u{A0}розничной реализации. Большую популярность бумага обрела в\u{A0}ресторанах и\u{A0}кафе с\u{A0}едой на\u{A0}вынос. Пористая структура впитывает жир. Продукт поставляется в\u{A0}рулонах.\r\n
</p>
"""
-slug: "bumaga-dlya-pishchevykh-produktov"
-short_title: "Бумага для пищевых продуктов"
-modified_at: DateTimeImmutable @1729141051 {#23251 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/bumaga-dlya-pishchevykh-produktov"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23260 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23262 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23264 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23266 …9}
-bitrix_id: 43111
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23268 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23270 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23272 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23274 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, содержание меньше 500 символов"
-search_string: null
-vote_count: 13
-vote_sum: 520
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23301 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23276 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23278 …9}
-categories: Doctrine\ORM\PersistentCollection {#23280 …9}
-products: Doctrine\ORM\PersistentCollection {#23282 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23284 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23286 …9}
-options: Doctrine\ORM\PersistentCollection {#23288 …9}
-segments: Doctrine\ORM\PersistentCollection {#23290 …9}
-workers: Doctrine\ORM\PersistentCollection {#23292 …9}
-extras: Doctrine\ORM\PersistentCollection {#23294 …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 @1505488872 {#23252 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23296 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23298 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
1 => Shared\Entity\Main\Seo\SeoContent {#23312
-id: 516
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23313 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23359 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23315 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23317 …9}
-title: "Бумажные крафт-мешки"
-description: "<p>Бумажные Крафт-мешки широко востребованы для упаковки товаров розничной торговли. Главными преимуществами изделий перед полимерными аналогами является экологичность и\u{A0}повышенные прочностные характеристики. Кроме того, материал создает естественную вентиляцию для содержимого и\u{A0}не\u{A0}набухает от\u{A0}воздействия влаги. Данные мешки имеют несколько слоев бумаги, что повышает грузоподьемные свойства. Может заклеиаться по\u{A0}верху клейкой лентой или скрепляться скобами. И\u{A0}как плюс изделие имеет не\u{A0}маркий приятный бурый цвет целлюлозного картона.</p>"
-slug: "--bumazhnye-kraft-meshki"
-short_title: "Бумажные крафт-мешки"
-modified_at: DateTimeImmutable @1729141048 {#23310 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/--bumazhnye-kraft-meshki"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23319 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23321 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23323 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23325 …9}
-bitrix_id: 43101
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23327 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23329 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23331 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23333 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: null
-vote_count: 11
-vote_sum: 484
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23360 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23335 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23337 …9}
-categories: Doctrine\ORM\PersistentCollection {#23339 …9}
-products: Doctrine\ORM\PersistentCollection {#23341 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23343 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23345 …9}
-options: Doctrine\ORM\PersistentCollection {#23347 …9}
-segments: Doctrine\ORM\PersistentCollection {#23349 …9}
-workers: Doctrine\ORM\PersistentCollection {#23351 …9}
-extras: Doctrine\ORM\PersistentCollection {#23353 …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 @1505488772 {#23311 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23355 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23357 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
2 => Shared\Entity\Main\Seo\SeoContent {#23371
-id: 552
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23372 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23418 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23374 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23376 …9}
-title: "Бумажный наполнитель. Цвет: Натуральный/1кг"
-description: "<p></p>"
-slug: "bumazhnyy-napolnitel-tsvet-naturalnyy-1kg"
-short_title: "Бумажный наполнитель. Цвет: Натуральный/1кг"
-modified_at: DateTimeImmutable @1729141071 {#23369 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/bumazhnyy-napolnitel-tsvet-naturalnyy-1kg"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23378 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23380 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23382 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23384 …9}
-bitrix_id: 54684
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23386 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23388 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23390 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23392 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: null
-vote_count: 6
-vote_sum: 264
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23419 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23394 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23396 …9}
-categories: Doctrine\ORM\PersistentCollection {#23398 …9}
-products: Doctrine\ORM\PersistentCollection {#23400 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23402 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23404 …9}
-options: Doctrine\ORM\PersistentCollection {#23406 …9}
-segments: Doctrine\ORM\PersistentCollection {#23408 …9}
-workers: Doctrine\ORM\PersistentCollection {#23410 …9}
-extras: Doctrine\ORM\PersistentCollection {#23412 …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 {#23370 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23414 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23416 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
3 => Shared\Entity\Main\Seo\SeoContent {#23430
-id: 561
-meta_title: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций) в Москве: цена, купить в Антэк"
-meta_description: "➤ Воздушная упаковочная лента “Волна” 400 мм х 165 мм (10 секций) от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23431 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23477 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23433 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23435 …9}
-title: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций)"
-description: "<div></div>"
-slug: "upakovochnaya-lenta-400-165"
-short_title: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций)"
-modified_at: DateTimeImmutable @1741970816 {#23428 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnaya-lenta-400-165"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23437 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23439 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23441 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23443 …9}
-bitrix_id: 74894
-keywords: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23445 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23447 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23449 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23451 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: "400x165"
-vote_count: 10
-vote_sum: 480
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23478 …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 {#23453 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23455 …9}
-categories: Doctrine\ORM\PersistentCollection {#23457 …9}
-products: Doctrine\ORM\PersistentCollection {#23459 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23461 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23463 …9}
-options: Doctrine\ORM\PersistentCollection {#23465 …9}
-segments: Doctrine\ORM\PersistentCollection {#23467 …9}
-workers: Doctrine\ORM\PersistentCollection {#23469 …9}
-extras: Doctrine\ORM\PersistentCollection {#23471 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций) в Москве: цена, купить в Антэк"
-og_description: "➤ Воздушная упаковочная лента “Волна” 400х165 мм (10 секций) от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1625594783 {#23429 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23473 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23475 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
4 => Shared\Entity\Main\Seo\SeoContent {#23488
-id: 80
-meta_title: "Воздушно-пузырьковая пленка: купить в Москве от производителя"
-meta_description: "➤ Воздушно-пузырьковая пленка от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23489 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23535 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23491 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23493 …9}
-title: "Воздушно-пузырьковая пленка"
-description: null
-slug: "vozdushno-puzyrkovaya-plenka"
-short_title: null
-modified_at: DateTimeImmutable @1741772947 {#23487 …1}
-priority: 9
-url: "/catalog/upakovochnye-materialy/vozdushno-puzyrkovaya-plenka"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23495 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23497 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23499 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23501 …9}
-bitrix_id: 5862
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23503 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23505 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23507 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23509 …9}
-is_problems: false
-is_ready: false
-problems_string: ""
-search_string: null
-vote_count: 11
-vote_sum: 462
-seoProduct: null
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23511 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23513 …9}
-categories: Doctrine\ORM\PersistentCollection {#23515 …9}
-products: Doctrine\ORM\PersistentCollection {#23517 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23519 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23521 …9}
-options: Doctrine\ORM\PersistentCollection {#23523 …9}
-segments: Doctrine\ORM\PersistentCollection {#23525 …9}
-workers: Doctrine\ORM\PersistentCollection {#23527 …9}
-extras: Doctrine\ORM\PersistentCollection {#23529 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Воздушно-пузырьковая пленка: купить в Москве от производителя"
-og_description: "➤ Воздушно-пузырьковая пленка от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: null
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23531 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23533 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
5 => Shared\Entity\Main\Seo\SeoContent {#23538
-id: 524
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23539 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23585 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23541 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23543 …9}
-title: "Воздушнопузырьковая пленка"
-description: "<p>Воздушно-пузырьковая пленка обрела востребованность в\u{A0}доставке хрупких и\u{A0}ценных грузов, которые требуют более эффективной защиты. Кроме того, изделие обладает характеристиками утеплителя, поэтому его используют при возведении строительных объектов . Изготовление осуществляется с\u{A0}использованием пищевого полиэтилена. Модели могут быть представлены двух- или трехслойной структурой. Внешняя сторона\u{A0}— это слой с\u{A0}пузырьками воздуха, которые эффективно смягчают внешние удары.</p>"
-slug: "--vozdushnopuzyrkovaya-plenka"
-short_title: "Воздушнопузырьковая пленка"
-modified_at: DateTimeImmutable @1729141053 {#23536 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/--vozdushnopuzyrkovaya-plenka"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23545 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23547 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23549 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23551 …9}
-bitrix_id: 43119
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23553 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23555 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23557 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23559 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, содержание меньше 500 символов"
-search_string: null
-vote_count: 8
-vote_sum: 400
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23586 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23561 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23563 …9}
-categories: Doctrine\ORM\PersistentCollection {#23565 …9}
-products: Doctrine\ORM\PersistentCollection {#23567 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23569 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23571 …9}
-options: Doctrine\ORM\PersistentCollection {#23573 …9}
-segments: Doctrine\ORM\PersistentCollection {#23575 …9}
-workers: Doctrine\ORM\PersistentCollection {#23577 …9}
-extras: Doctrine\ORM\PersistentCollection {#23579 …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 @1505489025 {#23537 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23581 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23583 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
6 => Shared\Entity\Main\Seo\SeoContent {#23597
-id: 534
-meta_title: "ВПП рулон 100х1,5 м (Т) в Москве: цена, купить в Антэк"
-meta_description: "➤ ВПП рулон 100м х 1,5 м (Т) от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23598 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23644 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23600 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23602 …9}
-title: "ВПП рулон 100х1,5 м (Т)"
-description: "<div>Воздушно-пузырьковая пленка трехслойная рулон 100м х 1,5 м</div>"
-slug: "vpp-rulon-100m-1-5-m"
-short_title: "ВПП рулон 100х1,5 м (Т)"
-modified_at: DateTimeImmutable @1741969856 {#23595 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/vpp-rulon-100m-1-5-m"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23604 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23606 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23608 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23610 …9}
-bitrix_id: 54475
-keywords: "ВПП рулон 100х1,5 м (Т) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23612 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23614 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23616 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23618 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 11
-vote_sum: 484
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23645 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23620 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23622 …9}
-categories: Doctrine\ORM\PersistentCollection {#23624 …9}
-products: Doctrine\ORM\PersistentCollection {#23626 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23628 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23630 …9}
-options: Doctrine\ORM\PersistentCollection {#23632 …9}
-segments: Doctrine\ORM\PersistentCollection {#23634 …9}
-workers: Doctrine\ORM\PersistentCollection {#23636 …9}
-extras: Doctrine\ORM\PersistentCollection {#23638 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "ВПП рулон 100х1,5 м (Т) в Москве: цена, купить в Антэк"
-og_description: "➤ ВПП рулон 100х1,5 м (Т) от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681663 {#23596 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23640 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23642 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
7 => Shared\Entity\Main\Seo\SeoContent {#23656
-id: 536
-meta_title: "ВПП рулон 20х1,5 м (Т) в Москве: цена, купить в Антэк"
-meta_description: "➤ ВПП рулон 20м х 1,5 м (Т) от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23657 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23703 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23659 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23661 …9}
-title: "ВПП рулон 20м х 1,5 м (Т)"
-description: "<div>Воздушно-пузырьковая пленка трехслойная 20м х 1,5 м</div>"
-slug: "vpp-rulon-20-1-5-m"
-short_title: "ВПП рулон 20х1,5 м (Т)"
-modified_at: DateTimeImmutable @1741969448 {#23654 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/vpp-rulon-20-1-5-m"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23663 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23665 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23667 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23669 …9}
-bitrix_id: 54484
-keywords: "ВПП рулон 20м х 1,5 м (Т) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23671 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23673 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23675 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23677 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 12
-vote_sum: 576
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23704 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23679 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23681 …9}
-categories: Doctrine\ORM\PersistentCollection {#23683 …9}
-products: Doctrine\ORM\PersistentCollection {#23685 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23687 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23689 …9}
-options: Doctrine\ORM\PersistentCollection {#23691 …9}
-segments: Doctrine\ORM\PersistentCollection {#23693 …9}
-workers: Doctrine\ORM\PersistentCollection {#23695 …9}
-extras: Doctrine\ORM\PersistentCollection {#23697 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "ВПП рулон 20х1,5 м (Т) в Москве: цена, купить в Антэк"
-og_description: "➤ ВПП рулон 20м х 1,5 м (Т) от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681664 {#23655 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23699 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23701 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
8 => Shared\Entity\Main\Seo\SeoContent {#23714
-id: 77
-meta_title: "Защитные картонные уголки: купить в Москве от производителя"
-meta_description: "➤ Защитные картонные уголки от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23715 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23761 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23717 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23719 …9}
-title: "Защитные картонные уголки"
-description: null
-slug: "zashchitnye-kartonnye-ugolki"
-short_title: null
-modified_at: DateTimeImmutable @1741773036 {#23713 …1}
-priority: 9
-url: "/catalog/upakovochnye-materialy/zashchitnye-kartonnye-ugolki"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23721 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23723 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23725 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23727 …9}
-bitrix_id: 5614
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23729 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23731 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23733 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23735 …9}
-is_problems: false
-is_ready: false
-problems_string: ""
-search_string: null
-vote_count: 12
-vote_sum: 528
-seoProduct: null
-meta_ok: false
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23737 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23739 …9}
-categories: Doctrine\ORM\PersistentCollection {#23741 …9}
-products: Doctrine\ORM\PersistentCollection {#23743 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23745 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23747 …9}
-options: Doctrine\ORM\PersistentCollection {#23749 …9}
-segments: Doctrine\ORM\PersistentCollection {#23751 …9}
-workers: Doctrine\ORM\PersistentCollection {#23753 …9}
-extras: Doctrine\ORM\PersistentCollection {#23755 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Защитные картонные уголки: купить в Москве от производителя"
-og_description: "➤ Защитные картонные уголки от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: null
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23757 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23759 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
9 => Shared\Entity\Main\Seo\SeoContent {#23764
-id: 522
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23765 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23811 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23767 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23769 …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}них можно использовать в\u{A0}качестве уголков для полипропиленовой ленты, чтобы избежать деформации уголов при натяжении. Такие уголки часто используются без коробки, если груз сам по\u{A0}себе имеет выраженные углы.</p>"
-slug: "--zashchitnye-ugolki-iz-pressovannogo-kartona"
-short_title: "Защитные уголки из прессованного картона"
-modified_at: DateTimeImmutable @1729141052 {#23762 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/--zashchitnye-ugolki-iz-pressovannogo-kartona"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23771 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23773 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23775 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23777 …9}
-bitrix_id: 43113
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23779 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23781 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23783 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23785 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: null
-vote_count: 12
-vote_sum: 528
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23812 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23787 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23789 …9}
-categories: Doctrine\ORM\PersistentCollection {#23791 …9}
-products: Doctrine\ORM\PersistentCollection {#23793 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23795 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23797 …9}
-options: Doctrine\ORM\PersistentCollection {#23799 …9}
-segments: Doctrine\ORM\PersistentCollection {#23801 …9}
-workers: Doctrine\ORM\PersistentCollection {#23803 …9}
-extras: Doctrine\ORM\PersistentCollection {#23805 …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 @1505488954 {#23763 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23807 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23809 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
10 => Shared\Entity\Main\Seo\SeoContent {#23823
-id: 540
-meta_title: "Защитный уголок из прессованного картона 50х50х2200 мм в Москве: цена, купить в Антэк"
-meta_description: "➤ Уголок защитный из прессованного картона 50мм х 50мм х 4мм 2200 мм от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23824 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23870 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23826 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23828 …9}
-title: "Защитный уголок из прессованного картона 50 х 50 х 2200 мм"
-description: "<div>Уголок защитный из прессованного картона 50мм х 50мм х 4мм длиной 2200 мм</div>"
-slug: "zashchitnyy-ugolok-50-50-2200"
-short_title: "Защитный уголок из прессованного картона 50х50х2200 мм"
-modified_at: DateTimeImmutable @1741969316 {#23821 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/zashchitnyy-ugolok-50-50-2200"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23830 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23832 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23834 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23836 …9}
-bitrix_id: 54584
-keywords: "Защитный уголок из прессованного картона 50 х 50 х 2200 мм купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23838 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23840 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23842 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23844 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 7
-vote_sum: 280
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23871 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23846 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23848 …9}
-categories: Doctrine\ORM\PersistentCollection {#23850 …9}
-products: Doctrine\ORM\PersistentCollection {#23852 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23854 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23856 …9}
-options: Doctrine\ORM\PersistentCollection {#23858 …9}
-segments: Doctrine\ORM\PersistentCollection {#23860 …9}
-workers: Doctrine\ORM\PersistentCollection {#23862 …9}
…17
}
11 => Shared\Entity\Main\Seo\SeoContent {#23881 …65}
12 => Shared\Entity\Main\Seo\SeoContent {#23931 …65}
13 => Shared\Entity\Main\Seo\SeoContent {#23990 …65}
14 => Shared\Entity\Main\Seo\SeoContent {#24049 …65}
15 => Shared\Entity\Main\Seo\SeoContent {#24108 …65}
16 => Shared\Entity\Main\Seo\SeoContent {#24167 …65}
17 => Shared\Entity\Main\Seo\SeoContent {#24226 …65}
18 => Shared\Entity\Main\Seo\SeoContent {#24285 …65}
19 => Shared\Entity\Main\Seo\SeoContent {#24344 …65}
20 => Shared\Entity\Main\Seo\SeoContent {#24402 …65}
21 => Shared\Entity\Main\Seo\SeoContent {#24452 …65}
22 => Shared\Entity\Main\Seo\SeoContent {#24511 …65}
23 => Shared\Entity\Main\Seo\SeoContent {#24570 …65}
24 => Shared\Entity\Main\Seo\SeoContent {#24629 …65}
25 => Shared\Entity\Main\Seo\SeoContent {#24688 …65}
26 => Shared\Entity\Main\Seo\SeoContent {#24747 …65}
27 => Shared\Entity\Main\Seo\SeoContent {#24806 …65}
28 => Shared\Entity\Main\Seo\SeoContent {#24865 …65}
29 => Shared\Entity\Main\Seo\SeoContent {#24924 …65}
30 => Shared\Entity\Main\Seo\SeoContent {#24983 …65}
31 => Shared\Entity\Main\Seo\SeoContent {#25042 …65}
32 => Shared\Entity\Main\Seo\SeoContent {#25101 …65}
33 => Shared\Entity\Main\Seo\SeoContent {#25160 …65}
34 => Shared\Entity\Main\Seo\SeoContent {#25219 …65}
35 => Shared\Entity\Main\Seo\SeoContent {#25278 …65}
36 => Shared\Entity\Main\Seo\SeoContent {#25337 …65}
37 => Shared\Entity\Main\Seo\SeoContent {#25396 …65}
38 => Shared\Entity\Main\Seo\SeoContent {#25455 …65}
39 => Shared\Entity\Main\Seo\SeoContent {#25514 …65}
40 => Shared\Entity\Main\Seo\SeoContent {#25573 …65}
41 => Shared\Entity\Main\Seo\SeoContent {#25632 …65}
42 => Shared\Entity\Main\Seo\SeoContent {#25691 …65}
43 => Shared\Entity\Main\Seo\SeoContent {#25750 …65}
44 => Shared\Entity\Main\Seo\SeoContent {#25809 …65}
45 => Shared\Entity\Main\Seo\SeoContent {#25868 …65}
46 => Shared\Entity\Main\Seo\SeoContent {#25927 …65}
47 => Shared\Entity\Main\Seo\SeoContent {#25986 …65}
48 => Shared\Entity\Main\Seo\SeoContent {#26044 …65}
49 => Shared\Entity\Main\Seo\SeoContent {#26094 …65}
50 => Shared\Entity\Main\Seo\SeoContent {#26152 …65}
51 => Shared\Entity\Main\Seo\SeoContent {#26202 …65}
52 => Shared\Entity\Main\Seo\SeoContent {#26261 …65}
53 => Shared\Entity\Main\Seo\SeoContent {#26320 …65}
54 => Shared\Entity\Main\Seo\SeoContent {#26379 …65}
55 => Shared\Entity\Main\Seo\SeoContent {#26438 …65}
56 => Shared\Entity\Main\Seo\SeoContent {#26497 …65}
57 => Shared\Entity\Main\Seo\SeoContent {#1276}
58 => Shared\Entity\Main\Seo\SeoContent {#26556 …65}
59 => Shared\Entity\Main\Seo\SeoContent {#26615 …65}
60 => Shared\Entity\Main\Seo\SeoContent {#26674 …65}
]
}
#initialized: true
-snapshot: array:61 [ …61]
-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 {#2128
#collection: Doctrine\Common\Collections\ArrayCollection {#2129
-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 {#2130
#collection: Doctrine\Common\Collections\ArrayCollection {#2131
-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 {#2132
#collection: Doctrine\Common\Collections\ArrayCollection {#2133
-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: 5524
-keywords: "упаковочные материалы, расходные материалы, вспомогательная упаковка"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#2134
#collection: Doctrine\Common\Collections\ArrayCollection {#2135
-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 {#2136
#collection: Doctrine\Common\Collections\ArrayCollection {#2137
-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 {#2138
#collection: Doctrine\Common\Collections\ArrayCollection {#2139
-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 {#2140
#collection: Doctrine\Common\Collections\ArrayCollection {#2141
-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: 4
-vote_sum: 176
-seoProduct: null
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#2142
#collection: Doctrine\Common\Collections\ArrayCollection {#2143
-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 {#2144
#collection: Doctrine\Common\Collections\ArrayCollection {#2145
-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 {#2146
#collection: Doctrine\Common\Collections\ArrayCollection {#2147
-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 {#2148
#collection: Doctrine\Common\Collections\ArrayCollection {#2149
-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 {#2150
#collection: Doctrine\Common\Collections\ArrayCollection {#2151
-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 {#2152
#collection: Doctrine\Common\Collections\ArrayCollection {#2153
-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 {#2154
#collection: Doctrine\Common\Collections\ArrayCollection {#2155
-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 {#2156
#collection: Doctrine\Common\Collections\ArrayCollection {#2157
-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 {#2158
#collection: Doctrine\Common\Collections\ArrayCollection {#2159
-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 {#2160
#collection: Doctrine\Common\Collections\ArrayCollection {#2161
-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: "➤ Купить упаковочные материалы в розницу или оптом. Продажа от 1 шт. Срочная доставка от 2-х часов по Москве и области! Возможен самовывоз упаковки со склада интернет-магазина Антэк"
-short_code: null
-source_link: null
-created_at: null
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#2162
#collection: Doctrine\Common\Collections\ArrayCollection {#2163
-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 {#2164
#collection: Doctrine\Common\Collections\ArrayCollection {#2165
-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: 8
-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: array:9 [
0 => Shared\Entity\Main\Seo\SeoContent {#32366
-id: 565
-meta_title: "Диспенсер с ручкой (мет.), 50 мм купить в Москве в Антэк"
-meta_description: "➤ Диспенсер с ручкой (мет.), 50 мм от компании Антэк. Свой магазин и производство. Упаковочные инструменты – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-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: "Диспенсер с ручкой 50 мм"
-description: "<div>Диспенсер с ручкой для клейкой ленты с шириной ленты 50 мм. </div>"
-slug: "dispenser-50"
-short_title: "Диспенсер с ручкой 50 мм"
-modified_at: DateTimeImmutable @1741970737 {#32364 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/dispenser-50"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-childrens: Doctrine\ORM\PersistentCollection {#32373 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32375 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32377 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32379 …9}
-bitrix_id: 43144
-keywords: "Диспенсер с ручкой для клейкой ленты с шириной ленты 50 мм купить в Москве"
-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: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 10
-vote_sum: 430
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32414 …39}
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-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: "Диспенсер с ручкой (мет.), 50 мм купить в Москве в Антэк"
-og_description: "➤ Диспенсер с ручкой (мет.), 50 мм от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489463 {#32365 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32409 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32411 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
1 => Shared\Entity\Main\Seo\SeoContent {#32425
-id: 568
-meta_title: "Клещи Н-35 (1/2'') для ленты 12 мм купить в Москве в Антэк"
-meta_description: "➤ Клещи Н-35 (1/2'') для ленты 12 мм от компании Антэк. Свой магазин и производство. Упаковочные инструменты – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-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: "Клещи Н-35 (1/2'') для ленты 12 мм"
-description: "<div>Клещи Н-35 (1/2'') для механического скрепления ленты шириной 12 мм</div>"
-slug: "kleshchi-n35-dlya-lenty-12"
-short_title: "Клещи Н-35 (1/2'') для ленты 12 мм"
-modified_at: DateTimeImmutable @1741970684 {#32423 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/kleshchi-n35-dlya-lenty-12"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-childrens: Doctrine\ORM\PersistentCollection {#32432 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32434 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32436 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32438 …9}
-bitrix_id: 43150
-keywords: "Клещи Н-35 (1/2'') для ленты 12 мм купить в Москве"
-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: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 9
-vote_sum: 405
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32473 …39}
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-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: "Клещи Н-35 (1/2'') для ленты 12 мм купить в Москве в Антэк"
-og_description: "➤ Клещи Н-35 (1/2'') для ленты 12 мм от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489506 {#32424 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32468 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32470 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
2 => Shared\Entity\Main\Seo\SeoContent {#32484
-id: 569
-meta_title: "Клещи Н-35 (5/8'') для ленты 15 мм купить в Москве в Антэк"
-meta_description: "➤ Клещи Н-35 (5/8'') для ленты 15 мм от компании Антэк. Свой магазин и производство. Упаковочные инструменты – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32485 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32531 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32487 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32489 …9}
-title: "Клещи Н-35 (5/8'') для ленты 15 мм"
-description: "<div>Клещи Н-35 (5/8'') для механического скрепления ленты шириной 15 мм</div>"
-slug: "kleshchi-35-dlya-lenty-15-mm"
-short_title: "Клещи Н-35 (5/8'') для ленты 15 мм"
-modified_at: DateTimeImmutable @1741970660 {#32482 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/kleshchi-35-dlya-lenty-15-mm"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-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: 43152
-keywords: "Клещи Н-35 (5/8'') для ленты 15 мм купить в Москве"
-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: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 1
-vote_sum: 43
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32532 …39}
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32507 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32509 …9}
-categories: Doctrine\ORM\PersistentCollection {#32511 …9}
-products: Doctrine\ORM\PersistentCollection {#32513 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32515 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32517 …9}
-options: Doctrine\ORM\PersistentCollection {#32519 …9}
-segments: Doctrine\ORM\PersistentCollection {#32521 …9}
-workers: Doctrine\ORM\PersistentCollection {#32523 …9}
-extras: Doctrine\ORM\PersistentCollection {#32525 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Клещи Н-35 (5/8'') для ленты 15 мм купить в Москве в Антэк"
-og_description: "➤ Клещи Н-35 (5/8'') для ленты 15 мм от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489506 {#32483 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32527 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32529 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
3 => Shared\Entity\Main\Seo\SeoContent {#32543
-id: 570
-meta_title: "Комбинированное устройство Н-42 (лента 12 мм) купить в Москве в Антэк"
-meta_description: "➤ Комбинированное устройство Н-42 (лента 12 мм) от компании Антэк. Свой магазин и производство. Упаковочные инструменты – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32544 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32590 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32546 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32548 …9}
-title: "Комбинированное устройство Н-42 (лента 12 мм)"
-description: "<div>Комбинированное устройство Н-42 для ленты шириной 12 мм</div>"
-slug: "kombinirovannoe-ustroystvo-12mm"
-short_title: "Комбинированное устройство Н-42 (лента 12 мм)"
-modified_at: DateTimeImmutable @1741970645 {#32541 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/kombinirovannoe-ustroystvo-12mm"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-childrens: Doctrine\ORM\PersistentCollection {#32550 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32552 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32554 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32556 …9}
-bitrix_id: 43154
-keywords: "Комбинированное устройство Н-42 (лента 12 мм) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32558 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32560 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32562 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32564 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 15
-vote_sum: 720
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32591 …39}
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye, длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32566 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32568 …9}
-categories: Doctrine\ORM\PersistentCollection {#32570 …9}
-products: Doctrine\ORM\PersistentCollection {#32572 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32574 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32576 …9}
-options: Doctrine\ORM\PersistentCollection {#32578 …9}
-segments: Doctrine\ORM\PersistentCollection {#32580 …9}
-workers: Doctrine\ORM\PersistentCollection {#32582 …9}
-extras: Doctrine\ORM\PersistentCollection {#32584 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Комбинированное устройство Н-42 (лента 12 мм) купить в Москве в Антэк"
-og_description: "➤ Комбинированное устройство Н-42 (лента 12 мм) от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489506 {#32542 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32586 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32588 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
4 => Shared\Entity\Main\Seo\SeoContent {#32602
-id: 571
-meta_title: "Комбинированное устройство Н-42 (лента 15 мм) купить в Москве в Антэк"
-meta_description: "➤ Комбинированное устройство Н-42 (лента 15 мм) от компании Антэк. Свой магазин и производство. Упаковочные инструменты – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32603 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32649 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32605 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32607 …9}
-title: "Комбинированное устройство Н-42 (лента 15 мм)"
-description: "<div>Комбинированное устройство Н-42 для ленты шириной 15 мм</div>"
-slug: "kombinirovannoe-ustroystvo-n42"
-short_title: "Комбинированное устройство Н-42 (лента 15 мм)"
-modified_at: DateTimeImmutable @1741970605 {#32600 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/kombinirovannoe-ustroystvo-n42"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-childrens: Doctrine\ORM\PersistentCollection {#32609 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32611 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32613 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32615 …9}
-bitrix_id: 43156
-keywords: "Комбинированное устройство Н-42 (лента 15 мм) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32617 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32619 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32621 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32623 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 10
-vote_sum: 470
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32650 …39}
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye, длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32625 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32627 …9}
-categories: Doctrine\ORM\PersistentCollection {#32629 …9}
-products: Doctrine\ORM\PersistentCollection {#32631 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32633 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32635 …9}
-options: Doctrine\ORM\PersistentCollection {#32637 …9}
-segments: Doctrine\ORM\PersistentCollection {#32639 …9}
-workers: Doctrine\ORM\PersistentCollection {#32641 …9}
-extras: Doctrine\ORM\PersistentCollection {#32643 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Комбинированное устройство Н-42 (лента 15 мм) купить в Москве в Антэк"
-og_description: "➤ Комбинированное устройство Н-42 (лента 15 мм) от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489506 {#32601 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32645 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32647 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
5 => Shared\Entity\Main\Seo\SeoContent {#32661
-id: 572
-meta_title: "Натяжитель полипропиленовой ленты Н-21 купить в Москве в Антэк"
-meta_description: "➤ Натяжитель полипропиленовой ленты Н-21 от компании Антэк. Свой магазин и производство. Упаковочные инструменты – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32662 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32708 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32664 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32666 …9}
-title: "Натяжитель полипропиленовой ленты Н-21"
-description: "<div>Натяжитель Н-21 для полипропиленовой ленты шириной до 19 мм</div>"
-slug: "natyazhitel-polipropilenovoy-lenty-n21"
-short_title: "Натяжитель полипропиленовой ленты Н-21"
-modified_at: DateTimeImmutable @1741970581 {#32659 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/natyazhitel-polipropilenovoy-lenty-n21"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-childrens: Doctrine\ORM\PersistentCollection {#32668 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32670 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32672 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32674 …9}
-bitrix_id: 43158
-keywords: "Натяжитель полипропиленовой ленты Н-21 купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32676 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32678 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32680 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32682 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 12
-vote_sum: 516
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32709 …39}
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye, длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32684 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32686 …9}
-categories: Doctrine\ORM\PersistentCollection {#32688 …9}
-products: Doctrine\ORM\PersistentCollection {#32690 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32692 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32694 …9}
-options: Doctrine\ORM\PersistentCollection {#32696 …9}
-segments: Doctrine\ORM\PersistentCollection {#32698 …9}
-workers: Doctrine\ORM\PersistentCollection {#32700 …9}
-extras: Doctrine\ORM\PersistentCollection {#32702 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Натяжитель полипропиленовой ленты Н-21 купить в Москве в Антэк"
-og_description: "➤ Натяжитель полипропиленовой ленты Н-21 от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489507 {#32660 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32704 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32706 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
6 => Shared\Entity\Main\Seo\SeoContent {#32720
-id: 567
-meta_title: "Степлер механический МА/15-18 купить в Москве в Антэк"
-meta_description: "➤ Степлер механический МА/15-18 от компании Антэк. Свой магазин и производство. Упаковочные инструменты – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32721 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32767 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32723 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32725 …9}
-title: "Степлер механический МА/15-18"
-description: "<div>Степлер механический МА/15-18 (аналог FX-88)</div>"
-slug: "stepler-mekhanicheskiy-ma-15-18"
-short_title: "Степлер механический МА/15-18"
-modified_at: DateTimeImmutable @1741970699 {#32718 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/stepler-mekhanicheskiy-ma-15-18"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-childrens: Doctrine\ORM\PersistentCollection {#32727 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32729 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32731 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32733 …9}
-bitrix_id: 43148
-keywords: "Степлер механический МА/15-18 купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32735 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32737 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32739 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32741 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 8
-vote_sum: 376
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32768 …39}
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32743 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32745 …9}
-categories: Doctrine\ORM\PersistentCollection {#32747 …9}
-products: Doctrine\ORM\PersistentCollection {#32749 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32751 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32753 …9}
-options: Doctrine\ORM\PersistentCollection {#32755 …9}
-segments: Doctrine\ORM\PersistentCollection {#32757 …9}
-workers: Doctrine\ORM\PersistentCollection {#32759 …9}
-extras: Doctrine\ORM\PersistentCollection {#32761 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Степлер механический МА/15-18 купить в Москве в Антэк"
-og_description: "➤ Степлер механический МА/15-18 от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489492 {#32719 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32763 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32765 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
7 => Shared\Entity\Main\Seo\SeoContent {#32779
-id: 566
-meta_title: "Степлер ручной механический (скобосшиватель) купить в Москве в Антэк"
-meta_description: "➤ Степлер ручной механический (скобосшиватель) от компании Антэк. Свой магазин и производство. Упаковочные инструменты – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32780 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32826 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32782 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32784 …9}
-title: "Степлер ручной механический (скобосшиватель)"
-description: "<div>Степлер ручной механический (скобосшиватель)</div>"
-slug: "stepler-ruchnoy-mekhanicheskiy"
-short_title: "Степлер ручной механический (скобосшиватель)"
-modified_at: DateTimeImmutable @1741970716 {#32777 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/stepler-ruchnoy-mekhanicheskiy"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-childrens: Doctrine\ORM\PersistentCollection {#32786 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32788 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32790 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32792 …9}
-bitrix_id: 43146
-keywords: "Степлер ручной механический (скобосшиватель) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32794 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32796 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32798 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32800 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 13
-vote_sum: 650
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32827 …39}
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye, длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32802 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32804 …9}
-categories: Doctrine\ORM\PersistentCollection {#32806 …9}
-products: Doctrine\ORM\PersistentCollection {#32808 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32810 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32812 …9}
-options: Doctrine\ORM\PersistentCollection {#32814 …9}
-segments: Doctrine\ORM\PersistentCollection {#32816 …9}
-workers: Doctrine\ORM\PersistentCollection {#32818 …9}
-extras: Doctrine\ORM\PersistentCollection {#32820 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Степлер ручной механический (скобосшиватель) купить в Москве в Антэк"
-og_description: "➤ Степлер ручной механический (скобосшиватель) от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489492 {#32778 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32822 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32824 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
8 => Shared\Entity\Main\Seo\SeoContent {#32837
-id: 83
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#32838 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32884 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32840 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32842 …9}
-title: "Степлеры"
-description: ""
-slug: "steplery"
-short_title: null
-modified_at: DateTimeImmutable @1729140778 {#32836 …1}
-priority: 9
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/steplery"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-childrens: Doctrine\ORM\PersistentCollection {#32844 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32846 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#32848 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32850 …9}
-bitrix_id: 5613
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32852 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32854 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32856 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32858 …9}
-is_problems: true
-is_ready: false
-problems_string: "нет мета данных, нет изображений, содержание меньше 500 символов"
-search_string: null
-vote_count: 11
-vote_sum: 495
-seoProduct: null
-meta_ok: true
-notice_field: "дубли в адресе: upakovochnye"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1750}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32860 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32862 …9}
-categories: Doctrine\ORM\PersistentCollection {#32864 …9}
-products: Doctrine\ORM\PersistentCollection {#32866 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32868 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32870 …9}
-options: Doctrine\ORM\PersistentCollection {#32872 …9}
-segments: Doctrine\ORM\PersistentCollection {#32874 …9}
-workers: Doctrine\ORM\PersistentCollection {#32876 …9}
-extras: Doctrine\ORM\PersistentCollection {#32878 …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: null
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32880 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32882 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
]
}
#initialized: true
-snapshot: array:9 [ …9]
-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: 5525
-keywords: "Инструменты для упаковки"
-menu_title: null
-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:9 [
0 => Shared\Entity\Main\Seo\SeoContent {#32366}
1 => Shared\Entity\Main\Seo\SeoContent {#32779}
2 => Shared\Entity\Main\Seo\SeoContent {#32720}
3 => Shared\Entity\Main\Seo\SeoContent {#32425}
4 => Shared\Entity\Main\Seo\SeoContent {#32484}
5 => Shared\Entity\Main\Seo\SeoContent {#32543}
6 => Shared\Entity\Main\Seo\SeoContent {#32602}
7 => Shared\Entity\Main\Seo\SeoContent {#32661}
8 => Shared\Entity\Main\Seo\SeoContent {#32893
-id: 736
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#32894 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32940 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32896 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32898 …9}
-title: "Гофрокороб 1000х650х910 мм П-32 пятислойный бурый"
-description: "<p></p>"
-slug: "gofrokorob-1000kh650kh910-mm-p-32-buryy"
-short_title: "Гофрокороб 1000х650х910 П-32 пятислойный бурый"
-modified_at: DateTimeImmutable @1729141190 {#32885 …1}
-priority: 8
-url: "/catalog/gofroupakovka/obertochnye/gofrokorob-1000kh650kh910-mm-p-32-buryy"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#27872 …65}
-childrens: Doctrine\ORM\PersistentCollection {#32900 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32902 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#32904 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32906 …9}
-bitrix_id: 76755
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32908 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32910 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32912 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32914 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: "1000x650x910"
-vote_count: 2
-vote_sum: 98
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32941 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32916 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32918 …9}
-categories: Doctrine\ORM\PersistentCollection {#32920 …9}
-products: Doctrine\ORM\PersistentCollection {#32922 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32924 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32926 …9}
-options: Doctrine\ORM\PersistentCollection {#32928 …9}
-segments: Doctrine\ORM\PersistentCollection {#32930 …9}
-workers: Doctrine\ORM\PersistentCollection {#32932 …9}
-extras: Doctrine\ORM\PersistentCollection {#32934 …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 @1716398150 {#32360 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32936 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32938 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
]
}
#initialized: true
-snapshot: array:9 [ …9]
-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: 8
-vote_sum: 400
-seoProduct: null
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye"
-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: "Упаковочные инструменты в Москве на заказ оптом и в розницу"
-og_description: "➤ Упаковочные инструменты от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 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 {#32975
#collection: Doctrine\Common\Collections\ArrayCollection {#32976
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#32971}
-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
}
]
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:1 [
0 => Shared\Entity\Main\Seo\SeoParagraph {#32971
-id: 514
-seoImages: Doctrine\ORM\PersistentCollection {#32973
#collection: Doctrine\Common\Collections\ArrayCollection {#32974
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#32971}
-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>Продуманная гофроупаковка делает многие процессы удобными. А чтобы сделать фасовку товаров и погрузо-разгрузочные работы проще и быстрее, воспользуйтесь вспомогательными упаковочными инструментами.<br><br>В нашем интернет-магазине представлены различные приспособления для работы с гофротарой и расходными материалами:</div><ul><li>Механический и ручной степлер. Скрепляет коробки металлическими скобами.\u{A0}</li><li>Натяжитель полипропиленовой ленты. Для стяжки гофротары на паллетах.\u{A0}</li><li>Диспенсер для скотча. Быстро фиксирует гофроупаковку от раскрытия.\u{A0}</li><li>Клещи. Для скрепления пп-ленты.</li></ul><div>У нас вы можете купить упаковочные инструменты оптом и в розницу с доставкой по Москве, МО и регионам России.<br><br>Позвоните нам по номеру 8 (800) 555-55-70 — наши менеджеры помогут вам подобрать правильное упаковочное решение!</div>\n"
-content: Shared\Entity\Main\Seo\SeoContent {#1276
-id: 76
-meta_title: "Упаковочные инструменты в Москве на заказ оптом и в розницу"
-meta_description: "➤ Упаковочные инструменты от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#1281
#collection: Doctrine\Common\Collections\ArrayCollection {#1283
-elements: array:1 [
0 => Shared\Entity\Main\Seo\SeoImage {#33220
-id: 135
-seo_name: "upakovochnye-instrumenty"
-alt_text: null
-sort_order: null
-is_page_preview: true
-raw_name: "8ab947f1-8098-46ae-8269-c73476a8a37e.jpg"
-old_path: "/upload/iblock/5aa/5aacc89c98e846316467929728ea9bc8.jpg"
-paragraph: Shared\Entity\Main\Seo\SeoParagraph {#32971}
-content: Shared\Entity\Main\Seo\SeoContent {#1276}
-default_alt_text: "Упаковочные инструменты"
-width: 1000
-height: 1000
-reprepare: false
}
]
}
#initialized: true
-snapshot: array:1 [ …1]
-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: 83
-value: """
<p>\r\n
\t Продуманная гофроупаковка делает многие процессы удобными. А\u{A0}чтобы сделать фасовку товаров и\u{A0}погрузо-разгрузочные работы проще и\u{A0}быстрее, воспользуйтесь вспомогательными <span class="bold color-primary">упаковочными инструментами</span>.\r\n
<div class="embed-responsive embed-responsive-16by9">\r\n
\t <iframe allow="autoplay; encrypted-media" allowfullscreen="" class="embed-responsive-item lazy" data-src="https://www.youtube.com/embed/6dPC9XAgRMI"></iframe>\r\n
</div><p>\r\n
\t В\u{A0}нашем интернет-магазине представлены различные приспособления для работы с\u{A0}гофротарой и\u{A0}расходными материалами:\r\n
</p><p>\r\n
</p><ul>\r\n
\t<li><i>Механический и\u{A0}ручной степлер</i><br></br>\r\n
\t Скрепляет коробки металлическими скобами.\u{A0}</li>\r\n
\t<li><i>Натяжитель полипропиленовой ленты</i><br></br>\r\n
\t Для стяжки гофротары на\u{A0}паллетах.\u{A0}</li>\r\n
\t<li><i>Диспенсер для скотча</i><br></br>\r\n
\t Быстро фиксирует гофроупаковку от\u{A0}раскрытия.\u{A0}</li>\r\n
\t<li><i>Клещи </i><br></br>\r\n
\t Для скрепления пп-ленты.</li>\r\n
</ul><p>\r\n
</p><div class="row">\r\n
\r\n
<div class="col-sm-6">\r\n
<div class="embed-responsive embed-responsive-16by9">\r\n
<iframe allow="autoplay; encrypted-media" allowfullscreen="" class="embed-responsive-item lazy" data-src="https://www.youtube.com/embed/0YkXy0hH3fs"></iframe>\r\n
</div>\r\n
</div>\r\n
\r\n
<hr class="col-xs-12 visible-xs"></hr>\r\n
\r\n
<div class="col-sm-6">\r\n
<div class="embed-responsive embed-responsive-16by9">\r\n
<iframe allow="autoplay; encrypted-media" allowfullscreen="" class="embed-responsive-item lazy" data-src="https://www.youtube.com/embed/nfwqHGU44ec"></iframe>\r\n
</div>\r\n
</div>\r\n
\r\n
</div><p>\r\n
\t У\u{A0}нас вы\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:1 [
0 => Shared\Entity\Main\Seo\SeoParagraph {#32971}
]
}
#initialized: true
-snapshot: array:1 [ …1]
-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: "Упаковочные инструменты"
-description: null
-slug: "upakovochnye-instrumenty"
-short_title: "Упаковочные инструменты"
-modified_at: DateTimeImmutable @1741773060 {#1274
date: 2025-03-12 04:51:00.0 America/Chicago (-05:00)
}
-priority: 9
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty"
-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 {#32887
#collection: Doctrine\Common\Collections\ArrayCollection {#32888
-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 {#32889
#collection: Doctrine\Common\Collections\ArrayCollection {#32890
-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 {#32891
#collection: Doctrine\Common\Collections\ArrayCollection {#32892
-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: 8
-meta_title: "Упаковочные материалы купить в Москве | Продажа упаковки оптом и в розницу в интернет-магазине Антэк"
-meta_description: "➤ Купить упаковочные материалы в розницу или оптом. Продажа от 1 шт. Срочная доставка от 2-х часов по Москве и области! Возможен самовывоз упаковки со склада интернет-магазина Антэк"
-seoImages: Doctrine\ORM\PersistentCollection {#2120
#collection: Doctrine\Common\Collections\ArrayCollection {#2121
-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 {#2166
-id: 15
-value: """
<p>Чтобы защитить груз от повреждений и сохранить внешний вид индивидуальной тары, функционала простой картонной коробки бывает недостаточно. В таких случаях применяют дополнительные упаковочные материалы, широко представленные в нашем каталоге. На сайте «Антэк» вы можете оптом и в розницу купить наполнители, пленку, прокладочный гофрокартон, скрепы и другую продукцию. Доставка товаров возможна по Москве и в другие регионы России.<h2>Классификация</h2><img alt="упаковочные материалы воздушный наполнитель" class="lazy img-responsive" loading="lazy" src="/content/img/base/acc10870-b2ff-4934-9445-204e7eb4a6cd.jpg" style="display:block;float:right;width:250px;"></img><p>Вкомплексе с <span class="bold">коробками</span> из гофрокартона используют три вида дополнительных упаковочных материалов:</p><ul>\r\n
\t<li><span class="color-primary">наполнители</span>. Нужны, если в таре остается свободное пространство, которое требуется устранить. Наполнители амортизируют удары, исключают перемещение груза внутри коробки;</li>\r\n
\t<li><span class="color-primary">оберточные материалы</span>. Защищают непосредственно груз или потребительскую, транспортную упаковку от механических повреждений. Нередко применяются для фиксации нескольких коробок в составе одного отправления;</li>\r\n
\t<li><span class="color-primary">дополнительные приспособления</span>. Помогают зафиксировать обертку, защитить углы коробок, стянуть несколько изделий, защитить тару от случайного вскрытия и т. д.</li>\r\n
</ul><p>Некоторые типы материалов могут выступать в качестве самостоятельной упаковки, а другие – только в составе комплексных решений. Нередко для производства такой продукции используют вторичное сырье, что позволяет заказчику снизить логистические затраты, обеспечив сохранность грузов.</p><h2>Ассортимент</h2><p>В «Антэк» продаются наиболее популярные разновидности упаковочных материалов:</p><ul>\r\n
\t<li><span class="color-primary">стретчевая пленка</span>. Устойчива к разрывам, защищает содержимое от пыли и влаги, фиксируется без клея. Используется для обматывания любых предметов – от небольших штучных товаров в потребительской таре до палетов с десятками коробок;</li>\r\n
\t<li><span class="color-primary">листовой гофрокартон</span>. Имеет высокую жесткость и прочность, амортизирующие свойства. Применяется в качестве прокладочного материала, разделителей, усиливающих элементов внутри коробок;</li>\r\n
\t<li><span class="color-primary">воздушно-пузырьковая пленка</span>. Эффективно гасит удары и вибрацию, термоизолирует, защищает от влаги и загрязнений. Используется при транспортировке хрупких и ценных товаров;</li>\r\n
\t<li><span class="color-primary">насыпной наполнитель из картона</span>. Представляет собой небольшие полоски из гофрокартона, имеет невысокую стоимость, экологичен, прост в применении. Предохраняет груз от смещения внутри тары;</li>\r\n
\t<li><span class="color-primary">крафт-бумага</span>. Используется в качестве обертки или наполнителя. Из нее изготавливают крафт-мешки, которые подходят для упаковывания сыпучих грузов;</li>\r\n
\t<li><span class="color-primary">клейкая лента</span>. Надежно скрепляет клапаны коробок или фиксирует обертку. Скотч различается по ширине, плотности, цвету и другим параметрам.</li>\r\n
</ul><p>У нас продаются картонные уголки, скрепы и скобы, стреп-лента и пряжки для нее, а также другие комплектующие. Менеджеры помогут купить набор упаковочных материалов оптом или в розницу для конкретных условий хранения, транспортировки грузов.</p><div class="row">\r\n
\r\n
<div class="col-sm-6">\r\n
<div class="embed-responsive embed-responsive-16by9">\r\n
<iframe allow="autoplay; encrypted-media" allowfullscreen="" class="embed-responsive-item lazy" data-src="https://www.youtube.com/embed/h-ahkEjHm2U"></iframe>\r\n
</div>\r\n
</div>\r\n
\r\n
<hr class="col-xs-12 visible-xs"></hr>\r\n
\r\n
<div class="col-sm-6">\r\n
<div class="embed-responsive embed-responsive-16by9">\r\n
<iframe allow="autoplay; encrypted-media" allowfullscreen="" class="embed-responsive-item lazy" data-src="https://www.youtube.com/embed/kHlVotIWgec"></iframe>\r\n
</div>\r\n
</div>\r\n
\r\n
</div><script type="application/ld+json">\r\n
{\r\n
"@context": "https://schema.org/",\r\n
"@type": "VideoObject",\r\n
"name": "Обзор ассортимента картонных коробок и товаров для упаковки",\r\n
"thumbnailUrl": "img.youtube.com/vi/kHlVotIWgec/sddefault.jpg",\r\n
"uploadDate": "2019-02-12T00:00:00",\r\n
"description": "Обзор ассортимента картонных коробок и товаров для упаковки",\r\n
"hasPart": {\r\n
"@type": "Clip",\r\n
"name": "Обзор ассортимента картонных коробок и товаров для упаковки",\r\n
"url": "https://www.youtube.com/embed/kHlVotIWgec"\r\n
}\r\n
}\r\n
</script><script type="application/ld+json">\r\n
{\r\n
"@context": "https://schema.org/",\r\n
"@type": "VideoObject",\r\n
"name": "Комплексная упаковка. Это что?",\r\n
"thumbnailUrl": "img.youtube.com/vi/h-ahkEjHm2U/sddefault.jpg",\r\n
"uploadDate": "2018-08-22T00:00:00",\r\n
"description": "Комплексная упаковка. Это что?",\r\n
"hasPart": {\r\n
"@type": "Clip",\r\n
"name": "Комплексная упаковка. Это что?",\r\n
"url": "https://www.youtube.com/embed/h-ahkEjHm2U"\r\n
}\r\n
}\r\n
</script></p>
"""
-content: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
}
-seoVideos: Doctrine\ORM\PersistentCollection {#2122
#collection: Doctrine\Common\Collections\ArrayCollection {#2123
-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 {#2124
#collection: Doctrine\Common\Collections\ArrayCollection {#2125
-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: "upakovochnye-materialy"
-short_title: "Упаковочные материалы"
-modified_at: DateTimeImmutable @1741777339 {#2119
date: 2025-03-12 06:02:19.0 America/Chicago (-05:00)
}
-priority: 9
-url: "/catalog/upakovochnye-materialy"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-parent: null
-childrens: Doctrine\ORM\PersistentCollection {#2126
#collection: Doctrine\Common\Collections\ArrayCollection {#2127
-elements: array:61 [
0 => Shared\Entity\Main\Seo\SeoContent {#23253
-id: 521
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23254 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23300 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23256 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23258 …9}
-title: "Бумага для пищевых продуктов"
-description: """
<p>\r\n
\tЭкологичная бумага для пищевых продуктов нашла применение в\u{A0}фасовке гастрономической продукции. Изделие отличается хорошей гигроскопичностью. Модификации используются для обертки выпечки, кексов, пельменей, пиццы и\u{A0}фастфуда . Модель популярна в\u{A0}сфере логистики и\u{A0}в\u{A0}розничной реализации. Большую популярность бумага обрела в\u{A0}ресторанах и\u{A0}кафе с\u{A0}едой на\u{A0}вынос. Пористая структура впитывает жир. Продукт поставляется в\u{A0}рулонах.\r\n
</p>
"""
-slug: "bumaga-dlya-pishchevykh-produktov"
-short_title: "Бумага для пищевых продуктов"
-modified_at: DateTimeImmutable @1729141051 {#23251 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/bumaga-dlya-pishchevykh-produktov"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23260 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23262 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23264 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23266 …9}
-bitrix_id: 43111
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23268 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23270 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23272 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23274 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, содержание меньше 500 символов"
-search_string: null
-vote_count: 13
-vote_sum: 520
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23301 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23276 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23278 …9}
-categories: Doctrine\ORM\PersistentCollection {#23280 …9}
-products: Doctrine\ORM\PersistentCollection {#23282 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23284 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23286 …9}
-options: Doctrine\ORM\PersistentCollection {#23288 …9}
-segments: Doctrine\ORM\PersistentCollection {#23290 …9}
-workers: Doctrine\ORM\PersistentCollection {#23292 …9}
-extras: Doctrine\ORM\PersistentCollection {#23294 …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 @1505488872 {#23252 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23296 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23298 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
1 => Shared\Entity\Main\Seo\SeoContent {#23312
-id: 516
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23313 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23359 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23315 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23317 …9}
-title: "Бумажные крафт-мешки"
-description: "<p>Бумажные Крафт-мешки широко востребованы для упаковки товаров розничной торговли. Главными преимуществами изделий перед полимерными аналогами является экологичность и\u{A0}повышенные прочностные характеристики. Кроме того, материал создает естественную вентиляцию для содержимого и\u{A0}не\u{A0}набухает от\u{A0}воздействия влаги. Данные мешки имеют несколько слоев бумаги, что повышает грузоподьемные свойства. Может заклеиаться по\u{A0}верху клейкой лентой или скрепляться скобами. И\u{A0}как плюс изделие имеет не\u{A0}маркий приятный бурый цвет целлюлозного картона.</p>"
-slug: "--bumazhnye-kraft-meshki"
-short_title: "Бумажные крафт-мешки"
-modified_at: DateTimeImmutable @1729141048 {#23310 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/--bumazhnye-kraft-meshki"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23319 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23321 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23323 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23325 …9}
-bitrix_id: 43101
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23327 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23329 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23331 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23333 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: null
-vote_count: 11
-vote_sum: 484
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23360 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23335 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23337 …9}
-categories: Doctrine\ORM\PersistentCollection {#23339 …9}
-products: Doctrine\ORM\PersistentCollection {#23341 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23343 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23345 …9}
-options: Doctrine\ORM\PersistentCollection {#23347 …9}
-segments: Doctrine\ORM\PersistentCollection {#23349 …9}
-workers: Doctrine\ORM\PersistentCollection {#23351 …9}
-extras: Doctrine\ORM\PersistentCollection {#23353 …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 @1505488772 {#23311 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23355 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23357 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
2 => Shared\Entity\Main\Seo\SeoContent {#23371
-id: 552
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23372 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23418 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23374 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23376 …9}
-title: "Бумажный наполнитель. Цвет: Натуральный/1кг"
-description: "<p></p>"
-slug: "bumazhnyy-napolnitel-tsvet-naturalnyy-1kg"
-short_title: "Бумажный наполнитель. Цвет: Натуральный/1кг"
-modified_at: DateTimeImmutable @1729141071 {#23369 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/bumazhnyy-napolnitel-tsvet-naturalnyy-1kg"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23378 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23380 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23382 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23384 …9}
-bitrix_id: 54684
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23386 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23388 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23390 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23392 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: null
-vote_count: 6
-vote_sum: 264
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23419 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23394 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23396 …9}
-categories: Doctrine\ORM\PersistentCollection {#23398 …9}
-products: Doctrine\ORM\PersistentCollection {#23400 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23402 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23404 …9}
-options: Doctrine\ORM\PersistentCollection {#23406 …9}
-segments: Doctrine\ORM\PersistentCollection {#23408 …9}
-workers: Doctrine\ORM\PersistentCollection {#23410 …9}
-extras: Doctrine\ORM\PersistentCollection {#23412 …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 {#23370 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23414 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23416 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
3 => Shared\Entity\Main\Seo\SeoContent {#23430
-id: 561
-meta_title: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций) в Москве: цена, купить в Антэк"
-meta_description: "➤ Воздушная упаковочная лента “Волна” 400 мм х 165 мм (10 секций) от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23431 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23477 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23433 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23435 …9}
-title: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций)"
-description: "<div></div>"
-slug: "upakovochnaya-lenta-400-165"
-short_title: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций)"
-modified_at: DateTimeImmutable @1741970816 {#23428 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnaya-lenta-400-165"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23437 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23439 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23441 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23443 …9}
-bitrix_id: 74894
-keywords: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23445 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23447 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23449 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23451 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: "400x165"
-vote_count: 10
-vote_sum: 480
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23478 …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 {#23453 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23455 …9}
-categories: Doctrine\ORM\PersistentCollection {#23457 …9}
-products: Doctrine\ORM\PersistentCollection {#23459 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23461 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23463 …9}
-options: Doctrine\ORM\PersistentCollection {#23465 …9}
-segments: Doctrine\ORM\PersistentCollection {#23467 …9}
-workers: Doctrine\ORM\PersistentCollection {#23469 …9}
-extras: Doctrine\ORM\PersistentCollection {#23471 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций) в Москве: цена, купить в Антэк"
-og_description: "➤ Воздушная упаковочная лента “Волна” 400х165 мм (10 секций) от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1625594783 {#23429 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23473 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23475 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
4 => Shared\Entity\Main\Seo\SeoContent {#23488
-id: 80
-meta_title: "Воздушно-пузырьковая пленка: купить в Москве от производителя"
-meta_description: "➤ Воздушно-пузырьковая пленка от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23489 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23535 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23491 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23493 …9}
-title: "Воздушно-пузырьковая пленка"
-description: null
-slug: "vozdushno-puzyrkovaya-plenka"
-short_title: null
-modified_at: DateTimeImmutable @1741772947 {#23487 …1}
-priority: 9
-url: "/catalog/upakovochnye-materialy/vozdushno-puzyrkovaya-plenka"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23495 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23497 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23499 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23501 …9}
-bitrix_id: 5862
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23503 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23505 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23507 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23509 …9}
-is_problems: false
-is_ready: false
-problems_string: ""
-search_string: null
-vote_count: 11
-vote_sum: 462
-seoProduct: null
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23511 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23513 …9}
-categories: Doctrine\ORM\PersistentCollection {#23515 …9}
-products: Doctrine\ORM\PersistentCollection {#23517 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23519 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23521 …9}
-options: Doctrine\ORM\PersistentCollection {#23523 …9}
-segments: Doctrine\ORM\PersistentCollection {#23525 …9}
-workers: Doctrine\ORM\PersistentCollection {#23527 …9}
-extras: Doctrine\ORM\PersistentCollection {#23529 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Воздушно-пузырьковая пленка: купить в Москве от производителя"
-og_description: "➤ Воздушно-пузырьковая пленка от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: null
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23531 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23533 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
5 => Shared\Entity\Main\Seo\SeoContent {#23538
-id: 524
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23539 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23585 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23541 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23543 …9}
-title: "Воздушнопузырьковая пленка"
-description: "<p>Воздушно-пузырьковая пленка обрела востребованность в\u{A0}доставке хрупких и\u{A0}ценных грузов, которые требуют более эффективной защиты. Кроме того, изделие обладает характеристиками утеплителя, поэтому его используют при возведении строительных объектов . Изготовление осуществляется с\u{A0}использованием пищевого полиэтилена. Модели могут быть представлены двух- или трехслойной структурой. Внешняя сторона\u{A0}— это слой с\u{A0}пузырьками воздуха, которые эффективно смягчают внешние удары.</p>"
-slug: "--vozdushnopuzyrkovaya-plenka"
-short_title: "Воздушнопузырьковая пленка"
-modified_at: DateTimeImmutable @1729141053 {#23536 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/--vozdushnopuzyrkovaya-plenka"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23545 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23547 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23549 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23551 …9}
-bitrix_id: 43119
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23553 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23555 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23557 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23559 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, содержание меньше 500 символов"
-search_string: null
-vote_count: 8
-vote_sum: 400
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23586 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23561 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23563 …9}
-categories: Doctrine\ORM\PersistentCollection {#23565 …9}
-products: Doctrine\ORM\PersistentCollection {#23567 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23569 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23571 …9}
-options: Doctrine\ORM\PersistentCollection {#23573 …9}
-segments: Doctrine\ORM\PersistentCollection {#23575 …9}
-workers: Doctrine\ORM\PersistentCollection {#23577 …9}
-extras: Doctrine\ORM\PersistentCollection {#23579 …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 @1505489025 {#23537 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23581 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23583 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
6 => Shared\Entity\Main\Seo\SeoContent {#23597
-id: 534
-meta_title: "ВПП рулон 100х1,5 м (Т) в Москве: цена, купить в Антэк"
-meta_description: "➤ ВПП рулон 100м х 1,5 м (Т) от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23598 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23644 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23600 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23602 …9}
-title: "ВПП рулон 100х1,5 м (Т)"
-description: "<div>Воздушно-пузырьковая пленка трехслойная рулон 100м х 1,5 м</div>"
-slug: "vpp-rulon-100m-1-5-m"
-short_title: "ВПП рулон 100х1,5 м (Т)"
-modified_at: DateTimeImmutable @1741969856 {#23595 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/vpp-rulon-100m-1-5-m"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23604 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23606 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23608 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23610 …9}
-bitrix_id: 54475
-keywords: "ВПП рулон 100х1,5 м (Т) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23612 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23614 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23616 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23618 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 11
-vote_sum: 484
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23645 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23620 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23622 …9}
-categories: Doctrine\ORM\PersistentCollection {#23624 …9}
-products: Doctrine\ORM\PersistentCollection {#23626 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23628 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23630 …9}
-options: Doctrine\ORM\PersistentCollection {#23632 …9}
-segments: Doctrine\ORM\PersistentCollection {#23634 …9}
-workers: Doctrine\ORM\PersistentCollection {#23636 …9}
-extras: Doctrine\ORM\PersistentCollection {#23638 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "ВПП рулон 100х1,5 м (Т) в Москве: цена, купить в Антэк"
-og_description: "➤ ВПП рулон 100х1,5 м (Т) от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681663 {#23596 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23640 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23642 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
7 => Shared\Entity\Main\Seo\SeoContent {#23656
-id: 536
-meta_title: "ВПП рулон 20х1,5 м (Т) в Москве: цена, купить в Антэк"
-meta_description: "➤ ВПП рулон 20м х 1,5 м (Т) от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23657 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23703 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23659 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23661 …9}
-title: "ВПП рулон 20м х 1,5 м (Т)"
-description: "<div>Воздушно-пузырьковая пленка трехслойная 20м х 1,5 м</div>"
-slug: "vpp-rulon-20-1-5-m"
-short_title: "ВПП рулон 20х1,5 м (Т)"
-modified_at: DateTimeImmutable @1741969448 {#23654 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/vpp-rulon-20-1-5-m"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23663 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23665 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23667 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23669 …9}
-bitrix_id: 54484
-keywords: "ВПП рулон 20м х 1,5 м (Т) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23671 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23673 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23675 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23677 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 12
-vote_sum: 576
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23704 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23679 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23681 …9}
-categories: Doctrine\ORM\PersistentCollection {#23683 …9}
-products: Doctrine\ORM\PersistentCollection {#23685 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23687 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23689 …9}
-options: Doctrine\ORM\PersistentCollection {#23691 …9}
-segments: Doctrine\ORM\PersistentCollection {#23693 …9}
-workers: Doctrine\ORM\PersistentCollection {#23695 …9}
-extras: Doctrine\ORM\PersistentCollection {#23697 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "ВПП рулон 20х1,5 м (Т) в Москве: цена, купить в Антэк"
-og_description: "➤ ВПП рулон 20м х 1,5 м (Т) от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681664 {#23655 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23699 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23701 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
8 => Shared\Entity\Main\Seo\SeoContent {#23714
-id: 77
-meta_title: "Защитные картонные уголки: купить в Москве от производителя"
-meta_description: "➤ Защитные картонные уголки от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23715 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23761 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23717 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23719 …9}
-title: "Защитные картонные уголки"
-description: null
-slug: "zashchitnye-kartonnye-ugolki"
-short_title: null
-modified_at: DateTimeImmutable @1741773036 {#23713 …1}
-priority: 9
-url: "/catalog/upakovochnye-materialy/zashchitnye-kartonnye-ugolki"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23721 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23723 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23725 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23727 …9}
-bitrix_id: 5614
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23729 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23731 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23733 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23735 …9}
-is_problems: false
-is_ready: false
-problems_string: ""
-search_string: null
-vote_count: 12
-vote_sum: 528
-seoProduct: null
-meta_ok: false
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23737 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23739 …9}
-categories: Doctrine\ORM\PersistentCollection {#23741 …9}
-products: Doctrine\ORM\PersistentCollection {#23743 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23745 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23747 …9}
-options: Doctrine\ORM\PersistentCollection {#23749 …9}
-segments: Doctrine\ORM\PersistentCollection {#23751 …9}
-workers: Doctrine\ORM\PersistentCollection {#23753 …9}
-extras: Doctrine\ORM\PersistentCollection {#23755 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Защитные картонные уголки: купить в Москве от производителя"
-og_description: "➤ Защитные картонные уголки от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: null
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23757 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23759 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
9 => Shared\Entity\Main\Seo\SeoContent {#23764
-id: 522
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23765 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23811 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23767 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23769 …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}них можно использовать в\u{A0}качестве уголков для полипропиленовой ленты, чтобы избежать деформации уголов при натяжении. Такие уголки часто используются без коробки, если груз сам по\u{A0}себе имеет выраженные углы.</p>"
-slug: "--zashchitnye-ugolki-iz-pressovannogo-kartona"
-short_title: "Защитные уголки из прессованного картона"
-modified_at: DateTimeImmutable @1729141052 {#23762 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/--zashchitnye-ugolki-iz-pressovannogo-kartona"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23771 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23773 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23775 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23777 …9}
-bitrix_id: 43113
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23779 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23781 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23783 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23785 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: null
-vote_count: 12
-vote_sum: 528
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23812 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
…27
}
10 => Shared\Entity\Main\Seo\SeoContent {#23823 …65}
11 => Shared\Entity\Main\Seo\SeoContent {#23881 …65}
12 => Shared\Entity\Main\Seo\SeoContent {#23931 …65}
13 => Shared\Entity\Main\Seo\SeoContent {#23990 …65}
14 => Shared\Entity\Main\Seo\SeoContent {#24049 …65}
15 => Shared\Entity\Main\Seo\SeoContent {#24108 …65}
16 => Shared\Entity\Main\Seo\SeoContent {#24167 …65}
17 => Shared\Entity\Main\Seo\SeoContent {#24226 …65}
18 => Shared\Entity\Main\Seo\SeoContent {#24285 …65}
19 => Shared\Entity\Main\Seo\SeoContent {#24344 …65}
20 => Shared\Entity\Main\Seo\SeoContent {#24402 …65}
21 => Shared\Entity\Main\Seo\SeoContent {#24452 …65}
22 => Shared\Entity\Main\Seo\SeoContent {#24511 …65}
23 => Shared\Entity\Main\Seo\SeoContent {#24570 …65}
24 => Shared\Entity\Main\Seo\SeoContent {#24629 …65}
25 => Shared\Entity\Main\Seo\SeoContent {#24688 …65}
26 => Shared\Entity\Main\Seo\SeoContent {#24747 …65}
27 => Shared\Entity\Main\Seo\SeoContent {#24806 …65}
28 => Shared\Entity\Main\Seo\SeoContent {#24865 …65}
29 => Shared\Entity\Main\Seo\SeoContent {#24924 …65}
30 => Shared\Entity\Main\Seo\SeoContent {#24983 …65}
31 => Shared\Entity\Main\Seo\SeoContent {#25042 …65}
32 => Shared\Entity\Main\Seo\SeoContent {#25101 …65}
33 => Shared\Entity\Main\Seo\SeoContent {#25160 …65}
34 => Shared\Entity\Main\Seo\SeoContent {#25219 …65}
35 => Shared\Entity\Main\Seo\SeoContent {#25278 …65}
36 => Shared\Entity\Main\Seo\SeoContent {#25337 …65}
37 => Shared\Entity\Main\Seo\SeoContent {#25396 …65}
38 => Shared\Entity\Main\Seo\SeoContent {#25455 …65}
39 => Shared\Entity\Main\Seo\SeoContent {#25514 …65}
40 => Shared\Entity\Main\Seo\SeoContent {#25573 …65}
41 => Shared\Entity\Main\Seo\SeoContent {#25632 …65}
42 => Shared\Entity\Main\Seo\SeoContent {#25691 …65}
43 => Shared\Entity\Main\Seo\SeoContent {#25750 …65}
44 => Shared\Entity\Main\Seo\SeoContent {#25809 …65}
45 => Shared\Entity\Main\Seo\SeoContent {#25868 …65}
46 => Shared\Entity\Main\Seo\SeoContent {#25927 …65}
47 => Shared\Entity\Main\Seo\SeoContent {#25986 …65}
48 => Shared\Entity\Main\Seo\SeoContent {#26044 …65}
49 => Shared\Entity\Main\Seo\SeoContent {#26094 …65}
50 => Shared\Entity\Main\Seo\SeoContent {#26152 …65}
51 => Shared\Entity\Main\Seo\SeoContent {#26202 …65}
52 => Shared\Entity\Main\Seo\SeoContent {#26261 …65}
53 => Shared\Entity\Main\Seo\SeoContent {#26320 …65}
54 => Shared\Entity\Main\Seo\SeoContent {#26379 …65}
55 => Shared\Entity\Main\Seo\SeoContent {#26438 …65}
56 => Shared\Entity\Main\Seo\SeoContent {#26497 …65}
57 => Shared\Entity\Main\Seo\SeoContent {#1276}
58 => Shared\Entity\Main\Seo\SeoContent {#26556 …65}
59 => Shared\Entity\Main\Seo\SeoContent {#26615 …65}
60 => Shared\Entity\Main\Seo\SeoContent {#26674 …65}
]
}
#initialized: true
-snapshot: array:61 [ …61]
-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 {#2128
#collection: Doctrine\Common\Collections\ArrayCollection {#2129
-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 {#2130
#collection: Doctrine\Common\Collections\ArrayCollection {#2131
-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 {#2132
#collection: Doctrine\Common\Collections\ArrayCollection {#2133
-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: 5524
-keywords: "упаковочные материалы, расходные материалы, вспомогательная упаковка"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#2134
#collection: Doctrine\Common\Collections\ArrayCollection {#2135
-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 {#2136
#collection: Doctrine\Common\Collections\ArrayCollection {#2137
-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 {#2138
#collection: Doctrine\Common\Collections\ArrayCollection {#2139
-elements: array:61 [
0 => Shared\Entity\Main\Seo\SeoContent {#22693 …65}
1 => Shared\Entity\Main\Seo\SeoContent {#20570 …65}
2 => Shared\Entity\Main\Seo\SeoContent {#24344 …65}
3 => Shared\Entity\Main\Seo\SeoContent {#24452 …65}
4 => Shared\Entity\Main\Seo\SeoContent {#26320 …65}
5 => Shared\Entity\Main\Seo\SeoContent {#24108 …65}
6 => Shared\Entity\Main\Seo\SeoContent {#23312}
7 => Shared\Entity\Main\Seo\SeoContent {#24285 …65}
8 => Shared\Entity\Main\Seo\SeoContent {#25101 …65}
9 => Shared\Entity\Main\Seo\SeoContent {#24167 …65}
10 => Shared\Entity\Main\Seo\SeoContent {#24924 …65}
11 => Shared\Entity\Main\Seo\SeoContent {#23253}
12 => Shared\Entity\Main\Seo\SeoContent {#23764 …27}
13 => Shared\Entity\Main\Seo\SeoContent {#24983 …65}
14 => Shared\Entity\Main\Seo\SeoContent {#23538}
15 => Shared\Entity\Main\Seo\SeoContent {#23931 …65}
16 => Shared\Entity\Main\Seo\SeoContent {#26094 …65}
17 => Shared\Entity\Main\Seo\SeoContent {#24511 …65}
18 => Shared\Entity\Main\Seo\SeoContent {#25514 …65}
19 => Shared\Entity\Main\Seo\SeoContent {#25927 …65}
20 => Shared\Entity\Main\Seo\SeoContent {#26379 …65}
21 => Shared\Entity\Main\Seo\SeoContent {#26615 …65}
22 => Shared\Entity\Main\Seo\SeoContent {#25278 …65}
23 => Shared\Entity\Main\Seo\SeoContent {#25868 …65}
24 => Shared\Entity\Main\Seo\SeoContent {#23597}
25 => Shared\Entity\Main\Seo\SeoContent {#25396 …65}
26 => Shared\Entity\Main\Seo\SeoContent {#23656}
27 => Shared\Entity\Main\Seo\SeoContent {#24049 …65}
28 => Shared\Entity\Main\Seo\SeoContent {#23990 …65}
29 => Shared\Entity\Main\Seo\SeoContent {#24226 …65}
30 => Shared\Entity\Main\Seo\SeoContent {#23823 …65}
31 => Shared\Entity\Main\Seo\SeoContent {#26202 …65}
32 => Shared\Entity\Main\Seo\SeoContent {#25632 …65}
33 => Shared\Entity\Main\Seo\SeoContent {#26497 …65}
34 => Shared\Entity\Main\Seo\SeoContent {#25986 …65}
35 => Shared\Entity\Main\Seo\SeoContent {#26438 …65}
36 => Shared\Entity\Main\Seo\SeoContent {#26261 …65}
37 => Shared\Entity\Main\Seo\SeoContent {#25573 …65}
38 => Shared\Entity\Main\Seo\SeoContent {#25219 …65}
39 => Shared\Entity\Main\Seo\SeoContent {#25160 …65}
40 => Shared\Entity\Main\Seo\SeoContent {#25042 …65}
41 => Shared\Entity\Main\Seo\SeoContent {#25691 …65}
42 => Shared\Entity\Main\Seo\SeoContent {#23371}
43 => Shared\Entity\Main\Seo\SeoContent {#24806 …65}
44 => Shared\Entity\Main\Seo\SeoContent {#24629 …65}
45 => Shared\Entity\Main\Seo\SeoContent {#24570 …65}
46 => Shared\Entity\Main\Seo\SeoContent {#24688 …65}
47 => Shared\Entity\Main\Seo\SeoContent {#24747 …65}
48 => Shared\Entity\Main\Seo\SeoContent {#25750 …65}
49 => Shared\Entity\Main\Seo\SeoContent {#25809 …65}
50 => Shared\Entity\Main\Seo\SeoContent {#25337 …65}
51 => Shared\Entity\Main\Seo\SeoContent {#23430}
52 => Shared\Entity\Main\Seo\SeoContent {#26556 …65}
53 => Shared\Entity\Main\Seo\SeoContent {#25455 …65}
54 => Shared\Entity\Main\Seo\SeoContent {#26674 …65}
55 => Shared\Entity\Main\Seo\SeoContent {#32303 …65}
56 => Shared\Entity\Main\Seo\SeoContent {#41980 …65}
57 => Shared\Entity\Main\Seo\SeoContent {#29880 …65}
58 => Shared\Entity\Main\Seo\SeoContent {#40531 …65}
59 => Shared\Entity\Main\Seo\SeoContent {#24865 …65}
60 => Shared\Entity\Main\Seo\SeoContent {#36043 …65}
]
}
#initialized: true
-snapshot: array:61 [ …61]
-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 {#2140
#collection: Doctrine\Common\Collections\ArrayCollection {#2141
-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: 4
-vote_sum: 176
-seoProduct: null
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#2142
#collection: Doctrine\Common\Collections\ArrayCollection {#2143
-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 {#2144
#collection: Doctrine\Common\Collections\ArrayCollection {#2145
-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 {#2146
#collection: Doctrine\Common\Collections\ArrayCollection {#2147
-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 {#2148
#collection: Doctrine\Common\Collections\ArrayCollection {#2149
-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 {#2150
#collection: Doctrine\Common\Collections\ArrayCollection {#2151
-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 {#2152
#collection: Doctrine\Common\Collections\ArrayCollection {#2153
-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 {#2154
#collection: Doctrine\Common\Collections\ArrayCollection {#2155
-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 {#2156
#collection: Doctrine\Common\Collections\ArrayCollection {#2157
-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 {#2158
#collection: Doctrine\Common\Collections\ArrayCollection {#2159
-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 {#2160
#collection: Doctrine\Common\Collections\ArrayCollection {#2161
-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: "➤ Купить упаковочные материалы в розницу или оптом. Продажа от 1 шт. Срочная доставка от 2-х часов по Москве и области! Возможен самовывоз упаковки со склада интернет-магазина Антэк"
-short_code: null
-source_link: null
-created_at: null
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#2162
#collection: Doctrine\Common\Collections\ArrayCollection {#2163
-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 {#2164
#collection: Doctrine\Common\Collections\ArrayCollection {#2165
-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: 8
-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: array:9 [
0 => Shared\Entity\Main\Seo\SeoContent {#32366
-id: 565
-meta_title: "Диспенсер с ручкой (мет.), 50 мм купить в Москве в Антэк"
-meta_description: "➤ Диспенсер с ручкой (мет.), 50 мм от компании Антэк. Свой магазин и производство. Упаковочные инструменты – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-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: "Диспенсер с ручкой 50 мм"
-description: "<div>Диспенсер с ручкой для клейкой ленты с шириной ленты 50 мм. </div>"
-slug: "dispenser-50"
-short_title: "Диспенсер с ручкой 50 мм"
-modified_at: DateTimeImmutable @1741970737 {#32364 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/dispenser-50"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-childrens: Doctrine\ORM\PersistentCollection {#32373 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32375 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32377 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32379 …9}
-bitrix_id: 43144
-keywords: "Диспенсер с ручкой для клейкой ленты с шириной ленты 50 мм купить в Москве"
-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: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 10
-vote_sum: 430
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32414 …39}
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-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: "Диспенсер с ручкой (мет.), 50 мм купить в Москве в Антэк"
-og_description: "➤ Диспенсер с ручкой (мет.), 50 мм от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489463 {#32365 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32409 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32411 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
1 => Shared\Entity\Main\Seo\SeoContent {#32425
-id: 568
-meta_title: "Клещи Н-35 (1/2'') для ленты 12 мм купить в Москве в Антэк"
-meta_description: "➤ Клещи Н-35 (1/2'') для ленты 12 мм от компании Антэк. Свой магазин и производство. Упаковочные инструменты – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-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: "Клещи Н-35 (1/2'') для ленты 12 мм"
-description: "<div>Клещи Н-35 (1/2'') для механического скрепления ленты шириной 12 мм</div>"
-slug: "kleshchi-n35-dlya-lenty-12"
-short_title: "Клещи Н-35 (1/2'') для ленты 12 мм"
-modified_at: DateTimeImmutable @1741970684 {#32423 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/kleshchi-n35-dlya-lenty-12"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-childrens: Doctrine\ORM\PersistentCollection {#32432 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32434 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32436 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32438 …9}
-bitrix_id: 43150
-keywords: "Клещи Н-35 (1/2'') для ленты 12 мм купить в Москве"
-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: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 9
-vote_sum: 405
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32473 …39}
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-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: "Клещи Н-35 (1/2'') для ленты 12 мм купить в Москве в Антэк"
-og_description: "➤ Клещи Н-35 (1/2'') для ленты 12 мм от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489506 {#32424 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32468 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32470 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
2 => Shared\Entity\Main\Seo\SeoContent {#32484
-id: 569
-meta_title: "Клещи Н-35 (5/8'') для ленты 15 мм купить в Москве в Антэк"
-meta_description: "➤ Клещи Н-35 (5/8'') для ленты 15 мм от компании Антэк. Свой магазин и производство. Упаковочные инструменты – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32485 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32531 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32487 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32489 …9}
-title: "Клещи Н-35 (5/8'') для ленты 15 мм"
-description: "<div>Клещи Н-35 (5/8'') для механического скрепления ленты шириной 15 мм</div>"
-slug: "kleshchi-35-dlya-lenty-15-mm"
-short_title: "Клещи Н-35 (5/8'') для ленты 15 мм"
-modified_at: DateTimeImmutable @1741970660 {#32482 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/kleshchi-35-dlya-lenty-15-mm"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-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: 43152
-keywords: "Клещи Н-35 (5/8'') для ленты 15 мм купить в Москве"
-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: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 1
-vote_sum: 43
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32532 …39}
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32507 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32509 …9}
-categories: Doctrine\ORM\PersistentCollection {#32511 …9}
-products: Doctrine\ORM\PersistentCollection {#32513 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32515 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32517 …9}
-options: Doctrine\ORM\PersistentCollection {#32519 …9}
-segments: Doctrine\ORM\PersistentCollection {#32521 …9}
-workers: Doctrine\ORM\PersistentCollection {#32523 …9}
-extras: Doctrine\ORM\PersistentCollection {#32525 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Клещи Н-35 (5/8'') для ленты 15 мм купить в Москве в Антэк"
-og_description: "➤ Клещи Н-35 (5/8'') для ленты 15 мм от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489506 {#32483 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32527 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32529 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
3 => Shared\Entity\Main\Seo\SeoContent {#32543
-id: 570
-meta_title: "Комбинированное устройство Н-42 (лента 12 мм) купить в Москве в Антэк"
-meta_description: "➤ Комбинированное устройство Н-42 (лента 12 мм) от компании Антэк. Свой магазин и производство. Упаковочные инструменты – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32544 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32590 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32546 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32548 …9}
-title: "Комбинированное устройство Н-42 (лента 12 мм)"
-description: "<div>Комбинированное устройство Н-42 для ленты шириной 12 мм</div>"
-slug: "kombinirovannoe-ustroystvo-12mm"
-short_title: "Комбинированное устройство Н-42 (лента 12 мм)"
-modified_at: DateTimeImmutable @1741970645 {#32541 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/kombinirovannoe-ustroystvo-12mm"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-childrens: Doctrine\ORM\PersistentCollection {#32550 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32552 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32554 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32556 …9}
-bitrix_id: 43154
-keywords: "Комбинированное устройство Н-42 (лента 12 мм) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32558 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32560 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32562 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32564 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 15
-vote_sum: 720
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32591 …39}
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye, длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32566 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32568 …9}
-categories: Doctrine\ORM\PersistentCollection {#32570 …9}
-products: Doctrine\ORM\PersistentCollection {#32572 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32574 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32576 …9}
-options: Doctrine\ORM\PersistentCollection {#32578 …9}
-segments: Doctrine\ORM\PersistentCollection {#32580 …9}
-workers: Doctrine\ORM\PersistentCollection {#32582 …9}
-extras: Doctrine\ORM\PersistentCollection {#32584 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Комбинированное устройство Н-42 (лента 12 мм) купить в Москве в Антэк"
-og_description: "➤ Комбинированное устройство Н-42 (лента 12 мм) от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489506 {#32542 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32586 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32588 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
4 => Shared\Entity\Main\Seo\SeoContent {#32602
-id: 571
-meta_title: "Комбинированное устройство Н-42 (лента 15 мм) купить в Москве в Антэк"
-meta_description: "➤ Комбинированное устройство Н-42 (лента 15 мм) от компании Антэк. Свой магазин и производство. Упаковочные инструменты – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32603 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32649 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32605 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32607 …9}
-title: "Комбинированное устройство Н-42 (лента 15 мм)"
-description: "<div>Комбинированное устройство Н-42 для ленты шириной 15 мм</div>"
-slug: "kombinirovannoe-ustroystvo-n42"
-short_title: "Комбинированное устройство Н-42 (лента 15 мм)"
-modified_at: DateTimeImmutable @1741970605 {#32600 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/kombinirovannoe-ustroystvo-n42"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-childrens: Doctrine\ORM\PersistentCollection {#32609 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32611 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32613 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32615 …9}
-bitrix_id: 43156
-keywords: "Комбинированное устройство Н-42 (лента 15 мм) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32617 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32619 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32621 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32623 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 10
-vote_sum: 470
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32650 …39}
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye, длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32625 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32627 …9}
-categories: Doctrine\ORM\PersistentCollection {#32629 …9}
-products: Doctrine\ORM\PersistentCollection {#32631 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32633 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32635 …9}
-options: Doctrine\ORM\PersistentCollection {#32637 …9}
-segments: Doctrine\ORM\PersistentCollection {#32639 …9}
-workers: Doctrine\ORM\PersistentCollection {#32641 …9}
-extras: Doctrine\ORM\PersistentCollection {#32643 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Комбинированное устройство Н-42 (лента 15 мм) купить в Москве в Антэк"
-og_description: "➤ Комбинированное устройство Н-42 (лента 15 мм) от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489506 {#32601 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32645 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32647 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
5 => Shared\Entity\Main\Seo\SeoContent {#32661
-id: 572
-meta_title: "Натяжитель полипропиленовой ленты Н-21 купить в Москве в Антэк"
-meta_description: "➤ Натяжитель полипропиленовой ленты Н-21 от компании Антэк. Свой магазин и производство. Упаковочные инструменты – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32662 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32708 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32664 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32666 …9}
-title: "Натяжитель полипропиленовой ленты Н-21"
-description: "<div>Натяжитель Н-21 для полипропиленовой ленты шириной до 19 мм</div>"
-slug: "natyazhitel-polipropilenovoy-lenty-n21"
-short_title: "Натяжитель полипропиленовой ленты Н-21"
-modified_at: DateTimeImmutable @1741970581 {#32659 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/natyazhitel-polipropilenovoy-lenty-n21"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-childrens: Doctrine\ORM\PersistentCollection {#32668 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32670 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32672 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32674 …9}
-bitrix_id: 43158
-keywords: "Натяжитель полипропиленовой ленты Н-21 купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32676 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32678 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32680 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32682 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 12
-vote_sum: 516
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32709 …39}
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye, длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32684 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32686 …9}
-categories: Doctrine\ORM\PersistentCollection {#32688 …9}
-products: Doctrine\ORM\PersistentCollection {#32690 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32692 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32694 …9}
-options: Doctrine\ORM\PersistentCollection {#32696 …9}
-segments: Doctrine\ORM\PersistentCollection {#32698 …9}
-workers: Doctrine\ORM\PersistentCollection {#32700 …9}
-extras: Doctrine\ORM\PersistentCollection {#32702 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Натяжитель полипропиленовой ленты Н-21 купить в Москве в Антэк"
-og_description: "➤ Натяжитель полипропиленовой ленты Н-21 от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489507 {#32660 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32704 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32706 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
6 => Shared\Entity\Main\Seo\SeoContent {#32720
-id: 567
-meta_title: "Степлер механический МА/15-18 купить в Москве в Антэк"
-meta_description: "➤ Степлер механический МА/15-18 от компании Антэк. Свой магазин и производство. Упаковочные инструменты – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32721 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32767 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32723 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32725 …9}
-title: "Степлер механический МА/15-18"
-description: "<div>Степлер механический МА/15-18 (аналог FX-88)</div>"
-slug: "stepler-mekhanicheskiy-ma-15-18"
-short_title: "Степлер механический МА/15-18"
-modified_at: DateTimeImmutable @1741970699 {#32718 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/stepler-mekhanicheskiy-ma-15-18"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-childrens: Doctrine\ORM\PersistentCollection {#32727 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32729 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32731 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32733 …9}
-bitrix_id: 43148
-keywords: "Степлер механический МА/15-18 купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32735 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32737 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32739 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32741 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 8
-vote_sum: 376
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32768 …39}
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32743 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32745 …9}
-categories: Doctrine\ORM\PersistentCollection {#32747 …9}
-products: Doctrine\ORM\PersistentCollection {#32749 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32751 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32753 …9}
-options: Doctrine\ORM\PersistentCollection {#32755 …9}
-segments: Doctrine\ORM\PersistentCollection {#32757 …9}
-workers: Doctrine\ORM\PersistentCollection {#32759 …9}
-extras: Doctrine\ORM\PersistentCollection {#32761 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Степлер механический МА/15-18 купить в Москве в Антэк"
-og_description: "➤ Степлер механический МА/15-18 от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489492 {#32719 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32763 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32765 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
7 => Shared\Entity\Main\Seo\SeoContent {#32779
-id: 566
-meta_title: "Степлер ручной механический (скобосшиватель) купить в Москве в Антэк"
-meta_description: "➤ Степлер ручной механический (скобосшиватель) от компании Антэк. Свой магазин и производство. Упаковочные инструменты – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32780 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32826 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32782 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32784 …9}
-title: "Степлер ручной механический (скобосшиватель)"
-description: "<div>Степлер ручной механический (скобосшиватель)</div>"
-slug: "stepler-ruchnoy-mekhanicheskiy"
-short_title: "Степлер ручной механический (скобосшиватель)"
-modified_at: DateTimeImmutable @1741970716 {#32777 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/stepler-ruchnoy-mekhanicheskiy"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-childrens: Doctrine\ORM\PersistentCollection {#32786 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32788 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32790 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32792 …9}
-bitrix_id: 43146
-keywords: "Степлер ручной механический (скобосшиватель) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32794 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32796 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32798 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32800 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 13
-vote_sum: 650
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32827 …39}
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye, длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32802 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32804 …9}
-categories: Doctrine\ORM\PersistentCollection {#32806 …9}
-products: Doctrine\ORM\PersistentCollection {#32808 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32810 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32812 …9}
-options: Doctrine\ORM\PersistentCollection {#32814 …9}
-segments: Doctrine\ORM\PersistentCollection {#32816 …9}
-workers: Doctrine\ORM\PersistentCollection {#32818 …9}
-extras: Doctrine\ORM\PersistentCollection {#32820 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Степлер ручной механический (скобосшиватель) купить в Москве в Антэк"
-og_description: "➤ Степлер ручной механический (скобосшиватель) от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489492 {#32778 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32822 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32824 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
8 => Shared\Entity\Main\Seo\SeoContent {#32837
-id: 83
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#32838 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32884 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32840 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32842 …9}
-title: "Степлеры"
-description: ""
-slug: "steplery"
-short_title: null
-modified_at: DateTimeImmutable @1729140778 {#32836 …1}
-priority: 9
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/steplery"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-childrens: Doctrine\ORM\PersistentCollection {#32844 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32846 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#32848 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32850 …9}
-bitrix_id: 5613
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32852 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32854 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32856 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32858 …9}
-is_problems: true
-is_ready: false
-problems_string: "нет мета данных, нет изображений, содержание меньше 500 символов"
-search_string: null
-vote_count: 11
-vote_sum: 495
-seoProduct: null
-meta_ok: true
-notice_field: "дубли в адресе: upakovochnye"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1750}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32860 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32862 …9}
-categories: Doctrine\ORM\PersistentCollection {#32864 …9}
-products: Doctrine\ORM\PersistentCollection {#32866 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32868 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32870 …9}
-options: Doctrine\ORM\PersistentCollection {#32872 …9}
-segments: Doctrine\ORM\PersistentCollection {#32874 …9}
-workers: Doctrine\ORM\PersistentCollection {#32876 …9}
-extras: Doctrine\ORM\PersistentCollection {#32878 …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: null
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32880 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32882 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
]
}
#initialized: true
-snapshot: array:9 [ …9]
-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: 5525
-keywords: "Инструменты для упаковки"
-menu_title: null
-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:9 [
0 => Shared\Entity\Main\Seo\SeoContent {#32366}
1 => Shared\Entity\Main\Seo\SeoContent {#32779}
2 => Shared\Entity\Main\Seo\SeoContent {#32720}
3 => Shared\Entity\Main\Seo\SeoContent {#32425}
4 => Shared\Entity\Main\Seo\SeoContent {#32484}
5 => Shared\Entity\Main\Seo\SeoContent {#32543}
6 => Shared\Entity\Main\Seo\SeoContent {#32602}
7 => Shared\Entity\Main\Seo\SeoContent {#32661}
8 => Shared\Entity\Main\Seo\SeoContent {#32893
-id: 736
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#32894 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32940 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32896 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32898 …9}
-title: "Гофрокороб 1000х650х910 мм П-32 пятислойный бурый"
-description: "<p></p>"
-slug: "gofrokorob-1000kh650kh910-mm-p-32-buryy"
-short_title: "Гофрокороб 1000х650х910 П-32 пятислойный бурый"
-modified_at: DateTimeImmutable @1729141190 {#32885 …1}
-priority: 8
-url: "/catalog/gofroupakovka/obertochnye/gofrokorob-1000kh650kh910-mm-p-32-buryy"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#27872 …65}
-childrens: Doctrine\ORM\PersistentCollection {#32900 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32902 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#32904 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32906 …9}
-bitrix_id: 76755
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32908 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32910 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32912 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32914 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: "1000x650x910"
-vote_count: 2
-vote_sum: 98
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32941 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32916 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32918 …9}
-categories: Doctrine\ORM\PersistentCollection {#32920 …9}
-products: Doctrine\ORM\PersistentCollection {#32922 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32924 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32926 …9}
-options: Doctrine\ORM\PersistentCollection {#32928 …9}
-segments: Doctrine\ORM\PersistentCollection {#32930 …9}
-workers: Doctrine\ORM\PersistentCollection {#32932 …9}
-extras: Doctrine\ORM\PersistentCollection {#32934 …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 @1716398150 {#32360 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32936 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32938 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
]
}
#initialized: true
-snapshot: array:9 [ …9]
-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: 8
-vote_sum: 400
-seoProduct: null
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye"
-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: "Упаковочные инструменты в Москве на заказ оптом и в розницу"
-og_description: "➤ Упаковочные инструменты от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 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 {#32975
#collection: Doctrine\Common\Collections\ArrayCollection {#32976
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#32971}
-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
}
]
In
SeoContent.php
line 457:
}
);
dump($p);
return $p;
array:1 [
0 => Shared\Entity\Main\Seo\SeoParagraph {#32971
-id: 514
-seoImages: Doctrine\ORM\PersistentCollection {#32973
#collection: Doctrine\Common\Collections\ArrayCollection {#32974
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#32971}
-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>Продуманная гофроупаковка делает многие процессы удобными. А чтобы сделать фасовку товаров и погрузо-разгрузочные работы проще и быстрее, воспользуйтесь вспомогательными упаковочными инструментами.<br><br>В нашем интернет-магазине представлены различные приспособления для работы с гофротарой и расходными материалами:</div><ul><li>Механический и ручной степлер. Скрепляет коробки металлическими скобами.\u{A0}</li><li>Натяжитель полипропиленовой ленты. Для стяжки гофротары на паллетах.\u{A0}</li><li>Диспенсер для скотча. Быстро фиксирует гофроупаковку от раскрытия.\u{A0}</li><li>Клещи. Для скрепления пп-ленты.</li></ul><div>У нас вы можете купить упаковочные инструменты оптом и в розницу с доставкой по Москве, МО и регионам России.<br><br>Позвоните нам по номеру 8 (800) 555-55-70 — наши менеджеры помогут вам подобрать правильное упаковочное решение!</div>\n"
-content: Shared\Entity\Main\Seo\SeoContent {#1276
-id: 76
-meta_title: "Упаковочные инструменты в Москве на заказ оптом и в розницу"
-meta_description: "➤ Упаковочные инструменты от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#1281
#collection: Doctrine\Common\Collections\ArrayCollection {#1283
-elements: array:1 [
0 => Shared\Entity\Main\Seo\SeoImage {#33220
-id: 135
-seo_name: "upakovochnye-instrumenty"
-alt_text: null
-sort_order: null
-is_page_preview: true
-raw_name: "8ab947f1-8098-46ae-8269-c73476a8a37e.jpg"
-old_path: "/upload/iblock/5aa/5aacc89c98e846316467929728ea9bc8.jpg"
-paragraph: Shared\Entity\Main\Seo\SeoParagraph {#32971}
-content: Shared\Entity\Main\Seo\SeoContent {#1276}
-default_alt_text: "Упаковочные инструменты"
-width: 1000
-height: 1000
-reprepare: false
}
]
}
#initialized: true
-snapshot: array:1 [ …1]
-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: 83
-value: """
<p>\r\n
\t Продуманная гофроупаковка делает многие процессы удобными. А\u{A0}чтобы сделать фасовку товаров и\u{A0}погрузо-разгрузочные работы проще и\u{A0}быстрее, воспользуйтесь вспомогательными <span class="bold color-primary">упаковочными инструментами</span>.\r\n
<div class="embed-responsive embed-responsive-16by9">\r\n
\t <iframe allow="autoplay; encrypted-media" allowfullscreen="" class="embed-responsive-item lazy" data-src="https://www.youtube.com/embed/6dPC9XAgRMI"></iframe>\r\n
</div><p>\r\n
\t В\u{A0}нашем интернет-магазине представлены различные приспособления для работы с\u{A0}гофротарой и\u{A0}расходными материалами:\r\n
</p><p>\r\n
</p><ul>\r\n
\t<li><i>Механический и\u{A0}ручной степлер</i><br></br>\r\n
\t Скрепляет коробки металлическими скобами.\u{A0}</li>\r\n
\t<li><i>Натяжитель полипропиленовой ленты</i><br></br>\r\n
\t Для стяжки гофротары на\u{A0}паллетах.\u{A0}</li>\r\n
\t<li><i>Диспенсер для скотча</i><br></br>\r\n
\t Быстро фиксирует гофроупаковку от\u{A0}раскрытия.\u{A0}</li>\r\n
\t<li><i>Клещи </i><br></br>\r\n
\t Для скрепления пп-ленты.</li>\r\n
</ul><p>\r\n
</p><div class="row">\r\n
\r\n
<div class="col-sm-6">\r\n
<div class="embed-responsive embed-responsive-16by9">\r\n
<iframe allow="autoplay; encrypted-media" allowfullscreen="" class="embed-responsive-item lazy" data-src="https://www.youtube.com/embed/0YkXy0hH3fs"></iframe>\r\n
</div>\r\n
</div>\r\n
\r\n
<hr class="col-xs-12 visible-xs"></hr>\r\n
\r\n
<div class="col-sm-6">\r\n
<div class="embed-responsive embed-responsive-16by9">\r\n
<iframe allow="autoplay; encrypted-media" allowfullscreen="" class="embed-responsive-item lazy" data-src="https://www.youtube.com/embed/nfwqHGU44ec"></iframe>\r\n
</div>\r\n
</div>\r\n
\r\n
</div><p>\r\n
\t У\u{A0}нас вы\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:1 [
0 => Shared\Entity\Main\Seo\SeoParagraph {#32971}
]
}
#initialized: true
-snapshot: array:1 [ …1]
-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: "Упаковочные инструменты"
-description: null
-slug: "upakovochnye-instrumenty"
-short_title: "Упаковочные инструменты"
-modified_at: DateTimeImmutable @1741773060 {#1274
date: 2025-03-12 04:51:00.0 America/Chicago (-05:00)
}
-priority: 9
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty"
-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 {#32887
#collection: Doctrine\Common\Collections\ArrayCollection {#32888
-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 {#32889
#collection: Doctrine\Common\Collections\ArrayCollection {#32890
-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 {#32891
#collection: Doctrine\Common\Collections\ArrayCollection {#32892
-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: 8
-meta_title: "Упаковочные материалы купить в Москве | Продажа упаковки оптом и в розницу в интернет-магазине Антэк"
-meta_description: "➤ Купить упаковочные материалы в розницу или оптом. Продажа от 1 шт. Срочная доставка от 2-х часов по Москве и области! Возможен самовывоз упаковки со склада интернет-магазина Антэк"
-seoImages: Doctrine\ORM\PersistentCollection {#2120
#collection: Doctrine\Common\Collections\ArrayCollection {#2121
-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 {#2166
-id: 15
-value: """
<p>Чтобы защитить груз от повреждений и сохранить внешний вид индивидуальной тары, функционала простой картонной коробки бывает недостаточно. В таких случаях применяют дополнительные упаковочные материалы, широко представленные в нашем каталоге. На сайте «Антэк» вы можете оптом и в розницу купить наполнители, пленку, прокладочный гофрокартон, скрепы и другую продукцию. Доставка товаров возможна по Москве и в другие регионы России.<h2>Классификация</h2><img alt="упаковочные материалы воздушный наполнитель" class="lazy img-responsive" loading="lazy" src="/content/img/base/acc10870-b2ff-4934-9445-204e7eb4a6cd.jpg" style="display:block;float:right;width:250px;"></img><p>Вкомплексе с <span class="bold">коробками</span> из гофрокартона используют три вида дополнительных упаковочных материалов:</p><ul>\r\n
\t<li><span class="color-primary">наполнители</span>. Нужны, если в таре остается свободное пространство, которое требуется устранить. Наполнители амортизируют удары, исключают перемещение груза внутри коробки;</li>\r\n
\t<li><span class="color-primary">оберточные материалы</span>. Защищают непосредственно груз или потребительскую, транспортную упаковку от механических повреждений. Нередко применяются для фиксации нескольких коробок в составе одного отправления;</li>\r\n
\t<li><span class="color-primary">дополнительные приспособления</span>. Помогают зафиксировать обертку, защитить углы коробок, стянуть несколько изделий, защитить тару от случайного вскрытия и т. д.</li>\r\n
</ul><p>Некоторые типы материалов могут выступать в качестве самостоятельной упаковки, а другие – только в составе комплексных решений. Нередко для производства такой продукции используют вторичное сырье, что позволяет заказчику снизить логистические затраты, обеспечив сохранность грузов.</p><h2>Ассортимент</h2><p>В «Антэк» продаются наиболее популярные разновидности упаковочных материалов:</p><ul>\r\n
\t<li><span class="color-primary">стретчевая пленка</span>. Устойчива к разрывам, защищает содержимое от пыли и влаги, фиксируется без клея. Используется для обматывания любых предметов – от небольших штучных товаров в потребительской таре до палетов с десятками коробок;</li>\r\n
\t<li><span class="color-primary">листовой гофрокартон</span>. Имеет высокую жесткость и прочность, амортизирующие свойства. Применяется в качестве прокладочного материала, разделителей, усиливающих элементов внутри коробок;</li>\r\n
\t<li><span class="color-primary">воздушно-пузырьковая пленка</span>. Эффективно гасит удары и вибрацию, термоизолирует, защищает от влаги и загрязнений. Используется при транспортировке хрупких и ценных товаров;</li>\r\n
\t<li><span class="color-primary">насыпной наполнитель из картона</span>. Представляет собой небольшие полоски из гофрокартона, имеет невысокую стоимость, экологичен, прост в применении. Предохраняет груз от смещения внутри тары;</li>\r\n
\t<li><span class="color-primary">крафт-бумага</span>. Используется в качестве обертки или наполнителя. Из нее изготавливают крафт-мешки, которые подходят для упаковывания сыпучих грузов;</li>\r\n
\t<li><span class="color-primary">клейкая лента</span>. Надежно скрепляет клапаны коробок или фиксирует обертку. Скотч различается по ширине, плотности, цвету и другим параметрам.</li>\r\n
</ul><p>У нас продаются картонные уголки, скрепы и скобы, стреп-лента и пряжки для нее, а также другие комплектующие. Менеджеры помогут купить набор упаковочных материалов оптом или в розницу для конкретных условий хранения, транспортировки грузов.</p><div class="row">\r\n
\r\n
<div class="col-sm-6">\r\n
<div class="embed-responsive embed-responsive-16by9">\r\n
<iframe allow="autoplay; encrypted-media" allowfullscreen="" class="embed-responsive-item lazy" data-src="https://www.youtube.com/embed/h-ahkEjHm2U"></iframe>\r\n
</div>\r\n
</div>\r\n
\r\n
<hr class="col-xs-12 visible-xs"></hr>\r\n
\r\n
<div class="col-sm-6">\r\n
<div class="embed-responsive embed-responsive-16by9">\r\n
<iframe allow="autoplay; encrypted-media" allowfullscreen="" class="embed-responsive-item lazy" data-src="https://www.youtube.com/embed/kHlVotIWgec"></iframe>\r\n
</div>\r\n
</div>\r\n
\r\n
</div><script type="application/ld+json">\r\n
{\r\n
"@context": "https://schema.org/",\r\n
"@type": "VideoObject",\r\n
"name": "Обзор ассортимента картонных коробок и товаров для упаковки",\r\n
"thumbnailUrl": "img.youtube.com/vi/kHlVotIWgec/sddefault.jpg",\r\n
"uploadDate": "2019-02-12T00:00:00",\r\n
"description": "Обзор ассортимента картонных коробок и товаров для упаковки",\r\n
"hasPart": {\r\n
"@type": "Clip",\r\n
"name": "Обзор ассортимента картонных коробок и товаров для упаковки",\r\n
"url": "https://www.youtube.com/embed/kHlVotIWgec"\r\n
}\r\n
}\r\n
</script><script type="application/ld+json">\r\n
{\r\n
"@context": "https://schema.org/",\r\n
"@type": "VideoObject",\r\n
"name": "Комплексная упаковка. Это что?",\r\n
"thumbnailUrl": "img.youtube.com/vi/h-ahkEjHm2U/sddefault.jpg",\r\n
"uploadDate": "2018-08-22T00:00:00",\r\n
"description": "Комплексная упаковка. Это что?",\r\n
"hasPart": {\r\n
"@type": "Clip",\r\n
"name": "Комплексная упаковка. Это что?",\r\n
"url": "https://www.youtube.com/embed/h-ahkEjHm2U"\r\n
}\r\n
}\r\n
</script></p>
"""
-content: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
}
-seoVideos: Doctrine\ORM\PersistentCollection {#2122
#collection: Doctrine\Common\Collections\ArrayCollection {#2123
-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 {#2124
#collection: Doctrine\Common\Collections\ArrayCollection {#2125
-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: "upakovochnye-materialy"
-short_title: "Упаковочные материалы"
-modified_at: DateTimeImmutable @1741777339 {#2119
date: 2025-03-12 06:02:19.0 America/Chicago (-05:00)
}
-priority: 9
-url: "/catalog/upakovochnye-materialy"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-parent: null
-childrens: Doctrine\ORM\PersistentCollection {#2126
#collection: Doctrine\Common\Collections\ArrayCollection {#2127
-elements: array:61 [
0 => Shared\Entity\Main\Seo\SeoContent {#23253
-id: 521
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23254 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23300 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23256 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23258 …9}
-title: "Бумага для пищевых продуктов"
-description: """
<p>\r\n
\tЭкологичная бумага для пищевых продуктов нашла применение в\u{A0}фасовке гастрономической продукции. Изделие отличается хорошей гигроскопичностью. Модификации используются для обертки выпечки, кексов, пельменей, пиццы и\u{A0}фастфуда . Модель популярна в\u{A0}сфере логистики и\u{A0}в\u{A0}розничной реализации. Большую популярность бумага обрела в\u{A0}ресторанах и\u{A0}кафе с\u{A0}едой на\u{A0}вынос. Пористая структура впитывает жир. Продукт поставляется в\u{A0}рулонах.\r\n
</p>
"""
-slug: "bumaga-dlya-pishchevykh-produktov"
-short_title: "Бумага для пищевых продуктов"
-modified_at: DateTimeImmutable @1729141051 {#23251 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/bumaga-dlya-pishchevykh-produktov"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23260 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23262 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23264 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23266 …9}
-bitrix_id: 43111
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23268 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23270 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23272 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23274 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, содержание меньше 500 символов"
-search_string: null
-vote_count: 13
-vote_sum: 520
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23301 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23276 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23278 …9}
-categories: Doctrine\ORM\PersistentCollection {#23280 …9}
-products: Doctrine\ORM\PersistentCollection {#23282 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23284 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23286 …9}
-options: Doctrine\ORM\PersistentCollection {#23288 …9}
-segments: Doctrine\ORM\PersistentCollection {#23290 …9}
-workers: Doctrine\ORM\PersistentCollection {#23292 …9}
-extras: Doctrine\ORM\PersistentCollection {#23294 …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 @1505488872 {#23252 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23296 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23298 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
1 => Shared\Entity\Main\Seo\SeoContent {#23312
-id: 516
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23313 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23359 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23315 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23317 …9}
-title: "Бумажные крафт-мешки"
-description: "<p>Бумажные Крафт-мешки широко востребованы для упаковки товаров розничной торговли. Главными преимуществами изделий перед полимерными аналогами является экологичность и\u{A0}повышенные прочностные характеристики. Кроме того, материал создает естественную вентиляцию для содержимого и\u{A0}не\u{A0}набухает от\u{A0}воздействия влаги. Данные мешки имеют несколько слоев бумаги, что повышает грузоподьемные свойства. Может заклеиаться по\u{A0}верху клейкой лентой или скрепляться скобами. И\u{A0}как плюс изделие имеет не\u{A0}маркий приятный бурый цвет целлюлозного картона.</p>"
-slug: "--bumazhnye-kraft-meshki"
-short_title: "Бумажные крафт-мешки"
-modified_at: DateTimeImmutable @1729141048 {#23310 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/--bumazhnye-kraft-meshki"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23319 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23321 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23323 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23325 …9}
-bitrix_id: 43101
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23327 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23329 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23331 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23333 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: null
-vote_count: 11
-vote_sum: 484
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23360 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23335 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23337 …9}
-categories: Doctrine\ORM\PersistentCollection {#23339 …9}
-products: Doctrine\ORM\PersistentCollection {#23341 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23343 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23345 …9}
-options: Doctrine\ORM\PersistentCollection {#23347 …9}
-segments: Doctrine\ORM\PersistentCollection {#23349 …9}
-workers: Doctrine\ORM\PersistentCollection {#23351 …9}
-extras: Doctrine\ORM\PersistentCollection {#23353 …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 @1505488772 {#23311 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23355 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23357 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
2 => Shared\Entity\Main\Seo\SeoContent {#23371
-id: 552
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23372 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23418 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23374 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23376 …9}
-title: "Бумажный наполнитель. Цвет: Натуральный/1кг"
-description: "<p></p>"
-slug: "bumazhnyy-napolnitel-tsvet-naturalnyy-1kg"
-short_title: "Бумажный наполнитель. Цвет: Натуральный/1кг"
-modified_at: DateTimeImmutable @1729141071 {#23369 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/bumazhnyy-napolnitel-tsvet-naturalnyy-1kg"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23378 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23380 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23382 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23384 …9}
-bitrix_id: 54684
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23386 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23388 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23390 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23392 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: null
-vote_count: 6
-vote_sum: 264
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23419 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23394 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23396 …9}
-categories: Doctrine\ORM\PersistentCollection {#23398 …9}
-products: Doctrine\ORM\PersistentCollection {#23400 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23402 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23404 …9}
-options: Doctrine\ORM\PersistentCollection {#23406 …9}
-segments: Doctrine\ORM\PersistentCollection {#23408 …9}
-workers: Doctrine\ORM\PersistentCollection {#23410 …9}
-extras: Doctrine\ORM\PersistentCollection {#23412 …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 {#23370 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23414 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23416 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
3 => Shared\Entity\Main\Seo\SeoContent {#23430
-id: 561
-meta_title: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций) в Москве: цена, купить в Антэк"
-meta_description: "➤ Воздушная упаковочная лента “Волна” 400 мм х 165 мм (10 секций) от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23431 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23477 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23433 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23435 …9}
-title: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций)"
-description: "<div></div>"
-slug: "upakovochnaya-lenta-400-165"
-short_title: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций)"
-modified_at: DateTimeImmutable @1741970816 {#23428 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnaya-lenta-400-165"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23437 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23439 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23441 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23443 …9}
-bitrix_id: 74894
-keywords: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23445 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23447 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23449 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23451 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: "400x165"
-vote_count: 10
-vote_sum: 480
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23478 …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 {#23453 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23455 …9}
-categories: Doctrine\ORM\PersistentCollection {#23457 …9}
-products: Doctrine\ORM\PersistentCollection {#23459 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23461 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23463 …9}
-options: Doctrine\ORM\PersistentCollection {#23465 …9}
-segments: Doctrine\ORM\PersistentCollection {#23467 …9}
-workers: Doctrine\ORM\PersistentCollection {#23469 …9}
-extras: Doctrine\ORM\PersistentCollection {#23471 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций) в Москве: цена, купить в Антэк"
-og_description: "➤ Воздушная упаковочная лента “Волна” 400х165 мм (10 секций) от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1625594783 {#23429 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23473 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23475 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
4 => Shared\Entity\Main\Seo\SeoContent {#23488
-id: 80
-meta_title: "Воздушно-пузырьковая пленка: купить в Москве от производителя"
-meta_description: "➤ Воздушно-пузырьковая пленка от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23489 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23535 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23491 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23493 …9}
-title: "Воздушно-пузырьковая пленка"
-description: null
-slug: "vozdushno-puzyrkovaya-plenka"
-short_title: null
-modified_at: DateTimeImmutable @1741772947 {#23487 …1}
-priority: 9
-url: "/catalog/upakovochnye-materialy/vozdushno-puzyrkovaya-plenka"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23495 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23497 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23499 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23501 …9}
-bitrix_id: 5862
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23503 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23505 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23507 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23509 …9}
-is_problems: false
-is_ready: false
-problems_string: ""
-search_string: null
-vote_count: 11
-vote_sum: 462
-seoProduct: null
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23511 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23513 …9}
-categories: Doctrine\ORM\PersistentCollection {#23515 …9}
-products: Doctrine\ORM\PersistentCollection {#23517 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23519 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23521 …9}
-options: Doctrine\ORM\PersistentCollection {#23523 …9}
-segments: Doctrine\ORM\PersistentCollection {#23525 …9}
-workers: Doctrine\ORM\PersistentCollection {#23527 …9}
-extras: Doctrine\ORM\PersistentCollection {#23529 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Воздушно-пузырьковая пленка: купить в Москве от производителя"
-og_description: "➤ Воздушно-пузырьковая пленка от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: null
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23531 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23533 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
5 => Shared\Entity\Main\Seo\SeoContent {#23538
-id: 524
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23539 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23585 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23541 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23543 …9}
-title: "Воздушнопузырьковая пленка"
-description: "<p>Воздушно-пузырьковая пленка обрела востребованность в\u{A0}доставке хрупких и\u{A0}ценных грузов, которые требуют более эффективной защиты. Кроме того, изделие обладает характеристиками утеплителя, поэтому его используют при возведении строительных объектов . Изготовление осуществляется с\u{A0}использованием пищевого полиэтилена. Модели могут быть представлены двух- или трехслойной структурой. Внешняя сторона\u{A0}— это слой с\u{A0}пузырьками воздуха, которые эффективно смягчают внешние удары.</p>"
-slug: "--vozdushnopuzyrkovaya-plenka"
-short_title: "Воздушнопузырьковая пленка"
-modified_at: DateTimeImmutable @1729141053 {#23536 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/--vozdushnopuzyrkovaya-plenka"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23545 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23547 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23549 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23551 …9}
-bitrix_id: 43119
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23553 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23555 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23557 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23559 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, содержание меньше 500 символов"
-search_string: null
-vote_count: 8
-vote_sum: 400
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23586 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23561 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23563 …9}
-categories: Doctrine\ORM\PersistentCollection {#23565 …9}
-products: Doctrine\ORM\PersistentCollection {#23567 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23569 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23571 …9}
-options: Doctrine\ORM\PersistentCollection {#23573 …9}
-segments: Doctrine\ORM\PersistentCollection {#23575 …9}
-workers: Doctrine\ORM\PersistentCollection {#23577 …9}
-extras: Doctrine\ORM\PersistentCollection {#23579 …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 @1505489025 {#23537 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23581 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23583 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
6 => Shared\Entity\Main\Seo\SeoContent {#23597
-id: 534
-meta_title: "ВПП рулон 100х1,5 м (Т) в Москве: цена, купить в Антэк"
-meta_description: "➤ ВПП рулон 100м х 1,5 м (Т) от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23598 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23644 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23600 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23602 …9}
-title: "ВПП рулон 100х1,5 м (Т)"
-description: "<div>Воздушно-пузырьковая пленка трехслойная рулон 100м х 1,5 м</div>"
-slug: "vpp-rulon-100m-1-5-m"
-short_title: "ВПП рулон 100х1,5 м (Т)"
-modified_at: DateTimeImmutable @1741969856 {#23595 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/vpp-rulon-100m-1-5-m"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23604 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23606 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23608 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23610 …9}
-bitrix_id: 54475
-keywords: "ВПП рулон 100х1,5 м (Т) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23612 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23614 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23616 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23618 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 11
-vote_sum: 484
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23645 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23620 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23622 …9}
-categories: Doctrine\ORM\PersistentCollection {#23624 …9}
-products: Doctrine\ORM\PersistentCollection {#23626 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23628 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23630 …9}
-options: Doctrine\ORM\PersistentCollection {#23632 …9}
-segments: Doctrine\ORM\PersistentCollection {#23634 …9}
-workers: Doctrine\ORM\PersistentCollection {#23636 …9}
-extras: Doctrine\ORM\PersistentCollection {#23638 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "ВПП рулон 100х1,5 м (Т) в Москве: цена, купить в Антэк"
-og_description: "➤ ВПП рулон 100х1,5 м (Т) от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681663 {#23596 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23640 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23642 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
7 => Shared\Entity\Main\Seo\SeoContent {#23656
-id: 536
-meta_title: "ВПП рулон 20х1,5 м (Т) в Москве: цена, купить в Антэк"
-meta_description: "➤ ВПП рулон 20м х 1,5 м (Т) от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23657 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23703 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23659 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23661 …9}
-title: "ВПП рулон 20м х 1,5 м (Т)"
-description: "<div>Воздушно-пузырьковая пленка трехслойная 20м х 1,5 м</div>"
-slug: "vpp-rulon-20-1-5-m"
-short_title: "ВПП рулон 20х1,5 м (Т)"
-modified_at: DateTimeImmutable @1741969448 {#23654 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/vpp-rulon-20-1-5-m"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23663 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23665 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23667 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23669 …9}
-bitrix_id: 54484
-keywords: "ВПП рулон 20м х 1,5 м (Т) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23671 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23673 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23675 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23677 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 12
-vote_sum: 576
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23704 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23679 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23681 …9}
-categories: Doctrine\ORM\PersistentCollection {#23683 …9}
-products: Doctrine\ORM\PersistentCollection {#23685 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23687 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23689 …9}
-options: Doctrine\ORM\PersistentCollection {#23691 …9}
-segments: Doctrine\ORM\PersistentCollection {#23693 …9}
-workers: Doctrine\ORM\PersistentCollection {#23695 …9}
-extras: Doctrine\ORM\PersistentCollection {#23697 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "ВПП рулон 20х1,5 м (Т) в Москве: цена, купить в Антэк"
-og_description: "➤ ВПП рулон 20м х 1,5 м (Т) от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681664 {#23655 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23699 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23701 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
8 => Shared\Entity\Main\Seo\SeoContent {#23714
-id: 77
-meta_title: "Защитные картонные уголки: купить в Москве от производителя"
-meta_description: "➤ Защитные картонные уголки от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23715 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23761 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23717 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23719 …9}
-title: "Защитные картонные уголки"
-description: null
-slug: "zashchitnye-kartonnye-ugolki"
-short_title: null
-modified_at: DateTimeImmutable @1741773036 {#23713 …1}
-priority: 9
-url: "/catalog/upakovochnye-materialy/zashchitnye-kartonnye-ugolki"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23721 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23723 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23725 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23727 …9}
-bitrix_id: 5614
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23729 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23731 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23733 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23735 …9}
-is_problems: false
-is_ready: false
-problems_string: ""
-search_string: null
-vote_count: 12
-vote_sum: 528
-seoProduct: null
-meta_ok: false
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23737 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23739 …9}
-categories: Doctrine\ORM\PersistentCollection {#23741 …9}
-products: Doctrine\ORM\PersistentCollection {#23743 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23745 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23747 …9}
-options: Doctrine\ORM\PersistentCollection {#23749 …9}
-segments: Doctrine\ORM\PersistentCollection {#23751 …9}
-workers: Doctrine\ORM\PersistentCollection {#23753 …9}
-extras: Doctrine\ORM\PersistentCollection {#23755 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Защитные картонные уголки: купить в Москве от производителя"
-og_description: "➤ Защитные картонные уголки от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: null
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23757 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23759 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
9 => Shared\Entity\Main\Seo\SeoContent {#23764
-id: 522
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23765 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23811 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23767 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23769 …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}них можно использовать в\u{A0}качестве уголков для полипропиленовой ленты, чтобы избежать деформации уголов при натяжении. Такие уголки часто используются без коробки, если груз сам по\u{A0}себе имеет выраженные углы.</p>"
-slug: "--zashchitnye-ugolki-iz-pressovannogo-kartona"
-short_title: "Защитные уголки из прессованного картона"
-modified_at: DateTimeImmutable @1729141052 {#23762 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/--zashchitnye-ugolki-iz-pressovannogo-kartona"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23771 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23773 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23775 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23777 …9}
-bitrix_id: 43113
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23779 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23781 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23783 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23785 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: null
-vote_count: 12
-vote_sum: 528
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23812 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
…27
}
10 => Shared\Entity\Main\Seo\SeoContent {#23823 …65}
11 => Shared\Entity\Main\Seo\SeoContent {#23881 …65}
12 => Shared\Entity\Main\Seo\SeoContent {#23931 …65}
13 => Shared\Entity\Main\Seo\SeoContent {#23990 …65}
14 => Shared\Entity\Main\Seo\SeoContent {#24049 …65}
15 => Shared\Entity\Main\Seo\SeoContent {#24108 …65}
16 => Shared\Entity\Main\Seo\SeoContent {#24167 …65}
17 => Shared\Entity\Main\Seo\SeoContent {#24226 …65}
18 => Shared\Entity\Main\Seo\SeoContent {#24285 …65}
19 => Shared\Entity\Main\Seo\SeoContent {#24344 …65}
20 => Shared\Entity\Main\Seo\SeoContent {#24402 …65}
21 => Shared\Entity\Main\Seo\SeoContent {#24452 …65}
22 => Shared\Entity\Main\Seo\SeoContent {#24511 …65}
23 => Shared\Entity\Main\Seo\SeoContent {#24570 …65}
24 => Shared\Entity\Main\Seo\SeoContent {#24629 …65}
25 => Shared\Entity\Main\Seo\SeoContent {#24688 …65}
26 => Shared\Entity\Main\Seo\SeoContent {#24747 …65}
27 => Shared\Entity\Main\Seo\SeoContent {#24806 …65}
28 => Shared\Entity\Main\Seo\SeoContent {#24865 …65}
29 => Shared\Entity\Main\Seo\SeoContent {#24924 …65}
30 => Shared\Entity\Main\Seo\SeoContent {#24983 …65}
31 => Shared\Entity\Main\Seo\SeoContent {#25042 …65}
32 => Shared\Entity\Main\Seo\SeoContent {#25101 …65}
33 => Shared\Entity\Main\Seo\SeoContent {#25160 …65}
34 => Shared\Entity\Main\Seo\SeoContent {#25219 …65}
35 => Shared\Entity\Main\Seo\SeoContent {#25278 …65}
36 => Shared\Entity\Main\Seo\SeoContent {#25337 …65}
37 => Shared\Entity\Main\Seo\SeoContent {#25396 …65}
38 => Shared\Entity\Main\Seo\SeoContent {#25455 …65}
39 => Shared\Entity\Main\Seo\SeoContent {#25514 …65}
40 => Shared\Entity\Main\Seo\SeoContent {#25573 …65}
41 => Shared\Entity\Main\Seo\SeoContent {#25632 …65}
42 => Shared\Entity\Main\Seo\SeoContent {#25691 …65}
43 => Shared\Entity\Main\Seo\SeoContent {#25750 …65}
44 => Shared\Entity\Main\Seo\SeoContent {#25809 …65}
45 => Shared\Entity\Main\Seo\SeoContent {#25868 …65}
46 => Shared\Entity\Main\Seo\SeoContent {#25927 …65}
47 => Shared\Entity\Main\Seo\SeoContent {#25986 …65}
48 => Shared\Entity\Main\Seo\SeoContent {#26044 …65}
49 => Shared\Entity\Main\Seo\SeoContent {#26094 …65}
50 => Shared\Entity\Main\Seo\SeoContent {#26152 …65}
51 => Shared\Entity\Main\Seo\SeoContent {#26202 …65}
52 => Shared\Entity\Main\Seo\SeoContent {#26261 …65}
53 => Shared\Entity\Main\Seo\SeoContent {#26320 …65}
54 => Shared\Entity\Main\Seo\SeoContent {#26379 …65}
55 => Shared\Entity\Main\Seo\SeoContent {#26438 …65}
56 => Shared\Entity\Main\Seo\SeoContent {#26497 …65}
57 => Shared\Entity\Main\Seo\SeoContent {#1276}
58 => Shared\Entity\Main\Seo\SeoContent {#26556 …65}
59 => Shared\Entity\Main\Seo\SeoContent {#26615 …65}
60 => Shared\Entity\Main\Seo\SeoContent {#26674 …65}
]
}
#initialized: true
-snapshot: array:61 [ …61]
-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 {#2128
#collection: Doctrine\Common\Collections\ArrayCollection {#2129
-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 {#2130
#collection: Doctrine\Common\Collections\ArrayCollection {#2131
-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 {#2132
#collection: Doctrine\Common\Collections\ArrayCollection {#2133
-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: 5524
-keywords: "упаковочные материалы, расходные материалы, вспомогательная упаковка"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#2134
#collection: Doctrine\Common\Collections\ArrayCollection {#2135
-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 {#2136
#collection: Doctrine\Common\Collections\ArrayCollection {#2137
-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 {#2138
#collection: Doctrine\Common\Collections\ArrayCollection {#2139
-elements: array:61 [
0 => Shared\Entity\Main\Seo\SeoContent {#22693 …65}
1 => Shared\Entity\Main\Seo\SeoContent {#20570 …65}
2 => Shared\Entity\Main\Seo\SeoContent {#24344 …65}
3 => Shared\Entity\Main\Seo\SeoContent {#24452 …65}
4 => Shared\Entity\Main\Seo\SeoContent {#26320 …65}
5 => Shared\Entity\Main\Seo\SeoContent {#24108 …65}
6 => Shared\Entity\Main\Seo\SeoContent {#23312}
7 => Shared\Entity\Main\Seo\SeoContent {#24285 …65}
8 => Shared\Entity\Main\Seo\SeoContent {#25101 …65}
9 => Shared\Entity\Main\Seo\SeoContent {#24167 …65}
10 => Shared\Entity\Main\Seo\SeoContent {#24924 …65}
11 => Shared\Entity\Main\Seo\SeoContent {#23253}
12 => Shared\Entity\Main\Seo\SeoContent {#23764 …27}
13 => Shared\Entity\Main\Seo\SeoContent {#24983 …65}
14 => Shared\Entity\Main\Seo\SeoContent {#23538}
15 => Shared\Entity\Main\Seo\SeoContent {#23931 …65}
16 => Shared\Entity\Main\Seo\SeoContent {#26094 …65}
17 => Shared\Entity\Main\Seo\SeoContent {#24511 …65}
18 => Shared\Entity\Main\Seo\SeoContent {#25514 …65}
19 => Shared\Entity\Main\Seo\SeoContent {#25927 …65}
20 => Shared\Entity\Main\Seo\SeoContent {#26379 …65}
21 => Shared\Entity\Main\Seo\SeoContent {#26615 …65}
22 => Shared\Entity\Main\Seo\SeoContent {#25278 …65}
23 => Shared\Entity\Main\Seo\SeoContent {#25868 …65}
24 => Shared\Entity\Main\Seo\SeoContent {#23597}
25 => Shared\Entity\Main\Seo\SeoContent {#25396 …65}
26 => Shared\Entity\Main\Seo\SeoContent {#23656}
27 => Shared\Entity\Main\Seo\SeoContent {#24049 …65}
28 => Shared\Entity\Main\Seo\SeoContent {#23990 …65}
29 => Shared\Entity\Main\Seo\SeoContent {#24226 …65}
30 => Shared\Entity\Main\Seo\SeoContent {#23823 …65}
31 => Shared\Entity\Main\Seo\SeoContent {#26202 …65}
32 => Shared\Entity\Main\Seo\SeoContent {#25632 …65}
33 => Shared\Entity\Main\Seo\SeoContent {#26497 …65}
34 => Shared\Entity\Main\Seo\SeoContent {#25986 …65}
35 => Shared\Entity\Main\Seo\SeoContent {#26438 …65}
36 => Shared\Entity\Main\Seo\SeoContent {#26261 …65}
37 => Shared\Entity\Main\Seo\SeoContent {#25573 …65}
38 => Shared\Entity\Main\Seo\SeoContent {#25219 …65}
39 => Shared\Entity\Main\Seo\SeoContent {#25160 …65}
40 => Shared\Entity\Main\Seo\SeoContent {#25042 …65}
41 => Shared\Entity\Main\Seo\SeoContent {#25691 …65}
42 => Shared\Entity\Main\Seo\SeoContent {#23371}
43 => Shared\Entity\Main\Seo\SeoContent {#24806 …65}
44 => Shared\Entity\Main\Seo\SeoContent {#24629 …65}
45 => Shared\Entity\Main\Seo\SeoContent {#24570 …65}
46 => Shared\Entity\Main\Seo\SeoContent {#24688 …65}
47 => Shared\Entity\Main\Seo\SeoContent {#24747 …65}
48 => Shared\Entity\Main\Seo\SeoContent {#25750 …65}
49 => Shared\Entity\Main\Seo\SeoContent {#25809 …65}
50 => Shared\Entity\Main\Seo\SeoContent {#25337 …65}
51 => Shared\Entity\Main\Seo\SeoContent {#23430}
52 => Shared\Entity\Main\Seo\SeoContent {#26556 …65}
53 => Shared\Entity\Main\Seo\SeoContent {#25455 …65}
54 => Shared\Entity\Main\Seo\SeoContent {#26674 …65}
55 => Shared\Entity\Main\Seo\SeoContent {#32303 …65}
56 => Shared\Entity\Main\Seo\SeoContent {#41980 …65}
57 => Shared\Entity\Main\Seo\SeoContent {#29880 …65}
58 => Shared\Entity\Main\Seo\SeoContent {#40531 …65}
59 => Shared\Entity\Main\Seo\SeoContent {#24865 …65}
60 => Shared\Entity\Main\Seo\SeoContent {#36043 …65}
]
}
#initialized: true
-snapshot: array:61 [ …61]
-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 {#2140
#collection: Doctrine\Common\Collections\ArrayCollection {#2141
-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: 4
-vote_sum: 176
-seoProduct: null
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#2142
#collection: Doctrine\Common\Collections\ArrayCollection {#2143
-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 {#2144
#collection: Doctrine\Common\Collections\ArrayCollection {#2145
-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 {#2146
#collection: Doctrine\Common\Collections\ArrayCollection {#2147
-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 {#2148
#collection: Doctrine\Common\Collections\ArrayCollection {#2149
-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 {#2150
#collection: Doctrine\Common\Collections\ArrayCollection {#2151
-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 {#2152
#collection: Doctrine\Common\Collections\ArrayCollection {#2153
-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 {#2154
#collection: Doctrine\Common\Collections\ArrayCollection {#2155
-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 {#2156
#collection: Doctrine\Common\Collections\ArrayCollection {#2157
-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 {#2158
#collection: Doctrine\Common\Collections\ArrayCollection {#2159
-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 {#2160
#collection: Doctrine\Common\Collections\ArrayCollection {#2161
-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: "➤ Купить упаковочные материалы в розницу или оптом. Продажа от 1 шт. Срочная доставка от 2-х часов по Москве и области! Возможен самовывоз упаковки со склада интернет-магазина Антэк"
-short_code: null
-source_link: null
-created_at: null
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#2162
#collection: Doctrine\Common\Collections\ArrayCollection {#2163
-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 {#2164
#collection: Doctrine\Common\Collections\ArrayCollection {#2165
-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: 8
-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: array:9 [
0 => Shared\Entity\Main\Seo\SeoContent {#32366
-id: 565
-meta_title: "Диспенсер с ручкой (мет.), 50 мм купить в Москве в Антэк"
-meta_description: "➤ Диспенсер с ручкой (мет.), 50 мм от компании Антэк. Свой магазин и производство. Упаковочные инструменты – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-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: "Диспенсер с ручкой 50 мм"
-description: "<div>Диспенсер с ручкой для клейкой ленты с шириной ленты 50 мм. </div>"
-slug: "dispenser-50"
-short_title: "Диспенсер с ручкой 50 мм"
-modified_at: DateTimeImmutable @1741970737 {#32364 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/dispenser-50"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-childrens: Doctrine\ORM\PersistentCollection {#32373 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32375 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32377 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32379 …9}
-bitrix_id: 43144
-keywords: "Диспенсер с ручкой для клейкой ленты с шириной ленты 50 мм купить в Москве"
-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: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 10
-vote_sum: 430
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32414 …39}
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-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: "Диспенсер с ручкой (мет.), 50 мм купить в Москве в Антэк"
-og_description: "➤ Диспенсер с ручкой (мет.), 50 мм от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489463 {#32365 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32409 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32411 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
1 => Shared\Entity\Main\Seo\SeoContent {#32425
-id: 568
-meta_title: "Клещи Н-35 (1/2'') для ленты 12 мм купить в Москве в Антэк"
-meta_description: "➤ Клещи Н-35 (1/2'') для ленты 12 мм от компании Антэк. Свой магазин и производство. Упаковочные инструменты – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-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: "Клещи Н-35 (1/2'') для ленты 12 мм"
-description: "<div>Клещи Н-35 (1/2'') для механического скрепления ленты шириной 12 мм</div>"
-slug: "kleshchi-n35-dlya-lenty-12"
-short_title: "Клещи Н-35 (1/2'') для ленты 12 мм"
-modified_at: DateTimeImmutable @1741970684 {#32423 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/kleshchi-n35-dlya-lenty-12"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-childrens: Doctrine\ORM\PersistentCollection {#32432 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32434 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32436 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32438 …9}
-bitrix_id: 43150
-keywords: "Клещи Н-35 (1/2'') для ленты 12 мм купить в Москве"
-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: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 9
-vote_sum: 405
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32473 …39}
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-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: "Клещи Н-35 (1/2'') для ленты 12 мм купить в Москве в Антэк"
-og_description: "➤ Клещи Н-35 (1/2'') для ленты 12 мм от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489506 {#32424 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32468 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32470 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
2 => Shared\Entity\Main\Seo\SeoContent {#32484
-id: 569
-meta_title: "Клещи Н-35 (5/8'') для ленты 15 мм купить в Москве в Антэк"
-meta_description: "➤ Клещи Н-35 (5/8'') для ленты 15 мм от компании Антэк. Свой магазин и производство. Упаковочные инструменты – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32485 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32531 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32487 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32489 …9}
-title: "Клещи Н-35 (5/8'') для ленты 15 мм"
-description: "<div>Клещи Н-35 (5/8'') для механического скрепления ленты шириной 15 мм</div>"
-slug: "kleshchi-35-dlya-lenty-15-mm"
-short_title: "Клещи Н-35 (5/8'') для ленты 15 мм"
-modified_at: DateTimeImmutable @1741970660 {#32482 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/kleshchi-35-dlya-lenty-15-mm"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-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: 43152
-keywords: "Клещи Н-35 (5/8'') для ленты 15 мм купить в Москве"
-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: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 1
-vote_sum: 43
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32532 …39}
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32507 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32509 …9}
-categories: Doctrine\ORM\PersistentCollection {#32511 …9}
-products: Doctrine\ORM\PersistentCollection {#32513 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32515 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32517 …9}
-options: Doctrine\ORM\PersistentCollection {#32519 …9}
-segments: Doctrine\ORM\PersistentCollection {#32521 …9}
-workers: Doctrine\ORM\PersistentCollection {#32523 …9}
-extras: Doctrine\ORM\PersistentCollection {#32525 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Клещи Н-35 (5/8'') для ленты 15 мм купить в Москве в Антэк"
-og_description: "➤ Клещи Н-35 (5/8'') для ленты 15 мм от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489506 {#32483 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32527 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32529 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
3 => Shared\Entity\Main\Seo\SeoContent {#32543
-id: 570
-meta_title: "Комбинированное устройство Н-42 (лента 12 мм) купить в Москве в Антэк"
-meta_description: "➤ Комбинированное устройство Н-42 (лента 12 мм) от компании Антэк. Свой магазин и производство. Упаковочные инструменты – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32544 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32590 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32546 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32548 …9}
-title: "Комбинированное устройство Н-42 (лента 12 мм)"
-description: "<div>Комбинированное устройство Н-42 для ленты шириной 12 мм</div>"
-slug: "kombinirovannoe-ustroystvo-12mm"
-short_title: "Комбинированное устройство Н-42 (лента 12 мм)"
-modified_at: DateTimeImmutable @1741970645 {#32541 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/kombinirovannoe-ustroystvo-12mm"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-childrens: Doctrine\ORM\PersistentCollection {#32550 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32552 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32554 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32556 …9}
-bitrix_id: 43154
-keywords: "Комбинированное устройство Н-42 (лента 12 мм) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32558 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32560 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32562 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32564 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 15
-vote_sum: 720
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32591 …39}
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye, длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32566 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32568 …9}
-categories: Doctrine\ORM\PersistentCollection {#32570 …9}
-products: Doctrine\ORM\PersistentCollection {#32572 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32574 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32576 …9}
-options: Doctrine\ORM\PersistentCollection {#32578 …9}
-segments: Doctrine\ORM\PersistentCollection {#32580 …9}
-workers: Doctrine\ORM\PersistentCollection {#32582 …9}
-extras: Doctrine\ORM\PersistentCollection {#32584 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Комбинированное устройство Н-42 (лента 12 мм) купить в Москве в Антэк"
-og_description: "➤ Комбинированное устройство Н-42 (лента 12 мм) от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489506 {#32542 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32586 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32588 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
4 => Shared\Entity\Main\Seo\SeoContent {#32602
-id: 571
-meta_title: "Комбинированное устройство Н-42 (лента 15 мм) купить в Москве в Антэк"
-meta_description: "➤ Комбинированное устройство Н-42 (лента 15 мм) от компании Антэк. Свой магазин и производство. Упаковочные инструменты – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32603 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32649 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32605 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32607 …9}
-title: "Комбинированное устройство Н-42 (лента 15 мм)"
-description: "<div>Комбинированное устройство Н-42 для ленты шириной 15 мм</div>"
-slug: "kombinirovannoe-ustroystvo-n42"
-short_title: "Комбинированное устройство Н-42 (лента 15 мм)"
-modified_at: DateTimeImmutable @1741970605 {#32600 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/kombinirovannoe-ustroystvo-n42"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-childrens: Doctrine\ORM\PersistentCollection {#32609 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32611 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32613 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32615 …9}
-bitrix_id: 43156
-keywords: "Комбинированное устройство Н-42 (лента 15 мм) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32617 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32619 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32621 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32623 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 10
-vote_sum: 470
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32650 …39}
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye, длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32625 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32627 …9}
-categories: Doctrine\ORM\PersistentCollection {#32629 …9}
-products: Doctrine\ORM\PersistentCollection {#32631 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32633 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32635 …9}
-options: Doctrine\ORM\PersistentCollection {#32637 …9}
-segments: Doctrine\ORM\PersistentCollection {#32639 …9}
-workers: Doctrine\ORM\PersistentCollection {#32641 …9}
-extras: Doctrine\ORM\PersistentCollection {#32643 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Комбинированное устройство Н-42 (лента 15 мм) купить в Москве в Антэк"
-og_description: "➤ Комбинированное устройство Н-42 (лента 15 мм) от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489506 {#32601 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32645 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32647 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
5 => Shared\Entity\Main\Seo\SeoContent {#32661
-id: 572
-meta_title: "Натяжитель полипропиленовой ленты Н-21 купить в Москве в Антэк"
-meta_description: "➤ Натяжитель полипропиленовой ленты Н-21 от компании Антэк. Свой магазин и производство. Упаковочные инструменты – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32662 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32708 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32664 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32666 …9}
-title: "Натяжитель полипропиленовой ленты Н-21"
-description: "<div>Натяжитель Н-21 для полипропиленовой ленты шириной до 19 мм</div>"
-slug: "natyazhitel-polipropilenovoy-lenty-n21"
-short_title: "Натяжитель полипропиленовой ленты Н-21"
-modified_at: DateTimeImmutable @1741970581 {#32659 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/natyazhitel-polipropilenovoy-lenty-n21"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-childrens: Doctrine\ORM\PersistentCollection {#32668 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32670 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32672 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32674 …9}
-bitrix_id: 43158
-keywords: "Натяжитель полипропиленовой ленты Н-21 купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32676 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32678 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32680 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32682 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 12
-vote_sum: 516
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32709 …39}
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye, длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32684 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32686 …9}
-categories: Doctrine\ORM\PersistentCollection {#32688 …9}
-products: Doctrine\ORM\PersistentCollection {#32690 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32692 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32694 …9}
-options: Doctrine\ORM\PersistentCollection {#32696 …9}
-segments: Doctrine\ORM\PersistentCollection {#32698 …9}
-workers: Doctrine\ORM\PersistentCollection {#32700 …9}
-extras: Doctrine\ORM\PersistentCollection {#32702 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Натяжитель полипропиленовой ленты Н-21 купить в Москве в Антэк"
-og_description: "➤ Натяжитель полипропиленовой ленты Н-21 от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489507 {#32660 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32704 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32706 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
6 => Shared\Entity\Main\Seo\SeoContent {#32720
-id: 567
-meta_title: "Степлер механический МА/15-18 купить в Москве в Антэк"
-meta_description: "➤ Степлер механический МА/15-18 от компании Антэк. Свой магазин и производство. Упаковочные инструменты – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32721 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32767 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32723 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32725 …9}
-title: "Степлер механический МА/15-18"
-description: "<div>Степлер механический МА/15-18 (аналог FX-88)</div>"
-slug: "stepler-mekhanicheskiy-ma-15-18"
-short_title: "Степлер механический МА/15-18"
-modified_at: DateTimeImmutable @1741970699 {#32718 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/stepler-mekhanicheskiy-ma-15-18"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-childrens: Doctrine\ORM\PersistentCollection {#32727 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32729 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32731 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32733 …9}
-bitrix_id: 43148
-keywords: "Степлер механический МА/15-18 купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32735 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32737 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32739 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32741 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 8
-vote_sum: 376
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32768 …39}
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32743 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32745 …9}
-categories: Doctrine\ORM\PersistentCollection {#32747 …9}
-products: Doctrine\ORM\PersistentCollection {#32749 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32751 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32753 …9}
-options: Doctrine\ORM\PersistentCollection {#32755 …9}
-segments: Doctrine\ORM\PersistentCollection {#32757 …9}
-workers: Doctrine\ORM\PersistentCollection {#32759 …9}
-extras: Doctrine\ORM\PersistentCollection {#32761 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Степлер механический МА/15-18 купить в Москве в Антэк"
-og_description: "➤ Степлер механический МА/15-18 от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489492 {#32719 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32763 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32765 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
7 => Shared\Entity\Main\Seo\SeoContent {#32779
-id: 566
-meta_title: "Степлер ручной механический (скобосшиватель) купить в Москве в Антэк"
-meta_description: "➤ Степлер ручной механический (скобосшиватель) от компании Антэк. Свой магазин и производство. Упаковочные инструменты – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#32780 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32826 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32782 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32784 …9}
-title: "Степлер ручной механический (скобосшиватель)"
-description: "<div>Степлер ручной механический (скобосшиватель)</div>"
-slug: "stepler-ruchnoy-mekhanicheskiy"
-short_title: "Степлер ручной механический (скобосшиватель)"
-modified_at: DateTimeImmutable @1741970716 {#32777 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/stepler-ruchnoy-mekhanicheskiy"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-childrens: Doctrine\ORM\PersistentCollection {#32786 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32788 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#32790 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32792 …9}
-bitrix_id: 43146
-keywords: "Степлер ручной механический (скобосшиватель) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32794 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32796 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32798 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32800 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 13
-vote_sum: 650
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32827 …39}
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye, длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32802 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32804 …9}
-categories: Doctrine\ORM\PersistentCollection {#32806 …9}
-products: Doctrine\ORM\PersistentCollection {#32808 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32810 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32812 …9}
-options: Doctrine\ORM\PersistentCollection {#32814 …9}
-segments: Doctrine\ORM\PersistentCollection {#32816 …9}
-workers: Doctrine\ORM\PersistentCollection {#32818 …9}
-extras: Doctrine\ORM\PersistentCollection {#32820 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Степлер ручной механический (скобосшиватель) купить в Москве в Антэк"
-og_description: "➤ Степлер ручной механический (скобосшиватель) от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1505489492 {#32778 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32822 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32824 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
8 => Shared\Entity\Main\Seo\SeoContent {#32837
-id: 83
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#32838 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32884 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32840 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32842 …9}
-title: "Степлеры"
-description: ""
-slug: "steplery"
-short_title: null
-modified_at: DateTimeImmutable @1729140778 {#32836 …1}
-priority: 9
-url: "/catalog/upakovochnye-materialy/upakovochnye-instrumenty/steplery"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-parent: Shared\Entity\Main\Seo\SeoContent {#1276}
-childrens: Doctrine\ORM\PersistentCollection {#32844 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32846 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#32848 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32850 …9}
-bitrix_id: 5613
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32852 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32854 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32856 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32858 …9}
-is_problems: true
-is_ready: false
-problems_string: "нет мета данных, нет изображений, содержание меньше 500 символов"
-search_string: null
-vote_count: 11
-vote_sum: 495
-seoProduct: null
-meta_ok: true
-notice_field: "дубли в адресе: upakovochnye"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1750}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32860 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32862 …9}
-categories: Doctrine\ORM\PersistentCollection {#32864 …9}
-products: Doctrine\ORM\PersistentCollection {#32866 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32868 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32870 …9}
-options: Doctrine\ORM\PersistentCollection {#32872 …9}
-segments: Doctrine\ORM\PersistentCollection {#32874 …9}
-workers: Doctrine\ORM\PersistentCollection {#32876 …9}
-extras: Doctrine\ORM\PersistentCollection {#32878 …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: null
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32880 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32882 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
]
}
#initialized: true
-snapshot: array:9 [ …9]
-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: 5525
-keywords: "Инструменты для упаковки"
-menu_title: null
-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:9 [
0 => Shared\Entity\Main\Seo\SeoContent {#32366}
1 => Shared\Entity\Main\Seo\SeoContent {#32779}
2 => Shared\Entity\Main\Seo\SeoContent {#32720}
3 => Shared\Entity\Main\Seo\SeoContent {#32425}
4 => Shared\Entity\Main\Seo\SeoContent {#32484}
5 => Shared\Entity\Main\Seo\SeoContent {#32543}
6 => Shared\Entity\Main\Seo\SeoContent {#32602}
7 => Shared\Entity\Main\Seo\SeoContent {#32661}
8 => Shared\Entity\Main\Seo\SeoContent {#32893
-id: 736
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#32894 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#32940 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#32896 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#32898 …9}
-title: "Гофрокороб 1000х650х910 мм П-32 пятислойный бурый"
-description: "<p></p>"
-slug: "gofrokorob-1000kh650kh910-mm-p-32-buryy"
-short_title: "Гофрокороб 1000х650х910 П-32 пятислойный бурый"
-modified_at: DateTimeImmutable @1729141190 {#32885 …1}
-priority: 8
-url: "/catalog/gofroupakovka/obertochnye/gofrokorob-1000kh650kh910-mm-p-32-buryy"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#27872 …65}
-childrens: Doctrine\ORM\PersistentCollection {#32900 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#32902 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#32904 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#32906 …9}
-bitrix_id: 76755
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32908 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32910 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32912 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32914 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: "1000x650x910"
-vote_count: 2
-vote_sum: 98
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32941 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#32916 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#32918 …9}
-categories: Doctrine\ORM\PersistentCollection {#32920 …9}
-products: Doctrine\ORM\PersistentCollection {#32922 …9}
-constructions: Doctrine\ORM\PersistentCollection {#32924 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#32926 …9}
-options: Doctrine\ORM\PersistentCollection {#32928 …9}
-segments: Doctrine\ORM\PersistentCollection {#32930 …9}
-workers: Doctrine\ORM\PersistentCollection {#32932 …9}
-extras: Doctrine\ORM\PersistentCollection {#32934 …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 @1716398150 {#32360 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#32936 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#32938 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
]
}
#initialized: true
-snapshot: array:9 [ …9]
-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: 8
-vote_sum: 400
-seoProduct: null
-meta_ok: false
-notice_field: "дубли в адресе: upakovochnye"
-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: "Упаковочные инструменты в Москве на заказ оптом и в розницу"
-og_description: "➤ Упаковочные инструменты от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 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 {#32975
#collection: Doctrine\Common\Collections\ArrayCollection {#32976
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#32971}
-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
}
]