• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/bizproctype/usertypepropertyemployee.php
  • Класс: BitrixIblockBizprocTypeUserTypePropertyEmployee
  • Вызов: UserTypePropertyEmployee::convertTo
static function convertTo(FieldType $fieldType, $value, $toTypeClass)
	{
		if (is_array($value) && isset($value['VALUE']))
			$value = $value['VALUE'];

		$value = (string) $value;
		return BaseTypeUser::convertTo($fieldType, $value, $toTypeClass);
	}