getConfiguration() protected method

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