• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/basetype/select.php
  • Класс: BitrixBizprocBaseTypeSelect
  • Вызов: Select::formatValuePrintable
static function formatValuePrintable(FieldType $fieldType, $value)
{
	$options = static::getFieldOptions($fieldType);
	if (isset($options[$value]))
		return (string) $options[$value];
	return '';
}