• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/bizproctype/usertypepropertydiskfile.php
  • Класс: BitrixIblockBizprocTypeUserTypePropertyDiskFile
  • Вызов: UserTypePropertyDiskFile::formatValuePrintable
static function formatValuePrintable(FieldType $fieldType, $value)
	{
		$iblockId = self::getIblockId($fieldType);

		$property = static::getUserType($fieldType);
		if (array_key_exists('GetUrlAttachedFileWorkflow', $property))
		{
			return call_user_func_array($property['GetUrlAttachedFileWorkflow'], array($iblockId, $value));
		}
		else
		{
			return '';
		}
	}