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