-
Damyon Wiese authored
Helper methods (ie custom methods on a persistent) should not be callable via set() or get() even if they start with set_ or get_. They are not the same as custom getters and setters for real persistent properties.
Damyon Wiese authoredHelper methods (ie custom methods on a persistent) should not be callable via set() or get() even if they start with set_ or get_. They are not the same as custom getters and setters for real persistent properties.
Loading