Sulu\Bundle\ContactBundle\Entity\Fax::__construct PHP Метод

__construct() публичный Метод

Constructor.
public __construct ( )
    public function __construct()
    {
        $this->contacts = new \Doctrine\Common\Collections\ArrayCollection();
        $this->accounts = new \Doctrine\Common\Collections\ArrayCollection();
    }