Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
account.php
1
<?
2
3
namespace
Bitrix\Seo\LeadAds
;
4
5
use
Bitrix\Seo\Retargeting
;
6
use
Bitrix\Seo\Retargeting\IRequestDirectly
;
12
abstract
class
Account
extends
Retargeting\Account
13
{
14
public
const
URL_ACCOUNT_LIST
=
''
;
15
public
const
URL_INFO
=
''
;
16
17
protected
static
$listRowMap
= array(
18
'ID'
=>
'ID'
,
19
'NAME'
=>
'NAME'
,
20
);
21
22
protected
$accountId
;
23
protected
$pageId
;
24
30
public
function
__construct
(
$accountId
=
null
)
31
{
32
$this->accountId =
$accountId
;
33
parent::__construct();
34
}
35
41
public
function
getProfileCached
()
42
{
43
return
$this->
getProfile
();
44
}
45
51
public
static
function
getUrlAccountList
()
52
{
53
return
static::URL_ACCOUNT_LIST;
54
}
55
61
public
static
function
getUrlInfo
()
62
{
63
return
static::URL_INFO;
64
}
65
66
public
function
loginCompletion
()
67
{
68
return
new
Result
();
69
}
70
71
public
function
logout
()
72
{
73
return
new
Result
();
74
}
75
76
public
function
hasPageAccount
()
77
{
78
return
true
;
79
}
80
}
Bitrix\Main\ORM\Data\Result
Definition
result.php:16
Bitrix\Seo\LeadAds\Account
Definition
account.php:13
Bitrix\Seo\LeadAds\Account\logout
logout()
Definition
account.php:71
Bitrix\Seo\LeadAds\Account\$listRowMap
static $listRowMap
Definition
account.php:17
Bitrix\Seo\LeadAds\Account\getUrlInfo
static getUrlInfo()
Definition
account.php:61
Bitrix\Seo\LeadAds\Account\$accountId
$accountId
Definition
account.php:22
Bitrix\Seo\LeadAds\Account\URL_ACCOUNT_LIST
const URL_ACCOUNT_LIST
Definition
account.php:14
Bitrix\Seo\LeadAds\Account\$pageId
$pageId
Definition
account.php:23
Bitrix\Seo\LeadAds\Account\URL_INFO
const URL_INFO
Definition
account.php:15
Bitrix\Seo\LeadAds\Account\__construct
__construct($accountId=null)
Definition
account.php:30
Bitrix\Seo\LeadAds\Account\getProfileCached
getProfileCached()
Definition
account.php:41
Bitrix\Seo\LeadAds\Account\getUrlAccountList
static getUrlAccountList()
Definition
account.php:51
Bitrix\Seo\LeadAds\Account\hasPageAccount
hasPageAccount()
Definition
account.php:76
Bitrix\Seo\LeadAds\Account\loginCompletion
loginCompletion()
Definition
account.php:66
Bitrix\Seo\Retargeting\Account
Definition
account.php:8
Bitrix\Seo\Retargeting\Account\getProfile
getProfile()
Bitrix\Seo\Retargeting\IRequestDirectly
Definition
irequestdirectly.php:6
Bitrix\Seo\LeadAds
Definition
account.php:3
Bitrix\Seo\Retargeting
Definition
account.php:3
modules
seo
lib
leadads
account.php
Создано системой
1.10.0