1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
widgetconfiguration.php
См. документацию.
1
<?php
2
namespace
Bitrix\Report\VisualConstructor\Internal;
3
4
5
use Bitrix\Main\Entity\IntegerField;
6
use Bitrix\Main\Entity\ReferenceField;
7
25
class
WidgetConfigurationTable
extends
DataManager
26
{
30
public
static
function
getTableName
()
31
{
32
return
'b_report_visual_report_widget_config'
;
33
}
34
38
public
static
function
getMap
()
39
{
40
return
array
(
41
new
IntegerField(
'WIDGET_ID'
,
array
(
42
'primary'
=>
true
43
)),
44
new
IntegerField(
'CONFIGURATION_ID'
,
array
(
45
'primary'
=>
true
46
)),
47
new
ReferenceField(
48
'WIDGET'
,
49
'Bitrix\Report\VisualConstructor\Internal\WidgetTable'
,
50
array
(
'=this.WIDGET_ID'
=>
'ref.ID'
)
51
),
52
new
ReferenceField(
53
'CONFIGURATION_SETTING'
,
54
'Bitrix\Report\VisualConstructor\Internal\ConfigurationSettingTable'
,
55
array
(
'=this.CONFIGURATION_ID'
=>
'ref.ID'
)
56
),
57
);
58
}
59
60
}
Bitrix\Report\VisualConstructor\Internal\DataManager
Определения
datamanager.php:9
Bitrix\Report\VisualConstructor\Internal\WidgetConfigurationTable
Определения
widgetconfiguration.php:26
Bitrix\Report\VisualConstructor\Internal\WidgetConfigurationTable\getMap
static getMap()
Определения
widgetconfiguration.php:38
Bitrix\Report\VisualConstructor\Internal\WidgetConfigurationTable\getTableName
static getTableName()
Определения
widgetconfiguration.php:30
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
report
lib
visualconstructor
internal
widgetconfiguration.php
Создано системой
1.14.0