1
0
mirror of synced 2025-02-20 22:23:14 +03:00

Merged r3815 to trunk

This commit is contained in:
jwage 2008-02-17 04:02:27 +00:00
parent e354e527d5
commit 589e231494

View File

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