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