getattr

Get object attribute
     self  - object
     attr  - attribute name
This function gets the attribute value without calling __getattr__()
Thread-safe function.

any getattr(object self, string attr);

Last updated