1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
SiteToChatTable.php
См. документацию.
1<?php
2declare(strict_types=1);
3
4namespace Bitrix\Landing\Copilot\Model;
5
6use Bitrix\Main\Entity;
7use Bitrix\Main\ORM\Fields;
8use Bitrix\Main\Type\DateTime;
9
26class 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}
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804