1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
messageuploadqueue.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Mail\Internals;
4
5
use Bitrix\Mail\MailMessageUidTable;
6
use Bitrix\Main\Entity;
7
use Bitrix\Main\ORM\Fields\Relations\Reference;
8
use Bitrix\Main\ORM\Query\Join;
9
26
class
MessageUploadQueueTable
extends
Entity\DataManager
27
{
28
29
const
SYNC_STAGE_NEW
= 0;
30
31
public
static
function
getFilePath
()
32
{
33
return
__FILE__;
34
}
35
36
public
static
function
getTableName
()
37
{
38
return
'b_mail_message_upload_queue'
;
39
}
40
41
public
static
function
getMap
()
42
{
43
return
array
(
44
'ID'
=>
array
(
45
'data_type'
=>
'string'
,
46
'primary'
=>
true
,
47
),
48
'MAILBOX_ID'
=>
array
(
49
'data_type'
=>
'integer'
,
50
'primary'
=>
true
,
51
),
52
'SYNC_STAGE'
=>
array
(
53
'data_type'
=>
'integer'
,
54
),
55
'SYNC_LOCK'
=>
array
(
56
'data_type'
=>
'integer'
,
57
),
58
'ATTEMPTS'
=>
array
(
59
'data_type'
=>
'integer'
,
60
),
61
new
Reference
(
62
'UID_TABLE'
,
63
MailMessageUidTable::class,
64
Join::on(
'this.ID'
,
'ref.ID'
)
65
->whereColumn(
'this.MAILBOX_ID'
,
'ref.MAILBOX_ID'
)
66
),
67
);
68
}
69
70
}
Bitrix\Mail\Internals\MessageUploadQueueTable
Определения
messageuploadqueue.php:27
Bitrix\Mail\Internals\MessageUploadQueueTable\getMap
static getMap()
Определения
messageuploadqueue.php:41
Bitrix\Mail\Internals\MessageUploadQueueTable\getFilePath
static getFilePath()
Определения
messageuploadqueue.php:31
Bitrix\Mail\Internals\MessageUploadQueueTable\SYNC_STAGE_NEW
const SYNC_STAGE_NEW
Определения
messageuploadqueue.php:29
Bitrix\Mail\Internals\MessageUploadQueueTable\getTableName
static getTableName()
Определения
messageuploadqueue.php:36
Bitrix\Main\ORM\Data\DataManager
Определения
datamanager.php:35
Bitrix\Main\ORM\Fields\Relations\Reference
Определения
reference.php:26
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
mail
lib
internals
messageuploadqueue.php
Создано системой
1.14.0