1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
attributes.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Sale\Rest
;
4
5
class
Attributes
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
}
Bitrix\Sale\Rest\Attributes
Определения
attributes.php:6
Bitrix\Sale\Rest\Attributes\Dynamic
const Dynamic
Определения
attributes.php:13
Bitrix\Sale\Rest\Attributes\Multiple
const Multiple
Определения
attributes.php:12
Bitrix\Sale\Rest\Attributes\Hidden
const Hidden
Определения
attributes.php:8
Bitrix\Sale\Rest\Attributes\Deprecated
const Deprecated
Определения
attributes.php:15
Bitrix\Sale\Rest\Attributes\Required
const Required
Определения
attributes.php:11
Bitrix\Sale\Rest\Attributes\Computable
const Computable
Определения
attributes.php:14
Bitrix\Sale\Rest\Attributes\ReadOnly
const ReadOnly
Определения
attributes.php:9
Bitrix\Sale\Rest\Attributes\Immutable
const Immutable
Определения
attributes.php:10
Bitrix\Sale\Rest\Attributes\Undefined
const Undefined
Определения
attributes.php:7
Bitrix\Sale\Rest
Определения
attributes.php:3
bitrix
modules
sale
lib
rest
attributes.php
Создано системой
1.14.0