Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/components/bitrix/main.field.integer/ |
Current File : /var/www/www-root/data/www/monolith-realty.ru/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; } }