• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/fields/valuable/labelfield.php
  • Класс: BitrixReportVisualConstructorFieldsValuableLabelField
  • Вызов: LabelField::printContent
public function printContent()
{
	switch ($this->getMode())
	{
		case 'small':
			$this->includeFieldComponent('label');
			break;
		case 'big':
			$this->includeFieldComponent('biglabel');
			break;
		default:
			$this->includeFieldComponent('label');
	}
}