• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/fields/valuable/labelfield.php
  • Класс: BitrixReportVisualConstructorFieldsValuableLabelField
  • Вызов: LabelField::__construct
public function __construct($key, $mode = 'small')
{
	parent::__construct($key);
	$this->setLabel(Loc::getMessage('REPORT_DEFAULT_LABEL_OF_LABEL_FIELD'));
	$this->setDefaultValue('Title default Value');
	$this->setMode($mode);
}