You are here

public function MappingDriver::loadMetadataForClass in Zircon Profile 8.0

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

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 vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php
Loads the metadata for the specified class into the provided container.
PHPDriver::loadMetadataForClass in vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.php
Loads the metadata for the specified class into the provided container.
SimpleAnnotationDriver::loadMetadataForClass in vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/AnnotationDriverTest.php
Loads the metadata for the specified class into the provided container.
StaticPHPDriver::loadMetadataForClass in vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php
Loads the metadata for the specified class into the provided container.
TestFileDriver::loadMetadataForClass in vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/FileDriverTest.php
Loads the metadata for the specified class into the provided container.

File

vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php, line 40

Class

MappingDriver
Contract for metadata drivers.

Namespace

Doctrine\Common\Persistence\Mapping\Driver

Code

public function loadMetadataForClass($className, ClassMetadata $metadata);