PROPCONF

887

Property property name conflicts with member in same class

The name of a class member conflicts with the specified property name. (For example, a method named get_myproperty conflicts with a property named myproperty.) Rename either the property or the offending class member.