Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
delivery.php
1
<?php
8
namespace
Bitrix\Sale\Delivery
;
9
10
use
Bitrix\Sale
;
11
use
Bitrix\Main
;
12
use
Bitrix\Main\Entity
;
13
14
class
DeliveryTable
extends
Entity\DataManager
15
{
16
public
static
function
getFilePath
()
17
{
18
return
__FILE__;
19
}
20
21
public
static
function
getTableName
()
22
{
23
return
'b_sale_delivery'
;
24
}
25
26
public
static
function
getMap
()
27
{
28
return
array(
29
30
'ID'
=> array(
31
'data_type'
=>
'integer'
,
32
'primary'
=>
true
,
33
'autocomplete'
=>
true
,
34
),
35
'NAME'
=> array(
36
'data_type'
=>
'string'
,
37
),
38
'PRICE'
=> array(
39
'data_type'
=>
'float'
40
)
41
);
42
}
43
}
Bitrix\Main\ORM\Entity
Definition
entity.php:26
Bitrix\Sale\Delivery\DeliveryTable\getMap
static getMap()
Definition
delivery.php:26
Bitrix\Sale\Delivery\DeliveryTable\getFilePath
static getFilePath()
Definition
delivery.php:16
Bitrix\Sale\Delivery\DeliveryTable\getTableName
static getTableName()
Definition
delivery.php:21
Bitrix\Sale\DeliveryTable
Definition
delivery.php:16
Bitrix\Main
Bitrix\Sale\Delivery
Definition
calculationresult.php:2
Bitrix\Sale
modules
sale
lib
delivery
delivery.php
Создано системой
1.10.0