Interface AttachmentCollectionInterface

Interface AttachmentCollectionInterface

Direct known implementers

AttachmentCollection

Methods summary

public add( EmailAttachmentInterface $attachment )

Adds a new attachment to the collection.

public remove( EmailAttachmentInterface $attachment )

Removes an attachment from collection.

public clear( void )

Removes all attachments of collection.