arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

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);