Imol::isSupportTraceDetecting

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Imol
  4. isSupportTraceDetecting
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/tracking/channel/imol.php
  • Класс: Bitrix\Crm\Tracking\Channel\Imol
  • Вызов: Imol::isSupportTraceDetecting
public function isSupportTraceDetecting()
{
	switch ($this->getValue())
	{
		case 'livechat':
			return false;

		default:
			return true;
	}
}

Добавить комментарий