<?php
// Bitrix\Bizproc\BaseType\File :: getFormats()
// /dist/bitrix/modules/bizproc/lib/basetype/file.php:29
public static function getFormats()
{
$formats = parent::getFormats();
$formats['src'] = [
'callable' => 'formatValueSrc',
'separator' => ', ',
];
return $formats;
}