PHP Class Horde_HashTable_Vfs, horde

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

Protected Properties

Свойство Type Description
$_persistent
$_vfs Horde_Vfs_Base The VFS object.

Méthodes publiques

Méthode Description
__construct ( array $params = [] )
clear ( )
hkey ( $key )

Méthodes protégées

Méthode Description
_delete ( $keys )
_exists ( $keys )
_get ( $keys )
_init ( )
_set ( $key, $val, $opts )

Method Details

__construct() public méthode

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

_delete() protected méthode

protected _delete ( $keys )

_exists() protected méthode

protected _exists ( $keys )

_get() protected méthode

protected _get ( $keys )

_init() protected méthode

protected _init ( )

_set() protected méthode

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

clear() public méthode

public clear ( )

hkey() public méthode

public hkey ( $key )

Property Details

$_persistent protected_oe property

protected $_persistent

$_vfs protected_oe property

The VFS object.
protected Horde_Vfs_Base $_vfs
Résultat Horde_Vfs_Base