Sulu\Bundle\ContactBundle\Entity\Fax::removeAccount PHP Method

removeAccount() public method

Remove accounts.
public removeAccount ( Sulu\Bundle\ContactBundle\Entity\AccountInterface $account )
$account Sulu\Bundle\ContactBundle\Entity\AccountInterface
    public function removeAccount(AccountInterface $account)
    {
        $this->accounts->removeElement($account);
    }