Sulu\Bundle\ContactBundle\Entity\EmailType::removeEmail PHP Method

removeEmail() public method

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