1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
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\Sale\Internals\PaySystemRestrictionTable
Определения
paysystemrestriction.php:31
Bitrix\Sale\Internals\PaySystemRestrictionTable\getMap
static getMap()
Определения
paysystemrestriction.php:37
Bitrix\Sale\Internals\PaySystemRestrictionTable\getTableName
static getTableName()
Определения
paysystemrestriction.php:32
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
paysystemrestriction.php
Создано системой
1.14.0