PHP Class Horde_Core_HashTable_PersistentSession, horde

The data is attempted to be removed at the end of the session, so there is no guarantee of persistence across sessions.
Since: 2.13.0
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Core_HashTable_Vfs, implements Horde_Registry_Logout_Task
Datei anzeigen Open project: horde/horde Class Usage Examples

Public Methods

Method Description
__construct ( array $params = [] )
logoutTask ( )
set ( $key, $val, array $opts = [] )

Protected Methods

Method Description
_getKeys ( ) : array Return the list of keys that have been saved to VFS this session.

Method Details

__construct() public method

public __construct ( array $params = [] )
$params array

_getKeys() protected method

Return the list of keys that have been saved to VFS this session.
protected _getKeys ( ) : array
return array List of keys.

logoutTask() public method

public logoutTask ( )

set() public method

public set ( $key, $val, array $opts = [] )
$opts array