• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Item/Activity/ConfigurableRestApp.php
  • Класс: Bitrix\Crm\Service\Timeline\Item\Activity\ConfigurableRestApp
  • Вызов: ConfigurableRestApp::appendContextActionParams
private function appendContextActionParams(Action $action): void
{
	$action->addActionParamInt('entityTypeId', $this->getContext()->getEntityTypeId());
	$action->addActionParamInt('entityId', $this->getContext()->getEntityId());
	$action->addActionParamInt('activityId', $this->getActivityId());
}