public function NotSetStateClass::__construct

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/PhpFileCacheTest.php, line 129

Class

NotSetStateClass

Namespace

Doctrine\Tests\Common\Cache

Code

public function __construct($value) {
  $this->value = $value;
}