• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/automation/tracker.php
  • Класс: Bitrix\Crm\Automation\Tracker
  • Вызов: Tracker::__construct
public function __construct($entityTypeId, $entityId)
{
	$this->entityTypeId = (int)$entityTypeId;
	$this->entityId = (int)$entityId;

	$this->target = Factory::createTarget($entityTypeId);
	$this->target->setEntityById($entityId);
}