com\setasign\Konquadrat\Object

WakeupObjectResolverInterface Interface ObjectSerializerInterface

File: /Konquadrat/src/Object/WakeupObjectResolverInterface.php

The job of classes of this interface is to be serialized together with the object and resolve all external dependencies after the unserialization of the object. The default implementation is the GlobalDiWakeupResolver.

Implemented in

Summary

Methods

wakeupObject()

abstract public WakeupObjectResolverInterface::wakeupObject (
AbstractObject $object
): void

This method will be called by the abstractObject and must call AbstractObject::wakeup()

Parameters
$object : AbstractObject
 
See