EmailCollectionInterface
in
Interface EmailCollectionInterface
Tags
Table of Contents
- add() : mixed
- Adds a new email to the collection.
- clear() : mixed
- Removes all emails of collection.
- remove() : mixed
- Removes an email from collection.
Methods
add()
Adds a new email to the collection.
public
add(EmailInterface $email) : mixed
Parameters
- $email : EmailInterface
-
E-Mail.
Return values
mixed —clear()
Removes all emails of collection.
public
clear() : mixed
Return values
mixed —remove()
Removes an email from collection.
public
remove(EmailInterface $email) : mixed
Parameters
- $email : EmailInterface
-
E-Mail.