• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/views/component/numberblock.php
  • Класс: BitrixReportVisualConstructorViewsComponentNumberBlock
  • Вызов: NumberBlock::__construct
public function __construct()
{
	parent::__construct();
	$this->setHeight(380);
	$this->setLabel(Loc::getMessage('REPORT_NUMBER_BLOCK_VIEW_LABEL'));
	$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');
}