Changeset 3815
- Timestamp:
- 02/17/08 04:00:10 (17 months ago)
- Files:
-
- 1 modified
-
branches/0.10/lib/Doctrine/Connection.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/lib/Doctrine/Connection.php
r3791 r3815 230 230 231 231 /** 232 * setOption 233 * 234 * Set option value 235 * 236 * @param string $option 237 * @return void 238 */ 239 public function setOption($option, $value) 240 { 241 return $this->options[$option] = $value; 242 } 243 244 /** 232 245 * getAttribute 233 246 * retrieves a database connection attribute