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).
Exibir arquivo
Open project: horde/horde
Protected Properties
Property |
Type |
Description |
|
$_ht |
Horde_HashTable_Vfs |
The VFS HashTable object. |
|
Public Methods
Protected Methods
Method |
Description |
|
_read ( ) |
|
|
_write ( $filename, Horde_Mime_Part $part ) |
|
|
Method Details
__construct()
public method
_write()
protected method
protected _write ( $filename, Horde_Mime_Part $part ) |
$part |
Horde_Mime_Part |
|
Property Details
$_ht protected_oe property
The VFS HashTable object.
protected Horde_HashTable_Vfs $_ht |
return |
Horde_HashTable_Vfs |
|