1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
queuetable.php
См. документацию.
1
<?php
2
3
4
namespace
Bitrix\Socialnetwork\Internals\EventService\Queue;
5
6
use Bitrix\Main\Entity\DataManager;
7
24
class
QueueTable
extends
DataManager
25
{
26
27
public
static
function
getTableName
(): string
28
{
29
return
'b_sonet_event_queue'
;
30
}
31
32
public
static
function
getClass
(): string
33
{
34
return
static::class;
35
}
36
37
public
static
function
getMap
():
array
38
{
39
return
[
40
'ID'
=> [
41
'data_type'
=>
'integer'
,
42
'primary'
=>
true
,
43
'autocomplete'
=>
true
,
44
],
45
'USER_ID'
=> [
46
'data_type'
=>
'integer'
,
47
'required'
=>
true
,
48
],
49
'EVENT_ID'
=> [
50
'data_type'
=>
'integer'
,
51
'required'
=>
true
,
52
],
53
'PRIORITY'
=> [
54
'data_type'
=>
'integer'
,
55
'required'
=>
true
,
56
],
57
'DATETIME'
=> [
58
'data_type'
=>
'datetime'
59
]
60
];
61
}
62
}
Bitrix\Main\ORM\Data\DataManager
Определения
datamanager.php:35
Bitrix\Socialnetwork\Internals\EventService\Queue\QueueTable
Определения
queuetable.php:25
Bitrix\Socialnetwork\Internals\EventService\Queue\QueueTable\getMap
static getMap()
Определения
queuetable.php:37
Bitrix\Socialnetwork\Internals\EventService\Queue\QueueTable\getClass
static getClass()
Определения
queuetable.php:32
Bitrix\Socialnetwork\Internals\EventService\Queue\QueueTable\getTableName
static getTableName()
Определения
queuetable.php:27
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
socialnetwork
lib
internals
eventservice
queue
queuetable.php
Создано системой
1.14.0