PHP Class Horde_Cache_Storage_Session, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Cache_Storage_Base
Mostrar archivo Open project: horde/horde

Protected Properties

Property Type Description
$_sess array Pointer to the session entry.

Public Methods

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

Protected Methods

Method Description
_initOb ( ) Do initialization tasks.

Method Details

__construct() public method

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

_initOb() protected method

Do initialization tasks.
protected _initOb ( )

clear() public method

public clear ( )

exists() public method

public exists ( $key, $lifetime )

expire() public method

public expire ( $key )

get() public method

public get ( $key, $lifetime )

set() public method

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

Property Details

$_sess protected_oe property

Pointer to the session entry.
protected array $_sess
return array