PHP Class Horde_Prefs_Cache_Session, horde

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

Protected Properties

Property Type Description
$_key string Session key.

Public Methods

Method Description
__construct ( $user, array $params = [] )
get ( $scope )
remove ( $scope = null )
store ( $scope_ob )

Method Details

__construct() public method

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

get() public method

public get ( $scope )

remove() public method

public remove ( $scope = null )

store() public method

public store ( $scope_ob )

Property Details

$_key protected_oe property

Session key.
protected string $_key
return string