| 
    file-fetcher
    
   | 
 
A blacklist for global state elements that should not be snapshotted.
Public Member Functions | |
| addGlobalVariable (string $variableName) | |
| addClass (string $className) | |
| addSubclassesOf (string $className) | |
| addImplementorsOf (string $interfaceName) | |
| addClassNamePrefix (string $classNamePrefix) | |
| addStaticAttribute (string $className, string $attributeName) | |
| isGlobalVariableBlacklisted (string $variableName) | |
| isStaticAttributeBlacklisted (string $className, string $attributeName) | |
| SebastianBergmann\GlobalState\Blacklist::addClass | ( | string | $className | ) | 
| SebastianBergmann\GlobalState\Blacklist::addClassNamePrefix | ( | string | $classNamePrefix | ) | 
| SebastianBergmann\GlobalState\Blacklist::addGlobalVariable | ( | string | $variableName | ) | 
| SebastianBergmann\GlobalState\Blacklist::addImplementorsOf | ( | string | $interfaceName | ) | 
| SebastianBergmann\GlobalState\Blacklist::addStaticAttribute | ( | string | $className, | 
| string | $attributeName | ||
| ) | 
| SebastianBergmann\GlobalState\Blacklist::addSubclassesOf | ( | string | $className | ) | 
| SebastianBergmann\GlobalState\Blacklist::isGlobalVariableBlacklisted | ( | string | $variableName | ) | 
| SebastianBergmann\GlobalState\Blacklist::isStaticAttributeBlacklisted | ( | string | $className, | 
| string | $attributeName | ||
| ) | 
 1.8.17