PHP Interface IMP_Compose_Attachment_Linked, horde

Author: Michael Slusarz ([email protected])
ファイルを表示 Open project: horde/horde

Public Methods

Method Description
getMetadata ( ) : IMP_Compose_Attachment_Linked_Metadata Retrieve the attachment's metadata.
saveMetadata ( IMP_Compose_Attachment_Linked_Metadata $md = null ) Save the attachment's metadata.

Method Details

getMetadata() public method

Retrieve the attachment's metadata.
public getMetadata ( ) : IMP_Compose_Attachment_Linked_Metadata
return IMP_Compose_Attachment_Linked_Metadata Metadata object.

saveMetadata() public method

Save the attachment's metadata.
public saveMetadata ( IMP_Compose_Attachment_Linked_Metadata $md = null )
$md IMP_Compose_Attachment_Linked_Metadata Metadata object to save. If null, deletes entry.