[2.0] Cleanup
This commit is contained in:
parent
f3677a5714
commit
f4f258ede6
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user