class TestEntity in Plug 7
Hierarchy
- class \Doctrine\Tests\Common\Persistence\Mapping\TestEntity
Expanded class hierarchy of TestEntity
1 string reference to 'TestEntity'
- PHPDriverTest::testLoadMetadata in lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ Mapping/ PHPDriverTest.php
File
- lib/
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 |