Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
format.php
1<?php
2
4
5class Format
6{
7 public const E164 = 'E.164';
8 public const INTERNATIONAL = 'International';
9 public const NATIONAL = 'National';
10}