- $this->sessions = new \Doctrine\Common\Collections\ArrayCollection();
- $this->snippets = new \Doctrine\Common\Collections\ArrayCollection();
- $this->users = new \Doctrine\Common\Collections\ArrayCollection();
+ //Set defaults
+ $this->description = null;
+ $this->created = new \DateTime('now');
+ $this->updated = new \DateTime('now');
+ $this->sessions = new ArrayCollection();
+ $this->snippets = new ArrayCollection();
+ $this->users = new ArrayCollection();