Merged r3815 to trunk
This commit is contained in:
parent
e354e527d5
commit
589e231494
1 changed files with 13 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue