1
0
mirror of synced 2025-01-18 14:31:40 +03:00

[2.0] Cleanup

This commit is contained in:
romanb 2009-05-29 10:24:10 +00:00
parent f3677a5714
commit f4f258ede6

View File

@ -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) {