15 lines
317 B
YAML
15 lines
317 B
YAML
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
|