Method |
Description |
|
attemptInstantiationViaUnSerialization ( ReflectionClass $reflectionClass, string $serializedString ) : void |
|
|
getCloneablesMap ( ) : LazyMap\CallbackLazyMap |
Builds or fetches the cloneables map |
|
getInstantiatorsMap ( ) : LazyMap\CallbackLazyMap |
Builds or fetches the instantiators map |
|
getReflectionClass ( string $className ) : ReflectionClass |
|
|
getSerializationFormat ( ReflectionClass $reflectionClass ) : string |
Verifies if the given PHP version implements the Serializable interface serialization
with an incompatible serialization format. If that's the case, use serialization marker
"C" instead of "O". |
|
hasInternalAncestors ( ReflectionClass $reflectionClass ) : boolean |
Verifies whether the given class is to be considered internal |
|
isInstantiableViaReflection ( ReflectionClass $reflectionClass ) : boolean |
|
|
isPhpVersionWithBrokenSerializationFormat ( ) : boolean |
Checks whether the current PHP runtime uses an incompatible serialization format |
|