• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/fields/base.php
  • Класс: BitrixReportVisualConstructorFieldsBase
  • Вызов: Base::includeFieldComponent
protected function includeFieldComponent($templateName, $params = array())
{
	global $APPLICATION;
	$defaultParams = array(
		'CONFIGURATION_FIELD' => $this,
	);
	$params = array_merge($defaultParams, $params);
	$APPLICATION->IncludeComponent(self::FIELDS_COMPONENT_NAME, $templateName, $params);
}