1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
attributes.php
См. документацию.
1<?php
2
4
6{
7 public const Undefined = '';
8 public const Hidden = 'HID';
9 public const ReadOnly = 'R-O';
10 public const Immutable = 'IM'; //User can define field value only on create
11 public const Required = 'REQ';
12 public const Multiple = 'MUL';
13 public const Dynamic = 'DYN';
14 public const Computable = 'COM';
15 public const Deprecated = 'DEP';
16}
const Dynamic
Определения attributes.php:13
const Multiple
Определения attributes.php:12
const Hidden
Определения attributes.php:8
const Deprecated
Определения attributes.php:15
const Required
Определения attributes.php:11
const Computable
Определения attributes.php:14
const ReadOnly
Определения attributes.php:9
const Immutable
Определения attributes.php:10
const Undefined
Определения attributes.php:7
Определения attributes.php:3