You are here

public function NotSetStateClass::getValue in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PhpFileCacheTest.php \Doctrine\Tests\Common\Cache\NotSetStateClass::getValue()

File

vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PhpFileCacheTest.php, line 113

Class

NotSetStateClass

Namespace

Doctrine\Tests\Common\Cache

Code

public function getValue() {
  return $this->value;
}