simphony / simphony-common

The native implementation of the Simphony cuds objects
BSD 2-Clause "Simplified" License
7 stars 5 forks source link

Problem: can't use `name` property in subclasses properly #380

Closed mehdisadeghi closed 7 years ago

mehdisadeghi commented 7 years ago

Solution: change name variable to a property.

This way sub-classes can override it much simpler.