PHP Class IMP_Ftree_Prefs, horde

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

Protected Properties

Свойство Type Description
$_data array Preference data.
$_locked boolean Is the preference locked?

Méthodes publiques

Méthode Description
__get ( $name )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
shutdown ( )

Method Details

__get() public méthode

public __get ( $name )

offsetExists() public méthode

public offsetExists ( $offset )

offsetGet() public méthode

public offsetGet ( $offset )

offsetSet() public méthode

public offsetSet ( $offset, $value )

offsetUnset() public méthode

public offsetUnset ( $offset )

shutdown() public méthode

public shutdown ( )

Property Details

$_data protected_oe property

Preference data.
protected array $_data
Résultat array

$_locked protected_oe property

Is the preference locked?
protected bool $_locked
Résultat boolean