1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
ListService.php
См. документацию.
1<?php
2
3namespace Bitrix\Lists\Api\Service\ServiceFactory;
4
5use Bitrix\Lists\Api\Data\IBlockService\IBlockElementFilter;
6use Bitrix\Lists\Api\Data\IBlockService\IBlockListFilter;
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
23 {}
24
27}
fillElementListFilter(IBlockElementFilter $filter)
Определения ListService.php:22
fillElementDetailInfoFilter(IBlockElementFilter $filter)
Определения ListService.php:25
fillCatalogFilter(IBlockListFilter $filter)
Определения ListService.php:17
$filter
Определения iblock_catalog_list.php:54
const SITE_ID
Определения sonet_set_content_view.php:12