CCrmOwnerTypeAbbr::getSuspendedTypeAbbreviation

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CCrmOwnerTypeAbbr
  4. getSuspendedTypeAbbreviation
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_owner_type.php
  • Класс: \CCrmOwnerTypeAbbr
  • Вызов: CCrmOwnerTypeAbbr::getSuspendedTypeAbbreviation
static function getSuspendedTypeAbbreviation(int $typeId): string
{
	return (self::SuspendedDynamicTypeAbbreviationPrefix . self::normalizeTypeIdForAbbreviation($typeId));
}

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