1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
contact.php
См. документацию.
1<?php
2
3
4namespace Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\CRM;
5
6
7use Bitrix\Sale\Exchange\Integration\Rest;
8
10 implements IContact
11{
12
13 public function adds($list)
14 {
15 return $this
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}
getList($select=[], $filter, $order=[], $pageNavigation='')
Определения contact.php:20
$select
Определения iblock_catalog_list.php:194
$filter
Определения iblock_catalog_list.php:54
$order
Определения payment.php:8