1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
GetListRequest.php
См. документацию.
1<?php
2
3namespace Bitrix\Lists\Api\Request\ServiceFactory;
4
5use Bitrix\Lists\Api\Data\ServiceFactory\ListsToGetFilter;
6
7final class GetListRequest
8{
9 public function __construct(
10 public /*readonly*/ array $sort = ['ID' => 'desc'],
11 public /*readonly*/ ?ListsToGetFilter $filter = null,
12 public /*readonly*/ int $offset = 0,
13 public /*readonly*/ int $limit = 10,
14 public /*readonly*/ array $additionalSelectFields = [],
15 )
16 {}
17}
__construct(public array $sort=['ID'=> 'desc'], public ?ListsToGetFilter $filter=null, public int $offset=0, public int $limit=10, public array $additionalSelectFields=[],)
Определения GetListRequest.php:9
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$filter
Определения iblock_catalog_list.php:54