1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
RequestToStepTable.php
См. документацию.
1
<?php
2
declare(strict_types=1);
3
4
namespace
Bitrix\Landing\Copilot\Model;
5
6
use Bitrix\Main\Entity;
7
use Bitrix\Main\ORM\Fields;
8
25
class
RequestToStepTable
extends
Entity\DataManager
26
{
30
public
static
function
getTableName
(): string
31
{
32
return
'b_landing_copilot_request_to_step'
;
33
}
34
38
public
static
function
getMap
():
array
39
{
40
return
[
41
(
new
Fields\IntegerField
(
'ID'
))
42
->configurePrimary()
43
->configureAutocomplete()
44
,
45
(
new
Fields\IntegerField
(
'REQUEST_ID'
))
46
->configureRequired()
47
,
48
(
new
Fields\IntegerField
(
'GENERATION_ID'
))
49
->configureRequired()
50
,
51
(
new
Fields\IntegerField
(
'STEP'
))
52
->configureRequired()
53
,
54
(
new
Fields\BooleanField
(
'APPLIED'
))
55
->configureRequired()
56
->configureValues(0, 1)
57
->configureDefaultValue(0)
58
,
59
];
60
}
61
}
Bitrix\Landing\Copilot\Model\RequestToStepTable
Определения
RequestToStepTable.php:26
Bitrix\Landing\Copilot\Model\RequestToStepTable\getMap
static getMap()
Определения
RequestToStepTable.php:38
Bitrix\Landing\Copilot\Model\RequestToStepTable\getTableName
static getTableName()
Определения
RequestToStepTable.php:30
Bitrix\Main\ORM\Fields\BooleanField
Определения
booleanfield.php:20
Bitrix\Main\ORM\Fields\IntegerField
Определения
integerfield.php:20
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
landing
lib
Copilot
Model
RequestToStepTable.php
Создано системой
1.14.0