Interface EmailCollectionInterface

Interface EmailCollectionInterface

Direct known implementers

EmailCollection

Methods summary

public add( EmailInterface $email )

Adds a new email to the collection.

public remove( EmailInterface $email )

Removes an email from collection.

public clear( void )

Removes all emails of collection.