Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
attributes.php
1<?php
2
3
5
6
8{
9 const Undefined = '';
10 const Hidden = 'HID';
11 const ReadOnly = 'R-O';
12 const Immutable = 'IM'; //User can define field value only on create
13 const Required = 'REQ';
14 const Multiple = 'MUL';
15 const Dynamic = 'DYN';
16 const Computable = 'COM';
17 const Deprecated = 'DEP';
18}