Your IP : 3.15.14.220


Current Path : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/components/bitrix/main.field.integer/
Upload File :
Current File : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/components/bitrix/main.field.integer/class.php

<?php

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

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

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