• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/util/form/baseform.php
  • Класс: BitrixTimemanUtilFormBaseForm
  • Вызов: BaseForm::getFieldLabel
public function getFieldLabel($fieldName)
{
	$labels = $this->getFieldLabels();
	return isset($labels[$fieldName]) ? $labels[$fieldName] : $fieldName;
}