EmailCollectionInterface

Extends

Interface EmailCollectionInterface

category

System

package

Email

subpackage

Interfaces

Methods

Adds a new email to the collection.

add(\EmailInterface $email) 

Arguments

$email

\EmailInterface

E-Mail.

Removes all emails of collection.

clear() 

Removes an email from collection.

remove(\EmailInterface $email) 

Arguments

$email

\EmailInterface

E-Mail.