Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / doctrine / orm / tests / Doctrine / Tests / ORM / Mapping / yaml / Doctrine.Tests.Models.DirectoryTree.AbstractContentItem.dcm.yml
1 Doctrine\Tests\Models\DirectoryTree\AbstractContentItem:
2   type: mappedSuperclass
3   id:
4     id: 
5       type: integer
6       unsigned: true
7       generator:
8         strategy: AUTO
9   fields:
10     name:
11       type: string
12   manyToOne:
13     parentDirectory:
14       targetEntity: Doctrine\Tests\Models\DirectoryTree\Directory