You are here

class NotSetStateClass in Plug 7

Hierarchy

Expanded class hierarchy of NotSetStateClass

File

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

Namespace

Doctrine\Tests\Common\Cache
View source
class NotSetStateClass {
  private $value;
  public function __construct($value) {
    $this->value = $value;
  }
  public function getValue() {
    return $this->value;
  }

}

Members