• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/restriction/restrictionmanager.php
  • Класс: Bitrix\Crm\Restriction\RestrictionManager
  • Вызов: RestrictionManager::getDynamicTypesLimitRestriction
static function getDynamicTypesLimitRestriction(): DynamicTypesLimit
{
	if (!static::$dynamicTypesLimit)
	{
		static::$dynamicTypesLimit = new DynamicTypesLimit();
	}

	return static::$dynamicTypesLimit;
}