Jamie Balfour

Welcome to my personal website.

Find out more about me, my personal projects, reviews, courses and much more here.

Official ZPE/YASS documentationget_object_property

Official ZPE/YASS documentationget_object_property

get_object_property(object o, string property) ⇒ mixed

Returns the value of a property within an object using its name.

First available: Version 1.8.2

Notes

This function can only access a public property of an object. An attempt to access a property that is declared protected or private will return null.

Comments
Feedback 👍
Comments are sent via email to me.