1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
IBlockListService.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
9{
10 private string $iBlockTypeId = '';
11
12 public function setIBlockTypeId(string $iBlockTypeId): self
13 {
14 $this->iBlockTypeId = $iBlockTypeId;
15
16 return $this;
17 }
18
19 public function getInnerIBlockTypeId(): string
20 {
21 return $this->iBlockTypeId;
22 }
23
24 public static function getIBlockTypeId(): string
25 {
26 return '';
27 }
28
29 protected function fillCatalogFilter(IBlockListFilter $filter): void
30 {
31 $filter->setSite(SITE_ID);
32 }
33
35 {}
36
39}
fillElementListFilter(IBlockElementFilter $filter)
Определения IBlockListService.php:34
fillElementDetailInfoFilter(IBlockElementFilter $filter)
Определения IBlockListService.php:37
fillCatalogFilter(IBlockListFilter $filter)
Определения IBlockListService.php:29
$filter
Определения iblock_catalog_list.php:54
const SITE_ID
Определения sonet_set_content_view.php:12