Exemplo n.º 1
0
 public function __construct(array $values = array())
 {
     parent::__construct($values);
     $this->comments = new \Neuron\Model\Comment\CommentGroup();
 }
Exemplo n.º 2
0
 public function __construct(array $values = array())
 {
     parent::__construct($values);
     $this->created = new DateTime();
 }
Exemplo n.º 3
0
 public function __construct(array $values = array())
 {
     parent::__construct($values);
     $this->photos = new \Doctrine\Common\Collections\ArrayCollection();
 }
Exemplo n.º 4
0
 public function __construct(array $values = array())
 {
     parent::__construct($values);
     $this->comments = new ArrayCollection();
 }