• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/runtimeprovider/base.php
  • Класс: BitrixReportVisualConstructorRuntimeProviderBase
  • Вызов: Base::normaliseFilterValue
private function normaliseFilterValue($value)
{
	$result = is_array($value) ? array_unique($value) : array($value);
	return $result;
}