class NotSetStateClass

Hierarchy

Expanded class hierarchy of NotSetStateClass

File

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

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