1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
optionusertable.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Im\Model;
4
5
use Bitrix\Main\ORM\Data\DataManager,
6
Bitrix\Main\ORM\Fields\IntegerField,
7
Bitrix\Main\SystemException,
8
Bitrix\Main\ORM\Data;
9
10
11
36
37
class
OptionUserTable
extends
DataManager
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
}
Bitrix\Im\Model\OptionUserTable
Определения
optionusertable.php:38
Bitrix\Im\Model\OptionUserTable\getMap
static getMap()
Определения
optionusertable.php:56
Bitrix\Im\Model\OptionUserTable\getTableName
static getTableName()
Определения
optionusertable.php:45
Bitrix\Main\ORM\Data\DataManager
Определения
datamanager.php:35
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
im
lib
model
optionusertable.php
Создано системой
1.14.0