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
__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
getApplicationNeeded()
public
getApplicationNeeded() : 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
getElementCode()
public
getElementCode() : string|null
Return values
string|null
getId()
public
getId() : int|null
getOnlyApi()
public
getOnlyApi() : 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
getPasswordId()
public
getPasswordId() : int|null
getScope()
public
getScope() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
getTitle()
public
getTitle() : string
getUserId()
public
getUserId() : int|null
public
getWidgetHandler() : string|null
Return values
string|null
public
getWidgetList() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
public
getWidgetNeeded() : bool|null