1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
orderchange.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Sale\Internals;
4
5
use Bitrix\Main;
6
7
24
class
OrderChangeTable
extends
Main\Entity\DataManager
25
{
26
public
static
function
getTableName
()
27
{
28
return
'b_sale_order_change'
;
29
}
30
31
public
static
function
getMap
()
32
{
33
return
array
(
34
'ID'
=>
array
(
35
'data_type'
=>
'integer'
,
36
'primary'
=>
true
,
37
'autocomplete'
=>
true
38
),
39
'ORDER_ID'
=>
array
(
40
'data_type'
=>
'integer'
,
41
'required'
=>
true
42
),
43
'TYPE'
=>
array
(
44
'data_type'
=>
'string'
,
45
'required'
=>
true
46
),
47
'DATA'
=>
array
(
48
'data_type'
=>
'string'
49
),
50
'DATE_CREATE'
=>
array
(
51
'data_type'
=>
'datetime'
,
52
'default_value'
=>
new
Main
\
Type
\
DateTime
(),
53
'required'
=>
true
54
),
55
'DATE_MODIFY'
=>
array
(
56
'data_type'
=>
'datetime'
,
57
'default_value'
=>
new
Main
\
Type
\
DateTime
(),
58
'required'
=>
true
59
),
60
'USER_ID'
=>
array
(
61
'data_type'
=>
'integer'
,
62
),
63
'ENTITY'
=>
array
(
64
'data_type'
=>
'string'
65
),
66
'ENTITY_ID'
=>
array
(
67
'data_type'
=>
'integer'
68
),
69
);
70
}
71
}
Bitrix\Main\Type\DateTime
Определения
datetime.php:9
Bitrix\Sale\Internals\OrderChangeTable
Определения
orderchange.php:25
Bitrix\Sale\Internals\OrderChangeTable\getMap
static getMap()
Определения
orderchange.php:31
Bitrix\Sale\Internals\OrderChangeTable\getTableName
static getTableName()
Определения
orderchange.php:26
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\Main\Type
Определения
collection.php:2
Bitrix\Main
bitrix
modules
sale
lib
internals
orderchange.php
Создано системой
1.14.0