Cleaner::getInstance

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Cleaner
  4. getInstance
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/agent/duplicate/volatile/cleaner.php
  • Класс: Bitrix\Crm\Agent\Duplicate\Volatile\Cleaner
  • Вызов: Cleaner::getInstance
static function getInstance(): Cleaner
{
	static $instance = null;

	if ($instance === null)
	{
		$instance = new static();
	}

	return $instance;
}

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