• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/boardbutton.php
  • Класс: BitrixReportVisualConstructorBoardButton
  • Вызов: BoardButton::flush
public function flush()
{
	foreach ($this->getJsList() as $jsPath)
	{
		Asset::getInstance()->addJs($jsPath);
	}

	foreach ($this->getCssList() as $cssPath)
	{
		Asset::getInstance()->addCss($cssPath);
	}

	echo implode('', $this->getStringList());
	echo $this->getHtml();

}