• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/fields/complexhtml.php
  • Класс: BitrixReportVisualConstructorFieldsComplexHtml
  • Вызов: ComplexHtml::__construct
public function __construct($id, $contentHtml = '')
{
	parent::__construct($contentHtml);
	$this->setId('complex-html-wrapper-' . $id);
	$this->addClass('complex-html-wrapper');
}