Tags: opis/closure
Tags
Add support for anonymous classes (#152) * Initial anonymous class support * Fixed array references * Fixed * Updated methods * Renamed to ReflectionClass * Added basic test * Added complex test * Fixed scope * Fixed scope for anonymous * Added closure from anonymous method * Added basic static trait test inside anonymous * Updated changelog and readme * Updated * Added unserialization test
Improved closure serialization (#151) * Use SplObjectStorage for priority * Added `ClosureInfo::getClosure` * Updated ClosureInfo serialization * Moved isEnum() to ClassInfo * Added refId() * Improved parent, self, static detection * Improved serialization/unserialization of arrays * Marked getFactory() as internal * Updated changelog and readme
PreviousNext