Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
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
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\Main\Localization\Loc
Definition
loc.php:11
Bitrix\Main\Localization\Loc\loadMessages
static loadMessages($file)
Definition
loc.php:64
Bitrix\Main\Localization\Loc\getMessage
static getMessage($code, $replace=null, $language=null)
Definition
loc.php:29
Bitrix\Seo\Adv\YandexGroupTable
Definition
yandexgroup.php:47
Bitrix\Seo\Adv\YandexGroupTable\getMap
static getMap()
Definition
yandexgroup.php:60
Bitrix\Seo\Adv\YandexGroupTable\getFilePath
static getFilePath()
Definition
yandexgroup.php:50
Bitrix\Seo\Adv\YandexGroupTable\ENGINE
const ENGINE
Definition
yandexgroup.php:48
Bitrix\Seo\Adv\YandexGroupTable\getTableName
static getTableName()
Definition
yandexgroup.php:55
Bitrix\Seo\AdvEntity
Definition
adventity.php:35
Bitrix\Seo\Adv
Definition
auto.php:2
modules
seo
lib
adv
yandexgroup.php
Создано системой
1.10.0