ContactCollectionInterface

Extends

Interface ContactCollectionInterface

category

System

package

Email

subpackage

Interfaces

Methods

Adds a new contact into the collection.

add(\EmailContactInterface $contact) 

Arguments

$contact

\EmailContactInterface

E-Mail contact.

Removes all contacts of collection.

clear() 

Removes a contact from collection.

remove(\EmailContactInterface $contact) 

Arguments

$contact

\EmailContactInterface

E-Mail contact.