Bitrix API

ApplicationManager

Table of Contents

Methods

checkScope()  : bool
Checks the valid scope for the applicaton.
getApplications()  : array<string|int, mixed>
Returns sorted array which describes available applications.
getInstance()  : mixed

Methods

checkScope()

Checks the valid scope for the applicaton.

public checkScope(string $applicationId) : bool
Parameters
$applicationId : string
Return values
bool

getApplications()

Returns sorted array which describes available applications.

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

Array of arrays: array("ID" => array( "ID" => application id, "NAME" => application name, "SORT" => application sort index, "CLASS" => application class name ))


        
On this page

Search results