Beispiel #1
0
 public function __construct()
 {
     $this->comments = new \Doctrine\Common\Collections\ArrayCollection();
     $this->tags = new \Doctrine\Common\Collections\ArrayCollection();
     $this->postedAt = \SKS\UTIL\DateUtil::getCurrentDateTime();
     $this->publish = true;
 }
Beispiel #2
0
 public function __construct()
 {
     $this->postList = new \Doctrine\Common\Collections\ArrayCollection();
     //$this->active = true;
     $this->role = "AUTHOR";
     $this->createdOn = \SKS\UTIL\DateUtil::getCurrentDateTime();
 }
Beispiel #3
0
 public function __construct()
 {
     $this->date = \SKS\UTIL\DateUtil::getCurrentDateTime();
     $this->active = true;
 }
Beispiel #4
0
 public function __construct()
 {
     $this->sentAt = \SKS\UTIL\DateUtil::getCurrentDateTime();
 }
Beispiel #5
0
 public function __construct()
 {
     parent::__construct();
     $this->commentedAt = \SKS\UTIL\DateUtil::getCurrentDateTime();
 }