1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
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\CRM\Placement\Base
Определения
base.php:11
Bitrix\Sale\Exchange\Integration\Rest\Cmd\Registry\CRM_TIMELINE_ONRECEIVE_NAME
const CRM_TIMELINE_ONRECEIVE_NAME
Определения
registry.php:17
Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\CRM\Timeline\onReceive
onReceive($entityId, $entitTypeId, $settings)
Определения
timeline.php:12
Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\CRM\ITimeline
Определения
itimeline.php:8
Bitrix\Sale\Exchange\Integration\Rest\Cmd
Определения
base.php:2
Bitrix\Sale\Exchange\Integration\Rest
Bitrix\Sale\Exchange\Integration\Timeline
Определения
base.php:4
$entityId
$entityId
Определения
payment.php:4
$settings
$settings
Определения
product_settings.php:43
bitrix
modules
sale
lib
exchange
integration
rest
remoteproxies
crm
timeline.php
Создано системой
1.14.0