1
0
mirror of synced 2024-12-15 07:36:03 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Mapping/yaml/Doctrine.Tests.Models.DirectoryTree.AbstractContentItem.dcm.yml

15 lines
317 B
YAML
Raw Normal View History

Doctrine\Tests\Models\DirectoryTree\AbstractContentItem:
type: mappedSuperclass
id:
id:
type: integer
unsigned: true
generator:
strategy: AUTO
fields:
name:
type: string
manyToOne:
parentDirectory:
targetEntity: Doctrine\Tests\Models\DirectoryTree\Directory