PHP 인터페이스 IMP_Compose_Attachment_Linked, horde

저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
getMetadata ( ) : IMP_Compose_Attachment_Linked_Metadata Retrieve the attachment's metadata.
saveMetadata ( IMP_Compose_Attachment_Linked_Metadata $md = null ) Save the attachment's metadata.

메소드 상세

getMetadata() 공개 메소드

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

saveMetadata() 공개 메소드

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.