• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/views/component/number.php
  • Класс: BitrixReportVisualConstructorViewsComponentNumber
  • Вызов: Number::__construct
public function __construct()
{
	parent::__construct();
	$this->setHeight(180);
	$this->setLabel(Loc::getMessage('REPORT_NUMBER_VIEW_LABEL'));
	$this->setLogoUri('/bitrix/images/report/visualconstructor/view-number.jpg');
	$this->setComponentName('bitrix:report.visualconstructor.widget.content.number');
	$this->setCompatibleDataType(Common::SINGLE_REPORT_TYPE);
}