Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->lastUpdated = time();
     $this->lateShifts = new \Doctrine\Common\Collections\ArrayCollection();
     $this->shifts = new \Doctrine\Common\Collections\ArrayCollection();
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->status = 0;
     $this->lastClock = new \DateTime("now");
 }
Exemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->lastUpdated = time();
 }