PHP Class Horde_HashTable_Vfs, horde

Since: 1.2.0
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_HashTable_Base
Show file Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_persistent
$_vfs Horde_Vfs_Base The VFS object.

Public Methods

Method Description
__construct ( array $params = [] )
clear ( )
hkey ( $key )

Protected Methods

Method Description
_delete ( $keys )
_exists ( $keys )
_get ( $keys )
_init ( )
_set ( $key, $val, $opts )

Method Details

__construct() public method

public __construct ( array $params = [] )
$params array Additional configuration parameters:
  - vfs: (Horde_Vfs_Base) [REQUIRED] VFS object.
  - vfspath: (string) VFS path to use.

_delete() protected method

protected _delete ( $keys )

_exists() protected method

protected _exists ( $keys )

_get() protected method

protected _get ( $keys )

_init() protected method

protected _init ( )

_set() protected method

protected _set ( $key, $val, $opts )

clear() public method

public clear ( )

hkey() public method

public hkey ( $key )

Property Details

$_persistent protected property

protected $_persistent

$_vfs protected property

The VFS object.
protected Horde_Vfs_Base $_vfs
return Horde_Vfs_Base