• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/bizproctype/usertypeproperty.php
  • Класс: BitrixIblockBizprocTypeUserTypeProperty
  • Вызов: UserTypeProperty::getUserType
static function getUserType(FieldType $fieldType)
	{
		return CIBlockProperty::getUserType(mb_substr($fieldType->getType(), 2));
	}