Documentation

SerializesAndRestoresModelIdentifiers

Table of Contents

getQueryForModelRestoration()  : Builder
Get the query for restoration.
getRestoredPropertyValue()  : mixed
Get the restored property value after deserialization.
getSerializedPropertyValue()  : mixed
Get the property value prepared for serialization.
restoreCollection()  : Collection
Restore a queueable collection instance.

Methods

getRestoredPropertyValue()

Get the restored property value after deserialization.

protected getRestoredPropertyValue(mixed $value) : mixed
Parameters
$value : mixed
Return values
mixed

getSerializedPropertyValue()

Get the property value prepared for serialization.

protected getSerializedPropertyValue(mixed $value) : mixed
Parameters
$value : mixed
Return values
mixed

Search results