1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
groupsubordinatetable.php
См. документацию.
1
<?php
2
9
10
namespace
Bitrix\Main\Authentication\Internal
;
11
12
use
Bitrix\Main\ORM\Fields
;
13
use
Bitrix\Main\ORM\Data
;
14
31
class
GroupSubordinateTable
extends
Data\DataManager
32
{
33
public
static
function
getTableName
()
34
{
35
return
'b_group_subordinate'
;
36
}
37
38
public
static
function
getMap
()
39
{
40
return
[
41
(
new
Fields\IntegerField
(
'ID'
))
42
->configurePrimary(),
43
44
(
new
Fields\TextField
(
'AR_SUBGROUP_ID'
)),
45
];
46
}
47
}
Bitrix\Main\Authentication\Internal\GroupSubordinateTable
Определения
groupsubordinatetable.php:32
Bitrix\Main\Authentication\Internal\GroupSubordinateTable\getMap
static getMap()
Определения
groupsubordinatetable.php:38
Bitrix\Main\Authentication\Internal\GroupSubordinateTable\getTableName
static getTableName()
Определения
groupsubordinatetable.php:33
Bitrix\Main\ORM\Data\DataManager
Определения
datamanager.php:35
Bitrix\Main\ORM\Fields\IntegerField
Определения
integerfield.php:20
Bitrix\Main\ORM\Fields\TextField
Определения
textfield.php:20
Bitrix\Main\Authentication\Internal
Определения
groupsubordinatetable.php:10
Bitrix\Main\ORM\Data
Определения
addresult.php:9
Bitrix\Main\ORM\Fields
Определения
arrayfield.php:9
bitrix
modules
main
lib
authentication
internal
groupsubordinatetable.php
Создано системой
1.14.0