Documentation

RemoveUnserializeForInternalSerializableClassesPass.php

Interfaces, Classes and Traits

RemoveUnserializeForInternalSerializableClassesPass
Internal classes can not be instantiated with the newInstanceWithoutArgs reflection method, so need the serialization hack. If the class also implements Serializable, we need to replace the standard unserialize method definition with a dummy

Search results