Your IP : 18.216.94.93


Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/components/bitrix/main.field.string/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/components/bitrix/main.field.string/class.php

<?php

if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true) die();

use Bitrix\Main\Component\BaseUfComponent;
use Bitrix\Main\UserField\Types\StringType;

/**
 * Class StringUfComponent
 */
class StringUfComponent extends BaseUfComponent
{
	protected static function getUserTypeId(): string
	{
		return StringType::USER_TYPE_ID;
	}
}