<?php
// Bitrix\Bizproc\BaseType\User :: formatValuePrintable()
// /dist/bitrix/modules/bizproc/lib/basetype/user.php:60
protected static function formatValuePrintable(FieldType $fieldType, $value)
{
if (!is_array($value))
$value = array($value);
return \CBPHelper::usersArrayToString($value, null, $fieldType->getDocumentType());
}