• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/analyticboard.php
  • Класс: BitrixReportVisualConstructorAnalyticBoard
  • Вызов: AnalyticBoard::getLimitComponentName
public function getLimitComponentName()
{
	$componentParams = $this->getLimitComponentOptions();
	if (!isset($componentParams['NAME']))
	{
		throw new ArgumentException("Component name do not isset");
	}
	return $componentParams['NAME'];
}