Your IP : 3.12.160.117


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

<?php

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

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

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