class NotSetStateClass in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PhpFileCacheTest.php \Doctrine\Tests\Common\Cache\NotSetStateClass
Hierarchy
- class \Doctrine\Tests\Common\Cache\NotSetStateClass
Expanded class hierarchy of NotSetStateClass
File
- vendor/doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ PhpFileCacheTest.php, line 104 
Namespace
Doctrine\Tests\Common\CacheView source
class NotSetStateClass {
  private $value;
  public function __construct($value) {
    $this->value = $value;
  }
  public function getValue() {
    return $this->value;
  }
}Members
| Name   | Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| NotSetStateClass:: | private | property | ||
| NotSetStateClass:: | public | function | ||
| NotSetStateClass:: | public | function | 
