Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
timeline.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
Timeline
extends
Rest\RemoteProxies\Base
10
implements
ITimeline
11
{
12
public
function
onReceive
($entityId, $entitTypeId, $settings)
13
{
14
return
$this->cmd(
15
Rest\Cmd\Registry::CRM_TIMELINE_ONRECEIVE_NAME, [
16
'entityId'
=>$entityId,
17
'entitTypeId'
=>$entitTypeId,
18
'settings'
=>$settings]
19
)->call();
20
}
21
}
Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\Base
Definition
base.php:8
Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\CRM\Timeline
Definition
timeline.php:11
Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\CRM\Timeline\onReceive
onReceive($entityId, $entitTypeId, $settings)
Definition
timeline.php:12
Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\CRM\ITimeline
Definition
itimeline.php:8
Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\CRM
Definition
activity.php:4
Bitrix\Sale\Exchange\Integration\Rest
modules
sale
lib
exchange
integration
rest
remoteproxies
crm
timeline.php
Создано системой
1.10.0