PHP Class Horde_Core_Data_Storage, horde

Author: Michael Slusarz ([email protected])
Inheritance: implements Horde_Data_Storage
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
__construct ( ) Constructor.
clear ( )
exists ( $key )
get ( $key )
set ( $key, $value = null )

Private Methods

Method Description
_hkey ( $key ) : string Return the hash key to use.

Method Details

__construct() public method

Constructor.
public __construct ( )

clear() public method

public clear ( )

exists() public method

public exists ( $key )

get() public method

public get ( $key )

set() public method

public set ( $key, $value = null )