ContactCollectionInterface
in
Interface ContactCollectionInterface
Tags
Table of Contents
- add() : mixed
- Adds a new contact into the collection.
- clear() : mixed
- Removes all contacts of collection.
- remove() : mixed
- Removes a contact from collection.
Methods
add()
Adds a new contact into the collection.
public
add(EmailContactInterface $contact) : mixed
Parameters
- $contact : EmailContactInterface
-
E-Mail contact.
Return values
mixed —clear()
Removes all contacts of collection.
public
clear() : mixed
Return values
mixed —remove()
Removes a contact from collection.
public
remove(EmailContactInterface $contact) : mixed
Parameters
- $contact : EmailContactInterface
-
E-Mail contact.