-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reusing chained driver now available in common, fixing cs/code smells…
… and removing duplicate docs.
- Loading branch information
Showing
11 changed files
with
73 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,22 +20,9 @@ | |
namespace Doctrine\ORM\Mapping; | ||
|
||
/** | ||
* A <tt>ClassMetadata</tt> instance holds all the object-relational mapping metadata | ||
* of an entity and it's associations. | ||
* {@inheritDoc} | ||
* | ||
* Once populated, ClassMetadata instances are usually cached in a serialized form. | ||
* | ||
* <b>IMPORTANT NOTE:</b> | ||
* | ||
* The fields of this class are only public for 2 reasons: | ||
* 1) To allow fast READ access. | ||
* 2) To drastically reduce the size of a serialized instance (private/protected members | ||
* get the whole class name, namespace inclusive, prepended to every property in | ||
* the serialized representation). | ||
* | ||
* @author Roman Borschel <[email protected]> | ||
* @author Jonathan H. Wage <[email protected]> | ||
* @since 2.0 | ||
* @todo remove or rename ClassMetadataInfo to ClassMetadata | ||
*/ | ||
class ClassMetadata extends ClassMetadataInfo | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.