1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
contact.php
См. документацию.
1
<?php
2
3
4
namespace
Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\CRM;
5
6
7
use Bitrix\Sale\Exchange\Integration\Rest;
8
9
class
Contact
extends
Rest\RemoteProxies\Base
10
implements
IContact
11
{
12
13
public
function
adds
($list)
14
{
15
return
$this
16
->batch(
Rest
\
Cmd
\
Registry::CRM_CONTACT_ADD_NAME
, $list)
17
->call();
18
}
19
20
public
function
getList
(
$select
=[],
$filter
,
$order
=[], $pageNavigation=
''
)
21
{
22
return
$this
23
->cmd(
Rest
\
Cmd
\
Registry::CRM_CONTACT_LIST_NAME
, [
24
'select'
=>
$select
,
25
'filter'
=>
$filter
,
26
'order'
=>
$order
,
27
'pageNavigation'
=> $pageNavigation]
28
)
29
->call();
30
}
31
}
Bitrix\Sale\Exchange\Integration\CRM\Placement\Base
Определения
base.php:11
Bitrix\Sale\Exchange\Integration\Rest\Cmd\Registry\CRM_CONTACT_ADD_NAME
const CRM_CONTACT_ADD_NAME
Определения
registry.php:16
Bitrix\Sale\Exchange\Integration\Rest\Cmd\Registry\CRM_CONTACT_LIST_NAME
const CRM_CONTACT_LIST_NAME
Определения
registry.php:15
Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\CRM\Contact
Определения
contact.php:11
Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\CRM\Contact\adds
adds($list)
Определения
contact.php:13
Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\CRM\Contact\getList
getList($select=[], $filter, $order=[], $pageNavigation='')
Определения
contact.php:20
$select
$select
Определения
iblock_catalog_list.php:194
$filter
$filter
Определения
iblock_catalog_list.php:54
Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\CRM\IContact
Определения
icontact.php:10
Bitrix\Sale\Exchange\Integration\Rest\Cmd
Определения
base.php:2
Bitrix\Sale\Exchange\Integration\Rest
$order
$order
Определения
payment.php:8
bitrix
modules
sale
lib
exchange
integration
rest
remoteproxies
crm
contact.php
Создано системой
1.14.0