Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
datatype.php
1<?php
2
4
11{
12 public const TYPE_INT = 'integer';
13 public const TYPE_FLOAT = 'double';
14 public const TYPE_STRING = 'string';
15 public const TYPE_CHAR = 'char';
16 public const TYPE_LIST = 'list';
17 public const TYPE_TEXT = 'text';
18 public const TYPE_FILE = 'file';
19 public const TYPE_DATE = 'date';
20 public const TYPE_DATETIME = 'datetime';
21 public const TYPE_DATATYPE = 'datatype';
22 public const TYPE_PRODUCT_PROPERTY = 'productproperty';
23}