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