UI extends Bitrix24
FinalYes
Table of Contents
Constants
- MODULE_NAME = 'bitrix24'
Methods
- checkFeatureEnabled() : mixed
- checkToolAvailable() : mixed
- getCurrentLicenseType() : mixed
- getLicenseListPageUrl() : string
- Get URL for "Choose a Bitrix24 plan" page.
- getLicenseUrl() : mixed
- getScheduleUrl() : string
- getSettingsURL() : mixed
- getVariable() : mixed|null
- Get variable value.
- initLicensePopup() : bool
- Includes js extension for displaying restriction popup. Dont even try to include it twice at the page, especially with different arguments :)
- isLicensePaid() : mixed
- isLicenseShareware() : mixed
- prepareStubInfo() : array<string|int, mixed>|null
Constants
MODULE_NAME
public
mixed
MODULE_NAME
= 'bitrix24'
Methods
checkFeatureEnabled()
public
static checkFeatureEnabled(mixed $featureName) : mixed
Parameters
- $featureName : mixed
checkToolAvailable()
public
static checkToolAvailable(mixed $toolName) : mixed
Parameters
- $toolName : mixed
getCurrentLicenseType()
public
static getCurrentLicenseType() : mixed
getLicenseListPageUrl()
Get URL for "Choose a Bitrix24 plan" page.
public
static getLicenseListPageUrl() : string
Return values
stringgetLicenseUrl()
public
static getLicenseUrl() : mixed
getScheduleUrl()
public
static getScheduleUrl() : string
Return values
stringgetSettingsURL()
public
static getSettingsURL() : mixed
getVariable()
Get variable value.
public
static getVariable(mixed $name) : mixed|null
Parameters
- $name : mixed
-
- Name of variable
Return values
mixed|nullinitLicensePopup()
Includes js extension for displaying restriction popup. Dont even try to include it twice at the page, especially with different arguments :)
public
static initLicensePopup([string $group = 'tasks' ]) : bool
Parameters
- $group : string = 'tasks'
-
If feature refers to the "extended tasks", dont pass this parameter. If this is a stand-alone feature, pass empty string here
Return values
boolisLicensePaid()
public
static isLicensePaid() : mixed
isLicenseShareware()
public
static isLicenseShareware() : mixed
prepareStubInfo()
public
static prepareStubInfo(array<string|int, mixed> $params) : array<string|int, mixed>|null
Parameters
- $params : array<string|int, mixed>