Esempio n. 1
0
 function GetFieldInputValuePrintable($documentType, $arFieldType, $fieldValue)
 {
     if ($storage = self::needProxyToDiskByDocType($documentType)) {
         return self::proxyToDisk(__FUNCTION__, array(\Bitrix\Disk\BizProcDocumentCompatible::generateDocumentType($storage->getId()), $arFieldType, $fieldValue));
     }
     return parent::GetFieldInputValuePrintable($documentType, $arFieldType, $fieldValue);
 }