• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/runtimeprovider/base.php
  • Класс: BitrixReportVisualConstructorRuntimeProviderBase
  • Вызов: Base::getFirstResult
public function getFirstResult()
{
	$results = $this->getResults();
	return array_shift($results);
}