• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/analyticboard.php
  • Класс: BitrixReportVisualConstructorAnalyticBoard
  • Вызов: AnalyticBoard::getLimitComponentTemplateName
public function getLimitComponentTemplateName()
{
	$componentOptions = $this->getLimitComponentOptions();
	if (!isset($componentOptions['TEMPLATE_NAME']))
	{
		return '';
	}
	return $componentOptions['TEMPLATE_NAME'];
}