PHP Interface IMP_Compose_Attachment_Linked, horde

Author: Michael Slusarz ([email protected])
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode 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 méthode

Retrieve the attachment's metadata.
public getMetadata ( ) : IMP_Compose_Attachment_Linked_Metadata
Résultat IMP_Compose_Attachment_Linked_Metadata Metadata object.

saveMetadata() public méthode

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.