Function last_chance_get
Returns the value of an object's property.
This function is called as a last chance to get the value of a property before the PropertyNotDefined exception is thrown.
Parameters summary
|
$target |
Target object from which the property should be retrieved. |
string |
$property |
Name of the property. |
boolean |
& $success |
true if the value was successfully retrieved, false
otherwise.
|
Return value summary
mixed
|