BlockSerializationTrait
Blocks object being using `unserialize()` invocations.
Initially this trait blocked serialize()
as well, which caused
a couple of side-effects in user-land code and is not problematic
from a security point of view.
Table of Contents
Methods
- __wakeup() : mixed
- Deny object deserialization.
Methods
__wakeup()
Deny object deserialization.
public
__wakeup() : mixed