Interface EmailDeleterInterface
category |
System |
---|---|
package |
|
subpackage |
Interfaces |
delete(\EmailInterface $email)
This method will delete all the email relevant entities from the database. It will not throw an exception if the given record is not found.
deleteEmailsByEmailAddress(\CustomerEmail $email)
deleteOldEmailsByDate(\DateTime $date)
\DateTime