Doctrine


Namespace Doctrine\ORM\Mapping\Driver

Class Summary
AbstractFileDriverBase driver for file-based metadata drivers.
AnnotationDriverThe AnnotationDriver reads the mapping metadata from docblock annotations.
DatabaseDriverThe DatabaseDriver reverse engineers the mapping metadata from a database.
DriverChainThe DriverChain allows you to add multiple other mapping drivers for certain namespaces
PhpDriverThe PhpDriver includes php files which just populate ClassMetadataInfo instances with plain php code
XmlDriverXmlDriver is a metadata driver that enables mapping through XML files.
YamlDriverThe YamlDriver reads the mapping metadata from yaml schema files.
Interface Summary
DriverContract for metadata drivers.

Doctrine