Changeset 4527
- Timestamp:
- 06/20/08 15:50:12 (13 months ago)
- Files:
-
- 1 modified
-
branches/0.11/lib/Doctrine.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/lib/Doctrine.php
r4496 r4527 700 700 * 701 701 * @param string $tableName 702 * @return objectDoctrine_Connection702 * @return Doctrine_Connection 703 703 */ 704 704 public static function getConnectionByTableName($tableName) … … 957 957 * 958 958 * @param string $componentName 959 * @return void959 * @return Doctrine_Table 960 960 */ 961 961 public static function getTable($componentName)