• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/baseform.php
  • Класс: BitrixCatalogComponentBaseForm
  • Вызов: BaseForm::getPropertySettings
protected function getPropertySettings(Property $property): array
{
	$propertySettings = $property->getSettings();

	if (!empty($propertySettings['USER_TYPE']))
	{
		$propertySettings['PROPERTY_USER_TYPE'] = CIBlockProperty::GetUserType($propertySettings['USER_TYPE']);
	}

	return $propertySettings;
}