Commit f4f258ed authored by romanb's avatar romanb

[2.0] Cleanup

parent f3677a57
......@@ -47,7 +47,6 @@ class Configuration
public function __construct()
{
$this->_attributes = array(
//'quoteIdentifiers' => false,
'sqlLogger' => null
);
}
......@@ -71,17 +70,7 @@ class Configuration
{
return $this->_attributes['sqlLogger'];
}
/*
public function getQuoteIdentifiers()
{
return $this->_attributes['quoteIdentifiers'];
}
public function setQuoteIdentifiers($bool)
{
$this->_attributes['quoteIdentifiers'] = (bool) $bool;
}
*/
public function setCustomTypes(array $types)
{
foreach ($types as $name => $typeClassName) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment