• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/bizproctype/ecrm.php
  • Класс: BitrixIblockBizprocTypeECrm
  • Вызов: ECrm::formatValueMultiple
static function formatValueMultiple(FieldType $fieldType, $value, $format = 'printable')
	{
		if (!is_array($value) || is_array($value) && CBPHelper::isAssociativeArray($value))
			$value = array($value);

		self::$formatSeparator = static::getFormatSeparator($format);

		return static::formatValuePrintable($fieldType, $value);
	}