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

getContacts() public method

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