1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
timeline.php
См. документацию.
1<?php
2
3
4namespace Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\CRM;
5
6
7use Bitrix\Sale\Exchange\Integration\Rest;
8
10 implements ITimeline
11{
12 public function onReceive($entityId, $entitTypeId, $settings)
13 {
14 return $this->cmd(
16 'entityId'=>$entityId,
17 'entitTypeId'=>$entitTypeId,
18 'settings'=>$settings]
19 )->call();
20 }
21}
onReceive($entityId, $entitTypeId, $settings)
Определения timeline.php:12
$entityId
Определения payment.php:4
$settings
Определения product_settings.php:43