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
Afficher le fichier Open project: horde/horde Class Usage Examples

Méthodes publiques

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

Méthodes protégées

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

Method Details

__construct() public méthode

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

_getKeys() protected méthode

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

logoutTask() public méthode

public logoutTask ( )

set() public méthode

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