Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
ListService.php
1<?php
2
4
7
8final class ListService extends ServiceFactory
9{
10 private static string $iBlockTypeId = 'lists';
11
12 public static function getIBlockTypeId(): string
13 {
14 return self::$iBlockTypeId;
15 }
16
17 protected function fillCatalogFilter(IBlockListFilter $filter): void
18 {
19 $filter->setSite(SITE_ID);
20 }
21
22 protected function fillElementListFilter(IBlockElementFilter $filter): void
23 {}
24
25 protected function fillElementDetailInfoFilter(IBlockElementFilter $filter): void
26 {}
27}
fillElementListFilter(IBlockElementFilter $filter)
fillElementDetailInfoFilter(IBlockElementFilter $filter)