Bitrix-D7 22.6
 
Загрузка...
Поиск...
Не найдено
Класс Bitrix24Manager

Открытые статические члены

static isEnabled ()
 
static isPaidAccount ()
 
static hasPurchasedLicense ()
 
static hasDemoLicense ()
 
static hasNfrLicense ()
 
static hasPurchasedUsers ()
 
static hasPurchasedDiskSpace ()
 
static isRestBizProcEnabled ()
 
static prepareStubInfo (array $params)
 
static prepareLicenseInfoPopupScript (array $params)
 
static prepareLicenseInfoHelperScript (array $params)
 
static getLicenseListPageUrl ()
 
static getDemoLicensePageUrl ()
 
static isFeatureEnabled ($releaseName)
 
static getVariable ($name)
 
static isPlannerFeatureEnabled ()
 
static getEventWithPlannerLimit ()
 
static getEventsAmount ()
 
static setEventsAmount ($value=0)
 
static increaseEventsAmount ()
 
static getEventWithEmailGuestLimit ()
 
static getCountEventWithEmailGuestAmount ()
 
static setCountEventWithEmailGuestAmount ($value=0)
 
static increaseEventWithEmailGuestAmount ()
 
static isEventWithEmailGuestAllowed ()
 

Открытые атрибуты

const ICAL_EVENT_LIMIT_OPTION = "event_with_email_guest_amount"
 
const EVENT_AMOUNT = "event_with_planner_amount"
 

Подробное описание

См. определение в файле bitrix24manager.php строка 15

Методы

◆ getCountEventWithEmailGuestAmount()

static getCountEventWithEmailGuestAmount ( )
static

См. определение в файле bitrix24manager.php строка 440

◆ getDemoLicensePageUrl()

static getDemoLicensePageUrl ( )
static

Get URL for "Free 30-day trial" page.

Возвращает
string
Исключения
Main

LoaderException

См. определение в файле bitrix24manager.php строка 321

◆ getEventsAmount()

static getEventsAmount ( )
static

Returns events amount

Возвращает
int

См. определение в файле bitrix24manager.php строка 390

◆ getEventWithEmailGuestLimit()

static getEventWithEmailGuestLimit ( )
static

Returns limitations for bitrix 24 for unpaid license

Возвращает
int (-1 if no limitation)

См. определение в файле bitrix24manager.php строка 421

◆ getEventWithPlannerLimit()

static getEventWithPlannerLimit ( )
static

Check if specified feature is enabled

Возвращает
int

См. определение в файле bitrix24manager.php строка 376

◆ getLicenseListPageUrl()

static getLicenseListPageUrl ( )
static

Get URL for "Choose a Bitrix24 plan" page.

Возвращает
string
Исключения
Main

LoaderException

См. определение в файле bitrix24manager.php строка 306

◆ getVariable()

static getVariable (   $name)
static

Get variable value.

Аргументы
string$nameName of variable
Возвращает
mixed|null

См. определение в файле bitrix24manager.php строка 352

◆ hasDemoLicense()

static hasDemoLicense ( )
static

Check if portal has trial license.

Возвращает
bool
Исключения
Main

LoaderException

См. определение в файле bitrix24manager.php строка 97

◆ hasNfrLicense()

static hasNfrLicense ( )
static

Check if portal has NFR license.

Возвращает
bool
Исключения
Main

LoaderException

См. определение в файле bitrix24manager.php строка 118

◆ hasPurchasedDiskSpace()

static hasPurchasedDiskSpace ( )
static

Check if portal has paid for extra disk space.

Возвращает
bool
Исключения
Main

LoaderException

См. определение в файле bitrix24manager.php строка 160

◆ hasPurchasedLicense()

static hasPurchasedLicense ( )
static

Check if portal has paid license.

Возвращает
bool
Исключения
Main

LoaderException

См. определение в файле bitrix24manager.php строка 76

◆ hasPurchasedUsers()

static hasPurchasedUsers ( )
static

Check if portal has paid for extra users.

Возвращает
bool
Исключения
Main

LoaderException

См. определение в файле bitrix24manager.php строка 139

◆ increaseEventsAmount()

static increaseEventsAmount ( )
static

Increase events amount

Возвращает
void

См. определение в файле bitrix24manager.php строка 412

◆ increaseEventWithEmailGuestAmount()

static increaseEventWithEmailGuestAmount ( )
static

См. определение в файле bitrix24manager.php строка 450

◆ isEnabled()

static isEnabled ( )
static

Check if current manager enabled.

Возвращает
bool

См. определение в файле bitrix24manager.php строка 42

◆ isEventWithEmailGuestAllowed()

static isEventWithEmailGuestAllowed ( )
static

См. определение в файле bitrix24manager.php строка 459

◆ isFeatureEnabled()

static isFeatureEnabled (   $releaseName)
static

Check if specified feature is enabled

Аргументы
string$releaseNameName of release.
Возвращает
bool

См. определение в файле bitrix24manager.php строка 337

◆ isPaidAccount()

static isPaidAccount ( )
static

Check if portal has paid license, paid for extra users, paid for disk space or SIP features.

Возвращает
bool

См. определение в файле bitrix24manager.php строка 50

◆ isPlannerFeatureEnabled()

static isPlannerFeatureEnabled ( )
static

Check if "planner" feature is enabled

Возвращает
bool

См. определение в файле bitrix24manager.php строка 366

◆ isRestBizProcEnabled()

static isRestBizProcEnabled ( )
static

Check if Business Processes are enabled for REST API.

Возвращает
bool

См. определение в файле bitrix24manager.php строка 180

◆ prepareLicenseInfoHelperScript()

static prepareLicenseInfoHelperScript ( array  $params)
static

Prepare JavaScript for opening purchaise information by info-helper slider

Аргументы
array$paramsInfo-helper params.
Возвращает
string
Исключения
Main

LoaderException

См. определение в файле bitrix24manager.php строка 277

◆ prepareLicenseInfoPopupScript()

static prepareLicenseInfoPopupScript ( array  $params)
static

Prepare JavaScript for license purchase information.

Аргументы
array$paramsPopup params.
Возвращает
string
Исключения
Main

LoaderException

См. определение в файле bitrix24manager.php строка 244

◆ prepareStubInfo()

static prepareStubInfo ( array  $params)
static
Аргументы
array$params
Возвращает
array|null

См. определение в файле bitrix24manager.php строка 194

◆ setCountEventWithEmailGuestAmount()

static setCountEventWithEmailGuestAmount (   $value = 0)
static

См. определение в файле bitrix24manager.php строка 445

◆ setEventsAmount()

static setEventsAmount (   $value = 0)
static

Sets events amount

Аргументы
int$valueamount of events
Возвращает
void

См. определение в файле bitrix24manager.php строка 400

Данные класса

◆ EVENT_AMOUNT

const EVENT_AMOUNT = "event_with_planner_amount"

См. определение в файле bitrix24manager.php строка 18

◆ ICAL_EVENT_LIMIT_OPTION

const ICAL_EVENT_LIMIT_OPTION = "event_with_email_guest_amount"

См. определение в файле bitrix24manager.php строка 17