Ejemplo n.º 1
0
 /**
  * Instancja konstruktora
  * 
  * @param array $data
  */
 public function __construct(array $data = array())
 {
     parent::__construct($data);
 }
Ejemplo n.º 2
0
 /**
  * Instancja konstruktora
  * 
  * @param array $data
  */
 public function __construct(array $data = array())
 {
     $this->webshots = new \Doctrine\Common\Collections\ArrayCollection();
     parent::__construct($data);
 }