public function __construct()
 {
     $this->log = LoggingHelper::getLogger();
 }
Beispiel #2
0
 function __construct()
 {
     $this->pdo = Conexion::getInstance();
     $this->log = LoggingHelper::getLogger();
 }