Changeset 1182
- Timestamp:
- 12/23/07 12:25:00 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/rdbms/stubDatabaseConnectionProvider.php
r1055 r1182 39 39 * returns the connection to be injected 40 40 * 41 * @param stubReflectionClass $type 41 42 * @return stubDatabaseConnection 42 43 */ 43 public function get(stub ReflectionClass $type)44 public function get(stubBaseReflectionClass $type) 44 45 { 45 46 return stubDatabaseConnectionPool::getConnection($this->connectionId);
