1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
callbacksubscription.php
См. документацию.
1
<?php
8
namespace
Bitrix\Seo\LeadAds\Internals
;
9
10
use
Bitrix\Main\Entity
;
11
use
Bitrix\Main\Localization\Loc
;
12
use
Bitrix\Main\Type\DateTime
;
13
14
Loc::loadMessages(__FILE__);
15
33
class
CallbackSubscriptionTable
extends
Entity\DataManager
34
{
40
public
static
function
getTableName
()
41
{
42
return
'b_seo_service_subscription'
;
43
}
44
50
public
static
function
getMap
()
51
{
52
return
array
(
53
'ID'
=>
array
(
54
'data_type'
=>
'integer'
,
55
'primary'
=>
true
,
56
'autocomplete'
=>
true
,
57
),
58
'DATE_INSERT'
=>
array
(
59
'data_type'
=>
'datetime'
,
60
'default_value'
=>
new
DateTime
(),
61
),
62
'TYPE'
=>
array
(
63
'data_type'
=>
'string'
,
64
'required'
=>
true
,
65
),
66
'GROUP_ID'
=>
array
(
67
'data_type'
=>
'string'
,
68
'required'
=>
true
,
69
),
70
'CALLBACK_SERVER_ID'
=>
array
(
71
'data_type'
=>
'string'
,
72
'required'
=>
false
,
73
),
74
'HAS_AUTH'
=>
array
(
75
'data_type'
=>
'boolean'
,
76
'default_value'
=>
'N'
,
77
'values'
=>
array
(
'N'
,
'Y'
),
78
'required'
=>
true
,
79
),
80
);
81
}
82
}
Bitrix\Main\Localization\Loc
Определения
loc.php:12
Bitrix\Main\Type\DateTime
Определения
datetime.php:9
Bitrix\Seo\LeadAds\Internals\CallbackSubscriptionTable
Определения
callbacksubscription.php:34
Bitrix\Seo\LeadAds\Internals\CallbackSubscriptionTable\getMap
static getMap()
Определения
callbacksubscription.php:50
Bitrix\Seo\LeadAds\Internals\CallbackSubscriptionTable\getTableName
static getTableName()
Определения
callbacksubscription.php:40
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\Entity
Определения
ufield.php:9
Bitrix\Seo\LeadAds\Internals
Определения
callbacksubscription.php:8
bitrix
modules
seo
lib
leadads
internals
callbacksubscription.php
Создано системой
1.14.0