• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_owner_type.php
  • Класс: \CCrmOwnerTypeAbbr
  • Вызов: CCrmOwnerTypeAbbr::getDynamicTypeAbbreviation
static function getDynamicTypeAbbreviation(int $typeId): string
{
	return (self::DynamicTypeAbbreviationPrefix . self::normalizeTypeIdForAbbreviation($typeId));
}