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

addAccount() public method

Add accounts.
public addAccount ( Sulu\Bundle\ContactBundle\Entity\AccountInterface $account ) : Fax
$account Sulu\Bundle\ContactBundle\Entity\AccountInterface
return Fax
    public function addAccount(AccountInterface $account)
    {
        $this->accounts[] = $account;
        return $this;
    }