I know that I cannot have new ReflectionClass(static) in PHP (5.3) since I just tried. Is there any other way around this limitation?
Passing a string is not an option, although getting a string of the class name is acceptable. However, idk if it will work when I work with namespaces.
thanks
source share