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