public static function TestEntity::loadMetadata in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/StaticPHPDriverTest.php \Doctrine\Tests\Common\Persistence\Mapping\TestEntity::loadMetadata()
File
- vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ Mapping/ StaticPHPDriverTest.php, line 31
Class
Namespace
Doctrine\Tests\Common\Persistence\MappingCode
public static function loadMetadata($metadata) {
$metadata
->getFieldNames();
}