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
"79: Наполнители"
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: 79 / 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: 79 / 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" => 6
]
In
SeoContent.php
line 457:
}
);
dump($p);
return $p;
array:1 [
0 => Shared\Entity\Main\Seo\SeoParagraph {#32509
-id: 1670
-seoImages: Doctrine\ORM\PersistentCollection {#32511
#collection: Doctrine\Common\Collections\ArrayCollection {#32512
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#32509}
-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>Насыпной упаковочный наполнитель из гофрокартона (упаковочный уплотнитель) — представляет из себя <a href="/catalog/gofrokarton/"><strong>гофрокартон</strong></a>, нарезанный полосками шириной 1 см и длиной от 10 до 20 см. Переплетаясь между собой полоски гофрокартона обеспечивают быструю и надежную фиксацию предмета внутри коробки, предохраняя его от смещения (в отличии от пенопластовых наполнителей).<br><br></div><div>Насыпная упаковка из гофрокартона — выгодный и эффективный материал. Он не требует физических усилий и квалификации при упаковывании.<br><br></div><div>Упаковочный уплотнитель пригодится при упаковке предметов из стекла, электрических приборов, запчастей и комплектующих в коробки любого размера и конструкции. В отличии от пенопласта, гофрокартон не намагничивается, что важно при упаковке электронной техники.<br><br></div><div>Насыпной уплотнитель используется при упаковке почтовых посылок. Насыпная упаковка из гофрокартона — это экологически чистый продукт, не требует особых условий утилизации и не загрязняет окружающую среду.<br><br></div><div>Поставляется упаковочный уплотнитель из гофрокартона в бумажных мешках, диаметром 30 см и высотой 90 см (60 литров). В мешке, в утрамбованном состоянии, содержится 5 кг уплотнителя - 0,06 м³, которые при извлечении из мешка занимают 0,15 м³.</div>\n"
-content: Shared\Entity\Main\Seo\SeoContent {#1276
-id: 79
-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: 86
-value: "<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 {#32509}
]
}
#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: "napolniteli"
-short_title: null
-modified_at: DateTimeImmutable @1741773014 {#1274
date: 2025-03-12 04:50:14.0 America/Chicago (-05:00)
}
-priority: 9
-url: "/catalog/upakovochnye-materialy/napolniteli"
-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 {#32484
#collection: Doctrine\Common\Collections\ArrayCollection {#32485
-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 {#32486
#collection: Doctrine\Common\Collections\ArrayCollection {#32487
-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 {#32488
#collection: Doctrine\Common\Collections\ArrayCollection {#32489
-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 {#23255
-id: 521
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23256 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23302 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23258 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23260 …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 {#23253 …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 {#23262 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23264 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23266 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23268 …9}
-bitrix_id: 43111
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23270 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23272 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23274 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23276 …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 {#23303 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23278 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23280 …9}
-categories: Doctrine\ORM\PersistentCollection {#23282 …9}
-products: Doctrine\ORM\PersistentCollection {#23284 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23286 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23288 …9}
-options: Doctrine\ORM\PersistentCollection {#23290 …9}
-segments: Doctrine\ORM\PersistentCollection {#23292 …9}
-workers: Doctrine\ORM\PersistentCollection {#23294 …9}
-extras: Doctrine\ORM\PersistentCollection {#23296 …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 {#23254 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23298 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23300 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
1 => Shared\Entity\Main\Seo\SeoContent {#23314
-id: 516
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23315 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23361 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23317 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23319 …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 {#23312 …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 {#23321 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23323 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23325 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23327 …9}
-bitrix_id: 43101
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23329 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23331 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23333 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23335 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: null
-vote_count: 11
-vote_sum: 484
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23362 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23337 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23339 …9}
-categories: Doctrine\ORM\PersistentCollection {#23341 …9}
-products: Doctrine\ORM\PersistentCollection {#23343 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23345 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23347 …9}
-options: Doctrine\ORM\PersistentCollection {#23349 …9}
-segments: Doctrine\ORM\PersistentCollection {#23351 …9}
-workers: Doctrine\ORM\PersistentCollection {#23353 …9}
-extras: Doctrine\ORM\PersistentCollection {#23355 …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 {#23313 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23357 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23359 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
2 => Shared\Entity\Main\Seo\SeoContent {#23373
-id: 552
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23374 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23420 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23376 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23378 …9}
-title: "Бумажный наполнитель. Цвет: Натуральный/1кг"
-description: "<p></p>"
-slug: "bumazhnyy-napolnitel-tsvet-naturalnyy-1kg"
-short_title: "Бумажный наполнитель. Цвет: Натуральный/1кг"
-modified_at: DateTimeImmutable @1729141071 {#23371 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/bumazhnyy-napolnitel-tsvet-naturalnyy-1kg"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23380 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23382 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23384 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23386 …9}
-bitrix_id: 54684
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23388 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23390 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23392 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23394 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: null
-vote_count: 6
-vote_sum: 264
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23421 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23396 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23398 …9}
-categories: Doctrine\ORM\PersistentCollection {#23400 …9}
-products: Doctrine\ORM\PersistentCollection {#23402 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23404 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23406 …9}
-options: Doctrine\ORM\PersistentCollection {#23408 …9}
-segments: Doctrine\ORM\PersistentCollection {#23410 …9}
-workers: Doctrine\ORM\PersistentCollection {#23412 …9}
-extras: Doctrine\ORM\PersistentCollection {#23414 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681686 {#23372 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23416 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23418 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
3 => Shared\Entity\Main\Seo\SeoContent {#23432
-id: 561
-meta_title: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций) в Москве: цена, купить в Антэк"
-meta_description: "➤ Воздушная упаковочная лента “Волна” 400 мм х 165 мм (10 секций) от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23433 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23479 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23435 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23437 …9}
-title: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций)"
-description: "<div></div>"
-slug: "upakovochnaya-lenta-400-165"
-short_title: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций)"
-modified_at: DateTimeImmutable @1741970816 {#23430 …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 {#23439 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23441 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23443 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23445 …9}
-bitrix_id: 74894
-keywords: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23447 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23449 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23451 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23453 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: "400x165"
-vote_count: 10
-vote_sum: 480
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23480 …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 {#23455 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23457 …9}
-categories: Doctrine\ORM\PersistentCollection {#23459 …9}
-products: Doctrine\ORM\PersistentCollection {#23461 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23463 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23465 …9}
-options: Doctrine\ORM\PersistentCollection {#23467 …9}
-segments: Doctrine\ORM\PersistentCollection {#23469 …9}
-workers: Doctrine\ORM\PersistentCollection {#23471 …9}
-extras: Doctrine\ORM\PersistentCollection {#23473 …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 {#23431 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23475 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23477 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
4 => Shared\Entity\Main\Seo\SeoContent {#23490
-id: 80
-meta_title: "Воздушно-пузырьковая пленка: купить в Москве от производителя"
-meta_description: "➤ Воздушно-пузырьковая пленка от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23491 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23537 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23493 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23495 …9}
-title: "Воздушно-пузырьковая пленка"
-description: null
-slug: "vozdushno-puzyrkovaya-plenka"
-short_title: null
-modified_at: DateTimeImmutable @1741772947 {#23489 …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 {#23497 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23499 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23501 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23503 …9}
-bitrix_id: 5862
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23505 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23507 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23509 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23511 …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 {#23513 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23515 …9}
-categories: Doctrine\ORM\PersistentCollection {#23517 …9}
-products: Doctrine\ORM\PersistentCollection {#23519 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23521 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23523 …9}
-options: Doctrine\ORM\PersistentCollection {#23525 …9}
-segments: Doctrine\ORM\PersistentCollection {#23527 …9}
-workers: Doctrine\ORM\PersistentCollection {#23529 …9}
-extras: Doctrine\ORM\PersistentCollection {#23531 …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 {#23533 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23535 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
5 => Shared\Entity\Main\Seo\SeoContent {#23540
-id: 524
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23541 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23587 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23543 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23545 …9}
-title: "Воздушнопузырьковая пленка"
-description: "<p>Воздушно-пузырьковая пленка обрела востребованность в\u{A0}доставке хрупких и\u{A0}ценных грузов, которые требуют более эффективной защиты. Кроме того, изделие обладает характеристиками утеплителя, поэтому его используют при возведении строительных объектов . Изготовление осуществляется с\u{A0}использованием пищевого полиэтилена. Модели могут быть представлены двух- или трехслойной структурой. Внешняя сторона\u{A0}— это слой с\u{A0}пузырьками воздуха, которые эффективно смягчают внешние удары.</p>"
-slug: "--vozdushnopuzyrkovaya-plenka"
-short_title: "Воздушнопузырьковая пленка"
-modified_at: DateTimeImmutable @1729141053 {#23538 …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 {#23547 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23549 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23551 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23553 …9}
-bitrix_id: 43119
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23555 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23557 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23559 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23561 …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 {#23588 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23563 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23565 …9}
-categories: Doctrine\ORM\PersistentCollection {#23567 …9}
-products: Doctrine\ORM\PersistentCollection {#23569 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23571 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23573 …9}
-options: Doctrine\ORM\PersistentCollection {#23575 …9}
-segments: Doctrine\ORM\PersistentCollection {#23577 …9}
-workers: Doctrine\ORM\PersistentCollection {#23579 …9}
-extras: Doctrine\ORM\PersistentCollection {#23581 …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 {#23539 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23583 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23585 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
6 => Shared\Entity\Main\Seo\SeoContent {#23599
-id: 534
-meta_title: "ВПП рулон 100х1,5 м (Т) в Москве: цена, купить в Антэк"
-meta_description: "➤ ВПП рулон 100м х 1,5 м (Т) от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23600 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23646 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23602 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23604 …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 {#23597 …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 {#23606 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23608 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23610 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23612 …9}
-bitrix_id: 54475
-keywords: "ВПП рулон 100х1,5 м (Т) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23614 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23616 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23618 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23620 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 11
-vote_sum: 484
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23647 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23622 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23624 …9}
-categories: Doctrine\ORM\PersistentCollection {#23626 …9}
-products: Doctrine\ORM\PersistentCollection {#23628 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23630 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23632 …9}
-options: Doctrine\ORM\PersistentCollection {#23634 …9}
-segments: Doctrine\ORM\PersistentCollection {#23636 …9}
-workers: Doctrine\ORM\PersistentCollection {#23638 …9}
-extras: Doctrine\ORM\PersistentCollection {#23640 …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 {#23598 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23642 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23644 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
7 => Shared\Entity\Main\Seo\SeoContent {#23658
-id: 536
-meta_title: "ВПП рулон 20х1,5 м (Т) в Москве: цена, купить в Антэк"
-meta_description: "➤ ВПП рулон 20м х 1,5 м (Т) от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23659 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23705 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23661 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23663 …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 {#23656 …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 {#23665 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23667 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23669 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23671 …9}
-bitrix_id: 54484
-keywords: "ВПП рулон 20м х 1,5 м (Т) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23673 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23675 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23677 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23679 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 12
-vote_sum: 576
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23706 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23681 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23683 …9}
-categories: Doctrine\ORM\PersistentCollection {#23685 …9}
-products: Doctrine\ORM\PersistentCollection {#23687 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23689 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23691 …9}
-options: Doctrine\ORM\PersistentCollection {#23693 …9}
-segments: Doctrine\ORM\PersistentCollection {#23695 …9}
-workers: Doctrine\ORM\PersistentCollection {#23697 …9}
-extras: Doctrine\ORM\PersistentCollection {#23699 …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 {#23657 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23701 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23703 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
8 => Shared\Entity\Main\Seo\SeoContent {#23716
-id: 77
-meta_title: "Защитные картонные уголки: купить в Москве от производителя"
-meta_description: "➤ Защитные картонные уголки от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23717 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23763 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23719 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23721 …9}
-title: "Защитные картонные уголки"
-description: null
-slug: "zashchitnye-kartonnye-ugolki"
-short_title: null
-modified_at: DateTimeImmutable @1741773036 {#23715 …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 {#23723 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23725 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23727 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23729 …9}
-bitrix_id: 5614
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23731 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23733 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23735 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23737 …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 {#23739 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23741 …9}
-categories: Doctrine\ORM\PersistentCollection {#23743 …9}
-products: Doctrine\ORM\PersistentCollection {#23745 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23747 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23749 …9}
-options: Doctrine\ORM\PersistentCollection {#23751 …9}
-segments: Doctrine\ORM\PersistentCollection {#23753 …9}
-workers: Doctrine\ORM\PersistentCollection {#23755 …9}
-extras: Doctrine\ORM\PersistentCollection {#23757 …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 {#23759 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23761 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
9 => Shared\Entity\Main\Seo\SeoContent {#23766
-id: 522
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23767 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23813 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23769 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23771 …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 {#23764 …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 {#23773 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23775 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23777 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23779 …9}
-bitrix_id: 43113
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23781 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23783 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23785 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23787 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: null
-vote_count: 12
-vote_sum: 528
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23814 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23789 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23791 …9}
-categories: Doctrine\ORM\PersistentCollection {#23793 …9}
-products: Doctrine\ORM\PersistentCollection {#23795 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23797 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23799 …9}
-options: Doctrine\ORM\PersistentCollection {#23801 …9}
-segments: Doctrine\ORM\PersistentCollection {#23803 …9}
-workers: Doctrine\ORM\PersistentCollection {#23805 …9}
-extras: Doctrine\ORM\PersistentCollection {#23807 …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 {#23765 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23809 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23811 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
10 => Shared\Entity\Main\Seo\SeoContent {#23825
-id: 540
-meta_title: "Защитный уголок из прессованного картона 50х50х2200 мм в Москве: цена, купить в Антэк"
-meta_description: "➤ Уголок защитный из прессованного картона 50мм х 50мм х 4мм 2200 мм от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23826 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23872 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23828 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23830 …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 {#23823 …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 {#23832 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23834 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23836 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23838 …9}
-bitrix_id: 54584
-keywords: "Защитный уголок из прессованного картона 50 х 50 х 2200 мм купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23840 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23842 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23844 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23846 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 7
-vote_sum: 280
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23873 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23848 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23850 …9}
-categories: Doctrine\ORM\PersistentCollection {#23852 …9}
-products: Doctrine\ORM\PersistentCollection {#23854 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23856 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23858 …9}
-options: Doctrine\ORM\PersistentCollection {#23860 …9}
-segments: Doctrine\ORM\PersistentCollection {#23862 …9}
-workers: Doctrine\ORM\PersistentCollection {#23864 …9}
-extras: Doctrine\ORM\PersistentCollection {#23866 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Защитный уголок из прессованного картона 50х50х2200 мм в Москве: цена, купить в Антэк"
-og_description: "➤ Защитный уголок из прессованного картона 50 х 50 х 2200 мм от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681674 {#23824 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23868 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23870 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
11 => Shared\Entity\Main\Seo\SeoContent {#23883
-id: 78
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23884 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23930 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23886 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23888 …9}
-title: "Клейкая лента"
-description: ""
-slug: "kleykaya-lenta"
-short_title: null
-modified_at: DateTimeImmutable @1729140774 {#23882 …1}
-priority: 9
-url: "/catalog/upakovochnye-materialy/kleykaya-lenta"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23890 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23892 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23894 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23896 …9}
-bitrix_id: 5860
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23898 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23900 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23902 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23904 …9}
-is_problems: true
-is_ready: false
-problems_string: "нет мета данных, нет изображений, содержание меньше 500 символов"
-search_string: null
-vote_count: 13
-vote_sum: 650
-seoProduct: null
-meta_ok: true
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1750}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23906 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23908 …9}
-categories: Doctrine\ORM\PersistentCollection {#23910 …9}
-products: Doctrine\ORM\PersistentCollection {#23912 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23914 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23916 …9}
-options: Doctrine\ORM\PersistentCollection {#23918 …9}
-segments: Doctrine\ORM\PersistentCollection {#23920 …9}
-workers: Doctrine\ORM\PersistentCollection {#23922 …9}
-extras: Doctrine\ORM\PersistentCollection {#23924 …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 {#23926 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23928 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
12 => Shared\Entity\Main\Seo\SeoContent {#23933
-id: 525
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23934 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23980 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23936 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23938 …9}
-title: "Клейкая лента"
-description: "<p>Клейкая лента\u{A0}— это практичный расходный материал, который помогает упаковывать габаритные грузы. Изделие изготавливается на\u{A0}полимерной основе. На\u{A0}одну из\u{A0}сторон наносится клеящий состав. Модификации отличаются шириной полосы и\u{A0}цветом. Для транспортировки габаритных коробок применяют более широкие модели. Компактные ящики обматываются более узкой полосой. Продукт обладает повышенными прочностными характеристиками. В\u{A0}нашем каталоге представлены ленты прозрачного и\u{A0}коричневого цветов.</p>"
-slug: "--kleykaya-lenta"
-short_title: "Клейкая лента"
-modified_at: DateTimeImmutable @1729141054 {#23931 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/--kleykaya-lenta"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23940 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23942 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23944 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23946 …9}
-bitrix_id: 43121
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23948 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23950 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23952 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23954 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, содержание меньше 500 символов"
-search_string: null
-vote_count: 8
-vote_sum: 376
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23981 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23956 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23958 …9}
-categories: Doctrine\ORM\PersistentCollection {#23960 …9}
-products: Doctrine\ORM\PersistentCollection {#23962 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23964 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23966 …9}
-options: Doctrine\ORM\PersistentCollection {#23968 …9}
-segments: Doctrine\ORM\PersistentCollection {#23970 …9}
-workers: Doctrine\ORM\PersistentCollection {#23972 …9}
-extras: Doctrine\ORM\PersistentCollection {#23974 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
…10
}
13 => Shared\Entity\Main\Seo\SeoContent {#23992 …65}
14 => Shared\Entity\Main\Seo\SeoContent {#24051 …65}
15 => Shared\Entity\Main\Seo\SeoContent {#24110 …65}
16 => Shared\Entity\Main\Seo\SeoContent {#24169 …65}
17 => Shared\Entity\Main\Seo\SeoContent {#24228 …65}
18 => Shared\Entity\Main\Seo\SeoContent {#24287 …65}
19 => Shared\Entity\Main\Seo\SeoContent {#24346 …65}
20 => Shared\Entity\Main\Seo\SeoContent {#1276}
21 => Shared\Entity\Main\Seo\SeoContent {#24405 …65}
22 => Shared\Entity\Main\Seo\SeoContent {#24464
-id: 527
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#24465 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#24511 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#24467 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#24469 …9}
-title: "Пакет - вкладыш 32см х 45см - 40г."
-description: "<p>Пакет - вкладыш ОТФ 32см х 45см - 40г.</p>"
-slug: "paket_vkladysh_32sm_kh_45sm_40g"
-short_title: "Пакет - вкладыш 32см х 45см - 40г."
-modified_at: DateTimeImmutable @1729141055 {#24462 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/paket_vkladysh_32sm_kh_45sm_40g"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#24471 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#24473 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#24475 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#24477 …9}
-bitrix_id: 43451
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#24479 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#24481 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#24483 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#24485 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, подчерки в адресе, мусор в адресе: kh, содержание меньше 500 символов"
-search_string: null
-vote_count: 5
-vote_sum: 230
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#24512 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#24487 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#24489 …9}
-categories: Doctrine\ORM\PersistentCollection {#24491 …9}
-products: Doctrine\ORM\PersistentCollection {#24493 …9}
-constructions: Doctrine\ORM\PersistentCollection {#24495 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#24497 …9}
-options: Doctrine\ORM\PersistentCollection {#24499 …9}
-segments: Doctrine\ORM\PersistentCollection {#24501 …9}
-workers: Doctrine\ORM\PersistentCollection {#24503 …9}
-extras: Doctrine\ORM\PersistentCollection {#24505 …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 @1505519762 {#24463 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#24507 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#24509 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
23 => Shared\Entity\Main\Seo\SeoContent {#24523
-id: 555
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#24524 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#24570 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#24526 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#24528 …9}
-title: "Пакет - вкладыш 45см х 45см - 50г."
-description: "<p>Пакет - вкладыш ОТФ 45см х 45см - 50г.</p>"
-slug: "paket_vkladysh_45sm_kh_45sm_50g"
-short_title: "Пакет - вкладыш 45см х 45см - 50г."
-modified_at: DateTimeImmutable @1729141073 {#24521 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/paket_vkladysh_45sm_kh_45sm_50g"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#24530 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#24532 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#24534 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#24536 …9}
-bitrix_id: 54694
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#24538 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#24540 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#24542 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#24544 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, подчерки в адресе, мусор в адресе: kh, содержание меньше 500 символов"
-search_string: null
-vote_count: 5
-vote_sum: 200
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#24571 …39}
-meta_ok: true
-notice_field: "дубли в адресе: 45sm"
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#24546 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#24548 …9}
-categories: Doctrine\ORM\PersistentCollection {#24550 …9}
-products: Doctrine\ORM\PersistentCollection {#24552 …9}
-constructions: Doctrine\ORM\PersistentCollection {#24554 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#24556 …9}
-options: Doctrine\ORM\PersistentCollection {#24558 …9}
-segments: Doctrine\ORM\PersistentCollection {#24560 …9}
-workers: Doctrine\ORM\PersistentCollection {#24562 …9}
-extras: Doctrine\ORM\PersistentCollection {#24564 …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 @1531681687 {#24522 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#24566 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#24568 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
24 => Shared\Entity\Main\Seo\SeoContent {#24582
-id: 554
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#24583 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#24629 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#24585 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#24587 …9}
-title: "Пакет - вкладыш 45см х 45см - 70г."
-description: "<p>Пакет - вкладыш ОТФ 45см х 45см - 70г.</p>"
-slug: "paket_vkladysh_45sm_kh_45sm_70g"
-short_title: "Пакет - вкладыш 45см х 45см - 70г."
-modified_at: DateTimeImmutable @1729141072 {#24580 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/paket_vkladysh_45sm_kh_45sm_70g"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#24589 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#24591 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#24593 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#24595 …9}
-bitrix_id: 54691
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#24597 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#24599 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#24601 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#24603 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, подчерки в адресе, мусор в адресе: kh, содержание меньше 500 символов"
-search_string: null
-vote_count: 8
-vote_sum: 376
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#24630 …39}
-meta_ok: true
-notice_field: "дубли в адресе: 45sm"
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#24605 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#24607 …9}
-categories: Doctrine\ORM\PersistentCollection {#24609 …9}
-products: Doctrine\ORM\PersistentCollection {#24611 …9}
-constructions: Doctrine\ORM\PersistentCollection {#24613 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#24615 …9}
-options: Doctrine\ORM\PersistentCollection {#24617 …9}
-segments: Doctrine\ORM\PersistentCollection {#24619 …9}
-workers: Doctrine\ORM\PersistentCollection {#24621 …9}
-extras: Doctrine\ORM\PersistentCollection {#24623 …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 @1531681687 {#24581 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#24625 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#24627 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
25 => Shared\Entity\Main\Seo\SeoContent {#24641
-id: 556
-meta_title: "Пенопакет 45х60 см, 95 г в Москве: цена, купить в Антэк"
-meta_description: "➤ Пакет - вкладыш 45см х 60см - 95г. от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#24642 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#24688 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#24644 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#24646 …9}
-title: "Пакет - вкладыш 45см х 60см - 95г."
-description: "<div>Пакет - вкладыш ОТФ 45см х 60см - 95г.</div>"
-slug: "paket-vkladysh-45-60"
-short_title: "Пенопакет 45х60 см, 95 г"
-modified_at: DateTimeImmutable @1741970875 {#24639 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/paket-vkladysh-45-60"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#24648 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#24650 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#24652 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#24654 …9}
-bitrix_id: 54696
-keywords: "Пакет - вкладыш 45см х 60см - 95г. купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#24656 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#24658 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#24660 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#24662 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: "45x60"
-vote_count: 9
-vote_sum: 369
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#24689 …39}
-meta_ok: false
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#24664 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#24666 …9}
-categories: Doctrine\ORM\PersistentCollection {#24668 …9}
-products: Doctrine\ORM\PersistentCollection {#24670 …9}
-constructions: Doctrine\ORM\PersistentCollection {#24672 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#24674 …9}
-options: Doctrine\ORM\PersistentCollection {#24676 …9}
-segments: Doctrine\ORM\PersistentCollection {#24678 …9}
-workers: Doctrine\ORM\PersistentCollection {#24680 …9}
-extras: Doctrine\ORM\PersistentCollection {#24682 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Пенопакет 45х60 см, 95 г в Москве: цена, купить в Антэк"
-og_description: "➤ Пакет - вкладыш 45см х 60см - 95г. от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681687 {#24640 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#24684 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#24686 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
26 => Shared\Entity\Main\Seo\SeoContent {#24700
-id: 557
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#24701 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#24747 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#24703 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#24705 …9}
-title: "Пакет - вкладыш 45см х 70см - 125г."
-description: "<p>Пакет - вкладыш ОТФ 45см х 70см - 125г.</p>"
-slug: "paket_vkladysh_45sm_kh_70sm_125g"
-short_title: "Пакет - вкладыш 45см х 70см - 125г."
-modified_at: DateTimeImmutable @1729141074 {#24698 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/paket_vkladysh_45sm_kh_70sm_125g"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#24707 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#24709 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#24711 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#24713 …9}
-bitrix_id: 54698
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#24715 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#24717 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#24719 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#24721 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, подчерки в адресе, мусор в адресе: kh, содержание меньше 500 символов"
-search_string: null
-vote_count: 5
-vote_sum: 215
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#24748 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#24723 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#24725 …9}
-categories: Doctrine\ORM\PersistentCollection {#24727 …9}
-products: Doctrine\ORM\PersistentCollection {#24729 …9}
-constructions: Doctrine\ORM\PersistentCollection {#24731 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#24733 …9}
-options: Doctrine\ORM\PersistentCollection {#24735 …9}
-segments: Doctrine\ORM\PersistentCollection {#24737 …9}
-workers: Doctrine\ORM\PersistentCollection {#24739 …9}
-extras: Doctrine\ORM\PersistentCollection {#24741 …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 @1531681687 {#24699 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#24743 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#24745 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
27 => Shared\Entity\Main\Seo\SeoContent {#24759
-id: 553
-meta_title: "Пакет - вкладыш 55х80 см - 150г. купить в Москве в Антэк"
-meta_description: "➤ Пакет - вкладыш 55см х 80см - 150г. от компании Антэк. Свой магазин и производство. 🚚 Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. ☎️ 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#24760 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#24806 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#24762 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#24764 …9}
-title: "Пакет - вкладыш 55см х 80см - 150г."
-description: "<div>Пакет - вкладыш ОТФ 55см х 80см - 150г.</div>"
-slug: "paket-vkladysh-55-80-150g"
-short_title: "Пакет - вкладыш 55х80 см - 150г."
-modified_at: DateTimeImmutable @1741970891 {#24757 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/paket-vkladysh-55-80-150g"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#24766 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#24768 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#24770 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#24772 …9}
-bitrix_id: 54686
-keywords: "Пакет - вкладыш 55см х 80см - 150г. купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#24774 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#24776 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#24778 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#24780 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 8
-vote_sum: 344
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#24807 …39}
-meta_ok: false
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#24782 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#24784 …9}
-categories: Doctrine\ORM\PersistentCollection {#24786 …9}
-products: Doctrine\ORM\PersistentCollection {#24788 …9}
-constructions: Doctrine\ORM\PersistentCollection {#24790 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#24792 …9}
-options: Doctrine\ORM\PersistentCollection {#24794 …9}
-segments: Doctrine\ORM\PersistentCollection {#24796 …9}
-workers: Doctrine\ORM\PersistentCollection {#24798 …9}
-extras: Doctrine\ORM\PersistentCollection {#24800 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Пакет - вкладыш 55х80 см - 150г. купить в Москве в Антэк"
-og_description: "➤ Пакет - вкладыш 55см х 80см - 150г. от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. ☎ 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681686 {#24758 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#24802 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#24804 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
28 => Shared\Entity\Main\Seo\SeoContent {#24818 …65}
29 => Shared\Entity\Main\Seo\SeoContent {#24877 …65}
30 => Shared\Entity\Main\Seo\SeoContent {#24936 …65}
31 => Shared\Entity\Main\Seo\SeoContent {#24995 …65}
32 => Shared\Entity\Main\Seo\SeoContent {#25054 …65}
33 => Shared\Entity\Main\Seo\SeoContent {#25113 …65}
34 => Shared\Entity\Main\Seo\SeoContent {#25172 …65}
35 => Shared\Entity\Main\Seo\SeoContent {#25231 …65}
36 => Shared\Entity\Main\Seo\SeoContent {#25290 …65}
37 => Shared\Entity\Main\Seo\SeoContent {#25349 …65}
38 => Shared\Entity\Main\Seo\SeoContent {#25408 …65}
39 => Shared\Entity\Main\Seo\SeoContent {#25467 …65}
40 => Shared\Entity\Main\Seo\SeoContent {#25526 …65}
41 => Shared\Entity\Main\Seo\SeoContent {#25585 …65}
42 => Shared\Entity\Main\Seo\SeoContent {#25644 …65}
43 => Shared\Entity\Main\Seo\SeoContent {#25703 …65}
44 => Shared\Entity\Main\Seo\SeoContent {#25762 …65}
45 => Shared\Entity\Main\Seo\SeoContent {#25821 …65}
46 => Shared\Entity\Main\Seo\SeoContent {#25880 …65}
47 => Shared\Entity\Main\Seo\SeoContent {#25939 …65}
48 => Shared\Entity\Main\Seo\SeoContent {#25997 …65}
49 => Shared\Entity\Main\Seo\SeoContent {#26047 …65}
50 => Shared\Entity\Main\Seo\SeoContent {#26105 …65}
51 => Shared\Entity\Main\Seo\SeoContent {#26155 …65}
52 => Shared\Entity\Main\Seo\SeoContent {#26214 …65}
53 => Shared\Entity\Main\Seo\SeoContent {#26273 …65}
54 => Shared\Entity\Main\Seo\SeoContent {#26332 …65}
55 => Shared\Entity\Main\Seo\SeoContent {#26391 …65}
56 => Shared\Entity\Main\Seo\SeoContent {#26450 …65}
57 => Shared\Entity\Main\Seo\SeoContent {#26508 …65}
58 => Shared\Entity\Main\Seo\SeoContent {#26558 …65}
59 => Shared\Entity\Main\Seo\SeoContent {#26617 …65}
60 => Shared\Entity\Main\Seo\SeoContent {#26676 …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: []
}
#initialized: true
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#906 …}
-backRefFieldName: "parent"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-oldSlugs: Doctrine\ORM\PersistentCollection {#1489
#collection: Doctrine\Common\Collections\ArrayCollection {#1491
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#901 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1486 …}
}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#1496
#collection: Doctrine\Common\Collections\ArrayCollection {#1504
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#904 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1490 …}
}
-seoFiles: Doctrine\ORM\PersistentCollection {#1528
#collection: Doctrine\Common\Collections\ArrayCollection {#1509
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#912 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1503 …}
}
-bitrix_id: 5861
-keywords: null
-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:11 [
0 => Shared\Entity\Main\Seo\SeoContent {#24464}
1 => Shared\Entity\Main\Seo\SeoContent {#23599}
2 => Shared\Entity\Main\Seo\SeoContent {#23658}
3 => Shared\Entity\Main\Seo\SeoContent {#23373}
4 => Shared\Entity\Main\Seo\SeoContent {#24759}
5 => Shared\Entity\Main\Seo\SeoContent {#24582}
6 => Shared\Entity\Main\Seo\SeoContent {#24523}
7 => Shared\Entity\Main\Seo\SeoContent {#24641}
8 => Shared\Entity\Main\Seo\SeoContent {#24700}
9 => Shared\Entity\Main\Seo\SeoContent {#32366
-id: 597
-meta_title: "Наполнитель насыпной из гофрокартона в Москве: цена, купить защитная упаковка - описание, характеристики"
-meta_description: "➤ Наполнитель насыпной из гофрокартона от компании Антэк. Свой магазин и производство. Защитная упаковка – доставка и самовывоз. Продажа от 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: "Наполнитель насыпной из гофрокартона"
-description: "<div>Наполнитель насыпной из гофрокартона</div>"
-slug: "napolnitel-nasypnoy-iz-gofrokartona"
-short_title: "Наполнитель насыпной из гофрокартона"
-modified_at: DateTimeImmutable @1741805489 {#32365 …1}
-priority: 8
-url: "/catalog/gofroupakovka/zashhitnaja-upakovka/napolnitel-nasypnoy-iz-gofrokartona"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#27373 …65}
-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: 54625
-keywords: "Наполнитель насыпной из гофрокартона купить в Москве"
-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: 3
-vote_sum: 126
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32414 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1750}
-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: "Гофроупаковка защитная: купить в Москве | Производство и продажа гофрированной упаковки"
-og_description: "➤ Наполнитель насыпной из гофрокартона от компании Антэк. Свой магазин и производство. Защитная упаковка – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681677 {#32364 …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
}
10 => Shared\Entity\Main\Seo\SeoContent {#32425
-id: 718
-meta_title: "Наполнитель воздушный 200х120 мм (лента 10 пузырьков) в Москве: цена, купить маркетплейсы - описание, характеристики"
-meta_description: "➤ Наполнитель воздушный 200х120 мм (лента 10 пузырьков) от компании Антэк. Свой магазин и производство. Маркетплейсы – доставка и самовывоз. Продажа от 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: "Наполнитель воздушный 200х120 мм (лента 10 пузырьков)"
-description: "<div>Надувные подушки-вкладыши для быстрой запаковки товаров. Эффективно заполняют свободное пространство в коробке.</div>"
-slug: "napolnitel-vozdushnyy-200kh120-mm-lenta-10-puzyrkov"
-short_title: "Наполнитель воздушный 200х120 мм (лента 10 пузырьков)"
-modified_at: DateTimeImmutable @1742228534 {#32423 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/upakovka-dlya-marketpleysov/napolnitel-vozdushnyy-200kh120-mm-lenta-10-puzyrkov"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#17475 …65}
-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: 54618
-keywords: "Наполнитель воздушный 200х120 мм (лента 10 пузырьков) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32440 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32442 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32444 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32446 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: "200x120"
-vote_count: 13
-vote_sum: 650
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32473 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1750}
-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: "Наполнитель воздушный 200х120 мм (лента 10 пузырьков) в Москве: цена, купить маркетплейсы - описание, характеристики"
-og_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. Каталог готовой продукции. Наполнитель воздушный 200х120 мм (лента 10 пузырьков)."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681676 {#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
}
]
}
#initialized: true
-snapshot: array:11 [ …11]
-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: 1
-vote_sum: 48
-seoProduct: null
-meta_ok: false
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#1588
#collection: Doctrine\Common\Collections\ArrayCollection {#1590
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#933 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1585 …}
}
-seoTags: Doctrine\ORM\PersistentCollection {#1626
#collection: Doctrine\Common\Collections\ArrayCollection {#1612
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyInverseSideMapping {#935 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1591 …}
}
-categories: Doctrine\ORM\PersistentCollection {#1615
#collection: Doctrine\Common\Collections\ArrayCollection {#1627
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#938 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-products: Doctrine\ORM\PersistentCollection {#1628
#collection: Doctrine\Common\Collections\ArrayCollection {#1629
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#929 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-constructions: Doctrine\ORM\PersistentCollection {#1630
#collection: Doctrine\Common\Collections\ArrayCollection {#1631
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#937 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-portfolios: Doctrine\ORM\PersistentCollection {#1632
#collection: Doctrine\Common\Collections\ArrayCollection {#1633
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#942 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-options: Doctrine\ORM\PersistentCollection {#1634
#collection: Doctrine\Common\Collections\ArrayCollection {#1635
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#946 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-segments: Doctrine\ORM\PersistentCollection {#1636
#collection: Doctrine\Common\Collections\ArrayCollection {#1637
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#950 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-workers: Doctrine\ORM\PersistentCollection {#1638
#collection: Doctrine\Common\Collections\ArrayCollection {#1639
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#954 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-extras: Doctrine\ORM\PersistentCollection {#1640
#collection: Doctrine\Common\Collections\ArrayCollection {#1641
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#958 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Наполнители: купить в Москве от производителя"
-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 {#32513
#collection: Doctrine\Common\Collections\ArrayCollection {#32514
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#32509}
-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 {#32509
-id: 1670
-seoImages: Doctrine\ORM\PersistentCollection {#32511
#collection: Doctrine\Common\Collections\ArrayCollection {#32512
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#32509}
-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>Насыпной упаковочный наполнитель из гофрокартона (упаковочный уплотнитель) — представляет из себя <a href="/catalog/gofrokarton/"><strong>гофрокартон</strong></a>, нарезанный полосками шириной 1 см и длиной от 10 до 20 см. Переплетаясь между собой полоски гофрокартона обеспечивают быструю и надежную фиксацию предмета внутри коробки, предохраняя его от смещения (в отличии от пенопластовых наполнителей).<br><br></div><div>Насыпная упаковка из гофрокартона — выгодный и эффективный материал. Он не требует физических усилий и квалификации при упаковывании.<br><br></div><div>Упаковочный уплотнитель пригодится при упаковке предметов из стекла, электрических приборов, запчастей и комплектующих в коробки любого размера и конструкции. В отличии от пенопласта, гофрокартон не намагничивается, что важно при упаковке электронной техники.<br><br></div><div>Насыпной уплотнитель используется при упаковке почтовых посылок. Насыпная упаковка из гофрокартона — это экологически чистый продукт, не требует особых условий утилизации и не загрязняет окружающую среду.<br><br></div><div>Поставляется упаковочный уплотнитель из гофрокартона в бумажных мешках, диаметром 30 см и высотой 90 см (60 литров). В мешке, в утрамбованном состоянии, содержится 5 кг уплотнителя - 0,06 м³, которые при извлечении из мешка занимают 0,15 м³.</div>\n"
-content: Shared\Entity\Main\Seo\SeoContent {#1276
-id: 79
-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 {#32758
-id: 18228
-seo_name: "napolniteli"
-alt_text: null
-sort_order: null
-is_page_preview: false
-raw_name: "04c1b9d8-72ad-4943-aeb7-f40e93e71a90.png"
-old_path: null
-paragraph: Shared\Entity\Main\Seo\SeoParagraph {#32509}
-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: 86
-value: "<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 {#32509}
]
}
#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: "napolniteli"
-short_title: null
-modified_at: DateTimeImmutable @1741773014 {#1274
date: 2025-03-12 04:50:14.0 America/Chicago (-05:00)
}
-priority: 9
-url: "/catalog/upakovochnye-materialy/napolniteli"
-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 {#32484
#collection: Doctrine\Common\Collections\ArrayCollection {#32485
-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 {#32486
#collection: Doctrine\Common\Collections\ArrayCollection {#32487
-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 {#32488
#collection: Doctrine\Common\Collections\ArrayCollection {#32489
-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 {#23255
-id: 521
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23256 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23302 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23258 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23260 …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 {#23253 …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 {#23262 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23264 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23266 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23268 …9}
-bitrix_id: 43111
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23270 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23272 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23274 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23276 …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 {#23303 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23278 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23280 …9}
-categories: Doctrine\ORM\PersistentCollection {#23282 …9}
-products: Doctrine\ORM\PersistentCollection {#23284 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23286 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23288 …9}
-options: Doctrine\ORM\PersistentCollection {#23290 …9}
-segments: Doctrine\ORM\PersistentCollection {#23292 …9}
-workers: Doctrine\ORM\PersistentCollection {#23294 …9}
-extras: Doctrine\ORM\PersistentCollection {#23296 …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 {#23254 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23298 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23300 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
1 => Shared\Entity\Main\Seo\SeoContent {#23314
-id: 516
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23315 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23361 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23317 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23319 …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 {#23312 …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 {#23321 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23323 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23325 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23327 …9}
-bitrix_id: 43101
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23329 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23331 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23333 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23335 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: null
-vote_count: 11
-vote_sum: 484
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23362 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23337 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23339 …9}
-categories: Doctrine\ORM\PersistentCollection {#23341 …9}
-products: Doctrine\ORM\PersistentCollection {#23343 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23345 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23347 …9}
-options: Doctrine\ORM\PersistentCollection {#23349 …9}
-segments: Doctrine\ORM\PersistentCollection {#23351 …9}
-workers: Doctrine\ORM\PersistentCollection {#23353 …9}
-extras: Doctrine\ORM\PersistentCollection {#23355 …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 {#23313 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23357 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23359 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
2 => Shared\Entity\Main\Seo\SeoContent {#23373
-id: 552
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23374 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23420 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23376 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23378 …9}
-title: "Бумажный наполнитель. Цвет: Натуральный/1кг"
-description: "<p></p>"
-slug: "bumazhnyy-napolnitel-tsvet-naturalnyy-1kg"
-short_title: "Бумажный наполнитель. Цвет: Натуральный/1кг"
-modified_at: DateTimeImmutable @1729141071 {#23371 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/bumazhnyy-napolnitel-tsvet-naturalnyy-1kg"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23380 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23382 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23384 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23386 …9}
-bitrix_id: 54684
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23388 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23390 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23392 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23394 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: null
-vote_count: 6
-vote_sum: 264
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23421 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23396 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23398 …9}
-categories: Doctrine\ORM\PersistentCollection {#23400 …9}
-products: Doctrine\ORM\PersistentCollection {#23402 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23404 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23406 …9}
-options: Doctrine\ORM\PersistentCollection {#23408 …9}
-segments: Doctrine\ORM\PersistentCollection {#23410 …9}
-workers: Doctrine\ORM\PersistentCollection {#23412 …9}
-extras: Doctrine\ORM\PersistentCollection {#23414 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681686 {#23372 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23416 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23418 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
3 => Shared\Entity\Main\Seo\SeoContent {#23432
-id: 561
-meta_title: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций) в Москве: цена, купить в Антэк"
-meta_description: "➤ Воздушная упаковочная лента “Волна” 400 мм х 165 мм (10 секций) от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23433 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23479 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23435 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23437 …9}
-title: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций)"
-description: "<div></div>"
-slug: "upakovochnaya-lenta-400-165"
-short_title: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций)"
-modified_at: DateTimeImmutable @1741970816 {#23430 …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 {#23439 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23441 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23443 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23445 …9}
-bitrix_id: 74894
-keywords: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23447 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23449 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23451 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23453 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: "400x165"
-vote_count: 10
-vote_sum: 480
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23480 …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 {#23455 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23457 …9}
-categories: Doctrine\ORM\PersistentCollection {#23459 …9}
-products: Doctrine\ORM\PersistentCollection {#23461 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23463 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23465 …9}
-options: Doctrine\ORM\PersistentCollection {#23467 …9}
-segments: Doctrine\ORM\PersistentCollection {#23469 …9}
-workers: Doctrine\ORM\PersistentCollection {#23471 …9}
-extras: Doctrine\ORM\PersistentCollection {#23473 …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 {#23431 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23475 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23477 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
4 => Shared\Entity\Main\Seo\SeoContent {#23490
-id: 80
-meta_title: "Воздушно-пузырьковая пленка: купить в Москве от производителя"
-meta_description: "➤ Воздушно-пузырьковая пленка от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23491 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23537 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23493 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23495 …9}
-title: "Воздушно-пузырьковая пленка"
-description: null
-slug: "vozdushno-puzyrkovaya-plenka"
-short_title: null
-modified_at: DateTimeImmutable @1741772947 {#23489 …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 {#23497 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23499 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23501 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23503 …9}
-bitrix_id: 5862
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23505 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23507 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23509 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23511 …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 {#23513 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23515 …9}
-categories: Doctrine\ORM\PersistentCollection {#23517 …9}
-products: Doctrine\ORM\PersistentCollection {#23519 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23521 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23523 …9}
-options: Doctrine\ORM\PersistentCollection {#23525 …9}
-segments: Doctrine\ORM\PersistentCollection {#23527 …9}
-workers: Doctrine\ORM\PersistentCollection {#23529 …9}
-extras: Doctrine\ORM\PersistentCollection {#23531 …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 {#23533 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23535 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
5 => Shared\Entity\Main\Seo\SeoContent {#23540
-id: 524
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23541 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23587 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23543 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23545 …9}
-title: "Воздушнопузырьковая пленка"
-description: "<p>Воздушно-пузырьковая пленка обрела востребованность в\u{A0}доставке хрупких и\u{A0}ценных грузов, которые требуют более эффективной защиты. Кроме того, изделие обладает характеристиками утеплителя, поэтому его используют при возведении строительных объектов . Изготовление осуществляется с\u{A0}использованием пищевого полиэтилена. Модели могут быть представлены двух- или трехслойной структурой. Внешняя сторона\u{A0}— это слой с\u{A0}пузырьками воздуха, которые эффективно смягчают внешние удары.</p>"
-slug: "--vozdushnopuzyrkovaya-plenka"
-short_title: "Воздушнопузырьковая пленка"
-modified_at: DateTimeImmutable @1729141053 {#23538 …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 {#23547 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23549 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23551 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23553 …9}
-bitrix_id: 43119
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23555 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23557 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23559 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23561 …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 {#23588 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23563 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23565 …9}
-categories: Doctrine\ORM\PersistentCollection {#23567 …9}
-products: Doctrine\ORM\PersistentCollection {#23569 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23571 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23573 …9}
-options: Doctrine\ORM\PersistentCollection {#23575 …9}
-segments: Doctrine\ORM\PersistentCollection {#23577 …9}
-workers: Doctrine\ORM\PersistentCollection {#23579 …9}
-extras: Doctrine\ORM\PersistentCollection {#23581 …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 {#23539 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23583 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23585 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
6 => Shared\Entity\Main\Seo\SeoContent {#23599
-id: 534
-meta_title: "ВПП рулон 100х1,5 м (Т) в Москве: цена, купить в Антэк"
-meta_description: "➤ ВПП рулон 100м х 1,5 м (Т) от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23600 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23646 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23602 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23604 …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 {#23597 …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 {#23606 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23608 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23610 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23612 …9}
-bitrix_id: 54475
-keywords: "ВПП рулон 100х1,5 м (Т) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23614 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23616 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23618 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23620 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 11
-vote_sum: 484
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23647 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23622 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23624 …9}
-categories: Doctrine\ORM\PersistentCollection {#23626 …9}
-products: Doctrine\ORM\PersistentCollection {#23628 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23630 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23632 …9}
-options: Doctrine\ORM\PersistentCollection {#23634 …9}
-segments: Doctrine\ORM\PersistentCollection {#23636 …9}
-workers: Doctrine\ORM\PersistentCollection {#23638 …9}
-extras: Doctrine\ORM\PersistentCollection {#23640 …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 {#23598 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23642 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23644 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
7 => Shared\Entity\Main\Seo\SeoContent {#23658
-id: 536
-meta_title: "ВПП рулон 20х1,5 м (Т) в Москве: цена, купить в Антэк"
-meta_description: "➤ ВПП рулон 20м х 1,5 м (Т) от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23659 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23705 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23661 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23663 …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 {#23656 …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 {#23665 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23667 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23669 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23671 …9}
-bitrix_id: 54484
-keywords: "ВПП рулон 20м х 1,5 м (Т) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23673 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23675 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23677 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23679 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 12
-vote_sum: 576
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23706 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23681 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23683 …9}
-categories: Doctrine\ORM\PersistentCollection {#23685 …9}
-products: Doctrine\ORM\PersistentCollection {#23687 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23689 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23691 …9}
-options: Doctrine\ORM\PersistentCollection {#23693 …9}
-segments: Doctrine\ORM\PersistentCollection {#23695 …9}
-workers: Doctrine\ORM\PersistentCollection {#23697 …9}
-extras: Doctrine\ORM\PersistentCollection {#23699 …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 {#23657 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23701 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23703 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
8 => Shared\Entity\Main\Seo\SeoContent {#23716
-id: 77
-meta_title: "Защитные картонные уголки: купить в Москве от производителя"
-meta_description: "➤ Защитные картонные уголки от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23717 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23763 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23719 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23721 …9}
-title: "Защитные картонные уголки"
-description: null
-slug: "zashchitnye-kartonnye-ugolki"
-short_title: null
-modified_at: DateTimeImmutable @1741773036 {#23715 …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 {#23723 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23725 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23727 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23729 …9}
-bitrix_id: 5614
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23731 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23733 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23735 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23737 …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 {#23739 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23741 …9}
-categories: Doctrine\ORM\PersistentCollection {#23743 …9}
-products: Doctrine\ORM\PersistentCollection {#23745 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23747 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23749 …9}
-options: Doctrine\ORM\PersistentCollection {#23751 …9}
-segments: Doctrine\ORM\PersistentCollection {#23753 …9}
-workers: Doctrine\ORM\PersistentCollection {#23755 …9}
-extras: Doctrine\ORM\PersistentCollection {#23757 …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 {#23759 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23761 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
9 => Shared\Entity\Main\Seo\SeoContent {#23766
-id: 522
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23767 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23813 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23769 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23771 …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 {#23764 …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 {#23773 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23775 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23777 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23779 …9}
-bitrix_id: 43113
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23781 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23783 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23785 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23787 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: null
-vote_count: 12
-vote_sum: 528
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23814 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23789 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23791 …9}
-categories: Doctrine\ORM\PersistentCollection {#23793 …9}
-products: Doctrine\ORM\PersistentCollection {#23795 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23797 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23799 …9}
-options: Doctrine\ORM\PersistentCollection {#23801 …9}
-segments: Doctrine\ORM\PersistentCollection {#23803 …9}
-workers: Doctrine\ORM\PersistentCollection {#23805 …9}
-extras: Doctrine\ORM\PersistentCollection {#23807 …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 {#23765 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23809 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23811 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
10 => Shared\Entity\Main\Seo\SeoContent {#23825
-id: 540
-meta_title: "Защитный уголок из прессованного картона 50х50х2200 мм в Москве: цена, купить в Антэк"
-meta_description: "➤ Уголок защитный из прессованного картона 50мм х 50мм х 4мм 2200 мм от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23826 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23872 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23828 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23830 …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 {#23823 …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 {#23832 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23834 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23836 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23838 …9}
-bitrix_id: 54584
-keywords: "Защитный уголок из прессованного картона 50 х 50 х 2200 мм купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23840 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23842 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23844 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23846 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 7
-vote_sum: 280
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23873 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23848 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23850 …9}
-categories: Doctrine\ORM\PersistentCollection {#23852 …9}
-products: Doctrine\ORM\PersistentCollection {#23854 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23856 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23858 …9}
-options: Doctrine\ORM\PersistentCollection {#23860 …9}
-segments: Doctrine\ORM\PersistentCollection {#23862 …9}
-workers: Doctrine\ORM\PersistentCollection {#23864 …9}
-extras: Doctrine\ORM\PersistentCollection {#23866 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Защитный уголок из прессованного картона 50х50х2200 мм в Москве: цена, купить в Антэк"
-og_description: "➤ Защитный уголок из прессованного картона 50 х 50 х 2200 мм от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681674 {#23824 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23868 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23870 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
11 => Shared\Entity\Main\Seo\SeoContent {#23883
-id: 78
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23884 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23930 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23886 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23888 …9}
-title: "Клейкая лента"
-description: ""
-slug: "kleykaya-lenta"
-short_title: null
-modified_at: DateTimeImmutable @1729140774 {#23882 …1}
-priority: 9
-url: "/catalog/upakovochnye-materialy/kleykaya-lenta"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23890 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23892 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23894 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23896 …9}
-bitrix_id: 5860
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23898 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23900 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23902 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23904 …9}
-is_problems: true
-is_ready: false
-problems_string: "нет мета данных, нет изображений, содержание меньше 500 символов"
-search_string: null
-vote_count: 13
-vote_sum: 650
-seoProduct: null
-meta_ok: true
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1750}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23906 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23908 …9}
-categories: Doctrine\ORM\PersistentCollection {#23910 …9}
-products: Doctrine\ORM\PersistentCollection {#23912 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23914 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23916 …9}
…20
}
12 => Shared\Entity\Main\Seo\SeoContent {#23933 …65}
13 => Shared\Entity\Main\Seo\SeoContent {#23992 …65}
14 => Shared\Entity\Main\Seo\SeoContent {#24051 …65}
15 => Shared\Entity\Main\Seo\SeoContent {#24110 …65}
16 => Shared\Entity\Main\Seo\SeoContent {#24169 …65}
17 => Shared\Entity\Main\Seo\SeoContent {#24228 …65}
18 => Shared\Entity\Main\Seo\SeoContent {#24287 …65}
19 => Shared\Entity\Main\Seo\SeoContent {#24346 …65}
20 => Shared\Entity\Main\Seo\SeoContent {#1276}
21 => Shared\Entity\Main\Seo\SeoContent {#24405 …65}
22 => Shared\Entity\Main\Seo\SeoContent {#24464
-id: 527
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#24465 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#24511 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#24467 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#24469 …9}
-title: "Пакет - вкладыш 32см х 45см - 40г."
-description: "<p>Пакет - вкладыш ОТФ 32см х 45см - 40г.</p>"
-slug: "paket_vkladysh_32sm_kh_45sm_40g"
-short_title: "Пакет - вкладыш 32см х 45см - 40г."
-modified_at: DateTimeImmutable @1729141055 {#24462 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/paket_vkladysh_32sm_kh_45sm_40g"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#24471 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#24473 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#24475 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#24477 …9}
-bitrix_id: 43451
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#24479 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#24481 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#24483 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#24485 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, подчерки в адресе, мусор в адресе: kh, содержание меньше 500 символов"
-search_string: null
-vote_count: 5
-vote_sum: 230
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#24512 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#24487 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#24489 …9}
-categories: Doctrine\ORM\PersistentCollection {#24491 …9}
-products: Doctrine\ORM\PersistentCollection {#24493 …9}
-constructions: Doctrine\ORM\PersistentCollection {#24495 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#24497 …9}
-options: Doctrine\ORM\PersistentCollection {#24499 …9}
-segments: Doctrine\ORM\PersistentCollection {#24501 …9}
-workers: Doctrine\ORM\PersistentCollection {#24503 …9}
-extras: Doctrine\ORM\PersistentCollection {#24505 …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 @1505519762 {#24463 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#24507 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#24509 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
23 => Shared\Entity\Main\Seo\SeoContent {#24523
-id: 555
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#24524 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#24570 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#24526 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#24528 …9}
-title: "Пакет - вкладыш 45см х 45см - 50г."
-description: "<p>Пакет - вкладыш ОТФ 45см х 45см - 50г.</p>"
-slug: "paket_vkladysh_45sm_kh_45sm_50g"
-short_title: "Пакет - вкладыш 45см х 45см - 50г."
-modified_at: DateTimeImmutable @1729141073 {#24521 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/paket_vkladysh_45sm_kh_45sm_50g"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#24530 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#24532 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#24534 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#24536 …9}
-bitrix_id: 54694
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#24538 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#24540 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#24542 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#24544 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, подчерки в адресе, мусор в адресе: kh, содержание меньше 500 символов"
-search_string: null
-vote_count: 5
-vote_sum: 200
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#24571 …39}
-meta_ok: true
-notice_field: "дубли в адресе: 45sm"
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#24546 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#24548 …9}
-categories: Doctrine\ORM\PersistentCollection {#24550 …9}
-products: Doctrine\ORM\PersistentCollection {#24552 …9}
-constructions: Doctrine\ORM\PersistentCollection {#24554 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#24556 …9}
-options: Doctrine\ORM\PersistentCollection {#24558 …9}
-segments: Doctrine\ORM\PersistentCollection {#24560 …9}
-workers: Doctrine\ORM\PersistentCollection {#24562 …9}
-extras: Doctrine\ORM\PersistentCollection {#24564 …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 @1531681687 {#24522 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#24566 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#24568 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
24 => Shared\Entity\Main\Seo\SeoContent {#24582
-id: 554
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#24583 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#24629 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#24585 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#24587 …9}
-title: "Пакет - вкладыш 45см х 45см - 70г."
-description: "<p>Пакет - вкладыш ОТФ 45см х 45см - 70г.</p>"
-slug: "paket_vkladysh_45sm_kh_45sm_70g"
-short_title: "Пакет - вкладыш 45см х 45см - 70г."
-modified_at: DateTimeImmutable @1729141072 {#24580 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/paket_vkladysh_45sm_kh_45sm_70g"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#24589 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#24591 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#24593 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#24595 …9}
-bitrix_id: 54691
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#24597 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#24599 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#24601 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#24603 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, подчерки в адресе, мусор в адресе: kh, содержание меньше 500 символов"
-search_string: null
-vote_count: 8
-vote_sum: 376
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#24630 …39}
-meta_ok: true
-notice_field: "дубли в адресе: 45sm"
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#24605 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#24607 …9}
-categories: Doctrine\ORM\PersistentCollection {#24609 …9}
-products: Doctrine\ORM\PersistentCollection {#24611 …9}
-constructions: Doctrine\ORM\PersistentCollection {#24613 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#24615 …9}
-options: Doctrine\ORM\PersistentCollection {#24617 …9}
-segments: Doctrine\ORM\PersistentCollection {#24619 …9}
-workers: Doctrine\ORM\PersistentCollection {#24621 …9}
-extras: Doctrine\ORM\PersistentCollection {#24623 …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 @1531681687 {#24581 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#24625 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#24627 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
25 => Shared\Entity\Main\Seo\SeoContent {#24641
-id: 556
-meta_title: "Пенопакет 45х60 см, 95 г в Москве: цена, купить в Антэк"
-meta_description: "➤ Пакет - вкладыш 45см х 60см - 95г. от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#24642 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#24688 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#24644 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#24646 …9}
-title: "Пакет - вкладыш 45см х 60см - 95г."
-description: "<div>Пакет - вкладыш ОТФ 45см х 60см - 95г.</div>"
-slug: "paket-vkladysh-45-60"
-short_title: "Пенопакет 45х60 см, 95 г"
-modified_at: DateTimeImmutable @1741970875 {#24639 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/paket-vkladysh-45-60"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#24648 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#24650 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#24652 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#24654 …9}
-bitrix_id: 54696
-keywords: "Пакет - вкладыш 45см х 60см - 95г. купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#24656 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#24658 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#24660 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#24662 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: "45x60"
-vote_count: 9
-vote_sum: 369
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#24689 …39}
-meta_ok: false
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#24664 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#24666 …9}
-categories: Doctrine\ORM\PersistentCollection {#24668 …9}
-products: Doctrine\ORM\PersistentCollection {#24670 …9}
-constructions: Doctrine\ORM\PersistentCollection {#24672 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#24674 …9}
-options: Doctrine\ORM\PersistentCollection {#24676 …9}
-segments: Doctrine\ORM\PersistentCollection {#24678 …9}
-workers: Doctrine\ORM\PersistentCollection {#24680 …9}
-extras: Doctrine\ORM\PersistentCollection {#24682 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Пенопакет 45х60 см, 95 г в Москве: цена, купить в Антэк"
-og_description: "➤ Пакет - вкладыш 45см х 60см - 95г. от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681687 {#24640 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#24684 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#24686 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
26 => Shared\Entity\Main\Seo\SeoContent {#24700
-id: 557
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#24701 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#24747 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#24703 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#24705 …9}
-title: "Пакет - вкладыш 45см х 70см - 125г."
-description: "<p>Пакет - вкладыш ОТФ 45см х 70см - 125г.</p>"
-slug: "paket_vkladysh_45sm_kh_70sm_125g"
-short_title: "Пакет - вкладыш 45см х 70см - 125г."
-modified_at: DateTimeImmutable @1729141074 {#24698 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/paket_vkladysh_45sm_kh_70sm_125g"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#24707 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#24709 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#24711 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#24713 …9}
-bitrix_id: 54698
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#24715 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#24717 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#24719 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#24721 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, подчерки в адресе, мусор в адресе: kh, содержание меньше 500 символов"
-search_string: null
-vote_count: 5
-vote_sum: 215
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#24748 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#24723 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#24725 …9}
-categories: Doctrine\ORM\PersistentCollection {#24727 …9}
-products: Doctrine\ORM\PersistentCollection {#24729 …9}
-constructions: Doctrine\ORM\PersistentCollection {#24731 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#24733 …9}
-options: Doctrine\ORM\PersistentCollection {#24735 …9}
-segments: Doctrine\ORM\PersistentCollection {#24737 …9}
-workers: Doctrine\ORM\PersistentCollection {#24739 …9}
-extras: Doctrine\ORM\PersistentCollection {#24741 …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 @1531681687 {#24699 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#24743 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#24745 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
27 => Shared\Entity\Main\Seo\SeoContent {#24759
-id: 553
-meta_title: "Пакет - вкладыш 55х80 см - 150г. купить в Москве в Антэк"
-meta_description: "➤ Пакет - вкладыш 55см х 80см - 150г. от компании Антэк. Свой магазин и производство. 🚚 Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. ☎️ 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#24760 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#24806 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#24762 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#24764 …9}
-title: "Пакет - вкладыш 55см х 80см - 150г."
-description: "<div>Пакет - вкладыш ОТФ 55см х 80см - 150г.</div>"
-slug: "paket-vkladysh-55-80-150g"
-short_title: "Пакет - вкладыш 55х80 см - 150г."
-modified_at: DateTimeImmutable @1741970891 {#24757 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/paket-vkladysh-55-80-150g"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#24766 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#24768 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#24770 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#24772 …9}
-bitrix_id: 54686
-keywords: "Пакет - вкладыш 55см х 80см - 150г. купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#24774 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#24776 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#24778 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#24780 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 8
-vote_sum: 344
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#24807 …39}
-meta_ok: false
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#24782 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#24784 …9}
-categories: Doctrine\ORM\PersistentCollection {#24786 …9}
-products: Doctrine\ORM\PersistentCollection {#24788 …9}
-constructions: Doctrine\ORM\PersistentCollection {#24790 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#24792 …9}
-options: Doctrine\ORM\PersistentCollection {#24794 …9}
-segments: Doctrine\ORM\PersistentCollection {#24796 …9}
-workers: Doctrine\ORM\PersistentCollection {#24798 …9}
-extras: Doctrine\ORM\PersistentCollection {#24800 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Пакет - вкладыш 55х80 см - 150г. купить в Москве в Антэк"
-og_description: "➤ Пакет - вкладыш 55см х 80см - 150г. от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. ☎ 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681686 {#24758 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#24802 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#24804 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
28 => Shared\Entity\Main\Seo\SeoContent {#24818 …65}
29 => Shared\Entity\Main\Seo\SeoContent {#24877 …65}
30 => Shared\Entity\Main\Seo\SeoContent {#24936 …65}
31 => Shared\Entity\Main\Seo\SeoContent {#24995 …65}
32 => Shared\Entity\Main\Seo\SeoContent {#25054 …65}
33 => Shared\Entity\Main\Seo\SeoContent {#25113 …65}
34 => Shared\Entity\Main\Seo\SeoContent {#25172 …65}
35 => Shared\Entity\Main\Seo\SeoContent {#25231 …65}
36 => Shared\Entity\Main\Seo\SeoContent {#25290 …65}
37 => Shared\Entity\Main\Seo\SeoContent {#25349 …65}
38 => Shared\Entity\Main\Seo\SeoContent {#25408 …65}
39 => Shared\Entity\Main\Seo\SeoContent {#25467 …65}
40 => Shared\Entity\Main\Seo\SeoContent {#25526 …65}
41 => Shared\Entity\Main\Seo\SeoContent {#25585 …65}
42 => Shared\Entity\Main\Seo\SeoContent {#25644 …65}
43 => Shared\Entity\Main\Seo\SeoContent {#25703 …65}
44 => Shared\Entity\Main\Seo\SeoContent {#25762 …65}
45 => Shared\Entity\Main\Seo\SeoContent {#25821 …65}
46 => Shared\Entity\Main\Seo\SeoContent {#25880 …65}
47 => Shared\Entity\Main\Seo\SeoContent {#25939 …65}
48 => Shared\Entity\Main\Seo\SeoContent {#25997 …65}
49 => Shared\Entity\Main\Seo\SeoContent {#26047 …65}
50 => Shared\Entity\Main\Seo\SeoContent {#26105 …65}
51 => Shared\Entity\Main\Seo\SeoContent {#26155 …65}
52 => Shared\Entity\Main\Seo\SeoContent {#26214 …65}
53 => Shared\Entity\Main\Seo\SeoContent {#26273 …65}
54 => Shared\Entity\Main\Seo\SeoContent {#26332 …65}
55 => Shared\Entity\Main\Seo\SeoContent {#26391 …65}
56 => Shared\Entity\Main\Seo\SeoContent {#26450 …65}
57 => Shared\Entity\Main\Seo\SeoContent {#26508 …65}
58 => Shared\Entity\Main\Seo\SeoContent {#26558 …65}
59 => Shared\Entity\Main\Seo\SeoContent {#26617 …65}
60 => Shared\Entity\Main\Seo\SeoContent {#26676 …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 {#22695 …65}
1 => Shared\Entity\Main\Seo\SeoContent {#20572 …65}
2 => Shared\Entity\Main\Seo\SeoContent {#24346 …65}
3 => Shared\Entity\Main\Seo\SeoContent {#24405 …65}
4 => Shared\Entity\Main\Seo\SeoContent {#26273 …65}
5 => Shared\Entity\Main\Seo\SeoContent {#24110 …65}
6 => Shared\Entity\Main\Seo\SeoContent {#23314}
7 => Shared\Entity\Main\Seo\SeoContent {#24287 …65}
8 => Shared\Entity\Main\Seo\SeoContent {#25054 …65}
9 => Shared\Entity\Main\Seo\SeoContent {#24169 …65}
10 => Shared\Entity\Main\Seo\SeoContent {#24877 …65}
11 => Shared\Entity\Main\Seo\SeoContent {#23255}
12 => Shared\Entity\Main\Seo\SeoContent {#23766}
13 => Shared\Entity\Main\Seo\SeoContent {#24936 …65}
14 => Shared\Entity\Main\Seo\SeoContent {#23540}
15 => Shared\Entity\Main\Seo\SeoContent {#23933 …65}
16 => Shared\Entity\Main\Seo\SeoContent {#26047 …65}
17 => Shared\Entity\Main\Seo\SeoContent {#24464}
18 => Shared\Entity\Main\Seo\SeoContent {#25467 …65}
19 => Shared\Entity\Main\Seo\SeoContent {#25880 …65}
20 => Shared\Entity\Main\Seo\SeoContent {#26332 …65}
21 => Shared\Entity\Main\Seo\SeoContent {#26617 …65}
22 => Shared\Entity\Main\Seo\SeoContent {#25231 …65}
23 => Shared\Entity\Main\Seo\SeoContent {#25821 …65}
24 => Shared\Entity\Main\Seo\SeoContent {#23599}
25 => Shared\Entity\Main\Seo\SeoContent {#25349 …65}
26 => Shared\Entity\Main\Seo\SeoContent {#23658}
27 => Shared\Entity\Main\Seo\SeoContent {#24051 …65}
28 => Shared\Entity\Main\Seo\SeoContent {#23992 …65}
29 => Shared\Entity\Main\Seo\SeoContent {#24228 …65}
30 => Shared\Entity\Main\Seo\SeoContent {#23825}
31 => Shared\Entity\Main\Seo\SeoContent {#26155 …65}
32 => Shared\Entity\Main\Seo\SeoContent {#25585 …65}
33 => Shared\Entity\Main\Seo\SeoContent {#26450 …65}
34 => Shared\Entity\Main\Seo\SeoContent {#25939 …65}
35 => Shared\Entity\Main\Seo\SeoContent {#26391 …65}
36 => Shared\Entity\Main\Seo\SeoContent {#26214 …65}
37 => Shared\Entity\Main\Seo\SeoContent {#25526 …65}
38 => Shared\Entity\Main\Seo\SeoContent {#25172 …65}
39 => Shared\Entity\Main\Seo\SeoContent {#25113 …65}
40 => Shared\Entity\Main\Seo\SeoContent {#24995 …65}
41 => Shared\Entity\Main\Seo\SeoContent {#25644 …65}
42 => Shared\Entity\Main\Seo\SeoContent {#23373}
43 => Shared\Entity\Main\Seo\SeoContent {#24759}
44 => Shared\Entity\Main\Seo\SeoContent {#24582}
45 => Shared\Entity\Main\Seo\SeoContent {#24523}
46 => Shared\Entity\Main\Seo\SeoContent {#24641}
47 => Shared\Entity\Main\Seo\SeoContent {#24700}
48 => Shared\Entity\Main\Seo\SeoContent {#25703 …65}
49 => Shared\Entity\Main\Seo\SeoContent {#25762 …65}
50 => Shared\Entity\Main\Seo\SeoContent {#25290 …65}
51 => Shared\Entity\Main\Seo\SeoContent {#23432}
52 => Shared\Entity\Main\Seo\SeoContent {#26558 …65}
53 => Shared\Entity\Main\Seo\SeoContent {#25408 …65}
54 => Shared\Entity\Main\Seo\SeoContent {#26676 …65}
55 => Shared\Entity\Main\Seo\SeoContent {#32303 …65}
56 => Shared\Entity\Main\Seo\SeoContent {#32366
-id: 597
-meta_title: "Наполнитель насыпной из гофрокартона в Москве: цена, купить защитная упаковка - описание, характеристики"
-meta_description: "➤ Наполнитель насыпной из гофрокартона от компании Антэк. Свой магазин и производство. Защитная упаковка – доставка и самовывоз. Продажа от 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: "Наполнитель насыпной из гофрокартона"
-description: "<div>Наполнитель насыпной из гофрокартона</div>"
-slug: "napolnitel-nasypnoy-iz-gofrokartona"
-short_title: "Наполнитель насыпной из гофрокартона"
-modified_at: DateTimeImmutable @1741805489 {#32365 …1}
-priority: 8
-url: "/catalog/gofroupakovka/zashhitnaja-upakovka/napolnitel-nasypnoy-iz-gofrokartona"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#27373 …65}
-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: 54625
-keywords: "Наполнитель насыпной из гофрокартона купить в Москве"
-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: 3
-vote_sum: 126
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32414 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1750}
-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: "Гофроупаковка защитная: купить в Москве | Производство и продажа гофрированной упаковки"
-og_description: "➤ Наполнитель насыпной из гофрокартона от компании Антэк. Свой магазин и производство. Защитная упаковка – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681677 {#32364 …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
}
57 => Shared\Entity\Main\Seo\SeoContent {#29880 …65}
58 => Shared\Entity\Main\Seo\SeoContent {#32425
-id: 718
-meta_title: "Наполнитель воздушный 200х120 мм (лента 10 пузырьков) в Москве: цена, купить маркетплейсы - описание, характеристики"
-meta_description: "➤ Наполнитель воздушный 200х120 мм (лента 10 пузырьков) от компании Антэк. Свой магазин и производство. Маркетплейсы – доставка и самовывоз. Продажа от 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: "Наполнитель воздушный 200х120 мм (лента 10 пузырьков)"
-description: "<div>Надувные подушки-вкладыши для быстрой запаковки товаров. Эффективно заполняют свободное пространство в коробке.</div>"
-slug: "napolnitel-vozdushnyy-200kh120-mm-lenta-10-puzyrkov"
-short_title: "Наполнитель воздушный 200х120 мм (лента 10 пузырьков)"
-modified_at: DateTimeImmutable @1742228534 {#32423 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/upakovka-dlya-marketpleysov/napolnitel-vozdushnyy-200kh120-mm-lenta-10-puzyrkov"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#17475 …65}
-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: 54618
-keywords: "Наполнитель воздушный 200х120 мм (лента 10 пузырьков) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32440 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32442 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32444 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32446 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: "200x120"
-vote_count: 13
-vote_sum: 650
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32473 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1750}
-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: "Наполнитель воздушный 200х120 мм (лента 10 пузырьков) в Москве: цена, купить маркетплейсы - описание, характеристики"
-og_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. Каталог готовой продукции. Наполнитель воздушный 200х120 мм (лента 10 пузырьков)."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681676 {#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
}
59 => Shared\Entity\Main\Seo\SeoContent {#24818 …65}
60 => Shared\Entity\Main\Seo\SeoContent {#35575 …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: []
}
#initialized: true
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#906 …}
-backRefFieldName: "parent"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-oldSlugs: Doctrine\ORM\PersistentCollection {#1489
#collection: Doctrine\Common\Collections\ArrayCollection {#1491
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#901 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1486 …}
}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#1496
#collection: Doctrine\Common\Collections\ArrayCollection {#1504
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#904 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1490 …}
}
-seoFiles: Doctrine\ORM\PersistentCollection {#1528
#collection: Doctrine\Common\Collections\ArrayCollection {#1509
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#912 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1503 …}
}
-bitrix_id: 5861
-keywords: null
-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:11 [
0 => Shared\Entity\Main\Seo\SeoContent {#24464}
1 => Shared\Entity\Main\Seo\SeoContent {#23599}
2 => Shared\Entity\Main\Seo\SeoContent {#23658}
3 => Shared\Entity\Main\Seo\SeoContent {#23373}
4 => Shared\Entity\Main\Seo\SeoContent {#24759}
5 => Shared\Entity\Main\Seo\SeoContent {#24582}
6 => Shared\Entity\Main\Seo\SeoContent {#24523}
7 => Shared\Entity\Main\Seo\SeoContent {#24641}
8 => Shared\Entity\Main\Seo\SeoContent {#24700}
9 => Shared\Entity\Main\Seo\SeoContent {#32366}
10 => Shared\Entity\Main\Seo\SeoContent {#32425}
]
}
#initialized: true
-snapshot: array:11 [ …11]
-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: 1
-vote_sum: 48
-seoProduct: null
-meta_ok: false
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#1588
#collection: Doctrine\Common\Collections\ArrayCollection {#1590
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#933 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1585 …}
}
-seoTags: Doctrine\ORM\PersistentCollection {#1626
#collection: Doctrine\Common\Collections\ArrayCollection {#1612
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyInverseSideMapping {#935 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1591 …}
}
-categories: Doctrine\ORM\PersistentCollection {#1615
#collection: Doctrine\Common\Collections\ArrayCollection {#1627
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#938 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-products: Doctrine\ORM\PersistentCollection {#1628
#collection: Doctrine\Common\Collections\ArrayCollection {#1629
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#929 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-constructions: Doctrine\ORM\PersistentCollection {#1630
#collection: Doctrine\Common\Collections\ArrayCollection {#1631
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#937 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-portfolios: Doctrine\ORM\PersistentCollection {#1632
#collection: Doctrine\Common\Collections\ArrayCollection {#1633
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#942 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-options: Doctrine\ORM\PersistentCollection {#1634
#collection: Doctrine\Common\Collections\ArrayCollection {#1635
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#946 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-segments: Doctrine\ORM\PersistentCollection {#1636
#collection: Doctrine\Common\Collections\ArrayCollection {#1637
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#950 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-workers: Doctrine\ORM\PersistentCollection {#1638
#collection: Doctrine\Common\Collections\ArrayCollection {#1639
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#954 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-extras: Doctrine\ORM\PersistentCollection {#1640
#collection: Doctrine\Common\Collections\ArrayCollection {#1641
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#958 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Наполнители: купить в Москве от производителя"
-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 {#32513
#collection: Doctrine\Common\Collections\ArrayCollection {#32514
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#32509}
-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 {#32509
-id: 1670
-seoImages: Doctrine\ORM\PersistentCollection {#32511
#collection: Doctrine\Common\Collections\ArrayCollection {#32512
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#32509}
-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>Насыпной упаковочный наполнитель из гофрокартона (упаковочный уплотнитель) — представляет из себя <a href="/catalog/gofrokarton/"><strong>гофрокартон</strong></a>, нарезанный полосками шириной 1 см и длиной от 10 до 20 см. Переплетаясь между собой полоски гофрокартона обеспечивают быструю и надежную фиксацию предмета внутри коробки, предохраняя его от смещения (в отличии от пенопластовых наполнителей).<br><br></div><div>Насыпная упаковка из гофрокартона — выгодный и эффективный материал. Он не требует физических усилий и квалификации при упаковывании.<br><br></div><div>Упаковочный уплотнитель пригодится при упаковке предметов из стекла, электрических приборов, запчастей и комплектующих в коробки любого размера и конструкции. В отличии от пенопласта, гофрокартон не намагничивается, что важно при упаковке электронной техники.<br><br></div><div>Насыпной уплотнитель используется при упаковке почтовых посылок. Насыпная упаковка из гофрокартона — это экологически чистый продукт, не требует особых условий утилизации и не загрязняет окружающую среду.<br><br></div><div>Поставляется упаковочный уплотнитель из гофрокартона в бумажных мешках, диаметром 30 см и высотой 90 см (60 литров). В мешке, в утрамбованном состоянии, содержится 5 кг уплотнителя - 0,06 м³, которые при извлечении из мешка занимают 0,15 м³.</div>\n"
-content: Shared\Entity\Main\Seo\SeoContent {#1276
-id: 79
-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 {#32758
-id: 18228
-seo_name: "napolniteli"
-alt_text: null
-sort_order: null
-is_page_preview: false
-raw_name: "04c1b9d8-72ad-4943-aeb7-f40e93e71a90.png"
-old_path: null
-paragraph: Shared\Entity\Main\Seo\SeoParagraph {#32509}
-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: 86
-value: "<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 {#32509}
]
}
#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: "napolniteli"
-short_title: null
-modified_at: DateTimeImmutable @1741773014 {#1274
date: 2025-03-12 04:50:14.0 America/Chicago (-05:00)
}
-priority: 9
-url: "/catalog/upakovochnye-materialy/napolniteli"
-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 {#32484
#collection: Doctrine\Common\Collections\ArrayCollection {#32485
-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 {#32486
#collection: Doctrine\Common\Collections\ArrayCollection {#32487
-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 {#32488
#collection: Doctrine\Common\Collections\ArrayCollection {#32489
-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 {#23255
-id: 521
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23256 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23302 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23258 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23260 …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 {#23253 …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 {#23262 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23264 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23266 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23268 …9}
-bitrix_id: 43111
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23270 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23272 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23274 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23276 …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 {#23303 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23278 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23280 …9}
-categories: Doctrine\ORM\PersistentCollection {#23282 …9}
-products: Doctrine\ORM\PersistentCollection {#23284 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23286 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23288 …9}
-options: Doctrine\ORM\PersistentCollection {#23290 …9}
-segments: Doctrine\ORM\PersistentCollection {#23292 …9}
-workers: Doctrine\ORM\PersistentCollection {#23294 …9}
-extras: Doctrine\ORM\PersistentCollection {#23296 …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 {#23254 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23298 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23300 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
1 => Shared\Entity\Main\Seo\SeoContent {#23314
-id: 516
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23315 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23361 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23317 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23319 …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 {#23312 …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 {#23321 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23323 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23325 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23327 …9}
-bitrix_id: 43101
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23329 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23331 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23333 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23335 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: null
-vote_count: 11
-vote_sum: 484
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23362 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23337 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23339 …9}
-categories: Doctrine\ORM\PersistentCollection {#23341 …9}
-products: Doctrine\ORM\PersistentCollection {#23343 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23345 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23347 …9}
-options: Doctrine\ORM\PersistentCollection {#23349 …9}
-segments: Doctrine\ORM\PersistentCollection {#23351 …9}
-workers: Doctrine\ORM\PersistentCollection {#23353 …9}
-extras: Doctrine\ORM\PersistentCollection {#23355 …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 {#23313 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23357 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23359 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
2 => Shared\Entity\Main\Seo\SeoContent {#23373
-id: 552
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23374 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23420 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23376 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23378 …9}
-title: "Бумажный наполнитель. Цвет: Натуральный/1кг"
-description: "<p></p>"
-slug: "bumazhnyy-napolnitel-tsvet-naturalnyy-1kg"
-short_title: "Бумажный наполнитель. Цвет: Натуральный/1кг"
-modified_at: DateTimeImmutable @1729141071 {#23371 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/bumazhnyy-napolnitel-tsvet-naturalnyy-1kg"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23380 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23382 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23384 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23386 …9}
-bitrix_id: 54684
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23388 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23390 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23392 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23394 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: null
-vote_count: 6
-vote_sum: 264
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23421 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23396 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23398 …9}
-categories: Doctrine\ORM\PersistentCollection {#23400 …9}
-products: Doctrine\ORM\PersistentCollection {#23402 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23404 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23406 …9}
-options: Doctrine\ORM\PersistentCollection {#23408 …9}
-segments: Doctrine\ORM\PersistentCollection {#23410 …9}
-workers: Doctrine\ORM\PersistentCollection {#23412 …9}
-extras: Doctrine\ORM\PersistentCollection {#23414 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: null
-og_description: null
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681686 {#23372 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23416 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23418 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
3 => Shared\Entity\Main\Seo\SeoContent {#23432
-id: 561
-meta_title: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций) в Москве: цена, купить в Антэк"
-meta_description: "➤ Воздушная упаковочная лента “Волна” 400 мм х 165 мм (10 секций) от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23433 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23479 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23435 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23437 …9}
-title: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций)"
-description: "<div></div>"
-slug: "upakovochnaya-lenta-400-165"
-short_title: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций)"
-modified_at: DateTimeImmutable @1741970816 {#23430 …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 {#23439 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23441 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23443 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23445 …9}
-bitrix_id: 74894
-keywords: "Воздушная упаковочная лента “Волна” 400х165 мм (10 секций) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23447 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23449 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23451 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23453 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: "400x165"
-vote_count: 10
-vote_sum: 480
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23480 …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 {#23455 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23457 …9}
-categories: Doctrine\ORM\PersistentCollection {#23459 …9}
-products: Doctrine\ORM\PersistentCollection {#23461 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23463 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23465 …9}
-options: Doctrine\ORM\PersistentCollection {#23467 …9}
-segments: Doctrine\ORM\PersistentCollection {#23469 …9}
-workers: Doctrine\ORM\PersistentCollection {#23471 …9}
-extras: Doctrine\ORM\PersistentCollection {#23473 …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 {#23431 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23475 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23477 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
4 => Shared\Entity\Main\Seo\SeoContent {#23490
-id: 80
-meta_title: "Воздушно-пузырьковая пленка: купить в Москве от производителя"
-meta_description: "➤ Воздушно-пузырьковая пленка от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23491 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23537 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23493 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23495 …9}
-title: "Воздушно-пузырьковая пленка"
-description: null
-slug: "vozdushno-puzyrkovaya-plenka"
-short_title: null
-modified_at: DateTimeImmutable @1741772947 {#23489 …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 {#23497 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23499 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23501 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23503 …9}
-bitrix_id: 5862
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23505 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23507 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23509 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23511 …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 {#23513 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23515 …9}
-categories: Doctrine\ORM\PersistentCollection {#23517 …9}
-products: Doctrine\ORM\PersistentCollection {#23519 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23521 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23523 …9}
-options: Doctrine\ORM\PersistentCollection {#23525 …9}
-segments: Doctrine\ORM\PersistentCollection {#23527 …9}
-workers: Doctrine\ORM\PersistentCollection {#23529 …9}
-extras: Doctrine\ORM\PersistentCollection {#23531 …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 {#23533 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23535 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
5 => Shared\Entity\Main\Seo\SeoContent {#23540
-id: 524
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23541 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23587 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23543 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23545 …9}
-title: "Воздушнопузырьковая пленка"
-description: "<p>Воздушно-пузырьковая пленка обрела востребованность в\u{A0}доставке хрупких и\u{A0}ценных грузов, которые требуют более эффективной защиты. Кроме того, изделие обладает характеристиками утеплителя, поэтому его используют при возведении строительных объектов . Изготовление осуществляется с\u{A0}использованием пищевого полиэтилена. Модели могут быть представлены двух- или трехслойной структурой. Внешняя сторона\u{A0}— это слой с\u{A0}пузырьками воздуха, которые эффективно смягчают внешние удары.</p>"
-slug: "--vozdushnopuzyrkovaya-plenka"
-short_title: "Воздушнопузырьковая пленка"
-modified_at: DateTimeImmutable @1729141053 {#23538 …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 {#23547 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23549 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23551 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23553 …9}
-bitrix_id: 43119
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23555 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23557 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23559 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23561 …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 {#23588 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23563 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23565 …9}
-categories: Doctrine\ORM\PersistentCollection {#23567 …9}
-products: Doctrine\ORM\PersistentCollection {#23569 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23571 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23573 …9}
-options: Doctrine\ORM\PersistentCollection {#23575 …9}
-segments: Doctrine\ORM\PersistentCollection {#23577 …9}
-workers: Doctrine\ORM\PersistentCollection {#23579 …9}
-extras: Doctrine\ORM\PersistentCollection {#23581 …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 {#23539 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23583 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23585 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
6 => Shared\Entity\Main\Seo\SeoContent {#23599
-id: 534
-meta_title: "ВПП рулон 100х1,5 м (Т) в Москве: цена, купить в Антэк"
-meta_description: "➤ ВПП рулон 100м х 1,5 м (Т) от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23600 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23646 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23602 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23604 …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 {#23597 …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 {#23606 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23608 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23610 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23612 …9}
-bitrix_id: 54475
-keywords: "ВПП рулон 100х1,5 м (Т) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23614 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23616 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23618 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23620 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 11
-vote_sum: 484
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23647 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23622 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23624 …9}
-categories: Doctrine\ORM\PersistentCollection {#23626 …9}
-products: Doctrine\ORM\PersistentCollection {#23628 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23630 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23632 …9}
-options: Doctrine\ORM\PersistentCollection {#23634 …9}
-segments: Doctrine\ORM\PersistentCollection {#23636 …9}
-workers: Doctrine\ORM\PersistentCollection {#23638 …9}
-extras: Doctrine\ORM\PersistentCollection {#23640 …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 {#23598 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23642 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23644 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
7 => Shared\Entity\Main\Seo\SeoContent {#23658
-id: 536
-meta_title: "ВПП рулон 20х1,5 м (Т) в Москве: цена, купить в Антэк"
-meta_description: "➤ ВПП рулон 20м х 1,5 м (Т) от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23659 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23705 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23661 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23663 …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 {#23656 …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 {#23665 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23667 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23669 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23671 …9}
-bitrix_id: 54484
-keywords: "ВПП рулон 20м х 1,5 м (Т) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23673 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23675 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23677 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23679 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 12
-vote_sum: 576
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23706 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23681 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23683 …9}
-categories: Doctrine\ORM\PersistentCollection {#23685 …9}
-products: Doctrine\ORM\PersistentCollection {#23687 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23689 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23691 …9}
-options: Doctrine\ORM\PersistentCollection {#23693 …9}
-segments: Doctrine\ORM\PersistentCollection {#23695 …9}
-workers: Doctrine\ORM\PersistentCollection {#23697 …9}
-extras: Doctrine\ORM\PersistentCollection {#23699 …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 {#23657 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23701 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23703 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
8 => Shared\Entity\Main\Seo\SeoContent {#23716
-id: 77
-meta_title: "Защитные картонные уголки: купить в Москве от производителя"
-meta_description: "➤ Защитные картонные уголки от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23717 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23763 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23719 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23721 …9}
-title: "Защитные картонные уголки"
-description: null
-slug: "zashchitnye-kartonnye-ugolki"
-short_title: null
-modified_at: DateTimeImmutable @1741773036 {#23715 …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 {#23723 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23725 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23727 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23729 …9}
-bitrix_id: 5614
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23731 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23733 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23735 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23737 …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 {#23739 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23741 …9}
-categories: Doctrine\ORM\PersistentCollection {#23743 …9}
-products: Doctrine\ORM\PersistentCollection {#23745 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23747 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23749 …9}
-options: Doctrine\ORM\PersistentCollection {#23751 …9}
-segments: Doctrine\ORM\PersistentCollection {#23753 …9}
-workers: Doctrine\ORM\PersistentCollection {#23755 …9}
-extras: Doctrine\ORM\PersistentCollection {#23757 …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 {#23759 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23761 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
9 => Shared\Entity\Main\Seo\SeoContent {#23766
-id: 522
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23767 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23813 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23769 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23771 …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 {#23764 …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 {#23773 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23775 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23777 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23779 …9}
-bitrix_id: 43113
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23781 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23783 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23785 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23787 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных"
-search_string: null
-vote_count: 12
-vote_sum: 528
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23814 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23789 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23791 …9}
-categories: Doctrine\ORM\PersistentCollection {#23793 …9}
-products: Doctrine\ORM\PersistentCollection {#23795 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23797 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23799 …9}
-options: Doctrine\ORM\PersistentCollection {#23801 …9}
-segments: Doctrine\ORM\PersistentCollection {#23803 …9}
-workers: Doctrine\ORM\PersistentCollection {#23805 …9}
-extras: Doctrine\ORM\PersistentCollection {#23807 …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 {#23765 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23809 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23811 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
10 => Shared\Entity\Main\Seo\SeoContent {#23825
-id: 540
-meta_title: "Защитный уголок из прессованного картона 50х50х2200 мм в Москве: цена, купить в Антэк"
-meta_description: "➤ Уголок защитный из прессованного картона 50мм х 50мм х 4мм 2200 мм от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#23826 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23872 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23828 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23830 …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 {#23823 …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 {#23832 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23834 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#23836 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23838 …9}
-bitrix_id: 54584
-keywords: "Защитный уголок из прессованного картона 50 х 50 х 2200 мм купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23840 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23842 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23844 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23846 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 7
-vote_sum: 280
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#23873 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23848 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23850 …9}
-categories: Doctrine\ORM\PersistentCollection {#23852 …9}
-products: Doctrine\ORM\PersistentCollection {#23854 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23856 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23858 …9}
-options: Doctrine\ORM\PersistentCollection {#23860 …9}
-segments: Doctrine\ORM\PersistentCollection {#23862 …9}
-workers: Doctrine\ORM\PersistentCollection {#23864 …9}
-extras: Doctrine\ORM\PersistentCollection {#23866 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Защитный уголок из прессованного картона 50х50х2200 мм в Москве: цена, купить в Антэк"
-og_description: "➤ Защитный уголок из прессованного картона 50 х 50 х 2200 мм от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681674 {#23824 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#23868 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#23870 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
11 => Shared\Entity\Main\Seo\SeoContent {#23883
-id: 78
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#23884 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#23930 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#23886 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#23888 …9}
-title: "Клейкая лента"
-description: ""
-slug: "kleykaya-lenta"
-short_title: null
-modified_at: DateTimeImmutable @1729140774 {#23882 …1}
-priority: 9
-url: "/catalog/upakovochnye-materialy/kleykaya-lenta"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1407}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#23890 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#23892 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#23894 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#23896 …9}
-bitrix_id: 5860
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#23898 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#23900 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#23902 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#23904 …9}
-is_problems: true
-is_ready: false
-problems_string: "нет мета данных, нет изображений, содержание меньше 500 символов"
-search_string: null
-vote_count: 13
-vote_sum: 650
-seoProduct: null
-meta_ok: true
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1750}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#23906 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#23908 …9}
-categories: Doctrine\ORM\PersistentCollection {#23910 …9}
-products: Doctrine\ORM\PersistentCollection {#23912 …9}
-constructions: Doctrine\ORM\PersistentCollection {#23914 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#23916 …9}
…20
}
12 => Shared\Entity\Main\Seo\SeoContent {#23933 …65}
13 => Shared\Entity\Main\Seo\SeoContent {#23992 …65}
14 => Shared\Entity\Main\Seo\SeoContent {#24051 …65}
15 => Shared\Entity\Main\Seo\SeoContent {#24110 …65}
16 => Shared\Entity\Main\Seo\SeoContent {#24169 …65}
17 => Shared\Entity\Main\Seo\SeoContent {#24228 …65}
18 => Shared\Entity\Main\Seo\SeoContent {#24287 …65}
19 => Shared\Entity\Main\Seo\SeoContent {#24346 …65}
20 => Shared\Entity\Main\Seo\SeoContent {#1276}
21 => Shared\Entity\Main\Seo\SeoContent {#24405 …65}
22 => Shared\Entity\Main\Seo\SeoContent {#24464
-id: 527
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#24465 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#24511 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#24467 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#24469 …9}
-title: "Пакет - вкладыш 32см х 45см - 40г."
-description: "<p>Пакет - вкладыш ОТФ 32см х 45см - 40г.</p>"
-slug: "paket_vkladysh_32sm_kh_45sm_40g"
-short_title: "Пакет - вкладыш 32см х 45см - 40г."
-modified_at: DateTimeImmutable @1729141055 {#24462 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/paket_vkladysh_32sm_kh_45sm_40g"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#24471 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#24473 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#24475 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#24477 …9}
-bitrix_id: 43451
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#24479 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#24481 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#24483 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#24485 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, подчерки в адресе, мусор в адресе: kh, содержание меньше 500 символов"
-search_string: null
-vote_count: 5
-vote_sum: 230
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#24512 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#24487 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#24489 …9}
-categories: Doctrine\ORM\PersistentCollection {#24491 …9}
-products: Doctrine\ORM\PersistentCollection {#24493 …9}
-constructions: Doctrine\ORM\PersistentCollection {#24495 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#24497 …9}
-options: Doctrine\ORM\PersistentCollection {#24499 …9}
-segments: Doctrine\ORM\PersistentCollection {#24501 …9}
-workers: Doctrine\ORM\PersistentCollection {#24503 …9}
-extras: Doctrine\ORM\PersistentCollection {#24505 …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 @1505519762 {#24463 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#24507 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#24509 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
23 => Shared\Entity\Main\Seo\SeoContent {#24523
-id: 555
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#24524 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#24570 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#24526 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#24528 …9}
-title: "Пакет - вкладыш 45см х 45см - 50г."
-description: "<p>Пакет - вкладыш ОТФ 45см х 45см - 50г.</p>"
-slug: "paket_vkladysh_45sm_kh_45sm_50g"
-short_title: "Пакет - вкладыш 45см х 45см - 50г."
-modified_at: DateTimeImmutable @1729141073 {#24521 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/paket_vkladysh_45sm_kh_45sm_50g"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#24530 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#24532 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#24534 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#24536 …9}
-bitrix_id: 54694
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#24538 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#24540 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#24542 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#24544 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, подчерки в адресе, мусор в адресе: kh, содержание меньше 500 символов"
-search_string: null
-vote_count: 5
-vote_sum: 200
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#24571 …39}
-meta_ok: true
-notice_field: "дубли в адресе: 45sm"
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#24546 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#24548 …9}
-categories: Doctrine\ORM\PersistentCollection {#24550 …9}
-products: Doctrine\ORM\PersistentCollection {#24552 …9}
-constructions: Doctrine\ORM\PersistentCollection {#24554 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#24556 …9}
-options: Doctrine\ORM\PersistentCollection {#24558 …9}
-segments: Doctrine\ORM\PersistentCollection {#24560 …9}
-workers: Doctrine\ORM\PersistentCollection {#24562 …9}
-extras: Doctrine\ORM\PersistentCollection {#24564 …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 @1531681687 {#24522 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#24566 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#24568 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
24 => Shared\Entity\Main\Seo\SeoContent {#24582
-id: 554
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#24583 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#24629 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#24585 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#24587 …9}
-title: "Пакет - вкладыш 45см х 45см - 70г."
-description: "<p>Пакет - вкладыш ОТФ 45см х 45см - 70г.</p>"
-slug: "paket_vkladysh_45sm_kh_45sm_70g"
-short_title: "Пакет - вкладыш 45см х 45см - 70г."
-modified_at: DateTimeImmutable @1729141072 {#24580 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/paket_vkladysh_45sm_kh_45sm_70g"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#24589 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#24591 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#24593 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#24595 …9}
-bitrix_id: 54691
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#24597 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#24599 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#24601 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#24603 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, подчерки в адресе, мусор в адресе: kh, содержание меньше 500 символов"
-search_string: null
-vote_count: 8
-vote_sum: 376
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#24630 …39}
-meta_ok: true
-notice_field: "дубли в адресе: 45sm"
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#24605 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#24607 …9}
-categories: Doctrine\ORM\PersistentCollection {#24609 …9}
-products: Doctrine\ORM\PersistentCollection {#24611 …9}
-constructions: Doctrine\ORM\PersistentCollection {#24613 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#24615 …9}
-options: Doctrine\ORM\PersistentCollection {#24617 …9}
-segments: Doctrine\ORM\PersistentCollection {#24619 …9}
-workers: Doctrine\ORM\PersistentCollection {#24621 …9}
-extras: Doctrine\ORM\PersistentCollection {#24623 …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 @1531681687 {#24581 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#24625 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#24627 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
25 => Shared\Entity\Main\Seo\SeoContent {#24641
-id: 556
-meta_title: "Пенопакет 45х60 см, 95 г в Москве: цена, купить в Антэк"
-meta_description: "➤ Пакет - вкладыш 45см х 60см - 95г. от компании Антэк. Свой магазин и производство. Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#24642 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#24688 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#24644 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#24646 …9}
-title: "Пакет - вкладыш 45см х 60см - 95г."
-description: "<div>Пакет - вкладыш ОТФ 45см х 60см - 95г.</div>"
-slug: "paket-vkladysh-45-60"
-short_title: "Пенопакет 45х60 см, 95 г"
-modified_at: DateTimeImmutable @1741970875 {#24639 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/paket-vkladysh-45-60"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#24648 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#24650 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#24652 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#24654 …9}
-bitrix_id: 54696
-keywords: "Пакет - вкладыш 45см х 60см - 95г. купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#24656 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#24658 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#24660 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#24662 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: "45x60"
-vote_count: 9
-vote_sum: 369
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#24689 …39}
-meta_ok: false
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#24664 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#24666 …9}
-categories: Doctrine\ORM\PersistentCollection {#24668 …9}
-products: Doctrine\ORM\PersistentCollection {#24670 …9}
-constructions: Doctrine\ORM\PersistentCollection {#24672 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#24674 …9}
-options: Doctrine\ORM\PersistentCollection {#24676 …9}
-segments: Doctrine\ORM\PersistentCollection {#24678 …9}
-workers: Doctrine\ORM\PersistentCollection {#24680 …9}
-extras: Doctrine\ORM\PersistentCollection {#24682 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Пенопакет 45х60 см, 95 г в Москве: цена, купить в Антэк"
-og_description: "➤ Пакет - вкладыш 45см х 60см - 95г. от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681687 {#24640 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#24684 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#24686 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
26 => Shared\Entity\Main\Seo\SeoContent {#24700
-id: 557
-meta_title: null
-meta_description: null
-seoImages: Doctrine\ORM\PersistentCollection {#24701 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#24747 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#24703 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#24705 …9}
-title: "Пакет - вкладыш 45см х 70см - 125г."
-description: "<p>Пакет - вкладыш ОТФ 45см х 70см - 125г.</p>"
-slug: "paket_vkladysh_45sm_kh_70sm_125g"
-short_title: "Пакет - вкладыш 45см х 70см - 125г."
-modified_at: DateTimeImmutable @1729141074 {#24698 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/paket_vkladysh_45sm_kh_70sm_125g"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#24707 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#24709 …9}
-is_published: false
-oldUrls: Doctrine\ORM\PersistentCollection {#24711 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#24713 …9}
-bitrix_id: 54698
-keywords: null
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#24715 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#24717 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#24719 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#24721 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-, нет мета данных, подчерки в адресе, мусор в адресе: kh, содержание меньше 500 символов"
-search_string: null
-vote_count: 5
-vote_sum: 215
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#24748 …39}
-meta_ok: true
-notice_field: ""
-last_edit_user: null
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#24723 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#24725 …9}
-categories: Doctrine\ORM\PersistentCollection {#24727 …9}
-products: Doctrine\ORM\PersistentCollection {#24729 …9}
-constructions: Doctrine\ORM\PersistentCollection {#24731 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#24733 …9}
-options: Doctrine\ORM\PersistentCollection {#24735 …9}
-segments: Doctrine\ORM\PersistentCollection {#24737 …9}
-workers: Doctrine\ORM\PersistentCollection {#24739 …9}
-extras: Doctrine\ORM\PersistentCollection {#24741 …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 @1531681687 {#24699 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#24743 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#24745 …9}
-no_index: null
+ismenuactive: null
-not_menu: null
-sort_order: null
}
27 => Shared\Entity\Main\Seo\SeoContent {#24759
-id: 553
-meta_title: "Пакет - вкладыш 55х80 см - 150г. купить в Москве в Антэк"
-meta_description: "➤ Пакет - вкладыш 55см х 80см - 150г. от компании Антэк. Свой магазин и производство. 🚚 Упаковочные материалы – доставка и самовывоз. Продажа от 1 штуки. ☎️ 8 (800) 555-55-70."
-seoImages: Doctrine\ORM\PersistentCollection {#24760 …9}
-seoRaw: Shared\Entity\Main\Seo\SeoRaw {#24806 …3}
-seoVideos: Doctrine\ORM\PersistentCollection {#24762 …9}
-seoParagraphs: Doctrine\ORM\PersistentCollection {#24764 …9}
-title: "Пакет - вкладыш 55см х 80см - 150г."
-description: "<div>Пакет - вкладыш ОТФ 55см х 80см - 150г.</div>"
-slug: "paket-vkladysh-55-80-150g"
-short_title: "Пакет - вкладыш 55х80 см - 150г."
-modified_at: DateTimeImmutable @1741970891 {#24757 …1}
-priority: 8
-url: "/catalog/upakovochnye-materialy/paket-vkladysh-55-80-150g"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Proxies\__CG__\Shared\Entity\Main\Seo\SeoContent {#1480}
-childrens: Doctrine\ORM\PersistentCollection {#24766 …9}
-oldSlugs: Doctrine\ORM\PersistentCollection {#24768 …9}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#24770 …9}
-seoFiles: Doctrine\ORM\PersistentCollection {#24772 …9}
-bitrix_id: 54686
-keywords: "Пакет - вкладыш 55см х 80см - 150г. купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#24774 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#24776 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#24778 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#24780 …9}
-is_problems: true
-is_ready: true
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: null
-vote_count: 8
-vote_sum: 344
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#24807 …39}
-meta_ok: false
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#24782 …9}
-seoTags: Doctrine\ORM\PersistentCollection {#24784 …9}
-categories: Doctrine\ORM\PersistentCollection {#24786 …9}
-products: Doctrine\ORM\PersistentCollection {#24788 …9}
-constructions: Doctrine\ORM\PersistentCollection {#24790 …9}
-portfolios: Doctrine\ORM\PersistentCollection {#24792 …9}
-options: Doctrine\ORM\PersistentCollection {#24794 …9}
-segments: Doctrine\ORM\PersistentCollection {#24796 …9}
-workers: Doctrine\ORM\PersistentCollection {#24798 …9}
-extras: Doctrine\ORM\PersistentCollection {#24800 …9}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Пакет - вкладыш 55х80 см - 150г. купить в Москве в Антэк"
-og_description: "➤ Пакет - вкладыш 55см х 80см - 150г. от компании «Антэк» в Москве. Большой выбор в наличии. Высокое качество. Свой магазин и производство. Доставка и самовывоз. Продажа от 1 штуки. ☎ 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681686 {#24758 …1}
-merge_to: null
-merged: Doctrine\ORM\PersistentCollection {#24802 …9}
-real_type: null
-children_types: Doctrine\ORM\PersistentCollection {#24804 …9}
-no_index: false
+ismenuactive: null
-not_menu: false
-sort_order: null
}
28 => Shared\Entity\Main\Seo\SeoContent {#24818 …65}
29 => Shared\Entity\Main\Seo\SeoContent {#24877 …65}
30 => Shared\Entity\Main\Seo\SeoContent {#24936 …65}
31 => Shared\Entity\Main\Seo\SeoContent {#24995 …65}
32 => Shared\Entity\Main\Seo\SeoContent {#25054 …65}
33 => Shared\Entity\Main\Seo\SeoContent {#25113 …65}
34 => Shared\Entity\Main\Seo\SeoContent {#25172 …65}
35 => Shared\Entity\Main\Seo\SeoContent {#25231 …65}
36 => Shared\Entity\Main\Seo\SeoContent {#25290 …65}
37 => Shared\Entity\Main\Seo\SeoContent {#25349 …65}
38 => Shared\Entity\Main\Seo\SeoContent {#25408 …65}
39 => Shared\Entity\Main\Seo\SeoContent {#25467 …65}
40 => Shared\Entity\Main\Seo\SeoContent {#25526 …65}
41 => Shared\Entity\Main\Seo\SeoContent {#25585 …65}
42 => Shared\Entity\Main\Seo\SeoContent {#25644 …65}
43 => Shared\Entity\Main\Seo\SeoContent {#25703 …65}
44 => Shared\Entity\Main\Seo\SeoContent {#25762 …65}
45 => Shared\Entity\Main\Seo\SeoContent {#25821 …65}
46 => Shared\Entity\Main\Seo\SeoContent {#25880 …65}
47 => Shared\Entity\Main\Seo\SeoContent {#25939 …65}
48 => Shared\Entity\Main\Seo\SeoContent {#25997 …65}
49 => Shared\Entity\Main\Seo\SeoContent {#26047 …65}
50 => Shared\Entity\Main\Seo\SeoContent {#26105 …65}
51 => Shared\Entity\Main\Seo\SeoContent {#26155 …65}
52 => Shared\Entity\Main\Seo\SeoContent {#26214 …65}
53 => Shared\Entity\Main\Seo\SeoContent {#26273 …65}
54 => Shared\Entity\Main\Seo\SeoContent {#26332 …65}
55 => Shared\Entity\Main\Seo\SeoContent {#26391 …65}
56 => Shared\Entity\Main\Seo\SeoContent {#26450 …65}
57 => Shared\Entity\Main\Seo\SeoContent {#26508 …65}
58 => Shared\Entity\Main\Seo\SeoContent {#26558 …65}
59 => Shared\Entity\Main\Seo\SeoContent {#26617 …65}
60 => Shared\Entity\Main\Seo\SeoContent {#26676 …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 {#22695 …65}
1 => Shared\Entity\Main\Seo\SeoContent {#20572 …65}
2 => Shared\Entity\Main\Seo\SeoContent {#24346 …65}
3 => Shared\Entity\Main\Seo\SeoContent {#24405 …65}
4 => Shared\Entity\Main\Seo\SeoContent {#26273 …65}
5 => Shared\Entity\Main\Seo\SeoContent {#24110 …65}
6 => Shared\Entity\Main\Seo\SeoContent {#23314}
7 => Shared\Entity\Main\Seo\SeoContent {#24287 …65}
8 => Shared\Entity\Main\Seo\SeoContent {#25054 …65}
9 => Shared\Entity\Main\Seo\SeoContent {#24169 …65}
10 => Shared\Entity\Main\Seo\SeoContent {#24877 …65}
11 => Shared\Entity\Main\Seo\SeoContent {#23255}
12 => Shared\Entity\Main\Seo\SeoContent {#23766}
13 => Shared\Entity\Main\Seo\SeoContent {#24936 …65}
14 => Shared\Entity\Main\Seo\SeoContent {#23540}
15 => Shared\Entity\Main\Seo\SeoContent {#23933 …65}
16 => Shared\Entity\Main\Seo\SeoContent {#26047 …65}
17 => Shared\Entity\Main\Seo\SeoContent {#24464}
18 => Shared\Entity\Main\Seo\SeoContent {#25467 …65}
19 => Shared\Entity\Main\Seo\SeoContent {#25880 …65}
20 => Shared\Entity\Main\Seo\SeoContent {#26332 …65}
21 => Shared\Entity\Main\Seo\SeoContent {#26617 …65}
22 => Shared\Entity\Main\Seo\SeoContent {#25231 …65}
23 => Shared\Entity\Main\Seo\SeoContent {#25821 …65}
24 => Shared\Entity\Main\Seo\SeoContent {#23599}
25 => Shared\Entity\Main\Seo\SeoContent {#25349 …65}
26 => Shared\Entity\Main\Seo\SeoContent {#23658}
27 => Shared\Entity\Main\Seo\SeoContent {#24051 …65}
28 => Shared\Entity\Main\Seo\SeoContent {#23992 …65}
29 => Shared\Entity\Main\Seo\SeoContent {#24228 …65}
30 => Shared\Entity\Main\Seo\SeoContent {#23825}
31 => Shared\Entity\Main\Seo\SeoContent {#26155 …65}
32 => Shared\Entity\Main\Seo\SeoContent {#25585 …65}
33 => Shared\Entity\Main\Seo\SeoContent {#26450 …65}
34 => Shared\Entity\Main\Seo\SeoContent {#25939 …65}
35 => Shared\Entity\Main\Seo\SeoContent {#26391 …65}
36 => Shared\Entity\Main\Seo\SeoContent {#26214 …65}
37 => Shared\Entity\Main\Seo\SeoContent {#25526 …65}
38 => Shared\Entity\Main\Seo\SeoContent {#25172 …65}
39 => Shared\Entity\Main\Seo\SeoContent {#25113 …65}
40 => Shared\Entity\Main\Seo\SeoContent {#24995 …65}
41 => Shared\Entity\Main\Seo\SeoContent {#25644 …65}
42 => Shared\Entity\Main\Seo\SeoContent {#23373}
43 => Shared\Entity\Main\Seo\SeoContent {#24759}
44 => Shared\Entity\Main\Seo\SeoContent {#24582}
45 => Shared\Entity\Main\Seo\SeoContent {#24523}
46 => Shared\Entity\Main\Seo\SeoContent {#24641}
47 => Shared\Entity\Main\Seo\SeoContent {#24700}
48 => Shared\Entity\Main\Seo\SeoContent {#25703 …65}
49 => Shared\Entity\Main\Seo\SeoContent {#25762 …65}
50 => Shared\Entity\Main\Seo\SeoContent {#25290 …65}
51 => Shared\Entity\Main\Seo\SeoContent {#23432}
52 => Shared\Entity\Main\Seo\SeoContent {#26558 …65}
53 => Shared\Entity\Main\Seo\SeoContent {#25408 …65}
54 => Shared\Entity\Main\Seo\SeoContent {#26676 …65}
55 => Shared\Entity\Main\Seo\SeoContent {#32303 …65}
56 => Shared\Entity\Main\Seo\SeoContent {#32366
-id: 597
-meta_title: "Наполнитель насыпной из гофрокартона в Москве: цена, купить защитная упаковка - описание, характеристики"
-meta_description: "➤ Наполнитель насыпной из гофрокартона от компании Антэк. Свой магазин и производство. Защитная упаковка – доставка и самовывоз. Продажа от 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: "Наполнитель насыпной из гофрокартона"
-description: "<div>Наполнитель насыпной из гофрокартона</div>"
-slug: "napolnitel-nasypnoy-iz-gofrokartona"
-short_title: "Наполнитель насыпной из гофрокартона"
-modified_at: DateTimeImmutable @1741805489 {#32365 …1}
-priority: 8
-url: "/catalog/gofroupakovka/zashhitnaja-upakovka/napolnitel-nasypnoy-iz-gofrokartona"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#27373 …65}
-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: 54625
-keywords: "Наполнитель насыпной из гофрокартона купить в Москве"
-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: 3
-vote_sum: 126
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32414 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1750}
-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: "Гофроупаковка защитная: купить в Москве | Производство и продажа гофрированной упаковки"
-og_description: "➤ Наполнитель насыпной из гофрокартона от компании Антэк. Свой магазин и производство. Защитная упаковка – доставка и самовывоз. Продажа от 1 штуки. 8 (800) 555-55-70."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681677 {#32364 …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
}
57 => Shared\Entity\Main\Seo\SeoContent {#29880 …65}
58 => Shared\Entity\Main\Seo\SeoContent {#32425
-id: 718
-meta_title: "Наполнитель воздушный 200х120 мм (лента 10 пузырьков) в Москве: цена, купить маркетплейсы - описание, характеристики"
-meta_description: "➤ Наполнитель воздушный 200х120 мм (лента 10 пузырьков) от компании Антэк. Свой магазин и производство. Маркетплейсы – доставка и самовывоз. Продажа от 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: "Наполнитель воздушный 200х120 мм (лента 10 пузырьков)"
-description: "<div>Надувные подушки-вкладыши для быстрой запаковки товаров. Эффективно заполняют свободное пространство в коробке.</div>"
-slug: "napolnitel-vozdushnyy-200kh120-mm-lenta-10-puzyrkov"
-short_title: "Наполнитель воздушный 200х120 мм (лента 10 пузырьков)"
-modified_at: DateTimeImmutable @1742228534 {#32423 …1}
-priority: 8
-url: "/catalog/cartonnye-korobki/upakovka-dlya-marketpleysov/napolnitel-vozdushnyy-200kh120-mm-lenta-10-puzyrkov"
-seo_type: Proxies\__CG__\Shared\Entity\Main\Seo\SeoType {#1677}
-parent: Shared\Entity\Main\Seo\SeoContent {#17475 …65}
-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: 54618
-keywords: "Наполнитель воздушный 200х120 мм (лента 10 пузырьков) купить в Москве"
-menu_title: null
-seoLinks: Doctrine\ORM\PersistentCollection {#32440 …9}
-inboundLinks: Doctrine\ORM\PersistentCollection {#32442 …9}
-attached_content: Doctrine\ORM\PersistentCollection {#32444 …9}
-attached_to_content: Doctrine\ORM\PersistentCollection {#32446 …9}
-is_problems: true
-is_ready: false
-problems_string: "-!!!-НЕТ ПРИВЯЗКИ К КОНСТРУКЦИИ-!!!-"
-search_string: "200x120"
-vote_count: 13
-vote_sum: 650
-seoProduct: Shared\Entity\Main\Seo\SeoProduct {#32473 …39}
-meta_ok: false
-notice_field: "длинный мета заголовок"
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1750}
-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: "Наполнитель воздушный 200х120 мм (лента 10 пузырьков) в Москве: цена, купить маркетплейсы - описание, характеристики"
-og_description: "➤ 200+ типоразмеров картонных коробок в наличии. Срочно выполняем заказы за 24 часа! Наносим цветную печать и тиснение. Привозим тестовый образец. Каталог готовой продукции. Наполнитель воздушный 200х120 мм (лента 10 пузырьков)."
-short_code: null
-source_link: null
-created_at: DateTimeImmutable @1531681676 {#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
}
59 => Shared\Entity\Main\Seo\SeoContent {#24818 …65}
60 => Shared\Entity\Main\Seo\SeoContent {#35575 …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: []
}
#initialized: true
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#906 …}
-backRefFieldName: "parent"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-oldSlugs: Doctrine\ORM\PersistentCollection {#1489
#collection: Doctrine\Common\Collections\ArrayCollection {#1491
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#901 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1486 …}
}
-is_published: true
-oldUrls: Doctrine\ORM\PersistentCollection {#1496
#collection: Doctrine\Common\Collections\ArrayCollection {#1504
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#904 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1490 …}
}
-seoFiles: Doctrine\ORM\PersistentCollection {#1528
#collection: Doctrine\Common\Collections\ArrayCollection {#1509
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#912 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1503 …}
}
-bitrix_id: 5861
-keywords: null
-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:11 [
0 => Shared\Entity\Main\Seo\SeoContent {#24464}
1 => Shared\Entity\Main\Seo\SeoContent {#23599}
2 => Shared\Entity\Main\Seo\SeoContent {#23658}
3 => Shared\Entity\Main\Seo\SeoContent {#23373}
4 => Shared\Entity\Main\Seo\SeoContent {#24759}
5 => Shared\Entity\Main\Seo\SeoContent {#24582}
6 => Shared\Entity\Main\Seo\SeoContent {#24523}
7 => Shared\Entity\Main\Seo\SeoContent {#24641}
8 => Shared\Entity\Main\Seo\SeoContent {#24700}
9 => Shared\Entity\Main\Seo\SeoContent {#32366}
10 => Shared\Entity\Main\Seo\SeoContent {#32425}
]
}
#initialized: true
-snapshot: array:11 [ …11]
-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: 1
-vote_sum: 48
-seoProduct: null
-meta_ok: false
-notice_field: ""
-last_edit_user: Proxies\__CG__\Shared\Entity\Main\User {#1581}
-voc_code: null
-contentChanges: Doctrine\ORM\PersistentCollection {#1588
#collection: Doctrine\Common\Collections\ArrayCollection {#1590
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#933 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1585 …}
}
-seoTags: Doctrine\ORM\PersistentCollection {#1626
#collection: Doctrine\Common\Collections\ArrayCollection {#1612
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyInverseSideMapping {#935 …}
-backRefFieldName: "content"
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1591 …}
}
-categories: Doctrine\ORM\PersistentCollection {#1615
#collection: Doctrine\Common\Collections\ArrayCollection {#1627
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#938 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-products: Doctrine\ORM\PersistentCollection {#1628
#collection: Doctrine\Common\Collections\ArrayCollection {#1629
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#929 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-constructions: Doctrine\ORM\PersistentCollection {#1630
#collection: Doctrine\Common\Collections\ArrayCollection {#1631
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#937 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-portfolios: Doctrine\ORM\PersistentCollection {#1632
#collection: Doctrine\Common\Collections\ArrayCollection {#1633
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#942 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-options: Doctrine\ORM\PersistentCollection {#1634
#collection: Doctrine\Common\Collections\ArrayCollection {#1635
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#946 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-segments: Doctrine\ORM\PersistentCollection {#1636
#collection: Doctrine\Common\Collections\ArrayCollection {#1637
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#950 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-workers: Doctrine\ORM\PersistentCollection {#1638
#collection: Doctrine\Common\Collections\ArrayCollection {#1639
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#954 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-extras: Doctrine\ORM\PersistentCollection {#1640
#collection: Doctrine\Common\Collections\ArrayCollection {#1641
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoContent {#1276}
-association: Doctrine\ORM\Mapping\ManyToManyOwningSideMapping {#958 …}
-backRefFieldName: null
-isDirty: false
-em: Container3vcB0CL\EntityManagerGhost709b3e5 {#449 …12}
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#816 …}
}
-seoPortfolio: null
-is_ready_pm: false
-is_ready_cm: false
-og_title: "Наполнители: купить в Москве от производителя"
-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 {#32513
#collection: Doctrine\Common\Collections\ArrayCollection {#32514
-elements: []
}
#initialized: false
-snapshot: []
-owner: Shared\Entity\Main\Seo\SeoParagraph {#32509}
-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
}
]