Changeset 3459
- Timestamp:
- 02/15/07 12:20:46 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/addon/creole/drivers/sfDebugConnection.php
r2808 r3459 287 287 } 288 288 } 289 290 public function __call($method, $arguments) 291 { 292 return $this->childConnection->$method($arguments); 293 } 289 294 }