LeadImportTracker::getInstance

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. LeadImportTracker
  4. getInstance
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/channel/leadimporttracker.php
  • Класс: Bitrix\Crm\Integration\Channel\LeadImportTracker
  • Вызов: LeadImportTracker::getInstance
static function getInstance()
{
	if(self::$instance === null)
	{
		self::$instance = new LeadImportTracker();
	}
	return self::$instance;
}

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