7b21baee37
This commit introduces the GameConfiguration, a model that is not an entity. It also introduces GameConfigurationElement which is a doctrine entity. The two models make use of the traits introduced for CharacterProperty. They also use the new OneToManyCollection class, which implements the doctrine collection interface to a certain, limited extend. It mimicks doctrine's PersisentCollection.