1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
yandexgroup.php
См. документацию.
1
<?php
8
namespace
Bitrix\Seo\Adv;
9
10
use Bitrix\Main\Localization\Loc;
11
use Bitrix\Seo\AdvEntity;
12
13
Loc::loadMessages(__FILE__);
14
45
46
class
YandexGroupTable
extends
AdvEntity
47
{
48
const
ENGINE
=
'yandex_direct'
;
49
50
public
static
function
getFilePath
()
51
{
52
return
__FILE__;
53
}
54
55
public
static
function
getTableName
()
56
{
57
return
'b_seo_adv_group'
;
58
}
59
60
public
static
function
getMap
()
61
{
62
return
array_merge(
63
parent::getMap(),
64
array
(
65
'CAMPAIGN_ID'
=>
array
(
66
'data_type'
=>
'integer'
,
67
'title'
=> Loc::getMessage(
'ADV_CAMPAIGN_ENTITY_CAMPAIGN_ID_FIELD'
),
68
),
69
'CAMPAIGN'
=>
array
(
70
'data_type'
=>
'Bitrix\Seo\Adv\YandexCampaignTable'
,
71
'reference'
=>
array
(
'=this.CAMPAIGN_ID'
=>
'ref.ID'
),
72
),
73
)
74
);
75
}
76
}
Bitrix\Seo\Adv\YandexGroupTable
Определения
yandexgroup.php:47
Bitrix\Seo\Adv\YandexGroupTable\getMap
static getMap()
Определения
yandexgroup.php:60
Bitrix\Seo\Adv\YandexGroupTable\getFilePath
static getFilePath()
Определения
yandexgroup.php:50
Bitrix\Seo\Adv\YandexGroupTable\ENGINE
const ENGINE
Определения
yandexgroup.php:48
Bitrix\Seo\Adv\YandexGroupTable\getTableName
static getTableName()
Определения
yandexgroup.php:55
Bitrix\Seo\AdvEntity
Определения
adventity.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
seo
lib
adv
yandexgroup.php
Создано системой
1.14.0