trait SerializesModels (View source)

Methods

array
__sleep()

Prepare the instance for serialization.

void
__wakeup()

Restore the model after serialization.

Details

at line line 17
array __sleep()

Prepare the instance for serialization.

Return Value

array

at line line 37
void __wakeup()

Restore the model after serialization.

Return Value

void