Bitrix API

Service implements IService

Class Service

Table of Contents

Interfaces

IService
Interface IService

Constants

GROUP  = 'checkout'
TYPE_YANDEX  = 'yandex'
TYPE_YOOKASSA  = 'yookassa'

Methods

getAuthAdapter()  : AuthAdapter
Get auth adapter.
getEngineCode()  : string
getInstance()  : static
Get instance.
getTypes()  : array<string|int, mixed>

Constants

GROUP

public mixed GROUP = 'checkout'

TYPE_YANDEX

public mixed TYPE_YANDEX = 'yandex'

TYPE_YOOKASSA

public mixed TYPE_YOOKASSA = 'yookassa'

Methods

getAuthAdapter()

Get auth adapter.

public static getAuthAdapter(string $type) : AuthAdapter
Parameters
$type : string

Type.

Tags
throws
SystemException
Return values
AuthAdapter

getEngineCode()

public static getEngineCode(string $type) : string
Parameters
$type : string
Return values
string

getInstance()

Get instance.

public static getInstance() : static
Return values
static

getTypes()

public static getTypes() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results