1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
statisticsprovider.php
См. документацию.
1<?php
2
3
4namespace Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\Sale;
5
6
7use Bitrix\Sale\Exchange\Integration\Rest;
8
10 implements IStatisticsProvider
11{
12 public function add(array $fields)
13 {
14 return $this
16 'fields' => $fields])
17 ->call();
18 }
19
20 public function getList($select=[], $filter, $order=[], $pageNavigation='')
21 {
22 return $this
24 'select' => $select,
25 'filter' => $filter,
26 'order' => $order,
27 'pageNavigation' => $pageNavigation]
28 )
29 ->call();
30 }
31}
const SALE_INTEGRATION_STATISTIC_PROVIDER_LIST_NAME
Определения registry.php:21
getList($select=[], $filter, $order=[], $pageNavigation='')
Определения statisticsprovider.php:20
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$select
Определения iblock_catalog_list.php:194
$filter
Определения iblock_catalog_list.php:54
$order
Определения payment.php:8