class ChildEntity in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php \Doctrine\Tests\Common\Persistence\Mapping\ChildEntity
Hierarchy
- class \Doctrine\Tests\Common\Persistence\Mapping\RootEntity
- class \Doctrine\Tests\Common\Persistence\Mapping\ChildEntity
Expanded class hierarchy of ChildEntity
File
- vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ Mapping/ ClassMetadataFactoryTest.php, line 206
Namespace
Doctrine\Tests\Common\Persistence\MappingView source
class ChildEntity extends RootEntity {
}