PHP 클래스 IMP_Compose_Attachment_Storage_Temp, horde

Stores data using Horde_VFS to ensure that data is persistent for the session. Compose data will be garbage collected at the end of a session (if a user logs out properly).
저자: Michael Slusarz ([email protected])
상속: extends IMP_Compose_Attachment_Storage
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_ht Horde_HashTable_Vfs The VFS HashTable object.

공개 메소드들

메소드 설명
__construct ( $user, $id = null )
delete ( )
exists ( )

보호된 메소드들

메소드 설명
_read ( )
_write ( $filename, Horde_Mime_Part $part )

메소드 상세

__construct() 공개 메소드

public __construct ( $user, $id = null )

_read() 보호된 메소드

protected _read ( )

_write() 보호된 메소드

protected _write ( $filename, Horde_Mime_Part $part )
$part Horde_Mime_Part

delete() 공개 메소드

public delete ( )

exists() 공개 메소드

public exists ( )

프로퍼티 상세

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

The VFS HashTable object.
protected Horde_HashTable_Vfs $_ht
리턴 Horde_HashTable_Vfs