Your IP : 172.28.240.42


Current Path : /var/www/html/clients/biblio.e-nkama.ru/bitrix/modules/main/lib/phonenumber/
Upload File :
Current File : /var/www/html/clients/biblio.e-nkama.ru/bitrix/modules/main/lib/phonenumber/format.php

<?php

namespace Bitrix\Main\PhoneNumber;

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