Bitrix API

PublicPullConfigurator implements Errorable

Table of Contents

Interfaces

Errorable

Methods

__construct()  : mixed
getChannel()  : Channel
getConfig()  : array<string|int, mixed>
getErrorByCode()  : array<string|int, Error>
Getting once error with the necessary code.
getErrors()  : array<string|int, Error>
Getting array of errors.

Methods

getConfig()

public getConfig(int $objectId) : array<string|int, mixed>
Parameters
$objectId : int
Return values
array<string|int, mixed>

getErrorByCode()

Getting once error with the necessary code.

public getErrorByCode(string $code) : array<string|int, Error>
Parameters
$code : string

Code of error.

Return values
array<string|int, Error>

        
On this page

Search results