• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/volume/base.php
  • Класс: Bitrix\Crm\Volume\Base
  • Вызов: Base::getListIndicator
static function getListIndicator()
{
	if (empty(self::$indicatorTypeList))
	{
		self::loadListIndicator();
	}

	return self::$indicatorTypeList;
}