• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/item/fieldimplementation/file.php
  • Класс: Bitrix\Crm\Item\FieldImplementation\File
  • Вызов: File::transformToExternalValue
public function transformToExternalValue(string $commonFieldName, $value, int $valuesType)
{
	return $value;
}