• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_activity.php
  • Класс: \CCrmContentType
  • Вызов: CCrmContentType::GetAllDescriptions
static function GetAllDescriptions()
{
	if(!self::$ALL_DESCRIPTIONS)
	{
		self::$ALL_DESCRIPTIONS = array(
			self::Undefined => '',
			self::PlainText => 'Plain text',
			self::BBCode => 'bbCode',
			self::Html => 'HTML',
		);
	}

	return self::$ALL_DESCRIPTIONS;
}