PHP Class IMP_Compose_Attachment_Storage_VfsLinked, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends IMP_Compose_Attachment_Storage_Vfs, implements IMP_Compose_Attachment_Linked
Mostrar archivo Open project: horde/horde

Protected Properties

Property Type Description
$_md array Cached metadata information.
$_vfs Horde_Core_HashTable_Vfs VFS storage object.
$_vfspath string VFS link attach path.

Public Methods

Method Description
__construct ( $user, $id = null )
delete ( )
exists ( )
gc ( )
getMetadata ( )
saveMetadata ( $md = null )

Protected Methods

Method Description
_getMetadata ( ) Load metadata into cache.
_read ( )
_saveMetadata ( ) Saves metadata.
_write ( $filename, Horde_Mime_Part $part )

Method Details

__construct() public method

public __construct ( $user, $id = null )

_getMetadata() protected method

Load metadata into cache.
protected _getMetadata ( )

_read() protected method

protected _read ( )

_saveMetadata() protected method

Saves metadata.
protected _saveMetadata ( )

_write() protected method

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

delete() public method

public delete ( )

exists() public method

public exists ( )

gc() public method

public gc ( )

getMetadata() public method

public getMetadata ( )

saveMetadata() public method

public saveMetadata ( $md = null )

Property Details

$_md protected_oe property

Cached metadata information.
protected array $_md
return array

$_vfs protected_oe property

VFS storage object.
protected Horde_Core_HashTable_Vfs $_vfs
return Horde_Core_HashTable_Vfs

$_vfspath protected_oe property

VFS link attach path.
protected string $_vfspath
return string