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

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

 getConfig (string $type)
 
 getExtension (string $type)
 
 getConversion (string $type)
 
 getAccount (string $type)
 

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

static getMethodPrefix ()
 
static getInstance ()
 
static getEngineCode ($type)
 
static getTypes ()
 
static getAuthAdapter ($type)
 
static getTypeByEngine (string $engineCode)
 
static canUseAsInternal ()
 

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

const GROUP = 'business'
 
const FACEBOOK_TYPE = "facebook"
 
const INSTAGRAM_TYPE = 'instagram'
 

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

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

Методы

◆ canUseAsInternal()

static canUseAsInternal ( )
static

@inheritDoc

Замещает IInternalService.

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

◆ getAccount()

getAccount ( string $type)
Аргументы
string$type
Возвращает
Account

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

◆ getAuthAdapter()

static getAuthAdapter ( $type)
static
Аргументы
string$type
Возвращает
BusinessAuthAdapter
Исключения

Bitrix\Main\SystemException

Замещает IService.

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

◆ getConfig()

getConfig ( string $type)
Аргументы
string$type
Возвращает
Config

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

◆ getConversion()

getConversion ( string $type)
Аргументы
string$type
Возвращает
Conversion

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

◆ getEngineCode()

static getEngineCode ( $type)
static
Аргументы
string$type
Возвращает
string

Замещает IService.

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

◆ getExtension()

getExtension ( string $type)
Аргументы
string$type
Возвращает
Extension

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

◆ getInstance()

static getInstance ( )
static
Возвращает
static

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

◆ getMethodPrefix()

static getMethodPrefix ( )
static
Возвращает
string

Замещает IInternalService.

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

◆ getTypeByEngine()

static getTypeByEngine ( string $engineCode)
static

@inheritDoc

Замещает IInternalService.

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

◆ getTypes()

static getTypes ( )
static
Возвращает
array

Замещает IService.

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

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

◆ FACEBOOK_TYPE

const FACEBOOK_TYPE = "facebook"

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

◆ GROUP

const GROUP = 'business'

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

◆ INSTAGRAM_TYPE

const INSTAGRAM_TYPE = 'instagram'

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