Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Account
+ Граф наследования:Account:

Открытые члены

 __construct ($accountId=null)
 
 getProfileCached ()
 
 loginCompletion ()
 
 logout ()
 
 hasPageAccount ()
 
- Открытые члены унаследованные от BaseApiObject
 __construct ()
 
 getRequest ()
 
 setRequest (Request $request)
 
 setService (IService $service)
 

Открытые статические члены

static getUrlAccountList ()
 
static getUrlInfo ()
 
- Открытые статические члены унаследованные от BaseApiObject
static normalizeListRow (array $row)
 
static create ($type, $parameters=null, IService $service=null)
 

Открытые атрибуты

const URL_ACCOUNT_LIST = ''
 
const URL_INFO = ''
 
- Открытые атрибуты унаследованные от BaseApiObject
const TYPE_CODE = ''
 

Защищенные данные

 $accountId
 
 $pageId
 
- Защищенные данные унаследованные от BaseApiObject
 $request
 
 $service
 

Статические защищенные данные

static $listRowMap
 
- Статические защищенные данные унаследованные от BaseApiObject
static $listRowMap = array()
 

Дополнительные унаследованные члены

Подробное описание

См. определение в файле account.php строка 12

Конструктор(ы)

◆ __construct()

__construct ( $accountId = null)

Account constructor.

Аргументы
null | string$accountIdAccount ID.

См. определение в файле account.php строка 30

Методы

◆ getProfileCached()

getProfileCached ( )

Get profile cached.

Возвращает
Retargeting\Response|array

Переопределяет метод предка Account.

См. определение в файле account.php строка 41

◆ getUrlAccountList()

static getUrlAccountList ( )
static

Get url account list.

Возвращает
string

См. определение в файле account.php строка 51

◆ getUrlInfo()

static getUrlInfo ( )
static

Get url info.

Возвращает
string

См. определение в файле account.php строка 61

◆ hasPageAccount()

hasPageAccount ( )

Переопределяется в AccountVkontakte.

См. определение в файле account.php строка 76

◆ loginCompletion()

loginCompletion ( )

Переопределяется в AccountVkontakte.

См. определение в файле account.php строка 66

◆ logout()

logout ( )

Переопределяется в AccountVkontakte.

См. определение в файле account.php строка 71

Данные класса

◆ $accountId

$accountId
protected

См. определение в файле account.php строка 22

◆ $listRowMap

$listRowMap
staticprotected
Инициализатор
= array(
'ID' => 'ID',
'NAME' => 'NAME',
)

См. определение в файле account.php строка 17

◆ $pageId

$pageId
protected

См. определение в файле account.php строка 23

◆ URL_ACCOUNT_LIST

const URL_ACCOUNT_LIST = ''

См. определение в файле account.php строка 14

◆ URL_INFO

const URL_INFO = ''

См. определение в файле account.php строка 15