mirror of
https://github.com/doctrine/orm.git
synced 2026-04-29 09:23:20 +02:00
DDC-2671: YAML mapping: entity generation with inheritance does work #3347
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Sep 11, 2013).
Originally assigned to: @Majkl578 on GitHub.
Jira issue originally created by user dash:
Entities inherited from parent entities should be defined as class Foo extends Bar. However YAML driver ignores inheritance hierarchy and does not use "extends" keyword at all.
@Majkl578 commented on GitHub (Dec 19, 2017):
YAML is going to be removed in Doctrine 3.0.