|
Lggr
|
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 () | |
A snapshot of global state.
| 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.
1.8.17