1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
entityformconfigactable.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Ui\EntityForm
;
4
5
use
Bitrix\Main\Entity
;
6
use
Bitrix\Main\UserAccessTable
;
7
24
class
EntityFormConfigAcTable
extends
Entity\DataManager
25
{
26
public
static
function
getTableName
()
27
{
28
return
'b_ui_entity_editor_config_ac'
;
29
}
30
31
public
static
function
getMap
()
32
{
33
return
[
34
new
Entity\IntegerField(
'ID'
, [
35
'autocomplete'
=>
true
,
36
'primary'
=>
true
37
]),
38
new
Entity\StringField(
'ACCESS_CODE'
, [
39
'required'
=>
true
,
40
'size'
=> 10
41
]),
42
new
Entity\ReferenceField(
43
'USER_ACCESS'
,
44
UserAccessTable::class,
45
array
(
'=this.ACCESS_CODE'
=>
'ref.ACCESS_CODE'
)
46
),
47
new
Entity\IntegerField(
'CONFIG_ID'
, [
48
'required'
=>
true
,
49
'size'
=> 10
50
]),
51
new
Entity\ReferenceField(
52
'CONFIG'
,
53
EntityFormConfigTable::class,
54
array
(
'=this.CONFIG_ID'
=>
'ref.ID'
)
55
),
56
];
57
}
58
}
Bitrix\Main\UserAccessTable
Определения
useraccess.php:22
Bitrix\Ui\EntityForm\EntityFormConfigAcTable
Определения
entityformconfigactable.php:25
Bitrix\Ui\EntityForm\EntityFormConfigAcTable\getMap
static getMap()
Определения
entityformconfigactable.php:31
Bitrix\Ui\EntityForm\EntityFormConfigAcTable\getTableName
static getTableName()
Определения
entityformconfigactable.php:26
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\Main\Entity
Определения
ufield.php:9
Bitrix\Ui\EntityForm
Определения
entityformconfigactable.php:3
bitrix
modules
ui
lib
entityform
entityformconfigactable.php
Создано системой
1.14.0