W3cubDocs

/Laravel 5.4

SerializesModels

trait SerializesModels (View source)

Traits

SerializesAndRestoresModelIdentifiers

Methods

array __sleep()

Prepare the instance for serialization.

void __wakeup()

Restore the model after serialization.

Details

array __sleep()

Prepare the instance for serialization.

Return Value

array

void __wakeup()

Restore the model after serialization.

Return Value

void

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.4/Illuminate/Queue/SerializesModels.html