Favorites
in package
Table of Contents
- COOKIE_NAME = 'onoffice_favorites'
- KEY_SETTING_FAVORIZE = 0
- Constant for setting: call it "Favorize"
- KEY_SETTING_MEMORIZE = 1
- Constant for setting: call it "Memorize"
- getAllFavorizedIds() : array<string|int, mixed>
- getFavorizationLabel() : string|null
- includeScripts() : mixed
- isFavorizationEnabled() : bool
- registerScripts() : mixed
Constants
COOKIE_NAME
public
mixed
COOKIE_NAME
= 'onoffice_favorites'
KEY_SETTING_FAVORIZE
Constant for setting: call it "Favorize"
public
mixed
KEY_SETTING_FAVORIZE
= 0
KEY_SETTING_MEMORIZE
Constant for setting: call it "Memorize"
public
mixed
KEY_SETTING_MEMORIZE
= 1
Methods
getAllFavorizedIds()
public
static getAllFavorizedIds() : array<string|int, mixed>
Return values
array<string|int, mixed> —getFavorizationLabel()
public
static getFavorizationLabel() : string|null
Return values
string|null —includeScripts()
public
includeScripts() : mixed
Return values
mixed —isFavorizationEnabled()
public
static isFavorizationEnabled() : bool
Return values
bool —registerScripts()
public
static registerScripts() : mixed