Documentation

Checkpointable

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

checkpointCurrentState()  : Checkpoint

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
Return values
Checkpoint

Search results