AttachmentCollectionInterface

Extends

Interface AttachmentCollectionInterface

category

System

package

Email

subpackage

Interfaces

Methods

Adds a new attachment to the collection.

add(\EmailAttachmentInterface $attachment) 

Arguments

$attachment

\EmailAttachmentInterface

E-Mail attachment.

Removes all attachments of collection.

clear() 

Removes an attachment from collection.

remove(\EmailAttachmentInterface $attachment) 

Arguments

$attachment

\EmailAttachmentInterface

E-Mail attachment.