Checkpointable
in
Contract for classes that want checkpoint/restore of their state.
The method is satisfied by use CanCheckpoint;, so any implementer
that doesn't use the trait must provide its own equivalent.
Table of Contents
Methods
checkpointCurrentState()
public
checkpointCurrentState([array<string|int, mixed>|null $properties = null ][, string|null $attributeClass = null ]) : Checkpoint
Parameters
- $properties : array<string|int, mixed>|null = null
- $attributeClass : string|null = null