Interface ContactCollectionInterface

Interface ContactCollectionInterface

Direct known implementers

ContactCollection

Methods summary

public add( EmailContactInterface $contact )

Adds a new contact into the collection.

public remove( EmailContactInterface $contact )

Removes a contact from collection.

public clear( void )

Removes all contacts of collection.