• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/automation/tunnelmanager.php
  • Класс: Bitrix\Crm\Automation\TunnelManager
  • Вызов: TunnelManager::__construct
public function __construct(int $entityTypeId)
{
	$this->entityTypeId = $entityTypeId;
	$this->documentType = \CCrmBizProcHelper::ResolveDocumentType($entityTypeId);
	Loc::loadMessages(Main\IO\Path::combine(__DIR__, 'TunnelManager.php'));
}