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

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

 getRowById (string $id)
 
 getList ()
 
 getProfile ()
 
 checkNewAuthInfo ()
 
 logout ()
 
 loginCompletion ()
 
 hasPageAccount ()
 
- Открытые члены унаследованные от BaseApiObject
 __construct ()
 
 getRequest ()
 
 setRequest (Request $request)
 
 setService (IService $service)
 

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

const TYPE_CODE = LeadAds\Service::TYPE_VKONTAKTE
 
const RESOURCE_LEAD = 'LEAD'
 
const URL_ACCOUNT_LIST = 'https://vk.com/groups?tab=admin'
 
const URL_INFO = 'https://vk.com/page-19542789_53868676'
 
- Открытые атрибуты унаследованные от BaseApiObject
const TYPE_CODE = ''
 

Защищенные члены

 subcribeToLeadAdding (string $resource)
 
 registerWebHook ($confirmCode, array $parameters=[])
 
 unsubscribeToLeadAdding ()
 
 unregisterCode (int $externalId, string $type)
 
 getWebHookByExternalId ($externalId, $type)
 
 checkAuthInfo ()
 

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

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

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

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

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

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

Методы

◆ checkAuthInfo()

checkAuthInfo ( )
protected

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

◆ checkNewAuthInfo()

checkNewAuthInfo ( )

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

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

◆ getList()

getList ( )

Get list.

Возвращает
Response

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

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

◆ getProfile()

getProfile ( )

Get profile.

Возвращает
array|null

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

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

◆ getRowById()

getRowById ( string $id)

Get row by id.

Аргументы
string$idID.
Возвращает
array|mixed|null

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

◆ getWebHookByExternalId()

getWebHookByExternalId ( $externalId,
$type )
protected

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

◆ hasPageAccount()

hasPageAccount ( )

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

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

◆ loginCompletion()

loginCompletion ( )

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

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

◆ logout()

logout ( )

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

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

◆ registerWebHook()

registerWebHook ( $confirmCode,
array $parameters = [] )
protected

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

◆ subcribeToLeadAdding()

subcribeToLeadAdding ( string $resource)
protected

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

◆ unregisterCode()

unregisterCode ( int $externalId,
string $type )
protected

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

◆ unsubscribeToLeadAdding()

unsubscribeToLeadAdding ( )
protected

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

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

◆ $listRowMap

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

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

◆ RESOURCE_LEAD

const RESOURCE_LEAD = 'LEAD'

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

◆ TYPE_CODE

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

◆ URL_ACCOUNT_LIST

const URL_ACCOUNT_LIST = 'https://vk.com/groups?tab=admin'

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

◆ URL_INFO

const URL_INFO = 'https://vk.com/page-19542789_53868676'

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