public function NotSetStateClass::__construct in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PhpFileCacheTest.php \Doctrine\Tests\Common\Cache\NotSetStateClass::__construct()
File
- vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ PhpFileCacheTest.php, line 108
Class
Namespace
Doctrine\Tests\Common\CacheCode
public function __construct($value) {
$this->value = $value;
}