• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/views/component/numberblockwithformula.php
  • Класс: BitrixReportVisualConstructorViewsComponentNumberBlockWithFormula
  • Вызов: NumberBlockWithFormula::__construct
public function __construct()
{
	parent::__construct();
	$this->setHeight(380);
	$this->setLabel('Number Block');
	$this->setLogoUri('/bitrix/images/report/visualconstructor/view-number-block.jpg');
	$this->setComponentName('bitrix:report.visualconstructor.widget.content.numberblock');
	$this->setCompatibleDataType(Common::SINGLE_REPORT_TYPE);
	$this->setJsClassName('BX.Report.VisualConstructor.Widget.Content.NumberBlock');
}