• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/fields/valuable/basevaluable.php
  • Класс: BitrixReportVisualConstructorFieldsValuableBaseValuable
  • Вызов: BaseValuable::getName
public function getName()
{
	return $this->name === null ? $this->getKey() : $this->name;
}