1
0
mirror of synced 2025-02-20 14:13:15 +03:00

Fixing class description

This commit is contained in:
Jonathan H. Wage 2010-04-13 18:22:08 -04:00
parent 5cfe9e1d94
commit 45969840f0

View File

@ -25,7 +25,7 @@ use Doctrine\ORM\Mapping\ClassMetadataFactory;
use Doctrine\ORM\Mapping\ClassMetadataInfo;
/**
* The ClassMetadataFactory is used to create ClassMetadataInfo objects
* The DisconnectedClassMetadataFactory is used to create ClassMetadataInfo objects
* that do not require the entity class actually exist. This allows us to
* load some mapping information and use it to do things like generate code
* from the mapping information.