PHP Class IMP_Prefs_Sort_None, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends IMP_Prefs_Sort
Exibir arquivo Open project: horde/horde

Public Methods

Method Description
__construct ( ) Constructor.
gc ( ) Garbage collection.
offsetExists ( $offset ) * ArrayAccess methods.
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
upgradePrefs ( ) Upgrade the preference from IMP 4 value.

Protected Methods

Method Description
_save ( ) Save the preference to the backend.

Method Details

__construct() public method

Constructor.
public __construct ( )

_save() protected method

Save the preference to the backend.
protected _save ( )

gc() public method

Garbage collection.
public gc ( )

offsetExists() public method

* ArrayAccess methods.
public offsetExists ( $offset )

offsetGet() public method

public offsetGet ( $offset )

offsetSet() public method

public offsetSet ( $offset, $value )

offsetUnset() public method

public offsetUnset ( $offset )

upgradePrefs() public method

Upgrade the preference from IMP 4 value.
public upgradePrefs ( )