abstract protected function AbstractClassMetadataFactory::getDriver in Plug 7
Returns the mapping driver implementation.
Return value
\Doctrine\Common\Persistence\Mapping\Driver\MappingDriver
1 call to AbstractClassMetadataFactory::getDriver()
- AbstractClassMetadataFactory::getAllMetadata in lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ AbstractClassMetadataFactory.php - Forces the factory to load the metadata of all classes known to the underlying mapping driver.
1 method overrides AbstractClassMetadataFactory::getDriver()
- TestClassMetadataFactory::getDriver in lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ Mapping/ ClassMetadataFactoryTest.php - Returns the mapping driver implementation.
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ AbstractClassMetadataFactory.php, line 144
Class
- AbstractClassMetadataFactory
- 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.
Namespace
Doctrine\Common\Persistence\MappingCode
protected abstract function getDriver();