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