1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
groupqueue.php
См. документацию.
1
<?php
8
namespace
Bitrix\Sender\Internals\Model;
9
10
use Bitrix\Main\Entity;
11
use Bitrix\Main\Localization\Loc;
12
13
Loc::loadMessages(__FILE__);
14
31
class
GroupQueueTable
extends
Entity\DataManager
32
{
33
const
TYPE
= [
34
'POSTING'
=> 1,
35
'REST'
=> 2,
36
];
37
43
public
static
function
getTableName
()
44
{
45
return
'b_sender_group_queue'
;
46
}
47
53
public
static
function
getMap
()
54
{
55
return
array
(
56
'ID'
=>
array
(
57
'data_type'
=>
'integer'
,
58
'autocomplete'
=>
true
,
59
'primary'
=>
true
,
60
),
61
'DATE_INSERT'
=>
array
(
62
'data_type'
=>
'datetime'
,
63
),
64
'TYPE'
=>
array
(
65
'data_type'
=>
'integer'
,
66
),
67
'ENTITY_ID'
=>
array
(
68
'data_type'
=>
'integer'
,
69
),
70
'GROUP_ID'
=>
array
(
71
'data_type'
=>
'integer'
,
72
),
73
);
74
}
75
}
Bitrix\Main\Access\Entity\DataManager
Определения
datamanager.php:15
Bitrix\Sender\Internals\Model\GroupQueueTable
Определения
groupqueue.php:32
Bitrix\Sender\Internals\Model\GroupQueueTable\getMap
static getMap()
Определения
groupqueue.php:53
Bitrix\Sender\Internals\Model\GroupQueueTable\TYPE
const TYPE
Определения
groupqueue.php:33
Bitrix\Sender\Internals\Model\GroupQueueTable\getTableName
static getTableName()
Определения
groupqueue.php:43
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
sender
lib
internals
model
groupqueue.php
Создано системой
1.14.0