IMP_Ftree_Prefs_Expanded
extends IMP_Ftree_Prefs
in package
Manage the expanded folders list.
Tags
Table of Contents
Constants
Properties
- $locked : bool
- $_data : array<string|int, mixed>
- Preference data.
- $_expanded : int
- Value of nav_expanded pref.
- $_locked : bool
- Is the preference locked?
Methods
- __construct() : mixed
- Constructor.
- __get() : mixed
- offsetExists() : bool
- offsetGet() : mixed
- offsetSet() : mixed
- offsetUnset() : void
- shutdown() : mixed
Constants
LAST
public
mixed
LAST
= 2
NO
public
mixed
NO
= 0
YES
public
mixed
YES
= 1
Properties
$locked read-only
public
bool
$locked
True if pref is locked.
$_data
Preference data.
protected
array<string|int, mixed>
$_data
= array()
$_expanded
Value of nav_expanded pref.
protected
int
$_expanded
$_locked
Is the preference locked?
protected
bool
$_locked
Methods
__construct()
Constructor.
public
__construct() : mixed
__get()
public
__get(mixed $name) : mixed
Parameters
- $name : mixed
offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
- $offset : mixed
Return values
booloffsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
- $offset : mixed
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : mixed
Parameters
- $offset : mixed
- $value : mixed
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
- $offset : mixed
shutdown()
public
shutdown() : mixed