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

Public Member Functions

 __construct (Blacklist $blacklist=null, bool $includeGlobalVariables=true, bool $includeStaticAttributes=true, bool $includeConstants=true, bool $includeFunctions=true, bool $includeClasses=true, bool $includeInterfaces=true, bool $includeTraits=true, bool $includeIniSettings=true, bool $includeIncludedFiles=true)
 
 blacklist ()
 
 globalVariables ()
 
 superGlobalVariables ()
 
 superGlobalArrays ()
 
 staticAttributes ()
 
 iniSettings ()
 
 includedFiles ()
 
 constants ()
 
 functions ()
 
 interfaces ()
 
 classes ()
 
 traits ()
 

Detailed Description

A snapshot of global state.

Constructor & Destructor Documentation

◆ __construct()

SebastianBergmann\GlobalState\Snapshot::__construct ( Blacklist  $blacklist = null,
bool  $includeGlobalVariables = true,
bool  $includeStaticAttributes = true,
bool  $includeConstants = true,
bool  $includeFunctions = true,
bool  $includeClasses = true,
bool  $includeInterfaces = true,
bool  $includeTraits = true,
bool  $includeIniSettings = true,
bool  $includeIncludedFiles = true 
)

Creates a snapshot of the current global state.


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