PHP: How to restore the overriden by reference object
I want to make a function, modify for instance, for clients where user can modify passed object BUT not override it with another one.
I want to make a function, modify for instance, for clients where user can modify passed object BUT not override it with another one.