PHP Class Horde_Data_Storage_Mock, horde

Copyright 2012-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Michael Slusarz ([email protected])
Inheritance: implements Horde_Data_Storage
Show file Open project: horde/horde

Protected Properties

Property Type Description
$_data array Data storage.

Public Methods

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

Method Details

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 )

Property Details

$_data protected property

Data storage.
protected array $_data
return array