1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
section.php
См. документацию.
1
<?php
11
namespace
Bitrix\Sale\Internals;
12
13
use Bitrix\Main\Entity;
14
use Bitrix\Main\Localization\Loc;
15
16
Loc::loadMessages(__FILE__);
17
34
class
SectionTable
extends
Entity\DataManager
35
{
36
public
static
function
getTableName
()
37
{
38
return
'b_iblock_section'
;
39
}
40
41
public
static
function
getMap
()
42
{
43
return
[
44
'ID'
=> [
45
'data_type'
=>
'integer'
,
46
'primary'
=>
true
,
47
'autocomplete'
=>
true
,
48
],
49
'NAME'
=> [
50
'data_type'
=>
'string'
,
51
]
52
];
53
}
54
}
Bitrix\Iblock\SectionTable
Определения
sectiontable.php:62
Bitrix\Sale\Internals\SectionTable\getMap
static getMap()
Определения
section.php:41
Bitrix\Sale\Internals\SectionTable\getTableName
static getTableName()
Определения
section.php:36
bitrix
modules
sale
lib
internals
section.php
Создано системой
1.14.0