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

getAccounts() public method

Get accounts.
public getAccounts ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection
    public function getAccounts()
    {
        return $this->accounts;
    }