1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
urlcheckerhost.php
См. документацию.
1
<?php
2
namespace
Bitrix\Landing\Internals;
3
4
use Bitrix\Main\Localization\Loc;
5
use Bitrix\Main\Entity;
6
7
Loc::loadMessages(__FILE__);
8
25
class
UrlCheckerHostTable
extends
Entity\DataManager
26
{
31
public
static
function
getTableName
()
32
{
33
return
'b_landing_urlchecker_host'
;
34
}
35
40
public
static
function
getMap
()
41
{
42
return
array
(
43
'ID'
=>
new
Entity
\
IntegerField
(
'ID'
,
array
(
44
'primary'
=>
true
,
45
'autocomplete'
=>
true
,
46
'title'
=>
'ID'
47
)),
48
'STATUS_ID'
=>
new
Entity
\
IntegerField
(
'STATUS_ID'
,
array
(
49
'title'
=> Loc::getMessage(
'LANDING_TABLE_UCH_FIELD_STATUS_ID'
),
50
'required'
=>
true
51
)),
52
'HOST'
=>
new
Entity
\
StringField
(
'HOST'
,
array
(
53
'title'
=> Loc::getMessage(
'LANDING_TABLE_UCH_FIELD_HOST'
),
54
'required'
=>
true
55
))
56
);
57
}
58
}
Bitrix\Landing\Internals\UrlCheckerHostTable
Определения
urlcheckerhost.php:26
Bitrix\Landing\Internals\UrlCheckerHostTable\getMap
static getMap()
Определения
urlcheckerhost.php:40
Bitrix\Landing\Internals\UrlCheckerHostTable\getTableName
static getTableName()
Определения
urlcheckerhost.php:31
Bitrix\Main\ORM\Fields\IntegerField
Определения
integerfield.php:20
Bitrix\Main\ORM\Fields\StringField
Определения
stringfield.php:20
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
modules
landing
lib
internals
urlcheckerhost.php
Создано системой
1.14.0