Your IP : 18.116.163.144


Current Path : /home/bitrix/ext_www/ballu.in.ua/bitrix/modules/main/lib/phonenumber/
Upload File :
Current File : /home/bitrix/ext_www/ballu.in.ua/bitrix/modules/main/lib/phonenumber/format.php

<?php

namespace Bitrix\Main\PhoneNumber;

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