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
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_ht Horde_HashTable_Vfs The VFS HashTable object.

Méthodes publiques

Méthode Description
__construct ( $user, $id = null )
delete ( )
exists ( )

Méthodes protégées

Méthode Description
_read ( )
_write ( $filename, Horde_Mime_Part $part )

Method Details

__construct() public méthode

public __construct ( $user, $id = null )

_read() protected méthode

protected _read ( )

_write() protected méthode

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

delete() public méthode

public delete ( )

exists() public méthode

public exists ( )

Property Details

$_ht protected_oe property

The VFS HashTable object.
protected Horde_HashTable_Vfs $_ht
Résultat Horde_HashTable_Vfs