1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
cashboxerrlog.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Sale\Cashbox\Internals;
4
5
use Bitrix\Main;
6
23
class
CashboxErrLogTable
extends
Main\Entity\DataManager
24
{
25
public
static
function
getTableName
()
26
{
27
return
'b_sale_cashbox_err_log'
;
28
}
29
30
public
static
function
getMap
()
31
{
32
return
array
(
33
'ID'
=>
array
(
34
'data_type'
=>
'integer'
,
35
'primary'
=>
true
,
36
'autocomplete'
=>
true
,
37
),
38
'CASHBOX_ID'
=>
array
(
39
'data_type'
=>
'integer'
40
),
41
'DATE_INSERT'
=>
array
(
42
'data_type'
=>
'datetime'
,
43
'require'
=>
true
,
44
'default'
=>
new
Main
\
Type
\
DateTime
()
45
),
46
'MESSAGE'
=>
array
(
47
'data_type'
=>
'string'
,
48
),
49
);
50
}
51
}
Bitrix\Main\Type\DateTime
Определения
datetime.php:9
Bitrix\Sale\Cashbox\Internals\CashboxErrLogTable
Определения
cashboxerrlog.php:24
Bitrix\Sale\Cashbox\Internals\CashboxErrLogTable\getMap
static getMap()
Определения
cashboxerrlog.php:30
Bitrix\Sale\Cashbox\Internals\CashboxErrLogTable\getTableName
static getTableName()
Определения
cashboxerrlog.php:25
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
cashbox
internals
cashboxerrlog.php
Создано системой
1.14.0