Пример #1
0
 public function __construct()
 {
     parent::__construct();
     $this->lastUpdated = time();
     $this->lateShifts = new \Doctrine\Common\Collections\ArrayCollection();
     $this->shifts = new \Doctrine\Common\Collections\ArrayCollection();
 }
Пример #2
0
 public function __construct()
 {
     parent::__construct();
     $this->status = 0;
     $this->lastClock = new \DateTime("now");
 }
Пример #3
0
 public function __construct()
 {
     parent::__construct();
     $this->lastUpdated = time();
 }