• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/entitypreset.php
  • Класс: Bitrix\Crm\EntityPreset
  • Вызов: EntityPreset::getSingleInstance
static function getSingleInstance()
{
	if (self::$singleInstance === null)
		self::$singleInstance = new EntityPreset();

	return self::$singleInstance;
}