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