Documentation

IMP_Ftree_Prefs_Expanded extends IMP_Ftree_Prefs
in package

Manage the expanded folders list.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2013-2017 Horde LLC

license

http://www.horde.org/licenses/gpl GPL

Table of Contents

Constants

LAST  = 2
NO  = 0
YES  = 1

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

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
bool

offsetGet()

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

        
On this page

Search results