Copied!

Encapsulates the current state of a cursor in case you need to rollback later.

WARNING: Do not attempt to use this class for ANYTHING except for type hinting and passing this object back into restoreState(). The constructor, methods, and inner contents may change in any future release without warning!

  • internal
  • psalm-immutable
CloneableFinalInstantiable
Methods
public __construct(array $state)
 
  • internal
  • param array<int,mixed> $state
public toArray() : array
 
  • internal
  • return array<int,mixed>
Properties
private array $state
 
  • var array<int,mixed>
  • psalm-readonly
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration