trait Illuminate / Queue / SerializesModels

SerializesModels

Methods

public

__serialize ( ) : array

Prepare the instance values for serialization.

public

__unserialize ( array $values ) : void

Restore the model after serialization.

Parameters

  • $values array
protected

getPropertyValue ( ReflectionProperty $property ) : mixed

Get the property value for the given property.

Parameters