• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/handler/basereport.php
  • Класс: BitrixReportVisualConstructorHandlerBaseReport
  • Вызов: BaseReport::getCollectedFormElements
public function getCollectedFormElements()
{
	parent::getCollectedFormElements();
	$this->getView()->collectReportHandlerFormElements($this);
	return $this->getFormElements();
}