CCrmProductSection::GetFieldCaption

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CCrmProductSection
  4. GetFieldCaption
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_product_section.php
  • Класс: \CCrmProductSection
  • Вызов: CCrmProductSection::GetFieldCaption
static function GetFieldCaption($fieldName)
{
	$result = GetMessage("CRM_PRODUCT_SECTION_FIELD_{$fieldName}");
	return is_string($result) ? $result : '';
}

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