Changeset 4934 for trunk/lib/Doctrine
- Timestamp:
- 09/12/08 12:00:26 (4 months ago)
- Location:
- trunk/lib/Doctrine
- Files:
-
- 1 added
- 1 removed
- 2 modified
-
ClassMetadata.php (modified) (1 diff)
-
Common/Configurable.php (added)
-
Configurable.php (deleted)
-
Manager.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Doctrine/ClassMetadata.php
r4930 r4934 33 33 * @todo Rename to ClassDescriptor. 34 34 */ 35 class Doctrine_ClassMetadata implements Doctrine_Co nfigurable, Serializable35 class Doctrine_ClassMetadata implements Doctrine_Common_Configurable, Serializable 36 36 { 37 37 /* The inheritance mapping types */ -
trunk/lib/Doctrine/Manager.php
r4879 r4934 34 34 * @todo Remove. 35 35 */ 36 class Doctrine_Manager implements Doctrine_Co nfigurable, Countable, IteratorAggregate36 class Doctrine_Manager implements Doctrine_Common_Configurable, Countable, IteratorAggregate 37 37 { 38 38 /**