Documentation

IMP_Ftree_Prefs
in package
implements ArrayAccess, Horde_Shutdown_Task

Abstract object handling folder tree prefereces.

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

Interfaces

ArrayAccess
Horde_Shutdown_Task

Properties

$locked  : bool
$_data  : array<string|int, mixed>
Preference data.
$_locked  : bool
Is the preference locked?

Methods

__get()  : mixed
offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : mixed
offsetUnset()  : void
shutdown()  : mixed

Properties

$locked read-only

public bool $locked

True if pref is locked.

$_data

Preference data.

protected array<string|int, mixed> $_data = array()

$_locked

Is the preference locked?

protected bool $_locked

Methods

__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

shutdown()

public shutdown() : mixed

        
On this page

Search results