Function last_chance_set
Sets the value of an object's property.
This function is called as a last chance to set the value of a property
before the property is created with the public
visibility.
Parameters summary
|
$target |
Target object in which the property should be stored. |
string |
$property |
Name of the property. |
mixed |
$value |
Value of the property. |
boolean |
& $success |
true if the value was successfully stored, false
otherwise.
|
Return value summary
mixed
|