| 
    file-fetcher
    
   | 
 
A snapshot of global state.
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 () | |
| 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.
| SebastianBergmann\GlobalState\Snapshot::blacklist | ( | ) | 
| SebastianBergmann\GlobalState\Snapshot::classes | ( | ) | 
| SebastianBergmann\GlobalState\Snapshot::constants | ( | ) | 
| SebastianBergmann\GlobalState\Snapshot::functions | ( | ) | 
| SebastianBergmann\GlobalState\Snapshot::globalVariables | ( | ) | 
| SebastianBergmann\GlobalState\Snapshot::includedFiles | ( | ) | 
| SebastianBergmann\GlobalState\Snapshot::iniSettings | ( | ) | 
| SebastianBergmann\GlobalState\Snapshot::interfaces | ( | ) | 
| SebastianBergmann\GlobalState\Snapshot::staticAttributes | ( | ) | 
| SebastianBergmann\GlobalState\Snapshot::superGlobalArrays | ( | ) | 
| SebastianBergmann\GlobalState\Snapshot::superGlobalVariables | ( | ) | 
| SebastianBergmann\GlobalState\Snapshot::traits | ( | ) | 
 1.8.17