1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
read.php
См. документацию.
1
<?php
8
namespace
Bitrix\Sender\Internals\Model\Posting;
9
10
use Bitrix\Main;
11
use Bitrix\Sender\Internals\Model;
12
13
32
class
ReadTable
extends
Main\Entity\DataManager
33
{
39
public
static
function
getTableName
()
40
{
41
return
'b_sender_posting_read'
;
42
}
43
49
public
static
function
getMap
()
50
{
51
return
array
(
52
'ID'
=>
array
(
53
'data_type'
=>
'integer'
,
54
'primary'
=>
true
,
55
'autocomplete'
=>
true
,
56
),
57
'POSTING_ID'
=>
array
(
58
'data_type'
=>
'integer'
,
59
),
60
'RECIPIENT_ID'
=>
array
(
61
'data_type'
=>
'integer'
,
62
),
63
'DATE_INSERT'
=>
array
(
64
'data_type'
=>
'datetime'
,
65
'default_value'
=>
new
Main
\
Type
\
DateTime
(),
66
),
67
);
68
}
69
}
Bitrix\Main\Type\DateTime
Определения
datetime.php:9
Bitrix\Sender\Internals\Model\Posting\ReadTable
Определения
read.php:33
Bitrix\Sender\Internals\Model\Posting\ReadTable\getMap
static getMap()
Определения
read.php:49
Bitrix\Sender\Internals\Model\Posting\ReadTable\getTableName
static getTableName()
Определения
read.php:39
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\Main\Type
Определения
collection.php:2
Bitrix\Main
bitrix
modules
sender
lib
internals
model
posting
read.php
Создано системой
1.14.0