• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/classes/general/report.php
  • Класс: CReport
  • Вызов: CReport::isTotalCountableAggregationFunction
static function isTotalCountableAggregationFunction($aggr)
{
	return in_array($aggr, static::getTotalCountableAggregationFunctions(), true);
}