• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/handler/formula.php
  • Класс: BitrixReportVisualConstructorHandlerFormula
  • Вызов: Formula::getSingleData
public function getSingleData()
{
	return array(
		'title' => $this->getFormElement('label')->getValue(),
		'value' => $this->getCalculatedData(),
		'config' => array(
			'color' => $this->getFormElement('color')->getValue()
		)
	);
}