How to declare doctrine2 inheritance the yaml way?
I don\'t find any code snippets, examples or cookbook articles about this in the doctrine documentation.
W
Try doing a simple model inheritance using the examples in the documentation (which are in @Annotations format), and converting them to yaml using the doctrine command line tool with parameters orm:convert-mapping (which converts mapping information between supported formats). More information here.