1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
rate.php
См. документацию.
1
<?php
8
namespace
Bitrix\Sale\Tax
;
9
10
use
Bitrix\Sale
;
11
use
Bitrix\Main
;
12
use
Bitrix\Main\Entity
;
13
30
class
RateTable
extends
Entity\DataManager
31
{
32
public
static
function
getFilePath
()
33
{
34
return
__FILE__;
35
}
36
37
public
static
function
getTableName
()
38
{
39
return
'b_sale_tax_rate'
;
40
}
41
42
public
static
function
getMap
()
43
{
44
return
array
(
45
46
'ID'
=>
array
(
47
'data_type'
=>
'integer'
,
48
'primary'
=>
true
,
49
'autocomplete'
=>
true
,
50
)
51
);
52
}
53
}
Bitrix\Sale\Tax\RateTable
Определения
rate.php:31
Bitrix\Sale\Tax\RateTable\getMap
static getMap()
Определения
rate.php:42
Bitrix\Sale\Tax\RateTable\getFilePath
static getFilePath()
Определения
rate.php:32
Bitrix\Sale\Tax\RateTable\getTableName
static getTableName()
Определения
rate.php:37
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\Entity
Определения
ufield.php:9
Bitrix\Main
Bitrix\Sale\Tax
Определения
rate.php:8
Bitrix\Sale
bitrix
modules
sale
lib
tax
rate.php
Создано системой
1.14.0