Bitrix API

Integration

Table of Contents

Methods

__construct()  : mixed
getAppId()  : int|null
getApplicationNeeded()  : bool|null
getApplicationToken()  : string|null
getBotHandlerUrl()  : string|null
getBotId()  : int|null
getElementCode()  : string|null
getId()  : int|null
getOnlyApi()  : bool|null
getOutgoingEvents()  : array<string|int, mixed>|null
getOutgoingHandler()  : string|null
getOutgoingNeeded()  : bool|null
getPasswordId()  : int|null
getScope()  : array<string|int, mixed>|null
getTitle()  : string
getUserId()  : int|null
getWidgetHandler()  : string|null
getWidgetList()  : array<string|int, mixed>|null
getWidgetNeeded()  : bool|null

Methods

__construct()

public __construct(string $elementCode, string $title[, int|null $id = null ][, int|null $userId = null ][, int|null $passwordId = null ][, int|null $appId = null ][, array<string|int, mixed>|null $scope = null ][, array<string|int, mixed>|null $widgetList = null ][, array<string|int, mixed>|null $outgoingEvents = null ][, bool|null $outgoingNeeded = null ][, string|null $outgoingHandler = null ][, bool|null $widgetNeeded = null ][, string|null $widgetHandler = null ][, string|null $applicationToken = null ][, bool|null $applicationNeeded = null ][, bool|null $onlyApi = null ][, int|null $botId = null ][, string|null $botHandlerUrl = null ]) : mixed
Parameters
$elementCode : string
$title : string
$id : int|null = null
$userId : int|null = null
$passwordId : int|null = null
$appId : int|null = null
$scope : array<string|int, mixed>|null = null
$widgetList : array<string|int, mixed>|null = null
$outgoingEvents : array<string|int, mixed>|null = null
$outgoingNeeded : bool|null = null
$outgoingHandler : string|null = null
$widgetNeeded : bool|null = null
$widgetHandler : string|null = null
$applicationToken : string|null = null
$applicationNeeded : bool|null = null
$onlyApi : bool|null = null
$botId : int|null = null
$botHandlerUrl : string|null = null

getAppId()

public getAppId() : int|null
Return values
int|null

getApplicationNeeded()

public getApplicationNeeded() : bool|null
Return values
bool|null

getApplicationToken()

public getApplicationToken() : string|null
Return values
string|null

getBotHandlerUrl()

public getBotHandlerUrl() : string|null
Return values
string|null

getBotId()

public getBotId() : int|null
Return values
int|null

getElementCode()

public getElementCode() : string|null
Return values
string|null

getId()

public getId() : int|null
Return values
int|null

getOnlyApi()

public getOnlyApi() : bool|null
Return values
bool|null

getOutgoingEvents()

public getOutgoingEvents() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

getOutgoingHandler()

public getOutgoingHandler() : string|null
Return values
string|null

getOutgoingNeeded()

public getOutgoingNeeded() : bool|null
Return values
bool|null

getPasswordId()

public getPasswordId() : int|null
Return values
int|null

getScope()

public getScope() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

getTitle()

public getTitle() : string
Return values
string

getUserId()

public getUserId() : int|null
Return values
int|null

getWidgetHandler()

public getWidgetHandler() : string|null
Return values
string|null

getWidgetList()

public getWidgetList() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

getWidgetNeeded()

public getWidgetNeeded() : bool|null
Return values
bool|null

        
On this page

Search results