1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
eventmessageattachment.php
См. документацию.
1
<?php
2
9
10
namespace
Bitrix\Main\Mail\Internal;
11
12
use Bitrix\Main\ORM\Data\DataManager;
13
30
class
EventMessageAttachmentTable
extends
DataManager
31
{
35
public
static
function
getTableName
()
36
{
37
return
'b_event_message_attachment'
;
38
}
39
43
public
static
function
getMap
()
44
{
45
return
array
(
46
'EVENT_MESSAGE_ID'
=>
array
(
47
'data_type'
=>
'integer'
,
48
'primary'
=>
true
,
49
),
50
51
'FILE_ID'
=>
array
(
52
'data_type'
=>
'integer'
,
53
'primary'
=>
true
,
54
),
55
);
56
}
57
}
Bitrix\Main\Mail\Internal\EventMessageAttachmentTable
Определения
eventmessageattachment.php:31
Bitrix\Main\Mail\Internal\EventMessageAttachmentTable\getMap
static getMap()
Определения
eventmessageattachment.php:43
Bitrix\Main\Mail\Internal\EventMessageAttachmentTable\getTableName
static getTableName()
Определения
eventmessageattachment.php:35
Bitrix\Main\ORM\Data\DataManager
Определения
datamanager.php:35
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
main
lib
mail
internal
eventmessageattachment.php
Создано системой
1.14.0