Beispiel #1
0
 public function __construct()
 {
     $this->logger = new Logger(get_class($this));
     $this->jobDao = DBFactory::getDao('SchedulerJobDao');
     $this->taskDao = DBFactory::getDao('SchedulerTaskDao');
     $this->now = new \DateTime();
 }
 public function __construct()
 {
     $this->pdo = DBFactory::getPdo('dwms');
 }
Beispiel #3
0
 public function __construct()
 {
     $this->logger = new Logger(get_class($this));
     $this->taskDao = DBFactory::getDao('DevelopTaskDao');
     $this->now = new \DateTime();
 }