Creates a new ClassMetadata instance for the given class name.
Parameters
string $className:
Return value
ClassMetadata
File
- drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php, line 338
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 newClassMetadataInstance($className);