1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
SiteToChatTable.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
use Bitrix\Main\Type\DateTime;
9
26
class
SiteToChatTable
extends
Entity\DataManager
27
{
31
public
static
function
getTableName
(): string
32
{
33
return
'b_landing_copilot_site_to_chat'
;
34
}
35
39
public
static
function
getMap
():
array
40
{
41
return
[
42
(
new
Fields\IntegerField
(
'CHAT_ID'
))
43
->configurePrimary()
44
->configureRequired()
45
,
46
(
new
Fields\IntegerField
(
'SITE_ID'
))
47
->configurePrimary()
48
->configureRequired()
49
,
50
(
new
Fields\IntegerField
(
'USER_ID'
))
51
->configurePrimary()
52
->configureRequired()
53
,
54
];
55
}
56
}
Bitrix\Landing\Copilot\Model\SiteToChatTable
Определения
SiteToChatTable.php:27
Bitrix\Landing\Copilot\Model\SiteToChatTable\getMap
static getMap()
Определения
SiteToChatTable.php:39
Bitrix\Landing\Copilot\Model\SiteToChatTable\getTableName
static getTableName()
Определения
SiteToChatTable.php:31
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
SiteToChatTable.php
Создано системой
1.14.0