Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
timeline.php
1<?php
2
3
5
6
8
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}