Current Path : /home/bitrix/ext_www/klimatlend.ua/bitrix/modules/main/lib/phonenumber/ |
Current File : /home/bitrix/ext_www/klimatlend.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'; }