You are here

public function Blacklist::addClassNamePrefix in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/sebastian/global-state/src/Blacklist.php \SebastianBergmann\GlobalState\Blacklist::addClassNamePrefix()

Parameters

string $classNamePrefix:

File

vendor/sebastian/global-state/src/Blacklist.php, line 122

Class

Blacklist
A blacklist for global state elements that should not be snapshotted.

Namespace

SebastianBergmann\GlobalState

Code

public function addClassNamePrefix($classNamePrefix) {
  $this->classNamePrefixes[] = $classNamePrefix;
}