AbstractClassMetadataFactory |
vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
The ClassMetadataFactory is used to create ClassMetadata objects that contain all the
metadata mapping informations of a class which describes how a class should be mapped
to a relational database. |
ClassMetadata |
vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php |
Contract for a Doctrine persistence layer ClassMetadata class to implement. |
ClassMetadataFactory |
vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php |
Contract for a Doctrine persistence layer ClassMetadata class to implement. |
MappingException |
vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php |
A MappingException indicates that something is wrong with the mapping setup. |
ReflectionService |
vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php |
Very simple reflection service abstraction. |
RuntimeReflectionService |
vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php |
PHP Runtime Reflection Service. |
StaticReflectionService |
vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php |
PHP Runtime Reflection Service. |