You are here

public function NotSetStateClass::getValue in Plug 7

File

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

Class

NotSetStateClass

Namespace

Doctrine\Tests\Common\Cache

Code

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