Your IP : 18.116.20.205


Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/main/lib/phonenumber/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/main/lib/phonenumber/format.php

<?php

namespace Bitrix\Main\PhoneNumber;

class Format
{
	public const E164 = 'E.164';
	public const INTERNATIONAL = 'International';
	public const NATIONAL = 'National';
}