public function NotSetStateClass::getValue

File

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

Class

NotSetStateClass

Namespace

Doctrine\Tests\Common\Cache

Code

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