1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
messageuuid.php
См. документацию.
1
<?php
2
namespace
Bitrix\Im\Model;
3
4
use Bitrix\Main;
5
use Bitrix\Main\ORM\Fields\StringField;
6
use Bitrix\Main\ORM\Fields\DatetimeField;
7
use Bitrix\Main\ORM\Fields\IntegerField;
8
9
28
29
class
MessageUuidTable
extends
Main\Entity\DataManager
30
{
36
public
static
function
getTableName
(): string
37
{
38
return
'b_im_message_uuid'
;
39
}
40
47
public
static
function
getMap
():
array
48
{
49
return
[
50
new
StringField
(
51
'UUID'
,
52
[
53
'primary'
=>
true
,
54
'required'
=>
true
,
55
'size'
=> 36
56
]
57
),
58
new
IntegerField
(
'MESSAGE_ID'
),
59
new
DatetimeField
(
60
'DATE_CREATE'
,
61
[
62
'required'
=>
true
,
63
]
64
),
65
];
66
}
67
}
Bitrix\Im\Model\MessageUuidTable
Определения
messageuuid.php:30
Bitrix\Im\Model\MessageUuidTable\getMap
static getMap()
Определения
messageuuid.php:47
Bitrix\Im\Model\MessageUuidTable\getTableName
static getTableName()
Определения
messageuuid.php:36
Bitrix\Main\ORM\Fields\DatetimeField
Определения
datetimefield.php:22
Bitrix\Main\ORM\Fields\IntegerField
Определения
integerfield.php:20
Bitrix\Main\ORM\Fields\StringField
Определения
stringfield.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
messageuuid.php
Создано системой
1.14.0