Lggr
Public Member Functions | List of all members
SebastianBergmann\GlobalState\Restorer Class Reference

Public Member Functions

 restoreFunctions (Snapshot $snapshot)
 
 restoreGlobalVariables (Snapshot $snapshot)
 
 restoreStaticAttributes (Snapshot $snapshot)
 

Detailed Description

Restorer of snapshots of global state.

Member Function Documentation

◆ restoreFunctions()

SebastianBergmann\GlobalState\Restorer::restoreFunctions ( Snapshot  $snapshot)

Deletes function definitions that are not defined in a snapshot.

Exceptions
RuntimeExceptionwhen the uopz_delete() function is not available
See also
https://github.com/krakjoe/uopz

◆ restoreGlobalVariables()

SebastianBergmann\GlobalState\Restorer::restoreGlobalVariables ( Snapshot  $snapshot)

Restores all global and super-global variables from a snapshot.

◆ restoreStaticAttributes()

SebastianBergmann\GlobalState\Restorer::restoreStaticAttributes ( Snapshot  $snapshot)

Restores all static attributes in user-defined classes from this snapshot.


The documentation for this class was generated from the following file: