1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
status.php
См. документацию.
1
<?php
2
3
4
namespace
Bitrix\Sale\Rest\View;
5
6
7
use Bitrix\Rest\Integration\View\Attributes;
8
use Bitrix\Rest\Integration\View\DataType;
9
10
class
Status
extends
Base
11
{
12
public
function
getFields
():
array
13
{
14
return
[
15
'ID'
=>[
16
'TYPE'
=>DataType::TYPE_STRING,
17
'ATTRIBUTES'
=>[
18
Attributes::REQUIRED,
19
Attributes::IMMUTABLE
20
]
21
],
22
'TYPE'
=>[
23
'TYPE'
=>DataType::TYPE_CHAR,
24
'ATTRIBUTES'
=>[
25
Attributes::REQUIRED
26
//Attributes::IMMUTABLE
27
]
28
],
29
'SORT'
=>[
30
'TYPE'
=>DataType::TYPE_INT
31
],
32
'NOTIFY'
=>[
33
'TYPE'
=>DataType::TYPE_STRING
34
],
35
'COLOR'
=>[
36
'TYPE'
=>DataType::TYPE_STRING
37
],
38
'XML_ID'
=>[
39
'TYPE'
=>DataType::TYPE_STRING
40
]
41
];
42
}
43
}
Bitrix\Sale\Controller\Status
Определения
status.php:22
Bitrix\Sale\Exchange\Integration\CRM\Placement\Base
Определения
base.php:11
Bitrix\Sale\Rest\View\Status\getFields
getFields()
Определения
status.php:12
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
bitrix
modules
sale
lib
rest
view
status.php
Создано системой
1.14.0