Manager
Table of Contents
Methods
-
disable()
: Result
-
enable()
: Result
-
getAvailableModes()
: array<string|int, mixed>
-
getCurrentMode()
: string|null
-
isOnecMode()
: bool
-
showEnabledJsNotificationIfNeeded()
: void
disable()
public
static disable() : Result
enable()
public
static enable(string $mode[, array<string|int, mixed> $options = [] ]) : Result
Parameters
-
$mode
: string
-
-
$options
: array<string|int, mixed>
= []
-
getAvailableModes()
public
static getAvailableModes() : array<string|int, mixed>
Return values
array<string|int, mixed>
getCurrentMode()
public
static getCurrentMode() : string|null
Return values
string|null
isOnecMode()
public
static isOnecMode() : bool
showEnabledJsNotificationIfNeeded()
public
static showEnabledJsNotificationIfNeeded() : void