Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
paysystemrestriction.php
1
<?php
8
namespace
Bitrix\Sale\Internals
;
9
10
use
Bitrix\Main\Localization\Loc
;
11
12
Loc::loadMessages
(__FILE__);
13
30
class
PaySystemRestrictionTable
extends
\Bitrix\Main\Entity\DataManager
31
{
32
public
static
function
getTableName
()
33
{
34
return
'b_sale_pay_system_rstr'
;
35
}
36
37
public
static
function
getMap
()
38
{
39
return
array(
40
'ID'
=> array(
41
'data_type'
=>
'integer'
,
42
'primary'
=>
true
,
43
'autocomplete'
=>
true
44
),
45
'PAY_SYSTEM_ID'
=> array(
46
'data_type'
=>
'integer'
47
),
48
'SORT'
=> array(
49
'data_type'
=>
'integer'
50
),
51
'CLASS_NAME'
=> array(
52
'data_type'
=>
'string'
53
),
54
'PARAMS'
=> array(
55
'data_type'
=>
'string'
56
)
57
);
58
}
59
}
Bitrix\Main\Localization\Loc
Definition
loc.php:11
Bitrix\Main\Localization\Loc\loadMessages
static loadMessages($file)
Definition
loc.php:64
Bitrix\Sale\Internals\PaySystemRestrictionTable
Definition
paysystemrestriction.php:31
Bitrix\Sale\Internals\PaySystemRestrictionTable\getMap
static getMap()
Definition
paysystemrestriction.php:37
Bitrix\Sale\Internals\PaySystemRestrictionTable\getTableName
static getTableName()
Definition
paysystemrestriction.php:32
Bitrix\Sale\Internals
Definition
accountnumber.php:3
modules
sale
lib
internals
paysystemrestriction.php
Создано системой
1.10.0