13 lines
252 B
YAML
13 lines
252 B
YAML
Doctrine\Tests\ORM\Mapping\Animal:
|
|
type: entity
|
|
inheritanceType: SINGLE_TABLE
|
|
discriminatorMap:
|
|
cat: Cat
|
|
dog: Dog
|
|
id:
|
|
id:
|
|
type: integer
|
|
generator:
|
|
strategy: CUSTOM
|
|
customIdGenerator:
|
|
class: stdClass |