1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
optionusertable.php
См. документацию.
1<?php
2
3namespace Bitrix\Im\Model;
4
5use Bitrix\Main\ORM\Data\DataManager,
6 Bitrix\Main\ORM\Fields\IntegerField,
7 Bitrix\Main\SystemException,
8 Bitrix\Main\ORM\Data;
9
10
11
36
38{
39 use Data\Internal\MergeTrait;
45 public static function getTableName(): string
46 {
47 return 'b_im_option_user';
48 }
49
56 public static function getMap(): array
57 {
58 return [
59 'USER_ID' => (new IntegerField('USER_ID', [
60 'primary' => true,
61 ])),
62 'NOTIFY_GROUP_ID' => (new IntegerField('NOTIFY_GROUP_ID', [])),
63 'GENERAL_GROUP_ID' => (new IntegerField('GENERAL_GROUP_ID', [])),
64 ];
65 }
66}
static getTableName()
Определения optionusertable.php:45
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804