getProperty() and setProperty() #80
Reference in New Issue
Block a user
No description provided.
Delete Branch "get-set-property"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds helper functions that, given a name, looks for a get or set function within that object and calls it. Very useful for the XML plugin where over 300 lines of code can now be deleted! I've also added new getter and setter functions for all the properties that the XML plugin supports at the moment.