Sulu\Bundle\ContactBundle\Entity\PhoneType::removePhone PHP Method

removePhone() public method

Remove phones.
public removePhone ( Phone $phones )
$phones Phone
    public function removePhone(\Sulu\Bundle\ContactBundle\Entity\Phone $phones)
    {
        $this->phones->removeElement($phones);
    }