CCrmOwnerTypeAbbr::getDynamicTypeAbbreviation

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CCrmOwnerTypeAbbr
  4. getDynamicTypeAbbreviation
  • Модуль: 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));
}

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