You are here

public static function TestEntity::loadMetadata in Zircon Profile 8.0

Same name and namespace in other branches
  1. 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

TestEntity

Namespace

Doctrine\Tests\Common\Persistence\Mapping

Code

public static function loadMetadata($metadata) {
  $metadata
    ->getFieldNames();
}