You are here

abstract protected function AbstractClassMetadataFactory::getDriver in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php \Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory::getDriver()

Returns the mapping driver implementation.

Return value

\Doctrine\Common\Persistence\Mapping\Driver\MappingDriver

1 call to AbstractClassMetadataFactory::getDriver()
AbstractClassMetadataFactory::getAllMetadata in vendor/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 vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php
Returns the mapping driver implementation.

File

vendor/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\Mapping

Code

protected abstract function getDriver();