PHP 클래스 Horde_HashTable_Vfs, horde

부터: 1.2.0
저자: Michael Slusarz ([email protected])
상속: extends Horde_HashTable_Base
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_persistent
$_vfs Horde_Vfs_Base The VFS object.

공개 메소드들

메소드 설명
__construct ( array $params = [] )
clear ( )
hkey ( $key )

보호된 메소드들

메소드 설명
_delete ( $keys )
_exists ( $keys )
_get ( $keys )
_init ( )
_set ( $key, $val, $opts )

메소드 상세

__construct() 공개 메소드

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

_delete() 보호된 메소드

protected _delete ( $keys )

_exists() 보호된 메소드

protected _exists ( $keys )

_get() 보호된 메소드

protected _get ( $keys )

_init() 보호된 메소드

protected _init ( )

_set() 보호된 메소드

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

clear() 공개 메소드

public clear ( )

hkey() 공개 메소드

public hkey ( $key )

프로퍼티 상세

$_persistent 보호되어 있는 프로퍼티

protected $_persistent

$_vfs 보호되어 있는 프로퍼티

The VFS object.
protected Horde_Vfs_Base $_vfs
리턴 Horde_Vfs_Base