Type::getCaptions

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Type
  4. getCaptions
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/tracking/source/level/type.php
  • Класс: Bitrix\Crm\Tracking\Source\Level\Type
  • Вызов: Type::getCaptions
static function getCaptions()
{
	$list = [];
	foreach (static::getSequence() as $id)
	{
		$list[$id] = static::getCaption($id);
	}

	return $list;
}

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