SaleTarget::getInstance

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

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