1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
fieldtype.php
См. документацию.
1<?php
2
3namespace Bitrix\Location\Entity\Location;
4
11final class FieldType
12{
13 public const POSTAL_CODE = 50;
14 public const ISO_3166_1_ALPHA_2 = 1000;
15}