IMP_Compose_Attachment_Linked
in
Interface for storage backends that support linked attachments.
Tags
Table of Contents
Methods
- getMetadata() : IMP_Compose_Attachment_Linked_Metadata
- Retrieve the attachment's metadata.
- saveMetadata() : mixed
- Save the attachment's metadata.
Methods
getMetadata()
Retrieve the attachment's metadata.
public
getMetadata() : IMP_Compose_Attachment_Linked_Metadata
Return values
IMP_Compose_Attachment_Linked_Metadata —Metadata object.
saveMetadata()
Save the attachment's metadata.
public
saveMetadata([IMP_Compose_Attachment_Linked_Metadata $md = null ]) : mixed
Parameters
- $md : IMP_Compose_Attachment_Linked_Metadata = null
-
Metadata object to save. If null, deletes entry.