getConfiguration() protected method

protected getConfiguration ( )
Beispiel #1
0
 protected function getConfiguration()
 {
     if (!isset($this->ql)) {
         $this->ql = new QueryLogger();
     }
     $config = parent::getConfiguration();
     $config->setLoggerCallable($this->ql);
     return $config;
 }
Beispiel #2
0
 protected function getConfiguration()
 {
     $config = parent::getConfiguration();
     $config->setDefaultDB('test_default');
     return $config;
 }