Sulu\Bundle\ContactBundle\Entity\EmailType::removeEmail PHP Méthode

removeEmail() public méthode

Remove emails.
public removeEmail ( Email $emails )
$emails Email
    public function removeEmail(\Sulu\Bundle\ContactBundle\Entity\Email $emails)
    {
        $this->emails->removeElement($emails);
    }