예제 #1
0
파일: Event.php 프로젝트: BrunoSpy/epeires2
 public function __construct()
 {
     parent::__construct();
     $this->updates = new \Doctrine\Common\Collections\ArrayCollection();
     $this->setCreatedOn();
     $this->setLastModifiedOn();
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
 }
예제 #3
0
파일: Event.php 프로젝트: LeCoyote/epeires2
 public function __construct()
 {
     parent::__construct();
     $this->updates = new \Doctrine\Common\Collections\ArrayCollection();
 }