You are here

public function NotSetStateClass::__construct in Plug 7

File

lib/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PhpFileCacheTest.php, line 98

Class

NotSetStateClass

Namespace

Doctrine\Tests\Common\Cache

Code

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