Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
eventmessageattachment.php
1
<?php
9
namespace
Bitrix\Main\Mail\Internal
;
10
11
use
Bitrix\Main\Entity
;
12
29
class
EventMessageAttachmentTable
extends
Entity\DataManager
30
{
34
public
static
function
getTableName
()
35
{
36
return
'b_event_message_attachment'
;
37
}
38
42
public
static
function
getMap
()
43
{
44
return
array(
45
'EVENT_MESSAGE_ID'
=> array(
46
'data_type'
=>
'integer'
,
47
'primary'
=>
true
,
48
),
49
50
'FILE_ID'
=> array(
51
'data_type'
=>
'integer'
,
52
'primary'
=>
true
,
53
),
54
);
55
}
56
57
}
Bitrix\Main\Mail\Internal\EventMessageAttachmentTable
Definition
eventmessageattachment.php:30
Bitrix\Main\Mail\Internal\EventMessageAttachmentTable\getMap
static getMap()
Definition
eventmessageattachment.php:42
Bitrix\Main\Mail\Internal\EventMessageAttachmentTable\getTableName
static getTableName()
Definition
eventmessageattachment.php:34
Bitrix\Main\ORM\Entity
Definition
entity.php:26
Bitrix\Main\Mail\Internal
Definition
blacklist.php:3
modules
main
lib
mail
internal
eventmessageattachment.php
Создано системой
1.10.0