Accessing private PHP class members without reflection
Submitted by admin on Thu, 09/15/2016 - 17:37
A couple of weeks ago I was working on a very tricky issue on ProxyManager . The problem is simple: instantiating ReflectionClass or ReflectionProperty is slow,…