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

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

static getTypes ()
 
static getMethodPrefix ()
 
static getSites ()
 
static addSite (string $domain, string $dir='/')
 
static getVerifyToken (string $domain, string $dir='/')
 
static verifySite (string $domain, string $dir='/')
 
static canUseMultipleClients ()
 
- Открытые статические члены унаследованные от Service
static getInstance ()
 
static getEngineCode ($type)
 
static getAudience ($type)
 
static getAccount ($type)
 
static getAuthAdapter ($type)
 
static getTypeByEngine (string $engineCode)
 
static canUseAsInternal ()
 

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

const GROUP = 'webmaster'
 
const TYPE_GOOGLE = 'google'
 
const METHOD_PREFIX = 'webmaster'
 
- Открытые атрибуты унаследованные от Service
const GROUP = 'retargeting'
 
const TYPE_FACEBOOK = 'facebook'
 
const TYPE_VKONTAKTE = 'vkontakte'
 
const TYPE_MYCOM = 'mycom'
 
const TYPE_YANDEX = 'yandex'
 
const TYPE_GOOGLE = 'google'
 

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

- Открытые члены унаследованные от Service
 getClientId ()
 
 setClientId ($clientId)
 
- Защищенные данные унаследованные от Service
 $clientId
 

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

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

Методы

◆ addSite()

static addSite ( string $domain,
string $dir = '/' )
static

Add site to webmaster

Аргументы
string$domain- site domain
string$dir- subdir
Возвращает
array|true[]
Исключения

Bitrix\Main\SystemException

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

◆ canUseMultipleClients()

static canUseMultipleClients ( )
static

Can use multiple clients

Возвращает
bool
Исключения

Bitrix\Main\ArgumentNullException

Исключения

Bitrix\Main\ArgumentOutOfRangeException

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

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

◆ getMethodPrefix()

static getMethodPrefix ( )
static

@inheritDoc

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

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

◆ getSites()

static getSites ( )
static

Get list of added sites with statuses

Возвращает
array
Исключения

Bitrix\Main\SystemException

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

◆ getTypes()

static getTypes ( )
static

Get type list.

Возвращает
array

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

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

◆ getVerifyToken()

static getVerifyToken ( string $domain,
string $dir = '/' )
static

Get token-string for naming verify file

Аргументы
string$domain- site domain
string$dir- subdir
Возвращает
array|string[]
Исключения

Bitrix\Main\ArgumentException

Исключения

Bitrix\Main\SystemException

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

◆ verifySite()

static verifySite ( string $domain,
string $dir = '/' )
static

Pass site to verify

Аргументы
string$domain- site domain
string$dir- subdir
Возвращает
array|string[]|true[]
Исключения

Bitrix\Main\ArgumentException

Исключения

Bitrix\Main\SystemException

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

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

◆ GROUP

const GROUP = 'webmaster'

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

◆ METHOD_PREFIX

const METHOD_PREFIX = 'webmaster'

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

◆ TYPE_GOOGLE

const TYPE_GOOGLE = 'google'

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