PHP Class IMP_Ftree_Prefs, horde

Author: Michael Slusarz ([email protected])
Inheritance: implements ArrayAccess, implements Horde_Shutdown_Task
Mostra file Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_data array Preference data.
$_locked boolean Is the preference locked?

Public Methods

Method Description
__get ( $name )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
shutdown ( )

Method Details

__get() public method

public __get ( $name )

offsetExists() public method

public offsetExists ( $offset )

offsetGet() public method

public offsetGet ( $offset )

offsetSet() public method

public offsetSet ( $offset, $value )

offsetUnset() public method

public offsetUnset ( $offset )

shutdown() public method

public shutdown ( )

Property Details

$_data protected_oe property

Preference data.
protected array $_data
return array

$_locked protected_oe property

Is the preference locked?
protected bool $_locked
return boolean