Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
goodssection.php
1
<?php
12
namespace
Bitrix\Sale\Internals
;
13
14
use
Bitrix\Main\Entity
;
15
use
Bitrix\Main\Localization\Loc
;
16
17
Loc::loadMessages
(__FILE__);
18
35
class
GoodsSectionTable
extends
Entity\DataManager
36
{
37
public
static
function
getTableName
()
38
{
39
return
'b_iblock_section_element'
;
40
}
41
42
public
static
function
getMap
()
43
{
44
return
array(
45
'IBLOCK_ELEMENT_ID'
=> array(
46
'data_type'
=>
'integer'
,
47
'primary'
=>
true
48
),
49
'PRODUCT'
=> array(
50
'data_type'
=>
'Product'
,
51
'reference'
=> array(
52
'=this.IBLOCK_ELEMENT_ID'
=>
'ref.ID'
53
)
54
),
55
'IBLOCK_SECTION_ID'
=> array(
56
'data_type'
=>
'integer'
,
57
'primary'
=>
true
58
),
59
'SECT'
=> array(
60
'data_type'
=>
'Section'
,
61
'reference'
=> array(
62
'=this.IBLOCK_SECTION_ID'
=>
'ref.ID'
63
)
64
)
65
);
66
}
67
}
Bitrix\Main\Localization\Loc
Definition
loc.php:11
Bitrix\Main\Localization\Loc\loadMessages
static loadMessages($file)
Definition
loc.php:64
Bitrix\Main\ORM\Entity
Definition
entity.php:26
Bitrix\Sale\Internals\GoodsSectionTable
Definition
goodssection.php:36
Bitrix\Sale\Internals\GoodsSectionTable\getMap
static getMap()
Definition
goodssection.php:42
Bitrix\Sale\Internals\GoodsSectionTable\getTableName
static getTableName()
Definition
goodssection.php:37
Bitrix\Sale\Internals
Definition
accountnumber.php:3
modules
sale
lib
internals
goodssection.php
Создано системой
1.10.0