Sulu\Bundle\ContactBundle\Entity\EmailType::removeEmail PHP 메소드

removeEmail() 공개 메소드

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