Changeset 4974 for branches/0.11/lib
- Timestamp:
- 09/25/08 21:09:12 (4 months ago)
- Files:
-
- 1 modified
-
branches/0.11/lib/Doctrine/Table.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/lib/Doctrine/Table.php
r4726 r4974 303 303 $ref = new ReflectionClass($parent); 304 304 305 if ($ref->isAbstract() ) {305 if ($ref->isAbstract() || ! $class->isSubClassOf($parent) ) { 306 306 continue; 307 307 }