abstract protected function AbstractClassMetadataFactory::newClassMetadataInstance in Plug 7
Creates a new ClassMetadata instance for the given class name.
Parameters
string $className:
Return value
1 call to AbstractClassMetadataFactory::newClassMetadataInstance()
- AbstractClassMetadataFactory::loadMetadata in lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ AbstractClassMetadataFactory.php - Loads the metadata of the class in question and all it's ancestors whose metadata is still not loaded.
1 method overrides AbstractClassMetadataFactory::newClassMetadataInstance()
- TestClassMetadataFactory::newClassMetadataInstance in lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ Mapping/ ClassMetadataFactoryTest.php - Creates a new ClassMetadata instance for the given class name.
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ AbstractClassMetadataFactory.php, line 385
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 newClassMetadataInstance($className);