public function MappingDriver::loadMetadataForClass in Plug 7
Loads the metadata for the specified class into the provided container.
Parameters
string $className:
ClassMetadata $metadata:
Return value
void
5 methods override MappingDriver::loadMetadataForClass()
- MappingDriverChain::loadMetadataForClass in lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ Driver/ MappingDriverChain.php - Loads the metadata for the specified class into the provided container.
- PHPDriver::loadMetadataForClass in lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ Driver/ PHPDriver.php - Loads the metadata for the specified class into the provided container.
- SimpleAnnotationDriver::loadMetadataForClass in lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ Mapping/ AnnotationDriverTest.php - Loads the metadata for the specified class into the provided container.
- StaticPHPDriver::loadMetadataForClass in lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ Driver/ StaticPHPDriver.php - Loads the metadata for the specified class into the provided container.
- TestFileDriver::loadMetadataForClass in lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ Mapping/ FileDriverTest.php - Loads the metadata for the specified class into the provided container.
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ Driver/ MappingDriver.php, line 40
Class
- MappingDriver
- Contract for metadata drivers.
Namespace
Doctrine\Common\Persistence\Mapping\DriverCode
public function loadMetadataForClass($className, ClassMetadata $metadata);