1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
webhook.php
См. документацию.
1
<?
8
namespace
Bitrix\Seo\WebHook\Internals
;
9
10
use
Bitrix\Main\Entity
;
11
use
Bitrix\Main\Security\Random
;
12
use
Bitrix\Main\Type\DateTime
;
13
30
class
WebHookTable
extends
Entity\DataManager
31
{
32
public
static
function
getTableName
()
33
{
34
return
'b_seo_service_webhook'
;
35
}
36
37
public
static
function
getMap
()
38
{
39
return
array
(
40
'ID'
=>
array
(
41
'data_type'
=>
'integer'
,
42
'primary'
=>
true
,
43
'autocomplete'
=>
true
,
44
),
45
'DATE_INSERT'
=>
array
(
46
'data_type'
=>
'datetime'
,
47
'default_value'
=>
new
DateTime
(),
48
'required'
=>
true
,
49
),
50
'TYPE'
=>
array
(
51
'data_type'
=>
'string'
,
52
'required'
=>
true
,
53
),
54
'EXTERNAL_ID'
=>
array
(
55
'data_type'
=>
'string'
,
56
'required'
=>
true
,
57
),
58
'SECURITY_CODE'
=>
array
(
59
'data_type'
=>
'string'
,
60
'required'
=>
true
,
61
'default_value'
=>
function
() {
62
return
Random::getString(32);
63
}
64
)
65
);
66
}
67
}
Bitrix\Main\Security\Random
Определения
random.php:6
Bitrix\Main\Type\DateTime
Определения
datetime.php:9
Bitrix\Seo\WebHook\Internals\WebHookTable
Определения
webhook.php:31
Bitrix\Seo\WebHook\Internals\WebHookTable\getMap
static getMap()
Определения
webhook.php:37
Bitrix\Seo\WebHook\Internals\WebHookTable\getTableName
static getTableName()
Определения
webhook.php:32
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\WebHook\Internals
Определения
webhook.php:8
bitrix
modules
seo
lib
webhook
internals
webhook.php
Создано системой
1.14.0