• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/views/component/base.php
  • Класс: BitrixReportVisualConstructorViewsComponentfor
  • Вызов: for::getCalculatedPerformedData
protected function getCalculatedPerformedData(Widget $widget, $withCalculatedData)
{
	static $data;
	if (!$data)
	{
		$data = $withCalculatedData ? WidgetHelper::getCalculatedPerformedData($this, $widget) : array();
		$data = $this->handlerFinallyBeforePassToView($data);
	}
	return $data;
}