1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
paysystemerrlog.php
См. документацию.
1
<?php
8
namespace
Bitrix\Sale\Internals;
9
10
use Bitrix\Main;
11
use Bitrix\Main\Localization\Loc;
12
13
Loc::loadMessages(__FILE__);
14
31
class
PaySystemErrLogTable
extends
Main\Entity\DataManager
32
{
33
public
static
function
getFilePath
()
34
{
35
return
__FILE__;
36
}
37
38
public
static
function
getTableName
()
39
{
40
return
'b_sale_pay_system_err_log'
;
41
}
42
43
public
static
function
getMap
()
44
{
45
return
array
(
46
'ID'
=>
array
(
47
'data_type'
=>
'integer'
,
48
'primary'
=>
true
,
49
'autocomplete'
=>
true
,
50
'title'
=> Loc::getMessage(
'PAY_SYSTEM_ENTITY_ID_FIELD'
),
51
),
52
'DATE_INSERT'
=>
array
(
53
'data_type'
=>
'datetime'
,
54
'title'
=> Loc::getMessage(
'PAY_SYSTEM_ENTITY_DATE_ADD_FIELD'
),
55
),
56
'MESSAGE'
=>
array
(
57
'data_type'
=>
'string'
,
58
'title'
=> Loc::getMessage(
'PAY_SYSTEM_ENTITY_LID_FIELD'
),
59
'required'
=>
true
60
)
61
);
62
}
63
}
Bitrix\Sale\Internals\PaySystemErrLogTable
Определения
paysystemerrlog.php:32
Bitrix\Sale\Internals\PaySystemErrLogTable\getMap
static getMap()
Определения
paysystemerrlog.php:43
Bitrix\Sale\Internals\PaySystemErrLogTable\getFilePath
static getFilePath()
Определения
paysystemerrlog.php:33
Bitrix\Sale\Internals\PaySystemErrLogTable\getTableName
static getTableName()
Определения
paysystemerrlog.php:38
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
internals
paysystemerrlog.php
Создано системой
1.14.0