1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
goodssection.php
См. документацию.
1
<?php
11
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\Sale\Internals\GoodsSectionTable
Определения
goodssection.php:36
Bitrix\Sale\Internals\GoodsSectionTable\getMap
static getMap()
Определения
goodssection.php:42
Bitrix\Sale\Internals\GoodsSectionTable\getTableName
static getTableName()
Определения
goodssection.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
modules
sale
lib
internals
goodssection.php
Создано системой
1.14.0