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