class TestEntity 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
Hierarchy
- class \Doctrine\Tests\Common\Persistence\Mapping\TestEntity
Expanded class hierarchy of TestEntity
1 string reference to 'TestEntity'
- PHPDriverTest::testLoadMetadata in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ Mapping/ PHPDriverTest.php
File
- vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ Mapping/ StaticPHPDriverTest.php, line 29
Namespace
Doctrine\Tests\Common\Persistence\MappingView source
class TestEntity {
public static function loadMetadata($metadata) {
$metadata
->getFieldNames();
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
TestEntity:: |
public static | function |