• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/boardcomponentbutton.php
  • Класс: BitrixReportVisualConstructorBoardComponentButton
  • Вызов: BoardComponentButton::flush
public function flush()
{
	global $APPLICATION;
	$APPLICATION->IncludeComponent(
		$this->getComponentName(),
		$this->getComponentTemplateName(),
		$this->getComponentParams()
	);
}