Merged r3815 to trunk
This commit is contained in:
parent
e354e527d5
commit
589e231494
@ -252,6 +252,19 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* setOption
|
||||
*
|
||||
* Set option value
|
||||
*
|
||||
* @param string $option
|
||||
* @return void
|
||||
*/
|
||||
public function setOption($option, $value)
|
||||
{
|
||||
return $this->options[$option] = $value;
|
||||
}
|
||||
|
||||
/**
|
||||
* getAttribute
|
||||
* retrieves a database connection attribute
|
||||
|
Loading…
x
Reference in New Issue
Block a user