PHP Class 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).
Author: Michael Slusarz ([email protected])
Inheritance: extends IMP_Compose_Attachment_Storage
ファイルを表示 Open project: horde/horde

Protected Properties

Property Type Description
$_ht Horde_HashTable_Vfs The VFS HashTable object.

Public Methods

Method Description
__construct ( $user, $id = null )
delete ( )
exists ( )

Protected Methods

Method Description
_read ( )
_write ( $filename, Horde_Mime_Part $part )

Method Details

__construct() public method

public __construct ( $user, $id = null )

_read() protected method

protected _read ( )

_write() protected method

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

delete() public method

public delete ( )

exists() public method

public exists ( )

Property Details

$_ht protected_oe property

The VFS HashTable object.
protected Horde_HashTable_Vfs $_ht
return Horde_HashTable_Vfs