PHP Class Horde_Cache_Storage_Session, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Cache_Storage_Base
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_sess array Pointer to the session entry.

Méthodes publiques

Méthode Description
__construct ( array $params = [] ) Constructor.
clear ( )
exists ( $key, $lifetime )
expire ( $key )
get ( $key, $lifetime )
set ( $key, $data, $lifetime )

Méthodes protégées

Méthode Description
_initOb ( ) Do initialization tasks.

Method Details

__construct() public méthode

Constructor.
public __construct ( array $params = [] )
$params array Optional parameters:
  - session: (string) Store session data in this entry.
             DEFAULT: 'horde_cache_session'

_initOb() protected méthode

Do initialization tasks.
protected _initOb ( )

clear() public méthode

public clear ( )

exists() public méthode

public exists ( $key, $lifetime )

expire() public méthode

public expire ( $key )

get() public méthode

public get ( $key, $lifetime )

set() public méthode

public set ( $key, $data, $lifetime )

Property Details

$_sess protected_oe property

Pointer to the session entry.
protected array $_sess
Résultat array