1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
eventattachment.php
См. документацию.
1
<?php
8
9
namespace
Bitrix\Main\Mail\Internal;
10
11
use Bitrix\Main\ORM\Data\DataManager;
12
29
class
EventAttachmentTable
extends
DataManager
30
{
31
35
public
static
function
getTableName
()
36
{
37
return
'b_event_attachment'
;
38
}
39
43
public
static
function
getMap
()
44
{
45
return
array
(
46
'EVENT_ID'
=>
array
(
47
'data_type'
=>
'integer'
,
48
'primary'
=>
true
,
49
),
50
'FILE_ID'
=>
array
(
51
'data_type'
=>
'integer'
,
52
),
53
'IS_FILE_COPIED'
=>
array
(
54
'data_type'
=>
'boolean'
,
55
'required'
=>
true
,
56
'values'
=>
array
(
'N'
,
'Y'
),
57
'default_value'
=>
'Y'
58
),
59
'EVENT'
=>
array
(
60
'data_type'
=> EventTable::class,
61
'reference'
=>
array
(
'=this.EVENT_ID'
=>
'ref.ID'
),
62
),
63
);
64
}
65
66
}
Bitrix\Main\Mail\Internal\EventAttachmentTable
Определения
eventattachment.php:30
Bitrix\Main\Mail\Internal\EventAttachmentTable\getMap
static getMap()
Определения
eventattachment.php:43
Bitrix\Main\Mail\Internal\EventAttachmentTable\getTableName
static getTableName()
Определения
eventattachment.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
eventattachment.php
Создано системой
1.14.0